OSDN Git Service

7a26c87753ac068d70929eb8e94aeb11fdaecaca
[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             this.text_edit = new System.Windows.Forms.TextBox();\r
49             this.label4 = new System.Windows.Forms.Label();\r
50             this.btn_updateQuery = new System.Windows.Forms.Button();\r
51             this.groupBox1 = new System.Windows.Forms.GroupBox();\r
52             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
53             this.groupBox1.SuspendLayout();\r
54             this.SuspendLayout();\r
55             // \r
56             // btn_down\r
57             // \r
58             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
59             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
60             this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
61             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
62             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
63             this.btn_down.Location = new System.Drawing.Point(656, 91);\r
64             this.btn_down.Name = "btn_down";\r
65             this.btn_down.Size = new System.Drawing.Size(64, 22);\r
66             this.btn_down.TabIndex = 33;\r
67             this.btn_down.TabStop = false;\r
68             this.btn_down.Text = "Down";\r
69             this.btn_down.UseVisualStyleBackColor = false;\r
70             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
71             // \r
72             // btn_up\r
73             // \r
74             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
75             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
76             this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
77             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
78             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
79             this.btn_up.Location = new System.Drawing.Point(655, 63);\r
80             this.btn_up.Name = "btn_up";\r
81             this.btn_up.Size = new System.Drawing.Size(64, 22);\r
82             this.btn_up.TabIndex = 32;\r
83             this.btn_up.TabStop = false;\r
84             this.btn_up.Text = "Up";\r
85             this.btn_up.UseVisualStyleBackColor = false;\r
86             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
87             // \r
88             // btn_delete\r
89             // \r
90             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
91             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
92             this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
93             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
94             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
95             this.btn_delete.Location = new System.Drawing.Point(656, 137);\r
96             this.btn_delete.Name = "btn_delete";\r
97             this.btn_delete.Size = new System.Drawing.Size(64, 22);\r
98             this.btn_delete.TabIndex = 31;\r
99             this.btn_delete.TabStop = false;\r
100             this.btn_delete.Text = "Delete";\r
101             this.btn_delete.UseVisualStyleBackColor = false;\r
102             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
103             // \r
104             // btn_q_encoder\r
105             // \r
106             this.btn_q_encoder.BackColor = System.Drawing.SystemColors.ControlLight;\r
107             this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
108             this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
109             this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
110             this.btn_q_encoder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
111             this.btn_q_encoder.Location = new System.Drawing.Point(10, 366);\r
112             this.btn_q_encoder.Name = "btn_q_encoder";\r
113             this.btn_q_encoder.Size = new System.Drawing.Size(124, 22);\r
114             this.btn_q_encoder.TabIndex = 29;\r
115             this.btn_q_encoder.TabStop = false;\r
116             this.btn_q_encoder.Text = "Encode Video(s)";\r
117             this.btn_q_encoder.UseVisualStyleBackColor = false;\r
118             this.btn_q_encoder.Click += new System.EventHandler(this.btn_q_encoder_Click);\r
119             // \r
120             // list_queue\r
121             // \r
122             this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
123             this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
124             this.list_queue.HorizontalScrollbar = true;\r
125             this.list_queue.Location = new System.Drawing.Point(19, 19);\r
126             this.list_queue.Name = "list_queue";\r
127             this.list_queue.Size = new System.Drawing.Size(630, 184);\r
128             this.list_queue.TabIndex = 28;\r
129             this.list_queue.SelectedIndexChanged += new System.EventHandler(this.list_queue_SelectedIndexChanged);\r
130             // \r
131             // btn_Close\r
132             // \r
133             this.btn_Close.BackColor = System.Drawing.SystemColors.ControlLight;\r
134             this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
135             this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
136             this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
137             this.btn_Close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
138             this.btn_Close.Location = new System.Drawing.Point(639, 366);\r
139             this.btn_Close.Name = "btn_Close";\r
140             this.btn_Close.Size = new System.Drawing.Size(108, 22);\r
141             this.btn_Close.TabIndex = 27;\r
142             this.btn_Close.TabStop = false;\r
143             this.btn_Close.Text = "Close Window";\r
144             this.btn_Close.UseVisualStyleBackColor = false;\r
145             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);\r
146             // \r
147             // progressBar\r
148             // \r
149             this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;\r
150             this.progressBar.Location = new System.Drawing.Point(64, 328);\r
151             this.progressBar.Name = "progressBar";\r
152             this.progressBar.Size = new System.Drawing.Size(653, 23);\r
153             this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
154             this.progressBar.TabIndex = 34;\r
155             // \r
156             // label2\r
157             // \r
158             this.label2.AutoSize = true;\r
159             this.label2.Location = new System.Drawing.Point(7, 334);\r
160             this.label2.Name = "label2";\r
161             this.label2.Size = new System.Drawing.Size(51, 13);\r
162             this.label2.TabIndex = 35;\r
163             this.label2.Text = "Progress:";\r
164             // \r
165             // lbl_progressValue\r
166             // \r
167             this.lbl_progressValue.AutoSize = true;\r
168             this.lbl_progressValue.Location = new System.Drawing.Point(723, 332);\r
169             this.lbl_progressValue.Name = "lbl_progressValue";\r
170             this.lbl_progressValue.Size = new System.Drawing.Size(24, 13);\r
171             this.lbl_progressValue.TabIndex = 36;\r
172             this.lbl_progressValue.Text = "0 %";\r
173             // \r
174             // label1\r
175             // \r
176             this.label1.AutoSize = true;\r
177             this.label1.Location = new System.Drawing.Point(51, 43);\r
178             this.label1.Name = "label1";\r
179             this.label1.Size = new System.Drawing.Size(166, 13);\r
180             this.label1.TabIndex = 40;\r
181             this.label1.Text = "List of items ready to be encoded:";\r
182             // \r
183             // pictureBox1\r
184             // \r
185             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue;\r
186             this.pictureBox1.Location = new System.Drawing.Point(13, 13);\r
187             this.pictureBox1.Name = "pictureBox1";\r
188             this.pictureBox1.Size = new System.Drawing.Size(32, 32);\r
189             this.pictureBox1.TabIndex = 38;\r
190             this.pictureBox1.TabStop = false;\r
191             // \r
192             // label3\r
193             // \r
194             this.label3.AutoSize = true;\r
195             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
196             this.label3.Location = new System.Drawing.Point(51, 25);\r
197             this.label3.Name = "label3";\r
198             this.label3.Size = new System.Drawing.Size(48, 13);\r
199             this.label3.TabIndex = 39;\r
200             this.label3.Text = "Queue";\r
201             // \r
202             // btn_cancel\r
203             // \r
204             this.btn_cancel.BackColor = System.Drawing.SystemColors.ControlLight;\r
205             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
206             this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
207             this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
208             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
209             this.btn_cancel.Location = new System.Drawing.Point(140, 366);\r
210             this.btn_cancel.Name = "btn_cancel";\r
211             this.btn_cancel.Size = new System.Drawing.Size(91, 22);\r
212             this.btn_cancel.TabIndex = 41;\r
213             this.btn_cancel.TabStop = false;\r
214             this.btn_cancel.Text = "Stop Queue";\r
215             this.toolTip1.SetToolTip(this.btn_cancel, "This will prevent any more encode processes from starting. It will not stop the c" +\r
216                     "urrent process!");\r
217             this.btn_cancel.UseVisualStyleBackColor = false;\r
218             this.btn_cancel.Visible = false;\r
219             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
220             // \r
221             // lbl_status\r
222             // \r
223             this.lbl_status.AutoSize = true;\r
224             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
225             this.lbl_status.Location = new System.Drawing.Point(314, 332);\r
226             this.lbl_status.Name = "lbl_status";\r
227             this.lbl_status.Size = new System.Drawing.Size(176, 13);\r
228             this.lbl_status.TabIndex = 42;\r
229             this.lbl_status.Text = "Encode Queue Completed!";\r
230             this.lbl_status.Visible = false;\r
231             // \r
232             // text_edit\r
233             // \r
234             this.text_edit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
235             this.text_edit.Location = new System.Drawing.Point(119, 209);\r
236             this.text_edit.Name = "text_edit";\r
237             this.text_edit.Size = new System.Drawing.Size(530, 21);\r
238             this.text_edit.TabIndex = 43;\r
239             this.toolTip1.SetToolTip(this.text_edit, "Avoid using this feature when the encoder is about to start a new task. You may o" +\r
240                     "verwrite the wrong job");\r
241             // \r
242             // label4\r
243             // \r
244             this.label4.AutoSize = true;\r
245             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
246             this.label4.Location = new System.Drawing.Point(16, 211);\r
247             this.label4.Name = "label4";\r
248             this.label4.Size = new System.Drawing.Size(97, 13);\r
249             this.label4.TabIndex = 45;\r
250             this.label4.Text = "Modify Query:";\r
251             // \r
252             // btn_updateQuery\r
253             // \r
254             this.btn_updateQuery.BackColor = System.Drawing.SystemColors.ControlLight;\r
255             this.btn_updateQuery.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
256             this.btn_updateQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
257             this.btn_updateQuery.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
258             this.btn_updateQuery.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
259             this.btn_updateQuery.Location = new System.Drawing.Point(655, 207);\r
260             this.btn_updateQuery.Name = "btn_updateQuery";\r
261             this.btn_updateQuery.Size = new System.Drawing.Size(64, 23);\r
262             this.btn_updateQuery.TabIndex = 46;\r
263             this.btn_updateQuery.TabStop = false;\r
264             this.btn_updateQuery.Text = "Update";\r
265             this.btn_updateQuery.UseVisualStyleBackColor = false;\r
266             this.btn_updateQuery.Click += new System.EventHandler(this.btn_updateQuery_Click);\r
267             // \r
268             // groupBox1\r
269             // \r
270             this.groupBox1.Controls.Add(this.list_queue);\r
271             this.groupBox1.Controls.Add(this.btn_updateQuery);\r
272             this.groupBox1.Controls.Add(this.btn_delete);\r
273             this.groupBox1.Controls.Add(this.label4);\r
274             this.groupBox1.Controls.Add(this.btn_up);\r
275             this.groupBox1.Controls.Add(this.text_edit);\r
276             this.groupBox1.Controls.Add(this.btn_down);\r
277             this.groupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
278             this.groupBox1.Location = new System.Drawing.Point(12, 73);\r
279             this.groupBox1.Name = "groupBox1";\r
280             this.groupBox1.Size = new System.Drawing.Size(735, 249);\r
281             this.groupBox1.TabIndex = 47;\r
282             this.groupBox1.TabStop = false;\r
283             this.groupBox1.Text = "Queued Management";\r
284             // \r
285             // frmQueue\r
286             // \r
287             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
288             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
289             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
290             this.ClientSize = new System.Drawing.Size(761, 396);\r
291             this.Controls.Add(this.groupBox1);\r
292             this.Controls.Add(this.lbl_status);\r
293             this.Controls.Add(this.btn_cancel);\r
294             this.Controls.Add(this.label1);\r
295             this.Controls.Add(this.label3);\r
296             this.Controls.Add(this.pictureBox1);\r
297             this.Controls.Add(this.lbl_progressValue);\r
298             this.Controls.Add(this.label2);\r
299             this.Controls.Add(this.progressBar);\r
300             this.Controls.Add(this.btn_q_encoder);\r
301             this.Controls.Add(this.btn_Close);\r
302             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
303             this.MaximizeBox = false;\r
304             this.Name = "frmQueue";\r
305             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
306             this.Text = "Encode Queue";\r
307             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
308             this.groupBox1.ResumeLayout(false);\r
309             this.groupBox1.PerformLayout();\r
310             this.ResumeLayout(false);\r
311             this.PerformLayout();\r
312 \r
313         }\r
314 \r
315         #endregion\r
316 \r
317         internal System.Windows.Forms.Button btn_down;\r
318         internal System.Windows.Forms.Button btn_up;\r
319         internal System.Windows.Forms.Button btn_delete;\r
320         internal System.Windows.Forms.Button btn_q_encoder;\r
321         internal System.Windows.Forms.Button btn_Close;\r
322         private System.Windows.Forms.ProgressBar progressBar;\r
323         private System.Windows.Forms.Label label2;\r
324         private System.Windows.Forms.Label lbl_progressValue;\r
325         private System.Windows.Forms.PictureBox pictureBox1;\r
326         private System.Windows.Forms.Label label1;\r
327         private System.Windows.Forms.Label label3;\r
328         internal System.Windows.Forms.Button btn_cancel;\r
329         private System.Windows.Forms.Label lbl_status;\r
330         private System.Windows.Forms.ToolTip toolTip1;\r
331         public System.Windows.Forms.ListBox list_queue;\r
332         private System.Windows.Forms.TextBox text_edit;\r
333         private System.Windows.Forms.Label label4;\r
334         internal System.Windows.Forms.Button btn_updateQuery;\r
335         private System.Windows.Forms.GroupBox groupBox1;\r
336     }\r
337 }