OSDN Git Service

1c809e18e458d11b6d5665f80eb279b6c2dc0246
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQueue.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmQueue\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             this.components = new System.ComponentModel.Container();\r
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueue));\r
33             this.btn_down = new System.Windows.Forms.Button();\r
34             this.btn_up = new System.Windows.Forms.Button();\r
35             this.btn_delete = new System.Windows.Forms.Button();\r
36             this.btn_q_encoder = new System.Windows.Forms.Button();\r
37             this.list_queue = new System.Windows.Forms.ListBox();\r
38             this.btn_Close = new System.Windows.Forms.Button();\r
39             this.progressBar = new System.Windows.Forms.ProgressBar();\r
40             this.label2 = new System.Windows.Forms.Label();\r
41             this.lbl_progressValue = new System.Windows.Forms.Label();\r
42             this.label1 = new System.Windows.Forms.Label();\r
43             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
44             this.label3 = new System.Windows.Forms.Label();\r
45             this.btn_cancel = new System.Windows.Forms.Button();\r
46             this.lbl_status = new System.Windows.Forms.Label();\r
47             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);\r
48             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
49             this.SuspendLayout();\r
50             // \r
51             // btn_down\r
52             // \r
53             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
54             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
55             this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
56             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
57             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
58             this.btn_down.Location = new System.Drawing.Point(650, 144);\r
59             this.btn_down.Name = "btn_down";\r
60             this.btn_down.Size = new System.Drawing.Size(64, 22);\r
61             this.btn_down.TabIndex = 33;\r
62             this.btn_down.TabStop = false;\r
63             this.btn_down.Text = "Down";\r
64             this.btn_down.UseVisualStyleBackColor = false;\r
65             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
66             // \r
67             // btn_up\r
68             // \r
69             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
70             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
71             this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
72             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
73             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
74             this.btn_up.Location = new System.Drawing.Point(649, 116);\r
75             this.btn_up.Name = "btn_up";\r
76             this.btn_up.Size = new System.Drawing.Size(64, 22);\r
77             this.btn_up.TabIndex = 32;\r
78             this.btn_up.TabStop = false;\r
79             this.btn_up.Text = "Up";\r
80             this.btn_up.UseVisualStyleBackColor = false;\r
81             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
82             // \r
83             // btn_delete\r
84             // \r
85             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
86             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
87             this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
88             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
89             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
90             this.btn_delete.Location = new System.Drawing.Point(650, 190);\r
91             this.btn_delete.Name = "btn_delete";\r
92             this.btn_delete.Size = new System.Drawing.Size(64, 22);\r
93             this.btn_delete.TabIndex = 31;\r
94             this.btn_delete.TabStop = false;\r
95             this.btn_delete.Text = "Delete";\r
96             this.btn_delete.UseVisualStyleBackColor = false;\r
97             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
98             // \r
99             // btn_q_encoder\r
100             // \r
101             this.btn_q_encoder.BackColor = System.Drawing.SystemColors.ControlLight;\r
102             this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
103             this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
104             this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
105             this.btn_q_encoder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
106             this.btn_q_encoder.Location = new System.Drawing.Point(13, 302);\r
107             this.btn_q_encoder.Name = "btn_q_encoder";\r
108             this.btn_q_encoder.Size = new System.Drawing.Size(124, 22);\r
109             this.btn_q_encoder.TabIndex = 29;\r
110             this.btn_q_encoder.TabStop = false;\r
111             this.btn_q_encoder.Text = "Encode Video(s)";\r
112             this.btn_q_encoder.UseVisualStyleBackColor = false;\r
113             this.btn_q_encoder.Click += new System.EventHandler(this.btn_q_encoder_Click);\r
114             // \r
115             // list_queue\r
116             // \r
117             this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
118             this.list_queue.FormattingEnabled = true;\r
119             this.list_queue.HorizontalScrollbar = true;\r
120             this.list_queue.Location = new System.Drawing.Point(13, 72);\r
121             this.list_queue.Name = "list_queue";\r
122             this.list_queue.Size = new System.Drawing.Size(630, 184);\r
123             this.list_queue.TabIndex = 28;\r
124             // \r
125             // btn_Close\r
126             // \r
127             this.btn_Close.BackColor = System.Drawing.SystemColors.ControlLight;\r
128             this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
129             this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
130             this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
131             this.btn_Close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
132             this.btn_Close.Location = new System.Drawing.Point(606, 305);\r
133             this.btn_Close.Name = "btn_Close";\r
134             this.btn_Close.Size = new System.Drawing.Size(108, 22);\r
135             this.btn_Close.TabIndex = 27;\r
136             this.btn_Close.TabStop = false;\r
137             this.btn_Close.Text = "Close Window";\r
138             this.btn_Close.UseVisualStyleBackColor = false;\r
139             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);\r
140             // \r
141             // progressBar\r
142             // \r
143             this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;\r
144             this.progressBar.Location = new System.Drawing.Point(67, 264);\r
145             this.progressBar.Name = "progressBar";\r
146             this.progressBar.Size = new System.Drawing.Size(576, 23);\r
147             this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
148             this.progressBar.TabIndex = 34;\r
149             // \r
150             // label2\r
151             // \r
152             this.label2.AutoSize = true;\r
153             this.label2.Location = new System.Drawing.Point(10, 270);\r
154             this.label2.Name = "label2";\r
155             this.label2.Size = new System.Drawing.Size(51, 13);\r
156             this.label2.TabIndex = 35;\r
157             this.label2.Text = "Progress:";\r
158             // \r
159             // lbl_progressValue\r
160             // \r
161             this.lbl_progressValue.AutoSize = true;\r
162             this.lbl_progressValue.Location = new System.Drawing.Point(646, 270);\r
163             this.lbl_progressValue.Name = "lbl_progressValue";\r
164             this.lbl_progressValue.Size = new System.Drawing.Size(24, 13);\r
165             this.lbl_progressValue.TabIndex = 36;\r
166             this.lbl_progressValue.Text = "0 %";\r
167             // \r
168             // label1\r
169             // \r
170             this.label1.AutoSize = true;\r
171             this.label1.Location = new System.Drawing.Point(51, 43);\r
172             this.label1.Name = "label1";\r
173             this.label1.Size = new System.Drawing.Size(166, 13);\r
174             this.label1.TabIndex = 40;\r
175             this.label1.Text = "List of items ready to be encoded:";\r
176             // \r
177             // pictureBox1\r
178             // \r
179             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue;\r
180             this.pictureBox1.Location = new System.Drawing.Point(13, 13);\r
181             this.pictureBox1.Name = "pictureBox1";\r
182             this.pictureBox1.Size = new System.Drawing.Size(32, 32);\r
183             this.pictureBox1.TabIndex = 38;\r
184             this.pictureBox1.TabStop = false;\r
185             // \r
186             // label3\r
187             // \r
188             this.label3.AutoSize = true;\r
189             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
190             this.label3.Location = new System.Drawing.Point(51, 25);\r
191             this.label3.Name = "label3";\r
192             this.label3.Size = new System.Drawing.Size(48, 13);\r
193             this.label3.TabIndex = 39;\r
194             this.label3.Text = "Queue";\r
195             // \r
196             // btn_cancel\r
197             // \r
198             this.btn_cancel.BackColor = System.Drawing.SystemColors.ControlLight;\r
199             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
200             this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
201             this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
202             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
203             this.btn_cancel.Location = new System.Drawing.Point(143, 302);\r
204             this.btn_cancel.Name = "btn_cancel";\r
205             this.btn_cancel.Size = new System.Drawing.Size(91, 22);\r
206             this.btn_cancel.TabIndex = 41;\r
207             this.btn_cancel.TabStop = false;\r
208             this.btn_cancel.Text = "Stop Queue";\r
209             this.toolTip1.SetToolTip(this.btn_cancel, "This will prevent any more encode processes from starting. It will not stop the c" +\r
210                     "urrent process!");\r
211             this.btn_cancel.UseVisualStyleBackColor = false;\r
212             this.btn_cancel.Visible = false;\r
213             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
214             // \r
215             // lbl_status\r
216             // \r
217             this.lbl_status.AutoSize = true;\r
218             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
219             this.lbl_status.Location = new System.Drawing.Point(260, 268);\r
220             this.lbl_status.Name = "lbl_status";\r
221             this.lbl_status.Size = new System.Drawing.Size(176, 13);\r
222             this.lbl_status.TabIndex = 42;\r
223             this.lbl_status.Text = "Encode Queue Completed!";\r
224             this.lbl_status.Visible = false;\r
225             // \r
226             // frmQueue\r
227             // \r
228             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
229             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
230             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
231             this.ClientSize = new System.Drawing.Size(723, 332);\r
232             this.Controls.Add(this.lbl_status);\r
233             this.Controls.Add(this.btn_cancel);\r
234             this.Controls.Add(this.label1);\r
235             this.Controls.Add(this.label3);\r
236             this.Controls.Add(this.pictureBox1);\r
237             this.Controls.Add(this.lbl_progressValue);\r
238             this.Controls.Add(this.label2);\r
239             this.Controls.Add(this.progressBar);\r
240             this.Controls.Add(this.btn_down);\r
241             this.Controls.Add(this.btn_up);\r
242             this.Controls.Add(this.btn_delete);\r
243             this.Controls.Add(this.btn_q_encoder);\r
244             this.Controls.Add(this.list_queue);\r
245             this.Controls.Add(this.btn_Close);\r
246             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
247             this.MaximizeBox = false;\r
248             this.Name = "frmQueue";\r
249             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
250             this.Text = "Encode Queue";\r
251             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
252             this.ResumeLayout(false);\r
253             this.PerformLayout();\r
254 \r
255         }\r
256 \r
257         #endregion\r
258 \r
259         internal System.Windows.Forms.Button btn_down;\r
260         internal System.Windows.Forms.Button btn_up;\r
261         internal System.Windows.Forms.Button btn_delete;\r
262         internal System.Windows.Forms.Button btn_q_encoder;\r
263         internal System.Windows.Forms.ListBox list_queue;\r
264         internal System.Windows.Forms.Button btn_Close;\r
265         private System.Windows.Forms.ProgressBar progressBar;\r
266         private System.Windows.Forms.Label label2;\r
267         private System.Windows.Forms.Label lbl_progressValue;\r
268         private System.Windows.Forms.PictureBox pictureBox1;\r
269         private System.Windows.Forms.Label label1;\r
270         private System.Windows.Forms.Label label3;\r
271         internal System.Windows.Forms.Button btn_cancel;\r
272         private System.Windows.Forms.Label lbl_status;\r
273         private System.Windows.Forms.ToolTip toolTip1;\r
274     }\r
275 }