OSDN Git Service

7f1394f073a324f085a15b2c51a59839e665efe7
[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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueue));\r
32             this.label3 = new System.Windows.Forms.Label();\r
33             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
34             this.listview_queue = new System.Windows.Forms.ListView();\r
35             this.c_job = new System.Windows.Forms.ColumnHeader();\r
36             this.btn_delete = new System.Windows.Forms.Button();\r
37             this.btn_up = new System.Windows.Forms.Button();\r
38             this.btn_down = new System.Windows.Forms.Button();\r
39             this.lbl_status = new System.Windows.Forms.Label();\r
40             this.btn_cancel = new System.Windows.Forms.Button();\r
41             this.lbl_progressValue = new System.Windows.Forms.Label();\r
42             this.label2 = new System.Windows.Forms.Label();\r
43             this.progressBar = new System.Windows.Forms.ProgressBar();\r
44             this.btn_q_encoder = new System.Windows.Forms.Button();\r
45             this.btn_Close = new System.Windows.Forms.Button();\r
46             this.label1 = new System.Windows.Forms.Label();\r
47             this.lbl_source = new System.Windows.Forms.Label();\r
48             this.lbl_dest = new System.Windows.Forms.Label();\r
49             this.lbl_vEnc = new System.Windows.Forms.Label();\r
50             this.lbl_aEnc = new System.Windows.Forms.Label();\r
51             this.lbl_chapt = new System.Windows.Forms.Label();\r
52             this.lbl_title = new System.Windows.Forms.Label();\r
53             this.label4 = new System.Windows.Forms.Label();\r
54             this.txt_editQuery = new System.Windows.Forms.TextBox();\r
55             this.btn_update = new System.Windows.Forms.Button();\r
56             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
57             this.SuspendLayout();\r
58             // \r
59             // label3\r
60             // \r
61             this.label3.AutoSize = true;\r
62             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
63             this.label3.Location = new System.Drawing.Point(50, 24);\r
64             this.label3.Name = "label3";\r
65             this.label3.Size = new System.Drawing.Size(82, 13);\r
66             this.label3.TabIndex = 41;\r
67             this.label3.Text = "Current Job";\r
68             // \r
69             // pictureBox1\r
70             // \r
71             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue;\r
72             this.pictureBox1.Location = new System.Drawing.Point(12, 12);\r
73             this.pictureBox1.Name = "pictureBox1";\r
74             this.pictureBox1.Size = new System.Drawing.Size(32, 32);\r
75             this.pictureBox1.TabIndex = 40;\r
76             this.pictureBox1.TabStop = false;\r
77             // \r
78             // listview_queue\r
79             // \r
80             this.listview_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
81             this.listview_queue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
82             this.c_job});\r
83             this.listview_queue.Location = new System.Drawing.Point(12, 116);\r
84             this.listview_queue.MultiSelect = false;\r
85             this.listview_queue.Name = "listview_queue";\r
86             this.listview_queue.ShowItemToolTips = true;\r
87             this.listview_queue.Size = new System.Drawing.Size(707, 146);\r
88             this.listview_queue.TabIndex = 42;\r
89             this.listview_queue.UseCompatibleStateImageBehavior = false;\r
90             this.listview_queue.View = System.Windows.Forms.View.Details;\r
91             this.listview_queue.SelectedIndexChanged += new System.EventHandler(this.listview_queue_SelectedIndexChanged);\r
92             // \r
93             // c_job\r
94             // \r
95             this.c_job.Text = "Job";\r
96             this.c_job.Width = 721;\r
97             // \r
98             // btn_delete\r
99             // \r
100             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
101             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
102             this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
103             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
104             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
105             this.btn_delete.Location = new System.Drawing.Point(152, 268);\r
106             this.btn_delete.Name = "btn_delete";\r
107             this.btn_delete.Size = new System.Drawing.Size(64, 22);\r
108             this.btn_delete.TabIndex = 43;\r
109             this.btn_delete.TabStop = false;\r
110             this.btn_delete.Text = "Delete";\r
111             this.btn_delete.UseVisualStyleBackColor = false;\r
112             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
113             // \r
114             // btn_up\r
115             // \r
116             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
117             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
118             this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
119             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
120             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
121             this.btn_up.Location = new System.Drawing.Point(12, 268);\r
122             this.btn_up.Name = "btn_up";\r
123             this.btn_up.Size = new System.Drawing.Size(64, 22);\r
124             this.btn_up.TabIndex = 44;\r
125             this.btn_up.TabStop = false;\r
126             this.btn_up.Text = "Up";\r
127             this.btn_up.UseVisualStyleBackColor = false;\r
128             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
129             // \r
130             // btn_down\r
131             // \r
132             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
133             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
134             this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
135             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
136             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
137             this.btn_down.Location = new System.Drawing.Point(82, 268);\r
138             this.btn_down.Name = "btn_down";\r
139             this.btn_down.Size = new System.Drawing.Size(64, 22);\r
140             this.btn_down.TabIndex = 45;\r
141             this.btn_down.TabStop = false;\r
142             this.btn_down.Text = "Down";\r
143             this.btn_down.UseVisualStyleBackColor = false;\r
144             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
145             // \r
146             // lbl_status\r
147             // \r
148             this.lbl_status.AutoSize = true;\r
149             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
150             this.lbl_status.Location = new System.Drawing.Point(273, 304);\r
151             this.lbl_status.Name = "lbl_status";\r
152             this.lbl_status.Size = new System.Drawing.Size(176, 13);\r
153             this.lbl_status.TabIndex = 52;\r
154             this.lbl_status.Text = "Encode Queue Completed!";\r
155             this.lbl_status.Visible = false;\r
156             // \r
157             // btn_cancel\r
158             // \r
159             this.btn_cancel.BackColor = System.Drawing.SystemColors.ControlLight;\r
160             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
161             this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
162             this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
163             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
164             this.btn_cancel.Location = new System.Drawing.Point(142, 336);\r
165             this.btn_cancel.Name = "btn_cancel";\r
166             this.btn_cancel.Size = new System.Drawing.Size(91, 22);\r
167             this.btn_cancel.TabIndex = 51;\r
168             this.btn_cancel.TabStop = false;\r
169             this.btn_cancel.Text = "Stop Queue";\r
170             this.btn_cancel.UseVisualStyleBackColor = false;\r
171             this.btn_cancel.Visible = false;\r
172             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
173             // \r
174             // lbl_progressValue\r
175             // \r
176             this.lbl_progressValue.AutoSize = true;\r
177             this.lbl_progressValue.Location = new System.Drawing.Point(689, 304);\r
178             this.lbl_progressValue.Name = "lbl_progressValue";\r
179             this.lbl_progressValue.Size = new System.Drawing.Size(30, 13);\r
180             this.lbl_progressValue.TabIndex = 50;\r
181             this.lbl_progressValue.Text = "0 %";\r
182             // \r
183             // label2\r
184             // \r
185             this.label2.AutoSize = true;\r
186             this.label2.Location = new System.Drawing.Point(9, 304);\r
187             this.label2.Name = "label2";\r
188             this.label2.Size = new System.Drawing.Size(62, 13);\r
189             this.label2.TabIndex = 49;\r
190             this.label2.Text = "Progress:";\r
191             // \r
192             // progressBar\r
193             // \r
194             this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;\r
195             this.progressBar.Location = new System.Drawing.Point(75, 299);\r
196             this.progressBar.Name = "progressBar";\r
197             this.progressBar.Size = new System.Drawing.Size(608, 23);\r
198             this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
199             this.progressBar.TabIndex = 48;\r
200             // \r
201             // btn_q_encoder\r
202             // \r
203             this.btn_q_encoder.BackColor = System.Drawing.SystemColors.ControlLight;\r
204             this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
205             this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
206             this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
207             this.btn_q_encoder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
208             this.btn_q_encoder.Location = new System.Drawing.Point(11, 336);\r
209             this.btn_q_encoder.Name = "btn_q_encoder";\r
210             this.btn_q_encoder.Size = new System.Drawing.Size(124, 22);\r
211             this.btn_q_encoder.TabIndex = 47;\r
212             this.btn_q_encoder.TabStop = false;\r
213             this.btn_q_encoder.Text = "Encode Video(s)";\r
214             this.btn_q_encoder.UseVisualStyleBackColor = false;\r
215             this.btn_q_encoder.Click += new System.EventHandler(this.btn_q_encoder_Click);\r
216             // \r
217             // btn_Close\r
218             // \r
219             this.btn_Close.BackColor = System.Drawing.SystemColors.ControlLight;\r
220             this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
221             this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
222             this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
223             this.btn_Close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
224             this.btn_Close.Location = new System.Drawing.Point(605, 336);\r
225             this.btn_Close.Name = "btn_Close";\r
226             this.btn_Close.Size = new System.Drawing.Size(108, 22);\r
227             this.btn_Close.TabIndex = 46;\r
228             this.btn_Close.TabStop = false;\r
229             this.btn_Close.Text = "Close Window";\r
230             this.btn_Close.UseVisualStyleBackColor = false;\r
231             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);\r
232             // \r
233             // label1\r
234             // \r
235             this.label1.AutoSize = true;\r
236             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
237             this.label1.Location = new System.Drawing.Point(50, 46);\r
238             this.label1.Name = "label1";\r
239             this.label1.Size = new System.Drawing.Size(99, 52);\r
240             this.label1.TabIndex = 53;\r
241             this.label1.Text = "Source:\r\nDestination:\r\nDVD Title:\r\nDVD Chapters:";\r
242             // \r
243             // lbl_source\r
244             // \r
245             this.lbl_source.AutoSize = true;\r
246             this.lbl_source.Location = new System.Drawing.Point(175, 46);\r
247             this.lbl_source.Name = "lbl_source";\r
248             this.lbl_source.Size = new System.Drawing.Size(12, 13);\r
249             this.lbl_source.TabIndex = 54;\r
250             this.lbl_source.Text = "-";\r
251             // \r
252             // lbl_dest\r
253             // \r
254             this.lbl_dest.AutoSize = true;\r
255             this.lbl_dest.Location = new System.Drawing.Point(175, 59);\r
256             this.lbl_dest.Name = "lbl_dest";\r
257             this.lbl_dest.Size = new System.Drawing.Size(12, 13);\r
258             this.lbl_dest.TabIndex = 55;\r
259             this.lbl_dest.Text = "-";\r
260             this.lbl_dest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
261             // \r
262             // lbl_vEnc\r
263             // \r
264             this.lbl_vEnc.AutoSize = true;\r
265             this.lbl_vEnc.Location = new System.Drawing.Point(285, 72);\r
266             this.lbl_vEnc.Name = "lbl_vEnc";\r
267             this.lbl_vEnc.Size = new System.Drawing.Size(12, 13);\r
268             this.lbl_vEnc.TabIndex = 56;\r
269             this.lbl_vEnc.Text = "-";\r
270             // \r
271             // lbl_aEnc\r
272             // \r
273             this.lbl_aEnc.AutoSize = true;\r
274             this.lbl_aEnc.Location = new System.Drawing.Point(285, 85);\r
275             this.lbl_aEnc.Name = "lbl_aEnc";\r
276             this.lbl_aEnc.Size = new System.Drawing.Size(12, 13);\r
277             this.lbl_aEnc.TabIndex = 57;\r
278             this.lbl_aEnc.Text = "-";\r
279             // \r
280             // lbl_chapt\r
281             // \r
282             this.lbl_chapt.AutoSize = true;\r
283             this.lbl_chapt.Location = new System.Drawing.Point(175, 84);\r
284             this.lbl_chapt.Name = "lbl_chapt";\r
285             this.lbl_chapt.Size = new System.Drawing.Size(12, 13);\r
286             this.lbl_chapt.TabIndex = 59;\r
287             this.lbl_chapt.Text = "-";\r
288             // \r
289             // lbl_title\r
290             // \r
291             this.lbl_title.AccessibleRole = System.Windows.Forms.AccessibleRole.None;\r
292             this.lbl_title.AutoSize = true;\r
293             this.lbl_title.Location = new System.Drawing.Point(175, 71);\r
294             this.lbl_title.Name = "lbl_title";\r
295             this.lbl_title.Size = new System.Drawing.Size(12, 13);\r
296             this.lbl_title.TabIndex = 58;\r
297             this.lbl_title.Text = "-";\r
298             // \r
299             // label4\r
300             // \r
301             this.label4.AutoSize = true;\r
302             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
303             this.label4.Location = new System.Drawing.Point(232, 72);\r
304             this.label4.Name = "label4";\r
305             this.label4.Size = new System.Drawing.Size(47, 26);\r
306             this.label4.TabIndex = 60;\r
307             this.label4.Text = "Video:\r\nAudo:";\r
308             // \r
309             // txt_editQuery\r
310             // \r
311             this.txt_editQuery.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
312             this.txt_editQuery.Location = new System.Drawing.Point(222, 269);\r
313             this.txt_editQuery.Name = "txt_editQuery";\r
314             this.txt_editQuery.Size = new System.Drawing.Size(427, 21);\r
315             this.txt_editQuery.TabIndex = 61;\r
316             // \r
317             // btn_update\r
318             // \r
319             this.btn_update.BackColor = System.Drawing.SystemColors.ControlLight;\r
320             this.btn_update.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
321             this.btn_update.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
322             this.btn_update.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
323             this.btn_update.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
324             this.btn_update.Location = new System.Drawing.Point(655, 268);\r
325             this.btn_update.Name = "btn_update";\r
326             this.btn_update.Size = new System.Drawing.Size(64, 22);\r
327             this.btn_update.TabIndex = 62;\r
328             this.btn_update.TabStop = false;\r
329             this.btn_update.Text = "Update";\r
330             this.btn_update.UseVisualStyleBackColor = false;\r
331             this.btn_update.Click += new System.EventHandler(this.btn_update_Click);\r
332             // \r
333             // frmQueue\r
334             // \r
335             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
336             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
337             this.ClientSize = new System.Drawing.Size(729, 371);\r
338             this.Controls.Add(this.btn_update);\r
339             this.Controls.Add(this.txt_editQuery);\r
340             this.Controls.Add(this.label4);\r
341             this.Controls.Add(this.lbl_chapt);\r
342             this.Controls.Add(this.lbl_title);\r
343             this.Controls.Add(this.lbl_aEnc);\r
344             this.Controls.Add(this.lbl_vEnc);\r
345             this.Controls.Add(this.lbl_dest);\r
346             this.Controls.Add(this.lbl_source);\r
347             this.Controls.Add(this.label1);\r
348             this.Controls.Add(this.lbl_status);\r
349             this.Controls.Add(this.btn_cancel);\r
350             this.Controls.Add(this.lbl_progressValue);\r
351             this.Controls.Add(this.label2);\r
352             this.Controls.Add(this.progressBar);\r
353             this.Controls.Add(this.btn_q_encoder);\r
354             this.Controls.Add(this.btn_Close);\r
355             this.Controls.Add(this.btn_delete);\r
356             this.Controls.Add(this.btn_up);\r
357             this.Controls.Add(this.btn_down);\r
358             this.Controls.Add(this.listview_queue);\r
359             this.Controls.Add(this.label3);\r
360             this.Controls.Add(this.pictureBox1);\r
361             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
362             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
363             this.Name = "frmQueue";\r
364             this.Text = "Queue";\r
365             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
366             this.ResumeLayout(false);\r
367             this.PerformLayout();\r
368 \r
369         }\r
370 \r
371         #endregion\r
372 \r
373         private System.Windows.Forms.Label label3;\r
374         private System.Windows.Forms.PictureBox pictureBox1;\r
375         private System.Windows.Forms.ColumnHeader c_job;\r
376         public System.Windows.Forms.ListView listview_queue;\r
377         internal System.Windows.Forms.Button btn_delete;\r
378         internal System.Windows.Forms.Button btn_up;\r
379         internal System.Windows.Forms.Button btn_down;\r
380         private System.Windows.Forms.Label lbl_status;\r
381         internal System.Windows.Forms.Button btn_cancel;\r
382         private System.Windows.Forms.Label lbl_progressValue;\r
383         private System.Windows.Forms.Label label2;\r
384         private System.Windows.Forms.ProgressBar progressBar;\r
385         internal System.Windows.Forms.Button btn_q_encoder;\r
386         internal System.Windows.Forms.Button btn_Close;\r
387         private System.Windows.Forms.Label label1;\r
388         private System.Windows.Forms.Label lbl_source;\r
389         private System.Windows.Forms.Label lbl_dest;\r
390         private System.Windows.Forms.Label lbl_vEnc;\r
391         private System.Windows.Forms.Label lbl_aEnc;\r
392         private System.Windows.Forms.Label lbl_chapt;\r
393         private System.Windows.Forms.Label lbl_title;\r
394         private System.Windows.Forms.Label label4;\r
395         private System.Windows.Forms.TextBox txt_editQuery;\r
396         internal System.Windows.Forms.Button btn_update;\r
397     }\r
398 }