OSDN Git Service

translation Controls and EncodeQueue
[handbrake-jp/handbrake-jp.git] / win / C# / frmQueue.Designer.cs
1 /*  frmQueue.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmQueue\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueue));\r
39             this.btn_down = new System.Windows.Forms.Button();\r
40             this.btn_up = new System.Windows.Forms.Button();\r
41             this.btn_delete = new System.Windows.Forms.Button();\r
42             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);\r
43             this.label4 = new System.Windows.Forms.Label();\r
44             this.lbl_chapt = new System.Windows.Forms.Label();\r
45             this.lbl_title = new System.Windows.Forms.Label();\r
46             this.lbl_aEnc = new System.Windows.Forms.Label();\r
47             this.lbl_vEnc = new System.Windows.Forms.Label();\r
48             this.lbl_dest = new System.Windows.Forms.Label();\r
49             this.lbl_source = new System.Windows.Forms.Label();\r
50             this.label1 = new System.Windows.Forms.Label();\r
51             this.label3 = new System.Windows.Forms.Label();\r
52             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
53             this.btn_encode = new System.Windows.Forms.ToolStripButton();\r
54             this.btn_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.\83^\83C\83g\83\8b = new System.Windows.Forms.ColumnHeader();\r
65             this.\83`\83\83\83v\83^\81[ = new System.Windows.Forms.ColumnHeader();\r
66             this.\95Ï\8a·\8c³ = new System.Windows.Forms.ColumnHeader();\r
67             this.\95Û\91\90æ = new System.Windows.Forms.ColumnHeader();\r
68             this.\93®\89æ\83G\83\93\83R\81[\83_\81[ = new System.Windows.Forms.ColumnHeader();\r
69             this.\89¹\90º\83G\83\93\83R\81[\83_\81[ = new System.Windows.Forms.ColumnHeader();\r
70             this.mnu_queue = new System.Windows.Forms.ContextMenuStrip(this.components);\r
71             this.mnu_up = new System.Windows.Forms.ToolStripMenuItem();\r
72             this.mnu_Down = new System.Windows.Forms.ToolStripMenuItem();\r
73             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();\r
74             this.mnu_delete = new System.Windows.Forms.ToolStripMenuItem();\r
75             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
76             this.lbl_encodesPending = new System.Windows.Forms.ToolStripStatusLabel();\r
77             this.OpenFile = new System.Windows.Forms.OpenFileDialog();\r
78             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
79             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
80             this.panel3 = new System.Windows.Forms.Panel();\r
81             this.panel2 = new System.Windows.Forms.Panel();\r
82             this.panel1 = new System.Windows.Forms.Panel();\r
83             this.toolStrip1.SuspendLayout();\r
84             this.mnu_queue.SuspendLayout();\r
85             this.statusStrip1.SuspendLayout();\r
86             this.splitContainer1.Panel1.SuspendLayout();\r
87             this.splitContainer1.Panel2.SuspendLayout();\r
88             this.splitContainer1.SuspendLayout();\r
89             this.tableLayoutPanel1.SuspendLayout();\r
90             this.SuspendLayout();\r
91             // \r
92             // btn_down\r
93             // \r
94             this.btn_down.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
95             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
96             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
97             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
98             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
99             this.btn_down.Location = new System.Drawing.Point(625, 52);\r
100             this.btn_down.Name = "btn_down";\r
101             this.tableLayoutPanel1.SetRowSpan(this.btn_down, 2);\r
102             this.btn_down.Size = new System.Drawing.Size(64, 22);\r
103             this.btn_down.TabIndex = 33;\r
104             this.btn_down.TabStop = false;\r
105             this.btn_down.Text = "\81«";\r
106             this.toolTip1.SetToolTip(this.btn_down, "Move the selected item down 1 place in the queue");\r
107             this.btn_down.UseVisualStyleBackColor = true;\r
108             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
109             // \r
110             // btn_up\r
111             // \r
112             this.btn_up.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
113             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
114             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
115             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
116             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
117             this.btn_up.Location = new System.Drawing.Point(564, 52);\r
118             this.btn_up.Name = "btn_up";\r
119             this.tableLayoutPanel1.SetRowSpan(this.btn_up, 2);\r
120             this.btn_up.Size = new System.Drawing.Size(55, 22);\r
121             this.btn_up.TabIndex = 32;\r
122             this.btn_up.TabStop = false;\r
123             this.btn_up.Text = "\81ª";\r
124             this.toolTip1.SetToolTip(this.btn_up, "Move the selected item up 1 place in the queue.");\r
125             this.btn_up.UseVisualStyleBackColor = true;\r
126             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
127             // \r
128             // btn_delete\r
129             // \r
130             this.btn_delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
131             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
132             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
133             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
134             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
135             this.btn_delete.Location = new System.Drawing.Point(695, 52);\r
136             this.btn_delete.Name = "btn_delete";\r
137             this.tableLayoutPanel1.SetRowSpan(this.btn_delete, 2);\r
138             this.btn_delete.Size = new System.Drawing.Size(64, 22);\r
139             this.btn_delete.TabIndex = 31;\r
140             this.btn_delete.TabStop = false;\r
141             this.btn_delete.Text = "\8dí\8f\9c";\r
142             this.toolTip1.SetToolTip(this.btn_delete, "Remove the selected item from the queue");\r
143             this.btn_delete.UseVisualStyleBackColor = true;\r
144             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
145             // \r
146             // label4\r
147             // \r
148             this.label4.AutoSize = true;\r
149             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
150             this.label4.Location = new System.Drawing.Point(115, 49);\r
151             this.label4.Name = "label4";\r
152             this.tableLayoutPanel1.SetRowSpan(this.label4, 2);\r
153             this.label4.Size = new System.Drawing.Size(33, 26);\r
154             this.label4.TabIndex = 70;\r
155             this.label4.Text = "\93®\89æ:\r\n\89¹\90º:";\r
156             // \r
157             // lbl_chapt\r
158             // \r
159             this.lbl_chapt.AutoSize = true;\r
160             this.lbl_chapt.Location = new System.Drawing.Point(98, 62);\r
161             this.lbl_chapt.Name = "lbl_chapt";\r
162             this.lbl_chapt.Size = new System.Drawing.Size(11, 13);\r
163             this.lbl_chapt.TabIndex = 69;\r
164             this.lbl_chapt.Text = "-";\r
165             // \r
166             // lbl_title\r
167             // \r
168             this.lbl_title.AccessibleRole = System.Windows.Forms.AccessibleRole.None;\r
169             this.lbl_title.AutoSize = true;\r
170             this.lbl_title.Location = new System.Drawing.Point(98, 49);\r
171             this.lbl_title.Name = "lbl_title";\r
172             this.lbl_title.Size = new System.Drawing.Size(11, 13);\r
173             this.lbl_title.TabIndex = 68;\r
174             this.lbl_title.Text = "-";\r
175             // \r
176             // lbl_aEnc\r
177             // \r
178             this.lbl_aEnc.AutoSize = true;\r
179             this.lbl_aEnc.Location = new System.Drawing.Point(154, 62);\r
180             this.lbl_aEnc.Name = "lbl_aEnc";\r
181             this.lbl_aEnc.Size = new System.Drawing.Size(11, 13);\r
182             this.lbl_aEnc.TabIndex = 67;\r
183             this.lbl_aEnc.Text = "-";\r
184             // \r
185             // lbl_vEnc\r
186             // \r
187             this.lbl_vEnc.AutoSize = true;\r
188             this.lbl_vEnc.Location = new System.Drawing.Point(154, 49);\r
189             this.lbl_vEnc.Name = "lbl_vEnc";\r
190             this.lbl_vEnc.Size = new System.Drawing.Size(11, 13);\r
191             this.lbl_vEnc.TabIndex = 66;\r
192             this.lbl_vEnc.Text = "-";\r
193             // \r
194             // lbl_dest\r
195             // \r
196             this.lbl_dest.AutoSize = true;\r
197             this.tableLayoutPanel1.SetColumnSpan(this.lbl_dest, 6);\r
198             this.lbl_dest.Location = new System.Drawing.Point(98, 36);\r
199             this.lbl_dest.Name = "lbl_dest";\r
200             this.lbl_dest.Size = new System.Drawing.Size(11, 13);\r
201             this.lbl_dest.TabIndex = 65;\r
202             this.lbl_dest.Text = "-";\r
203             this.lbl_dest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
204             // \r
205             // lbl_source\r
206             // \r
207             this.lbl_source.AutoSize = true;\r
208             this.tableLayoutPanel1.SetColumnSpan(this.lbl_source, 6);\r
209             this.lbl_source.Location = new System.Drawing.Point(98, 23);\r
210             this.lbl_source.Name = "lbl_source";\r
211             this.lbl_source.Size = new System.Drawing.Size(11, 13);\r
212             this.lbl_source.TabIndex = 64;\r
213             this.lbl_source.Text = "-";\r
214             // \r
215             // label1\r
216             // \r
217             this.label1.AutoSize = true;\r
218             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
219             this.label1.Location = new System.Drawing.Point(3, 23);\r
220             this.label1.Name = "label1";\r
221             this.tableLayoutPanel1.SetRowSpan(this.label1, 4);\r
222             this.label1.Size = new System.Drawing.Size(89, 52);\r
223             this.label1.TabIndex = 63;\r
224             this.label1.Text = "\95Ï\8a·\8c³:\r\n\95Û\91\90æ:\r\nDVD\82Ì\83^\83C\83g\83\8b:\r\nDVD\82Ì\83`\83\83\83v\83^\81[:";\r
225             // \r
226             // label3\r
227             // \r
228             this.label3.AutoSize = true;\r
229             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
230             this.label3.Location = new System.Drawing.Point(3, 0);\r
231             this.label3.Name = "label3";\r
232             this.label3.Size = new System.Drawing.Size(73, 13);\r
233             this.label3.TabIndex = 62;\r
234             this.label3.Text = "\8dì\8bÆ\92\86\82Ì\83W\83\87\83u";\r
235             // \r
236             // toolStrip1\r
237             // \r
238             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
239             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
240             this.btn_encode,\r
241             this.btn_pause,\r
242             this.toolStripSeparator1,\r
243             this.drop_button_queue});\r
244             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
245             this.toolStrip1.Name = "toolStrip1";\r
246             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
247             this.toolStrip1.Size = new System.Drawing.Size(787, 39);\r
248             this.toolStrip1.TabIndex = 71;\r
249             this.toolStrip1.Text = "toolStrip1";\r
250             // \r
251             // btn_encode\r
252             // \r
253             this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;\r
254             this.btn_encode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
255             this.btn_encode.ImageTransparentColor = System.Drawing.Color.Magenta;\r
256             this.btn_encode.Name = "btn_encode";\r
257             this.btn_encode.Size = new System.Drawing.Size(92, 36);\r
258             this.btn_encode.Text = "\95Ï\8a·\8aJ\8en";\r
259             this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click);\r
260             // \r
261             // btn_pause\r
262             // \r
263             this.btn_pause.Image = global::Handbrake.Properties.Resources.Pause;\r
264             this.btn_pause.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
265             this.btn_pause.ImageTransparentColor = System.Drawing.Color.Magenta;\r
266             this.btn_pause.Name = "btn_pause";\r
267             this.btn_pause.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;\r
268             this.btn_pause.Size = new System.Drawing.Size(92, 36);\r
269             this.btn_pause.Text = "\88ê\8e\9e\92â\8e~";\r
270             this.btn_pause.Visible = false;\r
271             this.btn_pause.Click += new System.EventHandler(this.btn_pause_Click);\r
272             // \r
273             // toolStripSeparator1\r
274             // \r
275             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
276             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);\r
277             // \r
278             // drop_button_queue\r
279             // \r
280             this.drop_button_queue.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
281             this.mnu_batch,\r
282             this.mnu_import,\r
283             this.mnu_export,\r
284             this.toolStripSeparator2,\r
285             this.mnu_readd});\r
286             this.drop_button_queue.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
287             this.drop_button_queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
288             this.drop_button_queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
289             this.drop_button_queue.Name = "drop_button_queue";\r
290             this.drop_button_queue.Size = new System.Drawing.Size(89, 36);\r
291             this.drop_button_queue.Text = "\83L\83\85\81[";\r
292             // \r
293             // mnu_batch\r
294             // \r
295             this.mnu_batch.Image = global::Handbrake.Properties.Resources.Output_Small;\r
296             this.mnu_batch.Name = "mnu_batch";\r
297             this.mnu_batch.Size = new System.Drawing.Size(280, 22);\r
298             this.mnu_batch.Text = "\83o\83b\83`\83X\83N\83\8a\83v\83g\82ð\8dì\90¬";\r
299             this.mnu_batch.Click += new System.EventHandler(this.mnu_batch_Click);\r
300             // \r
301             // mnu_import\r
302             // \r
303             this.mnu_import.Image = global::Handbrake.Properties.Resources.folder;\r
304             this.mnu_import.Name = "mnu_import";\r
305             this.mnu_import.Size = new System.Drawing.Size(280, 22);\r
306             this.mnu_import.Text = "\83L\83\85\81[\82ð\83C\83\93\83|\81[\83g";\r
307             this.mnu_import.Click += new System.EventHandler(this.mnu_import_Click);\r
308             // \r
309             // mnu_export\r
310             // \r
311             this.mnu_export.Image = global::Handbrake.Properties.Resources.save;\r
312             this.mnu_export.Name = "mnu_export";\r
313             this.mnu_export.Size = new System.Drawing.Size(280, 22);\r
314             this.mnu_export.Text = "\83L\83\85\81[\82ð\83G\83N\83X\83|\81[\83g";\r
315             this.mnu_export.Click += new System.EventHandler(this.mnu_export_Click);\r
316             // \r
317             // toolStripSeparator2\r
318             // \r
319             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
320             this.toolStripSeparator2.Size = new System.Drawing.Size(277, 6);\r
321             // \r
322             // mnu_readd\r
323             // \r
324             this.mnu_readd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;\r
325             this.mnu_readd.Image = global::Handbrake.Properties.Resources.AddToQueue_small;\r
326             this.mnu_readd.Name = "mnu_readd";\r
327             this.mnu_readd.Size = new System.Drawing.Size(280, 22);\r
328             this.mnu_readd.Text = "\8dì\8bÆ\92\86\82Ì\83A\83C\83e\83\80\82ð\8dÄ\93x\83L\83\85\81[\82É\92Ç\89Á";\r
329             this.mnu_readd.Click += new System.EventHandler(this.mnu_readd_Click);\r
330             // \r
331             // SaveFile\r
332             // \r
333             this.SaveFile.Filter = "Batch|.bat";\r
334             // \r
335             // list_queue\r
336             // \r
337             this.list_queue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
338             this.\83^\83C\83g\83\8b,\r
339             this.\83`\83\83\83v\83^\81[,\r
340             this.\95Ï\8a·\8c³,\r
341             this.\95Û\91\90æ,\r
342             this.\93®\89æ\83G\83\93\83R\81[\83_\81[,\r
343             this.\89¹\90º\83G\83\93\83R\81[\83_\81[});\r
344             this.list_queue.ContextMenuStrip = this.mnu_queue;\r
345             this.list_queue.Dock = System.Windows.Forms.DockStyle.Fill;\r
346             this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
347             this.list_queue.FullRowSelect = true;\r
348             this.list_queue.GridLines = true;\r
349             this.list_queue.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
350             this.list_queue.Location = new System.Drawing.Point(13, 0);\r
351             this.list_queue.Name = "list_queue";\r
352             this.list_queue.Size = new System.Drawing.Size(761, 218);\r
353             this.list_queue.TabIndex = 72;\r
354             this.list_queue.UseCompatibleStateImageBehavior = false;\r
355             this.list_queue.View = System.Windows.Forms.View.Details;\r
356             this.list_queue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.list_queue_deleteKey);\r
357             // \r
358             // \83^\83C\83g\83\8b\r
359             // \r
360             this.\83^\83C\83g\83\8b.Text = "\83^\83C\83g\83\8b";\r
361             this.\83^\83C\83g\83\8b.Width = 39;\r
362             // \r
363             // \83`\83\83\83v\83^\81[\r
364             // \r
365             this.\83`\83\83\83v\83^\81[.Text = "\83`\83\83\83v\83^\81[";\r
366             this.\83`\83\83\83v\83^\81[.Width = 71;\r
367             // \r
368             // \95Ï\8a·\8c³\r
369             // \r
370             this.\95Ï\8a·\8c³.Text = "\95Ï\8a·\8c³";\r
371             this.\95Ï\8a·\8c³.Width = 219;\r
372             // \r
373             // \95Û\91\90æ\r
374             // \r
375             this.\95Û\91\90æ.Text = "\95Û\91\90æ";\r
376             this.\95Û\91\90æ.Width = 215;\r
377             // \r
378             // \93®\89æ\83G\83\93\83R\81[\83_\81[\r
379             // \r
380             this.\93®\89æ\83G\83\93\83R\81[\83_\81[.Text = "\93®\89æ\83G\83\93\83R\81[\83_\81[";\r
381             this.\93®\89æ\83G\83\93\83R\81[\83_\81[.Width = 110;\r
382             // \r
383             // \89¹\90º\83G\83\93\83R\81[\83_\81[\r
384             // \r
385             this.\89¹\90º\83G\83\93\83R\81[\83_\81[.Text = "\89¹\90º\83G\83\93\83R\81[\83_\81[";\r
386             this.\89¹\90º\83G\83\93\83R\81[\83_\81[.Width = 94;\r
387             // \r
388             // mnu_queue\r
389             // \r
390             this.mnu_queue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
391             this.mnu_up,\r
392             this.mnu_Down,\r
393             this.toolStripSeparator3,\r
394             this.mnu_delete});\r
395             this.mnu_queue.Name = "mnu_queue";\r
396             this.mnu_queue.Size = new System.Drawing.Size(145, 76);\r
397             // \r
398             // mnu_up\r
399             // \r
400             this.mnu_up.Name = "mnu_up";\r
401             this.mnu_up.Size = new System.Drawing.Size(144, 22);\r
402             this.mnu_up.Text = "Move Up";\r
403             this.mnu_up.Click += new System.EventHandler(this.mnu_up_Click);\r
404             // \r
405             // mnu_Down\r
406             // \r
407             this.mnu_Down.Name = "mnu_Down";\r
408             this.mnu_Down.Size = new System.Drawing.Size(144, 22);\r
409             this.mnu_Down.Text = "Move Down";\r
410             this.mnu_Down.Click += new System.EventHandler(this.mnu_Down_Click);\r
411             // \r
412             // toolStripSeparator3\r
413             // \r
414             this.toolStripSeparator3.Name = "toolStripSeparator3";\r
415             this.toolStripSeparator3.Size = new System.Drawing.Size(141, 6);\r
416             // \r
417             // mnu_delete\r
418             // \r
419             this.mnu_delete.Name = "mnu_delete";\r
420             this.mnu_delete.Size = new System.Drawing.Size(144, 22);\r
421             this.mnu_delete.Text = "Delete";\r
422             this.mnu_delete.Click += new System.EventHandler(this.mnu_delete_Click);\r
423             // \r
424             // statusStrip1\r
425             // \r
426             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
427             this.lbl_encodesPending});\r
428             this.statusStrip1.Location = new System.Drawing.Point(0, 367);\r
429             this.statusStrip1.Name = "statusStrip1";\r
430             this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 12, 0);\r
431             this.statusStrip1.Size = new System.Drawing.Size(787, 23);\r
432             this.statusStrip1.TabIndex = 73;\r
433             this.statusStrip1.Text = "statusStrip1";\r
434             // \r
435             // lbl_encodesPending\r
436             // \r
437             this.lbl_encodesPending.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
438             this.lbl_encodesPending.Margin = new System.Windows.Forms.Padding(0, 3, 10, 2);\r
439             this.lbl_encodesPending.Name = "lbl_encodesPending";\r
440             this.lbl_encodesPending.Size = new System.Drawing.Size(176, 18);\r
441             this.lbl_encodesPending.Text = "\95Ï\8a·\91Ò\82¿\83t\83@\83C\83\8b\82Í\82 \82è\82Ü\82¹\82ñ";\r
442             // \r
443             // OpenFile\r
444             // \r
445             this.OpenFile.Filter = "HandBrake Queue|*.queue";\r
446             // \r
447             // splitContainer1\r
448             // \r
449             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
450             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;\r
451             this.splitContainer1.IsSplitterFixed = true;\r
452             this.splitContainer1.Location = new System.Drawing.Point(0, 39);\r
453             this.splitContainer1.Name = "splitContainer1";\r
454             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
455             // \r
456             // splitContainer1.Panel1\r
457             // \r
458             this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);\r
459             // \r
460             // splitContainer1.Panel2\r
461             // \r
462             this.splitContainer1.Panel2.Controls.Add(this.list_queue);\r
463             this.splitContainer1.Panel2.Controls.Add(this.panel3);\r
464             this.splitContainer1.Panel2.Controls.Add(this.panel2);\r
465             this.splitContainer1.Panel2.Controls.Add(this.panel1);\r
466             this.splitContainer1.Size = new System.Drawing.Size(787, 328);\r
467             this.splitContainer1.SplitterDistance = 94;\r
468             this.splitContainer1.SplitterWidth = 1;\r
469             this.splitContainer1.TabIndex = 74;\r
470             // \r
471             // tableLayoutPanel1\r
472             // \r
473             this.tableLayoutPanel1.AutoSize = true;\r
474             this.tableLayoutPanel1.ColumnCount = 7;\r
475             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
476             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
477             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
478             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
479             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
480             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
481             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
482             this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2);\r
483             this.tableLayoutPanel1.Controls.Add(this.btn_delete, 6, 4);\r
484             this.tableLayoutPanel1.Controls.Add(this.btn_down, 5, 4);\r
485             this.tableLayoutPanel1.Controls.Add(this.lbl_aEnc, 3, 5);\r
486             this.tableLayoutPanel1.Controls.Add(this.btn_up, 4, 4);\r
487             this.tableLayoutPanel1.Controls.Add(this.lbl_source, 1, 2);\r
488             this.tableLayoutPanel1.Controls.Add(this.lbl_vEnc, 3, 4);\r
489             this.tableLayoutPanel1.Controls.Add(this.label4, 2, 4);\r
490             this.tableLayoutPanel1.Controls.Add(this.lbl_dest, 1, 3);\r
491             this.tableLayoutPanel1.Controls.Add(this.lbl_title, 1, 4);\r
492             this.tableLayoutPanel1.Controls.Add(this.lbl_chapt, 1, 5);\r
493             this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);\r
494             this.tableLayoutPanel1.Location = new System.Drawing.Point(13, 13);\r
495             this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
496             this.tableLayoutPanel1.RowCount = 6;\r
497             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
498             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));\r
499             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
500             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
501             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
502             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
503             this.tableLayoutPanel1.Size = new System.Drawing.Size(762, 77);\r
504             this.tableLayoutPanel1.TabIndex = 71;\r
505             // \r
506             // panel3\r
507             // \r
508             this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;\r
509             this.panel3.Location = new System.Drawing.Point(13, 218);\r
510             this.panel3.Name = "panel3";\r
511             this.panel3.Size = new System.Drawing.Size(761, 15);\r
512             this.panel3.TabIndex = 77;\r
513             // \r
514             // panel2\r
515             // \r
516             this.panel2.Dock = System.Windows.Forms.DockStyle.Right;\r
517             this.panel2.Location = new System.Drawing.Point(774, 0);\r
518             this.panel2.Name = "panel2";\r
519             this.panel2.Size = new System.Drawing.Size(13, 233);\r
520             this.panel2.TabIndex = 76;\r
521             // \r
522             // panel1\r
523             // \r
524             this.panel1.Dock = System.Windows.Forms.DockStyle.Left;\r
525             this.panel1.Location = new System.Drawing.Point(0, 0);\r
526             this.panel1.Name = "panel1";\r
527             this.panel1.Size = new System.Drawing.Size(13, 233);\r
528             this.panel1.TabIndex = 75;\r
529             // \r
530             // frmQueue\r
531             // \r
532             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
533             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
534             this.ClientSize = new System.Drawing.Size(787, 390);\r
535             this.Controls.Add(this.splitContainer1);\r
536             this.Controls.Add(this.statusStrip1);\r
537             this.Controls.Add(this.toolStrip1);\r
538             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
539             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
540             this.MinimumSize = new System.Drawing.Size(677, 417);\r
541             this.Name = "frmQueue";\r
542             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
543             this.Text = "\95Ï\8a·\83L\83\85\81[";\r
544             this.toolStrip1.ResumeLayout(false);\r
545             this.toolStrip1.PerformLayout();\r
546             this.mnu_queue.ResumeLayout(false);\r
547             this.statusStrip1.ResumeLayout(false);\r
548             this.statusStrip1.PerformLayout();\r
549             this.splitContainer1.Panel1.ResumeLayout(false);\r
550             this.splitContainer1.Panel1.PerformLayout();\r
551             this.splitContainer1.Panel2.ResumeLayout(false);\r
552             this.splitContainer1.ResumeLayout(false);\r
553             this.tableLayoutPanel1.ResumeLayout(false);\r
554             this.tableLayoutPanel1.PerformLayout();\r
555             this.ResumeLayout(false);\r
556             this.PerformLayout();\r
557 \r
558         }\r
559 \r
560         #endregion\r
561 \r
562         internal System.Windows.Forms.Button btn_down;\r
563         internal System.Windows.Forms.Button btn_up;\r
564         internal System.Windows.Forms.Button btn_delete;\r
565         private System.Windows.Forms.ToolTip toolTip1;\r
566         private System.Windows.Forms.Label label4;\r
567         private System.Windows.Forms.Label lbl_chapt;\r
568         private System.Windows.Forms.Label lbl_title;\r
569         private System.Windows.Forms.Label lbl_aEnc;\r
570         private System.Windows.Forms.Label lbl_vEnc;\r
571         private System.Windows.Forms.Label lbl_dest;\r
572         private System.Windows.Forms.Label lbl_source;\r
573         private System.Windows.Forms.Label label1;\r
574         private System.Windows.Forms.Label label3;\r
575         private System.Windows.Forms.ToolStrip toolStrip1;\r
576         private System.Windows.Forms.ToolStripButton btn_encode;\r
577         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
578         private System.Windows.Forms.ToolStripButton btn_pause;\r
579         private System.Windows.Forms.SaveFileDialog SaveFile;\r
580         private System.Windows.Forms.ListView list_queue;\r
581         private System.Windows.Forms.ColumnHeader \83^\83C\83g\83\8b;\r
582         private System.Windows.Forms.ColumnHeader \83`\83\83\83v\83^\81[;\r
583         private System.Windows.Forms.ColumnHeader \95Ï\8a·\8c³;\r
584         private System.Windows.Forms.ColumnHeader \95Û\91\90æ;\r
585         private System.Windows.Forms.ColumnHeader \93®\89æ\83G\83\93\83R\81[\83_\81[;\r
586         private System.Windows.Forms.ColumnHeader \89¹\90º\83G\83\93\83R\81[\83_\81[;\r
587         private System.Windows.Forms.StatusStrip statusStrip1;\r
588         private System.Windows.Forms.ToolStripDropDownButton drop_button_queue;\r
589         private System.Windows.Forms.ToolStripMenuItem mnu_batch;\r
590         private System.Windows.Forms.ToolStripMenuItem mnu_import;\r
591         private System.Windows.Forms.ToolStripMenuItem mnu_export;\r
592         private System.Windows.Forms.OpenFileDialog OpenFile;\r
593         private System.Windows.Forms.ToolStripStatusLabel lbl_encodesPending;\r
594         private System.Windows.Forms.SplitContainer splitContainer1;\r
595         private System.Windows.Forms.Panel panel2;\r
596         private System.Windows.Forms.Panel panel1;\r
597         private System.Windows.Forms.Panel panel3;\r
598         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
599         private System.Windows.Forms.ToolStripMenuItem mnu_readd;\r
600         private System.Windows.Forms.ContextMenuStrip mnu_queue;\r
601         private System.Windows.Forms.ToolStripMenuItem mnu_up;\r
602         private System.Windows.Forms.ToolStripMenuItem mnu_Down;\r
603         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;\r
604         private System.Windows.Forms.ToolStripMenuItem mnu_delete;\r
605         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
606     }\r
607 }\r