OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQueue.Designer.cs
1 /*  frmQueue.Designer.cs \r
2     This file is part of the HandBrake source code.\r
3     Homepage: <http://handbrake.fr>.\r
4     It may be used under the terms of the GNU General Public License. */\r
5 \r
6 namespace Handbrake\r
7 {\r
8     partial class frmQueue\r
9     {\r
10         /// <summary>\r
11         /// Required designer variable.\r
12         /// </summary>\r
13         private System.ComponentModel.IContainer components = null;\r
14 \r
15         /// <summary>\r
16         /// Clean up any resources being used.\r
17         /// </summary>\r
18         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
19         protected override void Dispose(bool disposing)\r
20         {\r
21             if (disposing && (components != null))\r
22             {\r
23                 components.Dispose();\r
24             }\r
25             base.Dispose(disposing);\r
26         }\r
27 \r
28         #region Windows Form Designer generated code\r
29 \r
30         /// <summary>\r
31         /// Required method for Designer support - do not modify\r
32         /// the contents of this method with the code editor.\r
33         /// </summary>\r
34         private void InitializeComponent()\r
35         {\r
36             this.components = new System.ComponentModel.Container();\r
37             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueue));\r
38             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);\r
39             this.lbl_dest = new System.Windows.Forms.Label();\r
40             this.lbl_source = new System.Windows.Forms.Label();\r
41             this.label1 = new System.Windows.Forms.Label();\r
42             this.label3 = new System.Windows.Forms.Label();\r
43             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
44             this.btn_encode = new System.Windows.Forms.ToolStripButton();\r
45             this.btn_pause = new System.Windows.Forms.ToolStripButton();\r
46             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
47             this.drop_button_queue = new System.Windows.Forms.ToolStripDropDownButton();\r
48             this.mnu_batch = new System.Windows.Forms.ToolStripMenuItem();\r
49             this.mnu_import = new System.Windows.Forms.ToolStripMenuItem();\r
50             this.mnu_export = new System.Windows.Forms.ToolStripMenuItem();\r
51             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
52             this.mnu_readd = new System.Windows.Forms.ToolStripMenuItem();\r
53             this.drp_completeOption = new System.Windows.Forms.ToolStripComboBox();\r
54             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();\r
55             this.SaveFile = new System.Windows.Forms.SaveFileDialog();\r
56             this.list_queue = new System.Windows.Forms.ListView();\r
57             this.Title = new System.Windows.Forms.ColumnHeader();\r
58             this.Chapters = new System.Windows.Forms.ColumnHeader();\r
59             this.Source = new System.Windows.Forms.ColumnHeader();\r
60             this.Destination = new System.Windows.Forms.ColumnHeader();\r
61             this.EncoderVideo = new System.Windows.Forms.ColumnHeader();\r
62             this.Audio = new System.Windows.Forms.ColumnHeader();\r
63             this.mnu_queue = new System.Windows.Forms.ContextMenuStrip(this.components);\r
64             this.mnu_up = new System.Windows.Forms.ToolStripMenuItem();\r
65             this.mnu_Down = new System.Windows.Forms.ToolStripMenuItem();\r
66             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();\r
67             this.mnu_edit = new System.Windows.Forms.ToolStripMenuItem();\r
68             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
69             this.mnu_delete = new System.Windows.Forms.ToolStripMenuItem();\r
70             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
71             this.lbl_encodesPending = new System.Windows.Forms.ToolStripStatusLabel();\r
72             this.OpenFile = new System.Windows.Forms.OpenFileDialog();\r
73             this.lbl_encodeStatus = new System.Windows.Forms.Label();\r
74             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
75             this.lbl_encodeOptions = new System.Windows.Forms.Label();\r
76             this.panel3 = new System.Windows.Forms.Panel();\r
77             this.panel2 = new System.Windows.Forms.Panel();\r
78             this.panel1 = new System.Windows.Forms.Panel();\r
79             this.toolStrip1.SuspendLayout();\r
80             this.mnu_queue.SuspendLayout();\r
81             this.statusStrip1.SuspendLayout();\r
82             this.splitContainer1.Panel1.SuspendLayout();\r
83             this.splitContainer1.Panel2.SuspendLayout();\r
84             this.splitContainer1.SuspendLayout();\r
85             this.SuspendLayout();\r
86             // \r
87             // lbl_dest\r
88             // \r
89             this.lbl_dest.AutoEllipsis = true;\r
90             this.lbl_dest.Location = new System.Drawing.Point(117, 60);\r
91             this.lbl_dest.Name = "lbl_dest";\r
92             this.lbl_dest.Size = new System.Drawing.Size(671, 13);\r
93             this.lbl_dest.TabIndex = 65;\r
94             this.lbl_dest.Text = "-";\r
95             this.lbl_dest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
96             // \r
97             // lbl_source\r
98             // \r
99             this.lbl_source.AutoEllipsis = true;\r
100             this.lbl_source.Location = new System.Drawing.Point(117, 47);\r
101             this.lbl_source.Name = "lbl_source";\r
102             this.lbl_source.Size = new System.Drawing.Size(671, 13);\r
103             this.lbl_source.TabIndex = 64;\r
104             this.lbl_source.Text = "-";\r
105             // \r
106             // label1\r
107             // \r
108             this.label1.AutoSize = true;\r
109             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
110             this.label1.Location = new System.Drawing.Point(12, 47);\r
111             this.label1.Name = "label1";\r
112             this.label1.Size = new System.Drawing.Size(85, 39);\r
113             this.label1.TabIndex = 63;\r
114             this.label1.Text = "Source:\r\nDestination:\r\nOptions:";\r
115             // \r
116             // label3\r
117             // \r
118             this.label3.AutoSize = true;\r
119             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
120             this.label3.Location = new System.Drawing.Point(12, 9);\r
121             this.label3.Name = "label3";\r
122             this.label3.Size = new System.Drawing.Size(82, 13);\r
123             this.label3.TabIndex = 62;\r
124             this.label3.Text = "Current Job";\r
125             // \r
126             // toolStrip1\r
127             // \r
128             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
129             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
130             this.btn_encode,\r
131             this.btn_pause,\r
132             this.toolStripSeparator1,\r
133             this.drop_button_queue,\r
134             this.drp_completeOption,\r
135             this.toolStripButton1});\r
136             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
137             this.toolStrip1.Name = "toolStrip1";\r
138             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
139             this.toolStrip1.Size = new System.Drawing.Size(789, 39);\r
140             this.toolStrip1.TabIndex = 71;\r
141             this.toolStrip1.Text = "toolStrip1";\r
142             // \r
143             // btn_encode\r
144             // \r
145             this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;\r
146             this.btn_encode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
147             this.btn_encode.ImageTransparentColor = System.Drawing.Color.Magenta;\r
148             this.btn_encode.Name = "btn_encode";\r
149             this.btn_encode.Size = new System.Drawing.Size(82, 36);\r
150             this.btn_encode.Text = "Encode";\r
151             this.btn_encode.Click += new System.EventHandler(this.BtnEncodeClick);\r
152             // \r
153             // btn_pause\r
154             // \r
155             this.btn_pause.Image = global::Handbrake.Properties.Resources.Pause;\r
156             this.btn_pause.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
157             this.btn_pause.ImageTransparentColor = System.Drawing.Color.Magenta;\r
158             this.btn_pause.Name = "btn_pause";\r
159             this.btn_pause.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;\r
160             this.btn_pause.Size = new System.Drawing.Size(74, 36);\r
161             this.btn_pause.Text = "Pause";\r
162             this.btn_pause.Visible = false;\r
163             this.btn_pause.Click += new System.EventHandler(this.BtnPauseClick);\r
164             // \r
165             // toolStripSeparator1\r
166             // \r
167             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
168             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);\r
169             // \r
170             // drop_button_queue\r
171             // \r
172             this.drop_button_queue.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
173             this.mnu_batch,\r
174             this.mnu_import,\r
175             this.mnu_export,\r
176             this.toolStripSeparator2,\r
177             this.mnu_readd});\r
178             this.drop_button_queue.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
179             this.drop_button_queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
180             this.drop_button_queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
181             this.drop_button_queue.Name = "drop_button_queue";\r
182             this.drop_button_queue.Size = new System.Drawing.Size(87, 36);\r
183             this.drop_button_queue.Text = "Queue";\r
184             // \r
185             // mnu_batch\r
186             // \r
187             this.mnu_batch.Image = global::Handbrake.Properties.Resources.Output_Small;\r
188             this.mnu_batch.Name = "mnu_batch";\r
189             this.mnu_batch.Size = new System.Drawing.Size(235, 22);\r
190             this.mnu_batch.Text = "Generate Batch Script";\r
191             this.mnu_batch.Click += new System.EventHandler(this.MnuBatchClick);\r
192             // \r
193             // mnu_import\r
194             // \r
195             this.mnu_import.Image = global::Handbrake.Properties.Resources.folder;\r
196             this.mnu_import.Name = "mnu_import";\r
197             this.mnu_import.Size = new System.Drawing.Size(235, 22);\r
198             this.mnu_import.Text = "Import Queue";\r
199             this.mnu_import.Click += new System.EventHandler(this.MnuImportClick);\r
200             // \r
201             // mnu_export\r
202             // \r
203             this.mnu_export.Image = global::Handbrake.Properties.Resources.save;\r
204             this.mnu_export.Name = "mnu_export";\r
205             this.mnu_export.Size = new System.Drawing.Size(235, 22);\r
206             this.mnu_export.Text = "Export Queue";\r
207             this.mnu_export.Click += new System.EventHandler(this.MnuExportClick);\r
208             // \r
209             // toolStripSeparator2\r
210             // \r
211             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
212             this.toolStripSeparator2.Size = new System.Drawing.Size(232, 6);\r
213             // \r
214             // mnu_readd\r
215             // \r
216             this.mnu_readd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;\r
217             this.mnu_readd.Image = global::Handbrake.Properties.Resources.AddToQueue_small;\r
218             this.mnu_readd.Name = "mnu_readd";\r
219             this.mnu_readd.Size = new System.Drawing.Size(235, 22);\r
220             this.mnu_readd.Text = "Re-Add Currently Running Job";\r
221             this.mnu_readd.ToolTipText = "Readds the currently encoding job back onto the queue.";\r
222             this.mnu_readd.Click += new System.EventHandler(this.MnuReaddClick);\r
223             // \r
224             // drp_completeOption\r
225             // \r
226             this.drp_completeOption.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
227             this.drp_completeOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
228             this.drp_completeOption.FlatStyle = System.Windows.Forms.FlatStyle.System;\r
229             this.drp_completeOption.Items.AddRange(new object[] {\r
230             "Do nothing",\r
231             "Shutdown",\r
232             "Suspend",\r
233             "Hibernate",\r
234             "Lock system",\r
235             "Log off",\r
236             "Quit HandBrake"});\r
237             this.drp_completeOption.Margin = new System.Windows.Forms.Padding(1, 0, 15, 0);\r
238             this.drp_completeOption.Name = "drp_completeOption";\r
239             this.drp_completeOption.Size = new System.Drawing.Size(155, 39);\r
240             this.drp_completeOption.SelectedIndexChanged += new System.EventHandler(this.CompleteOptionChanged);\r
241             // \r
242             // toolStripButton1\r
243             // \r
244             this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
245             this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
246             this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));\r
247             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;\r
248             this.toolStripButton1.Name = "toolStripButton1";\r
249             this.toolStripButton1.Size = new System.Drawing.Size(76, 36);\r
250             this.toolStripButton1.Text = "When Done:";\r
251             // \r
252             // SaveFile\r
253             // \r
254             this.SaveFile.Filter = "Batch|.bat";\r
255             // \r
256             // list_queue\r
257             // \r
258             this.list_queue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
259             this.Title,\r
260             this.Chapters,\r
261             this.Source,\r
262             this.Destination,\r
263             this.EncoderVideo,\r
264             this.Audio});\r
265             this.list_queue.ContextMenuStrip = this.mnu_queue;\r
266             this.list_queue.Dock = System.Windows.Forms.DockStyle.Fill;\r
267             this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
268             this.list_queue.FullRowSelect = true;\r
269             this.list_queue.GridLines = true;\r
270             this.list_queue.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
271             this.list_queue.Location = new System.Drawing.Point(15, 0);\r
272             this.list_queue.Name = "list_queue";\r
273             this.list_queue.Size = new System.Drawing.Size(759, 199);\r
274             this.list_queue.TabIndex = 72;\r
275             this.list_queue.UseCompatibleStateImageBehavior = false;\r
276             this.list_queue.View = System.Windows.Forms.View.Details;\r
277             this.list_queue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ListQueueDeleteKey);\r
278             // \r
279             // Title\r
280             // \r
281             this.Title.Text = "Title";\r
282             this.Title.Width = 39;\r
283             // \r
284             // Chapters\r
285             // \r
286             this.Chapters.Text = "Chapters";\r
287             this.Chapters.Width = 71;\r
288             // \r
289             // Source\r
290             // \r
291             this.Source.Text = "Source";\r
292             this.Source.Width = 219;\r
293             // \r
294             // Destination\r
295             // \r
296             this.Destination.Text = "Destination";\r
297             this.Destination.Width = 210;\r
298             // \r
299             // EncoderVideo\r
300             // \r
301             this.EncoderVideo.Text = "Video Encoder";\r
302             this.EncoderVideo.Width = 110;\r
303             // \r
304             // Audio\r
305             // \r
306             this.Audio.Text = "Audio Encoder";\r
307             this.Audio.Width = 94;\r
308             // \r
309             // mnu_queue\r
310             // \r
311             this.mnu_queue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
312             this.mnu_up,\r
313             this.mnu_Down,\r
314             this.toolStripSeparator3,\r
315             this.mnu_edit,\r
316             this.toolStripSeparator4,\r
317             this.mnu_delete});\r
318             this.mnu_queue.Name = "mnu_queue";\r
319             this.mnu_queue.Size = new System.Drawing.Size(139, 104);\r
320             // \r
321             // mnu_up\r
322             // \r
323             this.mnu_up.Name = "mnu_up";\r
324             this.mnu_up.Size = new System.Drawing.Size(138, 22);\r
325             this.mnu_up.Text = "Move Up";\r
326             this.mnu_up.Click += new System.EventHandler(this.MnuUpClick);\r
327             // \r
328             // mnu_Down\r
329             // \r
330             this.mnu_Down.Name = "mnu_Down";\r
331             this.mnu_Down.Size = new System.Drawing.Size(138, 22);\r
332             this.mnu_Down.Text = "Move Down";\r
333             this.mnu_Down.Click += new System.EventHandler(this.MnuDownClick);\r
334             // \r
335             // toolStripSeparator3\r
336             // \r
337             this.toolStripSeparator3.Name = "toolStripSeparator3";\r
338             this.toolStripSeparator3.Size = new System.Drawing.Size(135, 6);\r
339             // \r
340             // mnu_edit\r
341             // \r
342             this.mnu_edit.Name = "mnu_edit";\r
343             this.mnu_edit.Size = new System.Drawing.Size(138, 22);\r
344             this.mnu_edit.Text = "Edit";\r
345             this.mnu_edit.Click += new System.EventHandler(this.MnuEditClick);\r
346             // \r
347             // toolStripSeparator4\r
348             // \r
349             this.toolStripSeparator4.Name = "toolStripSeparator4";\r
350             this.toolStripSeparator4.Size = new System.Drawing.Size(135, 6);\r
351             // \r
352             // mnu_delete\r
353             // \r
354             this.mnu_delete.Name = "mnu_delete";\r
355             this.mnu_delete.Size = new System.Drawing.Size(138, 22);\r
356             this.mnu_delete.Text = "Delete";\r
357             this.mnu_delete.Click += new System.EventHandler(this.MnuDeleteClick);\r
358             // \r
359             // statusStrip1\r
360             // \r
361             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
362             this.lbl_encodesPending});\r
363             this.statusStrip1.Location = new System.Drawing.Point(0, 363);\r
364             this.statusStrip1.Name = "statusStrip1";\r
365             this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 12, 0);\r
366             this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
367             this.statusStrip1.Size = new System.Drawing.Size(789, 22);\r
368             this.statusStrip1.TabIndex = 73;\r
369             this.statusStrip1.Text = "statusStrip1";\r
370             // \r
371             // lbl_encodesPending\r
372             // \r
373             this.lbl_encodesPending.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
374             this.lbl_encodesPending.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2);\r
375             this.lbl_encodesPending.Name = "lbl_encodesPending";\r
376             this.lbl_encodesPending.Size = new System.Drawing.Size(115, 17);\r
377             this.lbl_encodesPending.Text = "0 encode(s) pending";\r
378             // \r
379             // OpenFile\r
380             // \r
381             this.OpenFile.Filter = "HandBrake Queue|*.queue";\r
382             // \r
383             // lbl_encodeStatus\r
384             // \r
385             this.lbl_encodeStatus.AutoSize = true;\r
386             this.lbl_encodeStatus.Location = new System.Drawing.Point(12, 30);\r
387             this.lbl_encodeStatus.Name = "lbl_encodeStatus";\r
388             this.lbl_encodeStatus.Size = new System.Drawing.Size(38, 13);\r
389             this.lbl_encodeStatus.TabIndex = 73;\r
390             this.lbl_encodeStatus.Text = "Ready";\r
391             // \r
392             // splitContainer1\r
393             // \r
394             this.splitContainer1.BackColor = System.Drawing.Color.Transparent;\r
395             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
396             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;\r
397             this.splitContainer1.Location = new System.Drawing.Point(0, 39);\r
398             this.splitContainer1.Name = "splitContainer1";\r
399             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
400             // \r
401             // splitContainer1.Panel1\r
402             // \r
403             this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;\r
404             this.splitContainer1.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;\r
405             this.splitContainer1.Panel1.Controls.Add(this.lbl_encodeOptions);\r
406             this.splitContainer1.Panel1.Controls.Add(this.label3);\r
407             this.splitContainer1.Panel1.Controls.Add(this.lbl_dest);\r
408             this.splitContainer1.Panel1.Controls.Add(this.label1);\r
409             this.splitContainer1.Panel1.Controls.Add(this.lbl_encodeStatus);\r
410             this.splitContainer1.Panel1.Controls.Add(this.lbl_source);\r
411             // \r
412             // splitContainer1.Panel2\r
413             // \r
414             this.splitContainer1.Panel2.Controls.Add(this.list_queue);\r
415             this.splitContainer1.Panel2.Controls.Add(this.panel3);\r
416             this.splitContainer1.Panel2.Controls.Add(this.panel2);\r
417             this.splitContainer1.Panel2.Controls.Add(this.panel1);\r
418             this.splitContainer1.Size = new System.Drawing.Size(789, 324);\r
419             this.splitContainer1.SplitterDistance = 106;\r
420             this.splitContainer1.TabIndex = 74;\r
421             // \r
422             // lbl_encodeOptions\r
423             // \r
424             this.lbl_encodeOptions.AutoEllipsis = true;\r
425             this.lbl_encodeOptions.Location = new System.Drawing.Point(117, 73);\r
426             this.lbl_encodeOptions.Name = "lbl_encodeOptions";\r
427             this.lbl_encodeOptions.Size = new System.Drawing.Size(671, 33);\r
428             this.lbl_encodeOptions.TabIndex = 74;\r
429             this.lbl_encodeOptions.Text = "-";\r
430             // \r
431             // panel3\r
432             // \r
433             this.panel3.BackColor = System.Drawing.Color.Transparent;\r
434             this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;\r
435             this.panel3.Location = new System.Drawing.Point(15, 199);\r
436             this.panel3.Name = "panel3";\r
437             this.panel3.Size = new System.Drawing.Size(759, 15);\r
438             this.panel3.TabIndex = 73;\r
439             // \r
440             // panel2\r
441             // \r
442             this.panel2.BackColor = System.Drawing.Color.Transparent;\r
443             this.panel2.Dock = System.Windows.Forms.DockStyle.Right;\r
444             this.panel2.Location = new System.Drawing.Point(774, 0);\r
445             this.panel2.Name = "panel2";\r
446             this.panel2.Size = new System.Drawing.Size(15, 214);\r
447             this.panel2.TabIndex = 1;\r
448             // \r
449             // panel1\r
450             // \r
451             this.panel1.BackColor = System.Drawing.Color.Transparent;\r
452             this.panel1.Dock = System.Windows.Forms.DockStyle.Left;\r
453             this.panel1.Location = new System.Drawing.Point(0, 0);\r
454             this.panel1.Name = "panel1";\r
455             this.panel1.Size = new System.Drawing.Size(15, 214);\r
456             this.panel1.TabIndex = 0;\r
457             // \r
458             // frmQueue\r
459             // \r
460             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
461             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
462             this.ClientSize = new System.Drawing.Size(789, 385);\r
463             this.Controls.Add(this.splitContainer1);\r
464             this.Controls.Add(this.statusStrip1);\r
465             this.Controls.Add(this.toolStrip1);\r
466             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
467             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
468             this.MinimumSize = new System.Drawing.Size(677, 417);\r
469             this.Name = "frmQueue";\r
470             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
471             this.Text = "Encode Queue";\r
472             this.toolStrip1.ResumeLayout(false);\r
473             this.toolStrip1.PerformLayout();\r
474             this.mnu_queue.ResumeLayout(false);\r
475             this.statusStrip1.ResumeLayout(false);\r
476             this.statusStrip1.PerformLayout();\r
477             this.splitContainer1.Panel1.ResumeLayout(false);\r
478             this.splitContainer1.Panel1.PerformLayout();\r
479             this.splitContainer1.Panel2.ResumeLayout(false);\r
480             this.splitContainer1.ResumeLayout(false);\r
481             this.ResumeLayout(false);\r
482             this.PerformLayout();\r
483 \r
484         }\r
485 \r
486         #endregion\r
487 \r
488         private System.Windows.Forms.ToolTip toolTip1;\r
489         private System.Windows.Forms.Label lbl_dest;\r
490         private System.Windows.Forms.Label lbl_source;\r
491         private System.Windows.Forms.Label label1;\r
492         private System.Windows.Forms.Label label3;\r
493         private System.Windows.Forms.ToolStrip toolStrip1;\r
494         private System.Windows.Forms.ToolStripButton btn_encode;\r
495         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
496         private System.Windows.Forms.ToolStripButton btn_pause;\r
497         private System.Windows.Forms.SaveFileDialog SaveFile;\r
498         private System.Windows.Forms.ListView list_queue;\r
499         private System.Windows.Forms.ColumnHeader Title;\r
500         private System.Windows.Forms.ColumnHeader Chapters;\r
501         private System.Windows.Forms.ColumnHeader Source;\r
502         private System.Windows.Forms.ColumnHeader Destination;\r
503         private System.Windows.Forms.ColumnHeader EncoderVideo;\r
504         private System.Windows.Forms.ColumnHeader Audio;\r
505         private System.Windows.Forms.StatusStrip statusStrip1;\r
506         private System.Windows.Forms.ToolStripDropDownButton drop_button_queue;\r
507         private System.Windows.Forms.ToolStripMenuItem mnu_batch;\r
508         private System.Windows.Forms.ToolStripMenuItem mnu_import;\r
509         private System.Windows.Forms.ToolStripMenuItem mnu_export;\r
510         private System.Windows.Forms.OpenFileDialog OpenFile;\r
511         private System.Windows.Forms.ToolStripStatusLabel lbl_encodesPending;\r
512         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
513         private System.Windows.Forms.ToolStripMenuItem mnu_readd;\r
514         private System.Windows.Forms.ContextMenuStrip mnu_queue;\r
515         private System.Windows.Forms.ToolStripMenuItem mnu_up;\r
516         private System.Windows.Forms.ToolStripMenuItem mnu_Down;\r
517         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;\r
518         private System.Windows.Forms.ToolStripMenuItem mnu_delete;\r
519         private System.Windows.Forms.ToolStripMenuItem mnu_edit;\r
520         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;\r
521         private System.Windows.Forms.Label lbl_encodeStatus;\r
522         private System.Windows.Forms.SplitContainer splitContainer1;\r
523         private System.Windows.Forms.Panel panel2;\r
524         private System.Windows.Forms.Panel panel1;\r
525         private System.Windows.Forms.Label lbl_encodeOptions;\r
526         private System.Windows.Forms.ToolStripComboBox drp_completeOption;\r
527         private System.Windows.Forms.ToolStripButton toolStripButton1;\r
528         private System.Windows.Forms.Panel panel3;\r
529     }\r
530 }\r