OSDN Git Service

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