OSDN Git Service

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