OSDN Git Service

0255828649c39b043b250137bab64faeb4d1e8fc
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmDownload.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmDownload\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDownload));\r
32             this.lblProgress = new System.Windows.Forms.Label();\r
33             this.progress_download = new System.Windows.Forms.ProgressBar();\r
34             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
35             this.btn_cancel = new System.Windows.Forms.Button();\r
36             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
37             this.SuspendLayout();\r
38             // \r
39             // lblProgress\r
40             // \r
41             this.lblProgress.AutoSize = true;\r
42             this.lblProgress.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
43             this.lblProgress.Location = new System.Drawing.Point(90, 54);\r
44             this.lblProgress.Name = "lblProgress";\r
45             this.lblProgress.Size = new System.Drawing.Size(115, 13);\r
46             this.lblProgress.TabIndex = 10;\r
47             this.lblProgress.Text = "Awaiting Download";\r
48             // \r
49             // progress_download\r
50             // \r
51             this.progress_download.Location = new System.Drawing.Point(93, 28);\r
52             this.progress_download.Name = "progress_download";\r
53             this.progress_download.Size = new System.Drawing.Size(318, 23);\r
54             this.progress_download.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
55             this.progress_download.TabIndex = 9;\r
56             // \r
57             // PictureBox1\r
58             // \r
59             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64;\r
60             this.PictureBox1.InitialImage = null;\r
61             this.PictureBox1.Location = new System.Drawing.Point(12, 12);\r
62             this.PictureBox1.Name = "PictureBox1";\r
63             this.PictureBox1.Size = new System.Drawing.Size(75, 64);\r
64             this.PictureBox1.TabIndex = 25;\r
65             this.PictureBox1.TabStop = false;\r
66             // \r
67             // btn_cancel\r
68             // \r
69             this.btn_cancel.BackColor = System.Drawing.Color.Silver;\r
70             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
71             this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
72             this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
73             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
74             this.btn_cancel.Location = new System.Drawing.Point(321, 54);\r
75             this.btn_cancel.Name = "btn_cancel";\r
76             this.btn_cancel.Size = new System.Drawing.Size(90, 22);\r
77             this.btn_cancel.TabIndex = 56;\r
78             this.btn_cancel.Text = "Cancel";\r
79             this.btn_cancel.UseVisualStyleBackColor = false;\r
80             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
81             // \r
82             // frmDownload\r
83             // \r
84             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
85             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
86             this.BackColor = System.Drawing.Color.Silver;\r
87             this.ClientSize = new System.Drawing.Size(426, 87);\r
88             this.Controls.Add(this.btn_cancel);\r
89             this.Controls.Add(this.PictureBox1);\r
90             this.Controls.Add(this.lblProgress);\r
91             this.Controls.Add(this.progress_download);\r
92             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
93             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;\r
94             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
95             this.Name = "frmDownload";\r
96             this.ShowIcon = false;\r
97             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
98             this.Text = "Downloading Update";\r
99             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
100             this.ResumeLayout(false);\r
101             this.PerformLayout();\r
102 \r
103         }\r
104 \r
105         #endregion\r
106 \r
107         private System.Windows.Forms.Label lblProgress;\r
108         private System.Windows.Forms.ProgressBar progress_download;\r
109         internal System.Windows.Forms.PictureBox PictureBox1;\r
110         internal System.Windows.Forms.Button btn_cancel;\r
111     }\r
112 }