OSDN Git Service

0682c3c852797b2175821f14e838f856f8b5baae
[handbrake-jp/handbrake-jp-git.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.Title = new System.Windows.Forms.ColumnHeader();\r
63             this.Chapters = new System.Windows.Forms.ColumnHeader();\r
64             this.Source = new System.Windows.Forms.ColumnHeader();\r
65             this.Destination = new System.Windows.Forms.ColumnHeader();\r
66             this.EncoderVideo = new System.Windows.Forms.ColumnHeader();\r
67             this.Audio = 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.OpenFile = new System.Windows.Forms.OpenFileDialog();\r
71             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
72             this.panel3 = new System.Windows.Forms.Panel();\r
73             this.panel2 = new System.Windows.Forms.Panel();\r
74             this.panel1 = new System.Windows.Forms.Panel();\r
75             this.toolStrip1.SuspendLayout();\r
76             this.statusStrip1.SuspendLayout();\r
77             this.splitContainer1.Panel1.SuspendLayout();\r
78             this.splitContainer1.Panel2.SuspendLayout();\r
79             this.splitContainer1.SuspendLayout();\r
80             this.SuspendLayout();\r
81             // \r
82             // btn_down\r
83             // \r
84             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
85             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
86             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
87             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
88             this.btn_down.Location = new System.Drawing.Point(607, 66);\r
89             this.btn_down.Name = "btn_down";\r
90             this.btn_down.Size = new System.Drawing.Size(75, 22);\r
91             this.btn_down.TabIndex = 33;\r
92             this.btn_down.TabStop = false;\r
93             this.btn_down.Text = "Down";\r
94             this.toolTip1.SetToolTip(this.btn_down, "Move the selected item down 1 place in the queue");\r
95             this.btn_down.UseVisualStyleBackColor = true;\r
96             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
97             // \r
98             // btn_up\r
99             // \r
100             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
101             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
102             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
103             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
104             this.btn_up.Location = new System.Drawing.Point(537, 66);\r
105             this.btn_up.Name = "btn_up";\r
106             this.btn_up.Size = new System.Drawing.Size(64, 22);\r
107             this.btn_up.TabIndex = 32;\r
108             this.btn_up.TabStop = false;\r
109             this.btn_up.Text = "Up";\r
110             this.toolTip1.SetToolTip(this.btn_up, "Move the selected item up 1 place in the queue.");\r
111             this.btn_up.UseVisualStyleBackColor = true;\r
112             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
113             // \r
114             // btn_delete\r
115             // \r
116             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
117             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
118             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
119             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
120             this.btn_delete.Location = new System.Drawing.Point(689, 66);\r
121             this.btn_delete.Name = "btn_delete";\r
122             this.btn_delete.Size = new System.Drawing.Size(75, 22);\r
123             this.btn_delete.TabIndex = 31;\r
124             this.btn_delete.TabStop = false;\r
125             this.btn_delete.Text = "Delete";\r
126             this.toolTip1.SetToolTip(this.btn_delete, "Remove the selected item from the queue");\r
127             this.btn_delete.UseVisualStyleBackColor = true;\r
128             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
129             // \r
130             // label4\r
131             // \r
132             this.label4.AutoSize = true;\r
133             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
134             this.label4.Location = new System.Drawing.Point(225, 57);\r
135             this.label4.Name = "label4";\r
136             this.label4.Size = new System.Drawing.Size(48, 26);\r
137             this.label4.TabIndex = 70;\r
138             this.label4.Text = "Video:\r\nAudio:";\r
139             // \r
140             // lbl_chapt\r
141             // \r
142             this.lbl_chapt.AutoSize = true;\r
143             this.lbl_chapt.Location = new System.Drawing.Point(158, 69);\r
144             this.lbl_chapt.Name = "lbl_chapt";\r
145             this.lbl_chapt.Size = new System.Drawing.Size(12, 13);\r
146             this.lbl_chapt.TabIndex = 69;\r
147             this.lbl_chapt.Text = "-";\r
148             // \r
149             // lbl_title\r
150             // \r
151             this.lbl_title.AccessibleRole = System.Windows.Forms.AccessibleRole.None;\r
152             this.lbl_title.AutoSize = true;\r
153             this.lbl_title.Location = new System.Drawing.Point(158, 56);\r
154             this.lbl_title.Name = "lbl_title";\r
155             this.lbl_title.Size = new System.Drawing.Size(12, 13);\r
156             this.lbl_title.TabIndex = 68;\r
157             this.lbl_title.Text = "-";\r
158             // \r
159             // lbl_aEnc\r
160             // \r
161             this.lbl_aEnc.AutoSize = true;\r
162             this.lbl_aEnc.Location = new System.Drawing.Point(286, 70);\r
163             this.lbl_aEnc.Name = "lbl_aEnc";\r
164             this.lbl_aEnc.Size = new System.Drawing.Size(12, 13);\r
165             this.lbl_aEnc.TabIndex = 67;\r
166             this.lbl_aEnc.Text = "-";\r
167             // \r
168             // lbl_vEnc\r
169             // \r
170             this.lbl_vEnc.AutoSize = true;\r
171             this.lbl_vEnc.Location = new System.Drawing.Point(286, 57);\r
172             this.lbl_vEnc.Name = "lbl_vEnc";\r
173             this.lbl_vEnc.Size = new System.Drawing.Size(12, 13);\r
174             this.lbl_vEnc.TabIndex = 66;\r
175             this.lbl_vEnc.Text = "-";\r
176             // \r
177             // lbl_dest\r
178             // \r
179             this.lbl_dest.AutoSize = true;\r
180             this.lbl_dest.Location = new System.Drawing.Point(158, 44);\r
181             this.lbl_dest.Name = "lbl_dest";\r
182             this.lbl_dest.Size = new System.Drawing.Size(12, 13);\r
183             this.lbl_dest.TabIndex = 65;\r
184             this.lbl_dest.Text = "-";\r
185             this.lbl_dest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
186             // \r
187             // lbl_source\r
188             // \r
189             this.lbl_source.AutoSize = true;\r
190             this.lbl_source.Location = new System.Drawing.Point(158, 31);\r
191             this.lbl_source.Name = "lbl_source";\r
192             this.lbl_source.Size = new System.Drawing.Size(12, 13);\r
193             this.lbl_source.TabIndex = 64;\r
194             this.lbl_source.Text = "-";\r
195             // \r
196             // label1\r
197             // \r
198             this.label1.AutoSize = true;\r
199             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
200             this.label1.Location = new System.Drawing.Point(12, 31);\r
201             this.label1.Name = "label1";\r
202             this.label1.Size = new System.Drawing.Size(99, 52);\r
203             this.label1.TabIndex = 63;\r
204             this.label1.Text = "Source:\r\nDestination:\r\nDVD Title:\r\nDVD Chapters:";\r
205             // \r
206             // label3\r
207             // \r
208             this.label3.AutoSize = true;\r
209             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
210             this.label3.Location = new System.Drawing.Point(12, 9);\r
211             this.label3.Name = "label3";\r
212             this.label3.Size = new System.Drawing.Size(82, 13);\r
213             this.label3.TabIndex = 62;\r
214             this.label3.Text = "Current Job";\r
215             // \r
216             // toolStrip1\r
217             // \r
218             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
219             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
220             this.btn_encode,\r
221             this.btn_stop,\r
222             this.toolStripSeparator1,\r
223             this.drop_button_queue});\r
224             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
225             this.toolStrip1.Name = "toolStrip1";\r
226             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
227             this.toolStrip1.Size = new System.Drawing.Size(779, 39);\r
228             this.toolStrip1.TabIndex = 71;\r
229             this.toolStrip1.Text = "toolStrip1";\r
230             // \r
231             // btn_encode\r
232             // \r
233             this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;\r
234             this.btn_encode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
235             this.btn_encode.ImageTransparentColor = System.Drawing.Color.Magenta;\r
236             this.btn_encode.Name = "btn_encode";\r
237             this.btn_encode.Size = new System.Drawing.Size(84, 36);\r
238             this.btn_encode.Text = "Encode";\r
239             this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click);\r
240             // \r
241             // btn_stop\r
242             // \r
243             this.btn_stop.Image = global::Handbrake.Properties.Resources.Pause;\r
244             this.btn_stop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
245             this.btn_stop.ImageTransparentColor = System.Drawing.Color.Magenta;\r
246             this.btn_stop.Name = "btn_stop";\r
247             this.btn_stop.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;\r
248             this.btn_stop.Size = new System.Drawing.Size(75, 36);\r
249             this.btn_stop.Text = "Pause";\r
250             this.btn_stop.Visible = false;\r
251             this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);\r
252             // \r
253             // toolStripSeparator1\r
254             // \r
255             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
256             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);\r
257             // \r
258             // drop_button_queue\r
259             // \r
260             this.drop_button_queue.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
261             this.mnu_batch,\r
262             this.mnu_import,\r
263             this.mnu_export});\r
264             this.drop_button_queue.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
265             this.drop_button_queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
266             this.drop_button_queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
267             this.drop_button_queue.Name = "drop_button_queue";\r
268             this.drop_button_queue.Size = new System.Drawing.Size(89, 36);\r
269             this.drop_button_queue.Text = "Queue";\r
270             // \r
271             // mnu_batch\r
272             // \r
273             this.mnu_batch.Image = global::Handbrake.Properties.Resources.Output_Small;\r
274             this.mnu_batch.Name = "mnu_batch";\r
275             this.mnu_batch.Size = new System.Drawing.Size(207, 22);\r
276             this.mnu_batch.Text = "Generate Batch Script";\r
277             this.mnu_batch.Click += new System.EventHandler(this.mnu_batch_Click);\r
278             // \r
279             // mnu_import\r
280             // \r
281             this.mnu_import.Image = global::Handbrake.Properties.Resources.folder;\r
282             this.mnu_import.Name = "mnu_import";\r
283             this.mnu_import.Size = new System.Drawing.Size(207, 22);\r
284             this.mnu_import.Text = "Import Queue";\r
285             this.mnu_import.Click += new System.EventHandler(this.mnu_import_Click);\r
286             // \r
287             // mnu_export\r
288             // \r
289             this.mnu_export.Image = global::Handbrake.Properties.Resources.save;\r
290             this.mnu_export.Name = "mnu_export";\r
291             this.mnu_export.Size = new System.Drawing.Size(207, 22);\r
292             this.mnu_export.Text = "Export Queue";\r
293             this.mnu_export.Click += new System.EventHandler(this.mnu_export_Click);\r
294             // \r
295             // SaveFile\r
296             // \r
297             this.SaveFile.Filter = "Batch|.bat";\r
298             // \r
299             // list_queue\r
300             // \r
301             this.list_queue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
302             this.Title,\r
303             this.Chapters,\r
304             this.Source,\r
305             this.Destination,\r
306             this.EncoderVideo,\r
307             this.Audio});\r
308             this.list_queue.Dock = System.Windows.Forms.DockStyle.Fill;\r
309             this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
310             this.list_queue.FullRowSelect = true;\r
311             this.list_queue.GridLines = true;\r
312             this.list_queue.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
313             this.list_queue.Location = new System.Drawing.Point(15, 0);\r
314             this.list_queue.MultiSelect = false;\r
315             this.list_queue.Name = "list_queue";\r
316             this.list_queue.Size = new System.Drawing.Size(749, 219);\r
317             this.list_queue.TabIndex = 72;\r
318             this.list_queue.UseCompatibleStateImageBehavior = false;\r
319             this.list_queue.View = System.Windows.Forms.View.Details;\r
320             this.list_queue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.list_queue_deleteKey);\r
321             // \r
322             // Title\r
323             // \r
324             this.Title.Text = "Title";\r
325             this.Title.Width = 39;\r
326             // \r
327             // Chapters\r
328             // \r
329             this.Chapters.Text = "Chapters";\r
330             this.Chapters.Width = 71;\r
331             // \r
332             // Source\r
333             // \r
334             this.Source.Text = "Source";\r
335             this.Source.Width = 219;\r
336             // \r
337             // Destination\r
338             // \r
339             this.Destination.Text = "Destination";\r
340             this.Destination.Width = 210;\r
341             // \r
342             // EncoderVideo\r
343             // \r
344             this.EncoderVideo.Text = "Video Encoder";\r
345             this.EncoderVideo.Width = 110;\r
346             // \r
347             // Audio\r
348             // \r
349             this.Audio.Text = "Audio Encoder";\r
350             this.Audio.Width = 94;\r
351             // \r
352             // statusStrip1\r
353             // \r
354             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
355             this.lbl_encodesPending});\r
356             this.statusStrip1.Location = new System.Drawing.Point(0, 368);\r
357             this.statusStrip1.Name = "statusStrip1";\r
358             this.statusStrip1.Size = new System.Drawing.Size(779, 22);\r
359             this.statusStrip1.TabIndex = 73;\r
360             this.statusStrip1.Text = "statusStrip1";\r
361             // \r
362             // lbl_encodesPending\r
363             // \r
364             this.lbl_encodesPending.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
365             this.lbl_encodesPending.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2);\r
366             this.lbl_encodesPending.Name = "lbl_encodesPending";\r
367             this.lbl_encodesPending.Size = new System.Drawing.Size(122, 17);\r
368             this.lbl_encodesPending.Text = "0 encode(s) pending";\r
369             // \r
370             // OpenFile\r
371             // \r
372             this.OpenFile.Filter = "HandBrake Queue|*.queue";\r
373             // \r
374             // splitContainer1\r
375             // \r
376             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
377             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;\r
378             this.splitContainer1.IsSplitterFixed = true;\r
379             this.splitContainer1.Location = new System.Drawing.Point(0, 39);\r
380             this.splitContainer1.Name = "splitContainer1";\r
381             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
382             // \r
383             // splitContainer1.Panel1\r
384             // \r
385             this.splitContainer1.Panel1.Controls.Add(this.label3);\r
386             this.splitContainer1.Panel1.Controls.Add(this.label1);\r
387             this.splitContainer1.Panel1.Controls.Add(this.btn_down);\r
388             this.splitContainer1.Panel1.Controls.Add(this.lbl_title);\r
389             this.splitContainer1.Panel1.Controls.Add(this.btn_up);\r
390             this.splitContainer1.Panel1.Controls.Add(this.lbl_aEnc);\r
391             this.splitContainer1.Panel1.Controls.Add(this.lbl_source);\r
392             this.splitContainer1.Panel1.Controls.Add(this.label4);\r
393             this.splitContainer1.Panel1.Controls.Add(this.lbl_chapt);\r
394             this.splitContainer1.Panel1.Controls.Add(this.lbl_dest);\r
395             this.splitContainer1.Panel1.Controls.Add(this.lbl_vEnc);\r
396             this.splitContainer1.Panel1.Controls.Add(this.btn_delete);\r
397             // \r
398             // splitContainer1.Panel2\r
399             // \r
400             this.splitContainer1.Panel2.Controls.Add(this.list_queue);\r
401             this.splitContainer1.Panel2.Controls.Add(this.panel3);\r
402             this.splitContainer1.Panel2.Controls.Add(this.panel2);\r
403             this.splitContainer1.Panel2.Controls.Add(this.panel1);\r
404             this.splitContainer1.Size = new System.Drawing.Size(779, 329);\r
405             this.splitContainer1.SplitterDistance = 94;\r
406             this.splitContainer1.SplitterWidth = 1;\r
407             this.splitContainer1.TabIndex = 74;\r
408             // \r
409             // panel3\r
410             // \r
411             this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;\r
412             this.panel3.Location = new System.Drawing.Point(15, 219);\r
413             this.panel3.Name = "panel3";\r
414             this.panel3.Size = new System.Drawing.Size(749, 15);\r
415             this.panel3.TabIndex = 77;\r
416             // \r
417             // panel2\r
418             // \r
419             this.panel2.Dock = System.Windows.Forms.DockStyle.Right;\r
420             this.panel2.Location = new System.Drawing.Point(764, 0);\r
421             this.panel2.Name = "panel2";\r
422             this.panel2.Size = new System.Drawing.Size(15, 234);\r
423             this.panel2.TabIndex = 76;\r
424             // \r
425             // panel1\r
426             // \r
427             this.panel1.Dock = System.Windows.Forms.DockStyle.Left;\r
428             this.panel1.Location = new System.Drawing.Point(0, 0);\r
429             this.panel1.Name = "panel1";\r
430             this.panel1.Size = new System.Drawing.Size(15, 234);\r
431             this.panel1.TabIndex = 75;\r
432             // \r
433             // frmQueue\r
434             // \r
435             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
436             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
437             this.ClientSize = new System.Drawing.Size(779, 390);\r
438             this.Controls.Add(this.splitContainer1);\r
439             this.Controls.Add(this.statusStrip1);\r
440             this.Controls.Add(this.toolStrip1);\r
441             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
442             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
443             this.MinimumSize = new System.Drawing.Size(787, 417);\r
444             this.Name = "frmQueue";\r
445             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
446             this.Text = "Encode Queue";\r
447             this.toolStrip1.ResumeLayout(false);\r
448             this.toolStrip1.PerformLayout();\r
449             this.statusStrip1.ResumeLayout(false);\r
450             this.statusStrip1.PerformLayout();\r
451             this.splitContainer1.Panel1.ResumeLayout(false);\r
452             this.splitContainer1.Panel1.PerformLayout();\r
453             this.splitContainer1.Panel2.ResumeLayout(false);\r
454             this.splitContainer1.ResumeLayout(false);\r
455             this.ResumeLayout(false);\r
456             this.PerformLayout();\r
457 \r
458         }\r
459 \r
460         #endregion\r
461 \r
462         internal System.Windows.Forms.Button btn_down;\r
463         internal System.Windows.Forms.Button btn_up;\r
464         internal System.Windows.Forms.Button btn_delete;\r
465         private System.Windows.Forms.ToolTip toolTip1;\r
466         private System.Windows.Forms.Label label4;\r
467         private System.Windows.Forms.Label lbl_chapt;\r
468         private System.Windows.Forms.Label lbl_title;\r
469         private System.Windows.Forms.Label lbl_aEnc;\r
470         private System.Windows.Forms.Label lbl_vEnc;\r
471         private System.Windows.Forms.Label lbl_dest;\r
472         private System.Windows.Forms.Label lbl_source;\r
473         private System.Windows.Forms.Label label1;\r
474         private System.Windows.Forms.Label label3;\r
475         private System.Windows.Forms.ToolStrip toolStrip1;\r
476         private System.Windows.Forms.ToolStripButton btn_encode;\r
477         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
478         private System.Windows.Forms.ToolStripButton btn_stop;\r
479         private System.Windows.Forms.SaveFileDialog SaveFile;\r
480         private System.Windows.Forms.ListView list_queue;\r
481         private System.Windows.Forms.ColumnHeader Title;\r
482         private System.Windows.Forms.ColumnHeader Chapters;\r
483         private System.Windows.Forms.ColumnHeader Source;\r
484         private System.Windows.Forms.ColumnHeader Destination;\r
485         private System.Windows.Forms.ColumnHeader EncoderVideo;\r
486         private System.Windows.Forms.ColumnHeader Audio;\r
487         private System.Windows.Forms.StatusStrip statusStrip1;\r
488         private System.Windows.Forms.ToolStripDropDownButton drop_button_queue;\r
489         private System.Windows.Forms.ToolStripMenuItem mnu_batch;\r
490         private System.Windows.Forms.ToolStripMenuItem mnu_import;\r
491         private System.Windows.Forms.ToolStripMenuItem mnu_export;\r
492         private System.Windows.Forms.OpenFileDialog OpenFile;\r
493         private System.Windows.Forms.ToolStripStatusLabel lbl_encodesPending;\r
494         private System.Windows.Forms.SplitContainer splitContainer1;\r
495         private System.Windows.Forms.Panel panel2;\r
496         private System.Windows.Forms.Panel panel1;\r
497         private System.Windows.Forms.Panel panel3;\r
498     }\r
499 }