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