OSDN Git Service

import jp-0.9.3
[handbrake-jp/handbrake-jp.git] / win / C# / frmQueue.Designer.cs
1 /*  frmQueue.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 frmQueue\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             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueue));\r
39             this.btn_down = new System.Windows.Forms.Button();\r
40             this.btn_up = new System.Windows.Forms.Button();\r
41             this.btn_delete = new System.Windows.Forms.Button();\r
42             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);\r
43             this.label4 = new System.Windows.Forms.Label();\r
44             this.lbl_chapt = new System.Windows.Forms.Label();\r
45             this.lbl_title = new System.Windows.Forms.Label();\r
46             this.lbl_aEnc = new System.Windows.Forms.Label();\r
47             this.lbl_vEnc = new System.Windows.Forms.Label();\r
48             this.lbl_dest = new System.Windows.Forms.Label();\r
49             this.lbl_source = new System.Windows.Forms.Label();\r
50             this.label1 = new System.Windows.Forms.Label();\r
51             this.label3 = new System.Windows.Forms.Label();\r
52             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
53             this.btn_encode = new System.Windows.Forms.ToolStripButton();\r
54             this.btn_stop = new System.Windows.Forms.ToolStripButton();\r
55             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
56             this.drop_button_queue = new System.Windows.Forms.ToolStripDropDownButton();\r
57             this.mnu_batch = new System.Windows.Forms.ToolStripMenuItem();\r
58             this.mnu_import = new System.Windows.Forms.ToolStripMenuItem();\r
59             this.mnu_export = new System.Windows.Forms.ToolStripMenuItem();\r
60             this.SaveFile = new System.Windows.Forms.SaveFileDialog();\r
61             this.list_queue = new System.Windows.Forms.ListView();\r
62             this.\83^\83C\83g\83\8b = new System.Windows.Forms.ColumnHeader();\r
63             this.\83`\83\83\83v\83^\81[ = new System.Windows.Forms.ColumnHeader();\r
64             this.\95Ï\8a·\8c³ = new System.Windows.Forms.ColumnHeader();\r
65             this.\95Û\91\90æ = new System.Windows.Forms.ColumnHeader();\r
66             this.\93®\89æ\83G\83\93\83R\81[\83_\81[ = new System.Windows.Forms.ColumnHeader();\r
67             this.\89¹\90º\83G\83\93\83R\81[\83_\81[ = new System.Windows.Forms.ColumnHeader();\r
68             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
69             this.lbl_encodesPending = new System.Windows.Forms.ToolStripStatusLabel();\r
70             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();\r
71             this.progressBar = new System.Windows.Forms.ToolStripProgressBar();\r
72             this.lbl_progressValue = new System.Windows.Forms.ToolStripStatusLabel();\r
73             this.OpenFile = new System.Windows.Forms.OpenFileDialog();\r
74             this.toolStrip1.SuspendLayout();\r
75             this.statusStrip1.SuspendLayout();\r
76             this.SuspendLayout();\r
77             // \r
78             // btn_down\r
79             // \r
80             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
81             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
82             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
83             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
84             this.btn_down.Location = new System.Drawing.Point(613, 110);\r
85             this.btn_down.Name = "btn_down";\r
86             this.btn_down.Size = new System.Drawing.Size(75, 22);\r
87             this.btn_down.TabIndex = 33;\r
88             this.btn_down.TabStop = false;\r
89             this.btn_down.Text = "\81«";\r
90             this.toolTip1.SetToolTip(this.btn_down, "Move the selected item down 1 place in the queue");\r
91             this.btn_down.UseVisualStyleBackColor = true;\r
92             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
93             // \r
94             // btn_up\r
95             // \r
96             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
97             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
98             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
99             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
100             this.btn_up.Location = new System.Drawing.Point(543, 110);\r
101             this.btn_up.Name = "btn_up";\r
102             this.btn_up.Size = new System.Drawing.Size(64, 22);\r
103             this.btn_up.TabIndex = 32;\r
104             this.btn_up.TabStop = false;\r
105             this.btn_up.Text = "\81ª";\r
106             this.toolTip1.SetToolTip(this.btn_up, "Move the selected item up 1 place in the queue.");\r
107             this.btn_up.UseVisualStyleBackColor = true;\r
108             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
109             // \r
110             // btn_delete\r
111             // \r
112             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
113             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
114             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
115             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
116             this.btn_delete.Location = new System.Drawing.Point(695, 110);\r
117             this.btn_delete.Name = "btn_delete";\r
118             this.btn_delete.Size = new System.Drawing.Size(75, 22);\r
119             this.btn_delete.TabIndex = 31;\r
120             this.btn_delete.TabStop = false;\r
121             this.btn_delete.Text = "\8dí\8f\9c";\r
122             this.toolTip1.SetToolTip(this.btn_delete, "Remove the selected item from the queue");\r
123             this.btn_delete.UseVisualStyleBackColor = true;\r
124             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
125             // \r
126             // label4\r
127             // \r
128             this.label4.AutoSize = true;\r
129             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
130             this.label4.Location = new System.Drawing.Point(225, 98);\r
131             this.label4.Name = "label4";\r
132             this.label4.Size = new System.Drawing.Size(33, 26);\r
133             this.label4.TabIndex = 70;\r
134             this.label4.Text = "\93®\89æ:\r\n\89¹\90º:";\r
135             // \r
136             // lbl_chapt\r
137             // \r
138             this.lbl_chapt.AutoSize = true;\r
139             this.lbl_chapt.Location = new System.Drawing.Point(158, 110);\r
140             this.lbl_chapt.Name = "lbl_chapt";\r
141             this.lbl_chapt.Size = new System.Drawing.Size(12, 13);\r
142             this.lbl_chapt.TabIndex = 69;\r
143             this.lbl_chapt.Text = "-";\r
144             // \r
145             // lbl_title\r
146             // \r
147             this.lbl_title.AccessibleRole = System.Windows.Forms.AccessibleRole.None;\r
148             this.lbl_title.AutoSize = true;\r
149             this.lbl_title.Location = new System.Drawing.Point(158, 97);\r
150             this.lbl_title.Name = "lbl_title";\r
151             this.lbl_title.Size = new System.Drawing.Size(12, 13);\r
152             this.lbl_title.TabIndex = 68;\r
153             this.lbl_title.Text = "-";\r
154             // \r
155             // lbl_aEnc\r
156             // \r
157             this.lbl_aEnc.AutoSize = true;\r
158             this.lbl_aEnc.Location = new System.Drawing.Point(286, 111);\r
159             this.lbl_aEnc.Name = "lbl_aEnc";\r
160             this.lbl_aEnc.Size = new System.Drawing.Size(12, 13);\r
161             this.lbl_aEnc.TabIndex = 67;\r
162             this.lbl_aEnc.Text = "-";\r
163             // \r
164             // lbl_vEnc\r
165             // \r
166             this.lbl_vEnc.AutoSize = true;\r
167             this.lbl_vEnc.Location = new System.Drawing.Point(286, 98);\r
168             this.lbl_vEnc.Name = "lbl_vEnc";\r
169             this.lbl_vEnc.Size = new System.Drawing.Size(12, 13);\r
170             this.lbl_vEnc.TabIndex = 66;\r
171             this.lbl_vEnc.Text = "-";\r
172             // \r
173             // lbl_dest\r
174             // \r
175             this.lbl_dest.AutoSize = true;\r
176             this.lbl_dest.Location = new System.Drawing.Point(158, 85);\r
177             this.lbl_dest.Name = "lbl_dest";\r
178             this.lbl_dest.Size = new System.Drawing.Size(12, 13);\r
179             this.lbl_dest.TabIndex = 65;\r
180             this.lbl_dest.Text = "-";\r
181             this.lbl_dest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
182             // \r
183             // lbl_source\r
184             // \r
185             this.lbl_source.AutoSize = true;\r
186             this.lbl_source.Location = new System.Drawing.Point(158, 72);\r
187             this.lbl_source.Name = "lbl_source";\r
188             this.lbl_source.Size = new System.Drawing.Size(12, 13);\r
189             this.lbl_source.TabIndex = 64;\r
190             this.lbl_source.Text = "-";\r
191             // \r
192             // label1\r
193             // \r
194             this.label1.AutoSize = true;\r
195             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
196             this.label1.Location = new System.Drawing.Point(12, 72);\r
197             this.label1.Name = "label1";\r
198             this.label1.Size = new System.Drawing.Size(89, 52);\r
199             this.label1.TabIndex = 63;\r
200             this.label1.Text = "\95Ï\8a·\8c³:\r\n\95Û\91\90æ:\r\nDVD\82Ì\83^\83C\83g\83\8b:\r\nDVD\82Ì\83`\83\83\83v\83^\81[:";\r
201             // \r
202             // label3\r
203             // \r
204             this.label3.AutoSize = true;\r
205             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
206             this.label3.Location = new System.Drawing.Point(12, 50);\r
207             this.label3.Name = "label3";\r
208             this.label3.Size = new System.Drawing.Size(73, 13);\r
209             this.label3.TabIndex = 62;\r
210             this.label3.Text = "\8dì\8bÆ\92\86\82Ì\83W\83\87\83u";\r
211             // \r
212             // toolStrip1\r
213             // \r
214             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
215             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
216             this.btn_encode,\r
217             this.btn_stop,\r
218             this.toolStripSeparator1,\r
219             this.drop_button_queue});\r
220             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
221             this.toolStrip1.Name = "toolStrip1";\r
222             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
223             this.toolStrip1.Size = new System.Drawing.Size(779, 39);\r
224             this.toolStrip1.TabIndex = 71;\r
225             this.toolStrip1.Text = "toolStrip1";\r
226             // \r
227             // btn_encode\r
228             // \r
229             this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;\r
230             this.btn_encode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
231             this.btn_encode.ImageTransparentColor = System.Drawing.Color.Magenta;\r
232             this.btn_encode.Name = "btn_encode";\r
233             this.btn_encode.Size = new System.Drawing.Size(92, 36);\r
234             this.btn_encode.Text = "\95Ï\8a·\8aJ\8en";\r
235             this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click);\r
236             // \r
237             // btn_stop\r
238             // \r
239             this.btn_stop.Image = global::Handbrake.Properties.Resources.Pause;\r
240             this.btn_stop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
241             this.btn_stop.ImageTransparentColor = System.Drawing.Color.Magenta;\r
242             this.btn_stop.Name = "btn_stop";\r
243             this.btn_stop.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;\r
244             this.btn_stop.Size = new System.Drawing.Size(92, 36);\r
245             this.btn_stop.Text = "\88ê\8e\9e\92â\8e~";\r
246             this.btn_stop.Visible = false;\r
247             this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);\r
248             // \r
249             // toolStripSeparator1\r
250             // \r
251             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
252             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);\r
253             // \r
254             // drop_button_queue\r
255             // \r
256             this.drop_button_queue.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
257             this.mnu_batch,\r
258             this.mnu_import,\r
259             this.mnu_export});\r
260             this.drop_button_queue.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
261             this.drop_button_queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
262             this.drop_button_queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
263             this.drop_button_queue.Name = "drop_button_queue";\r
264             this.drop_button_queue.Size = new System.Drawing.Size(89, 36);\r
265             this.drop_button_queue.Text = "\83L\83\85\81[";\r
266             // \r
267             // mnu_batch\r
268             // \r
269             this.mnu_batch.Image = global::Handbrake.Properties.Resources.Output_Small;\r
270             this.mnu_batch.Name = "mnu_batch";\r
271             this.mnu_batch.Size = new System.Drawing.Size(208, 22);\r
272             this.mnu_batch.Text = "\83o\83b\83`\83X\83N\83\8a\83v\83g\82ð\8dì\90¬";\r
273             this.mnu_batch.Click += new System.EventHandler(this.mnu_batch_Click);\r
274             // \r
275             // mnu_import\r
276             // \r
277             this.mnu_import.Image = global::Handbrake.Properties.Resources.folder;\r
278             this.mnu_import.Name = "mnu_import";\r
279             this.mnu_import.Size = new System.Drawing.Size(208, 22);\r
280             this.mnu_import.Text = "\83L\83\85\81[\82ð\83C\83\93\83|\81[\83g";\r
281             this.mnu_import.Click += new System.EventHandler(this.mnu_import_Click);\r
282             // \r
283             // mnu_export\r
284             // \r
285             this.mnu_export.Image = global::Handbrake.Properties.Resources.save;\r
286             this.mnu_export.Name = "mnu_export";\r
287             this.mnu_export.Size = new System.Drawing.Size(208, 22);\r
288             this.mnu_export.Text = "\83L\83\85\81[\82ð\83G\83N\83X\83|\81[\83g";\r
289             this.mnu_export.Click += new System.EventHandler(this.mnu_export_Click);\r
290             // \r
291             // SaveFile\r
292             // \r
293             this.SaveFile.Filter = "Batch|.bat";\r
294             // \r
295             // list_queue\r
296             // \r
297             this.list_queue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
298             this.\83^\83C\83g\83\8b,\r
299             this.\83`\83\83\83v\83^\81[,\r
300             this.\95Ï\8a·\8c³,\r
301             this.\95Û\91\90æ,\r
302             this.\93®\89æ\83G\83\93\83R\81[\83_\81[,\r
303             this.\89¹\90º\83G\83\93\83R\81[\83_\81[});\r
304             this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
305             this.list_queue.FullRowSelect = true;\r
306             this.list_queue.GridLines = true;\r
307             this.list_queue.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
308             this.list_queue.Location = new System.Drawing.Point(15, 138);\r
309             this.list_queue.MultiSelect = false;\r
310             this.list_queue.Name = "list_queue";\r
311             this.list_queue.Size = new System.Drawing.Size(755, 202);\r
312             this.list_queue.TabIndex = 72;\r
313             this.list_queue.UseCompatibleStateImageBehavior = false;\r
314             this.list_queue.View = System.Windows.Forms.View.Details;\r
315             this.list_queue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.list_queue_deleteKey);\r
316             // \r
317             // \83^\83C\83g\83\8b\r
318             // \r
319             this.\83^\83C\83g\83\8b.Text = "\83^\83C\83g\83\8b";\r
320             this.\83^\83C\83g\83\8b.Width = 39;\r
321             // \r
322             // \83`\83\83\83v\83^\81[\r
323             // \r
324             this.\83`\83\83\83v\83^\81[.Text = "\83`\83\83\83v\83^\81[";\r
325             this.\83`\83\83\83v\83^\81[.Width = 71;\r
326             // \r
327             // \95Ï\8a·\8c³\r
328             // \r
329             this.\95Ï\8a·\8c³.Text = "\95Ï\8a·\8c³";\r
330             this.\95Ï\8a·\8c³.Width = 219;\r
331             // \r
332             // \95Û\91\90æ\r
333             // \r
334             this.\95Û\91\90æ.Text = "\95Û\91\90æ";\r
335             this.\95Û\91\90æ.Width = 215;\r
336             // \r
337             // \93®\89æ\83G\83\93\83R\81[\83_\81[\r
338             // \r
339             this.\93®\89æ\83G\83\93\83R\81[\83_\81[.Text = "\93®\89æ\83G\83\93\83R\81[\83_\81[";\r
340             this.\93®\89æ\83G\83\93\83R\81[\83_\81[.Width = 110;\r
341             // \r
342             // \89¹\90º\83G\83\93\83R\81[\83_\81[\r
343             // \r
344             this.\89¹\90º\83G\83\93\83R\81[\83_\81[.Text = "\89¹\90º\83G\83\93\83R\81[\83_\81[";\r
345             this.\89¹\90º\83G\83\93\83R\81[\83_\81[.Width = 94;\r
346             // \r
347             // statusStrip1\r
348             // \r
349             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
350             this.lbl_encodesPending,\r
351             this.toolStripStatusLabel1,\r
352             this.progressBar,\r
353             this.lbl_progressValue});\r
354             this.statusStrip1.Location = new System.Drawing.Point(0, 359);\r
355             this.statusStrip1.Name = "statusStrip1";\r
356             this.statusStrip1.Size = new System.Drawing.Size(779, 31);\r
357             this.statusStrip1.TabIndex = 73;\r
358             this.statusStrip1.Text = "statusStrip1";\r
359             // \r
360             // lbl_encodesPending\r
361             // \r
362             this.lbl_encodesPending.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
363             this.lbl_encodesPending.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2);\r
364             this.lbl_encodesPending.Name = "lbl_encodesPending";\r
365             this.lbl_encodesPending.Size = new System.Drawing.Size(123, 26);\r
366             this.lbl_encodesPending.Text = "0\8cÂ\82Ì\83W\83\87\83u\82ª\91Ò\8b@\92\86";\r
367             // \r
368             // toolStripStatusLabel1\r
369             // \r
370             this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
371             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";\r
372             this.toolStripStatusLabel1.Size = new System.Drawing.Size(37, 26);\r
373             this.toolStripStatusLabel1.Text = "\90i\92»:";\r
374             // \r
375             // progressBar\r
376             // \r
377             this.progressBar.Name = "progressBar";\r
378             this.progressBar.Size = new System.Drawing.Size(500, 25);\r
379             this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
380             // \r
381             // lbl_progressValue\r
382             // \r
383             this.lbl_progressValue.Name = "lbl_progressValue";\r
384             this.lbl_progressValue.Size = new System.Drawing.Size(35, 26);\r
385             this.lbl_progressValue.Text = " 0 %";\r
386             // \r
387             // OpenFile\r
388             // \r
389             this.OpenFile.Filter = "HandBrake Queue|*.queue";\r
390             // \r
391             // frmQueue\r
392             // \r
393             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
394             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
395             this.ClientSize = new System.Drawing.Size(779, 390);\r
396             this.Controls.Add(this.statusStrip1);\r
397             this.Controls.Add(this.list_queue);\r
398             this.Controls.Add(this.btn_down);\r
399             this.Controls.Add(this.btn_up);\r
400             this.Controls.Add(this.toolStrip1);\r
401             this.Controls.Add(this.label4);\r
402             this.Controls.Add(this.lbl_dest);\r
403             this.Controls.Add(this.btn_delete);\r
404             this.Controls.Add(this.lbl_vEnc);\r
405             this.Controls.Add(this.lbl_chapt);\r
406             this.Controls.Add(this.lbl_source);\r
407             this.Controls.Add(this.label3);\r
408             this.Controls.Add(this.lbl_aEnc);\r
409             this.Controls.Add(this.lbl_title);\r
410             this.Controls.Add(this.label1);\r
411             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
412             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
413             this.MaximizeBox = false;\r
414             this.MinimumSize = new System.Drawing.Size(787, 417);\r
415             this.Name = "frmQueue";\r
416             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
417             this.Text = "Encode Queue";\r
418             this.toolStrip1.ResumeLayout(false);\r
419             this.toolStrip1.PerformLayout();\r
420             this.statusStrip1.ResumeLayout(false);\r
421             this.statusStrip1.PerformLayout();\r
422             this.ResumeLayout(false);\r
423             this.PerformLayout();\r
424 \r
425         }\r
426 \r
427         #endregion\r
428 \r
429         internal System.Windows.Forms.Button btn_down;\r
430         internal System.Windows.Forms.Button btn_up;\r
431         internal System.Windows.Forms.Button btn_delete;\r
432         private System.Windows.Forms.ToolTip toolTip1;\r
433         private System.Windows.Forms.Label label4;\r
434         private System.Windows.Forms.Label lbl_chapt;\r
435         private System.Windows.Forms.Label lbl_title;\r
436         private System.Windows.Forms.Label lbl_aEnc;\r
437         private System.Windows.Forms.Label lbl_vEnc;\r
438         private System.Windows.Forms.Label lbl_dest;\r
439         private System.Windows.Forms.Label lbl_source;\r
440         private System.Windows.Forms.Label label1;\r
441         private System.Windows.Forms.Label label3;\r
442         private System.Windows.Forms.ToolStrip toolStrip1;\r
443         private System.Windows.Forms.ToolStripButton btn_encode;\r
444         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
445         private System.Windows.Forms.ToolStripButton btn_stop;\r
446         private System.Windows.Forms.SaveFileDialog SaveFile;\r
447         private System.Windows.Forms.ListView list_queue;\r
448         private System.Windows.Forms.ColumnHeader \83^\83C\83g\83\8b;\r
449         private System.Windows.Forms.ColumnHeader \83`\83\83\83v\83^\81[;\r
450         private System.Windows.Forms.ColumnHeader \95Ï\8a·\8c³;\r
451         private System.Windows.Forms.ColumnHeader \95Û\91\90æ;\r
452         private System.Windows.Forms.ColumnHeader \93®\89æ\83G\83\93\83R\81[\83_\81[;\r
453         private System.Windows.Forms.ColumnHeader \89¹\90º\83G\83\93\83R\81[\83_\81[;\r
454         private System.Windows.Forms.StatusStrip statusStrip1;\r
455         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;\r
456         private System.Windows.Forms.ToolStripProgressBar progressBar;\r
457         private System.Windows.Forms.ToolStripStatusLabel lbl_progressValue;\r
458         private System.Windows.Forms.ToolStripDropDownButton drop_button_queue;\r
459         private System.Windows.Forms.ToolStripMenuItem mnu_batch;\r
460         private System.Windows.Forms.ToolStripMenuItem mnu_import;\r
461         private System.Windows.Forms.ToolStripMenuItem mnu_export;\r
462         private System.Windows.Forms.OpenFileDialog OpenFile;\r
463         private System.Windows.Forms.ToolStripStatusLabel lbl_encodesPending;\r
464     }\r
465 }