Rename MediaInfo() to GetMediaInfoString() to make it more sense
[marukotoolbox.git] / mp4box / FormUpdater.Designer.cs
blob7c7a262230e95b3f09682c49fabe3a4b4019a0cb
1 namespace mp4box
3 partial class FormUpdater
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUpdater));
32 this.progressBarDownload = new System.Windows.Forms.ProgressBar();
33 this.label1 = new System.Windows.Forms.Label();
34 this.label2 = new System.Windows.Forms.Label();
35 this.labelDate = new System.Windows.Forms.Label();
36 this.buttonCancel = new System.Windows.Forms.Button();
37 this.SuspendLayout();
38 //
39 // progressBarDownload
40 //
41 this.progressBarDownload.Location = new System.Drawing.Point(12, 48);
42 this.progressBarDownload.Name = "progressBarDownload";
43 this.progressBarDownload.Size = new System.Drawing.Size(417, 30);
44 this.progressBarDownload.TabIndex = 0;
45 //
46 // label1
47 //
48 this.label1.AutoSize = true;
49 this.label1.Location = new System.Drawing.Point(27, 10);
50 this.label1.Name = "label1";
51 this.label1.Size = new System.Drawing.Size(137, 12);
52 this.label1.TabIndex = 1;
53 this.label1.Text = "发现新版本,发布日期:";
54 //
55 // label2
56 //
57 this.label2.AutoSize = true;
58 this.label2.Location = new System.Drawing.Point(27, 30);
59 this.label2.Name = "label2";
60 this.label2.Size = new System.Drawing.Size(287, 12);
61 this.label2.TabIndex = 2;
62 this.label2.Text = "小丸工具箱正在升级中,稍后会自动重启,请稍候喔~";
63 //
64 // labelDate
65 //
66 this.labelDate.AutoSize = true;
67 this.labelDate.Location = new System.Drawing.Point(184, 10);
68 this.labelDate.Name = "labelDate";
69 this.labelDate.Size = new System.Drawing.Size(65, 12);
70 this.labelDate.TabIndex = 3;
71 this.labelDate.Text = "YYYY-MM-DD";
72 //
73 // buttonCancel
74 //
75 this.buttonCancel.Location = new System.Drawing.Point(164, 84);
76 this.buttonCancel.Name = "buttonCancel";
77 this.buttonCancel.Size = new System.Drawing.Size(125, 29);
78 this.buttonCancel.TabIndex = 4;
79 this.buttonCancel.Text = "取消升级";
80 this.buttonCancel.UseVisualStyleBackColor = true;
81 this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
82 //
83 // FormUpdater
84 //
85 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
86 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
87 this.ClientSize = new System.Drawing.Size(441, 118);
88 this.Controls.Add(this.buttonCancel);
89 this.Controls.Add(this.labelDate);
90 this.Controls.Add(this.label2);
91 this.Controls.Add(this.label1);
92 this.Controls.Add(this.progressBarDownload);
93 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
94 this.Name = "FormUpdater";
95 this.Text = "自动升级";
96 this.Load += new System.EventHandler(this.FormUpdater_Load);
97 this.ResumeLayout(false);
98 this.PerformLayout();
102 #endregion
104 private System.Windows.Forms.ProgressBar progressBarDownload;
105 private System.Windows.Forms.Label label1;
106 private System.Windows.Forms.Label label2;
107 private System.Windows.Forms.Label labelDate;
108 private System.Windows.Forms.Button buttonCancel;