OSDN Git Service

Add an (optional) iso639_2b field to the language struct so that we will accept eithe...
[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.m0k.org/>.\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.list_queue = new System.Windows.Forms.ListBox();\r
43             this.btn_Close = new System.Windows.Forms.Button();\r
44             this.progressBar = new System.Windows.Forms.ProgressBar();\r
45             this.label2 = new System.Windows.Forms.Label();\r
46             this.lbl_progressValue = new System.Windows.Forms.Label();\r
47             this.lbl_status = new System.Windows.Forms.Label();\r
48             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);\r
49             this.text_edit = new System.Windows.Forms.TextBox();\r
50             this.btn_updateQuery = new System.Windows.Forms.Button();\r
51             this.label4 = new System.Windows.Forms.Label();\r
52             this.lbl_chapt = new System.Windows.Forms.Label();\r
53             this.lbl_title = new System.Windows.Forms.Label();\r
54             this.lbl_aEnc = new System.Windows.Forms.Label();\r
55             this.lbl_vEnc = new System.Windows.Forms.Label();\r
56             this.lbl_dest = new System.Windows.Forms.Label();\r
57             this.lbl_source = new System.Windows.Forms.Label();\r
58             this.label1 = new System.Windows.Forms.Label();\r
59             this.label3 = new System.Windows.Forms.Label();\r
60             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
61             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
62             this.SaveFile = new System.Windows.Forms.SaveFileDialog();\r
63             this.btn_encode = new System.Windows.Forms.ToolStripButton();\r
64             this.btn_stop = new System.Windows.Forms.ToolStripButton();\r
65             this.btn_batch = new System.Windows.Forms.ToolStripButton();\r
66             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
67             this.toolStrip1.SuspendLayout();\r
68             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
69             this.SuspendLayout();\r
70             // \r
71             // btn_down\r
72             // \r
73             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
74             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
75             this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
76             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
77             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
78             this.btn_down.Location = new System.Drawing.Point(74, 327);\r
79             this.btn_down.Name = "btn_down";\r
80             this.btn_down.Size = new System.Drawing.Size(64, 22);\r
81             this.btn_down.TabIndex = 33;\r
82             this.btn_down.TabStop = false;\r
83             this.btn_down.Text = "Down";\r
84             this.btn_down.UseVisualStyleBackColor = false;\r
85             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
86             // \r
87             // btn_up\r
88             // \r
89             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
90             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
91             this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
92             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
93             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
94             this.btn_up.Location = new System.Drawing.Point(13, 327);\r
95             this.btn_up.Name = "btn_up";\r
96             this.btn_up.Size = new System.Drawing.Size(55, 22);\r
97             this.btn_up.TabIndex = 32;\r
98             this.btn_up.TabStop = false;\r
99             this.btn_up.Text = "Up";\r
100             this.btn_up.UseVisualStyleBackColor = false;\r
101             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
102             // \r
103             // btn_delete\r
104             // \r
105             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
106             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
107             this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
108             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
109             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
110             this.btn_delete.Location = new System.Drawing.Point(144, 327);\r
111             this.btn_delete.Name = "btn_delete";\r
112             this.btn_delete.Size = new System.Drawing.Size(64, 22);\r
113             this.btn_delete.TabIndex = 31;\r
114             this.btn_delete.TabStop = false;\r
115             this.btn_delete.Text = "Delete";\r
116             this.btn_delete.UseVisualStyleBackColor = false;\r
117             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
118             // \r
119             // list_queue\r
120             // \r
121             this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
122             this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
123             this.list_queue.HorizontalScrollbar = true;\r
124             this.list_queue.Location = new System.Drawing.Point(12, 176);\r
125             this.list_queue.Name = "list_queue";\r
126             this.list_queue.Size = new System.Drawing.Size(701, 145);\r
127             this.list_queue.TabIndex = 28;\r
128             this.list_queue.SelectedIndexChanged += new System.EventHandler(this.list_queue_SelectedIndexChanged);\r
129             // \r
130             // btn_Close\r
131             // \r
132             this.btn_Close.BackColor = System.Drawing.SystemColors.ControlLight;\r
133             this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
134             this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
135             this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
136             this.btn_Close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
137             this.btn_Close.Location = new System.Drawing.Point(605, 12);\r
138             this.btn_Close.Name = "btn_Close";\r
139             this.btn_Close.Size = new System.Drawing.Size(108, 22);\r
140             this.btn_Close.TabIndex = 27;\r
141             this.btn_Close.TabStop = false;\r
142             this.btn_Close.Text = "Close Window";\r
143             this.btn_Close.UseVisualStyleBackColor = false;\r
144             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);\r
145             // \r
146             // progressBar\r
147             // \r
148             this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;\r
149             this.progressBar.Location = new System.Drawing.Point(67, 360);\r
150             this.progressBar.Name = "progressBar";\r
151             this.progressBar.Size = new System.Drawing.Size(616, 23);\r
152             this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
153             this.progressBar.TabIndex = 34;\r
154             // \r
155             // label2\r
156             // \r
157             this.label2.AutoSize = true;\r
158             this.label2.Location = new System.Drawing.Point(10, 366);\r
159             this.label2.Name = "label2";\r
160             this.label2.Size = new System.Drawing.Size(51, 13);\r
161             this.label2.TabIndex = 35;\r
162             this.label2.Text = "Progress:";\r
163             // \r
164             // lbl_progressValue\r
165             // \r
166             this.lbl_progressValue.AutoSize = true;\r
167             this.lbl_progressValue.Location = new System.Drawing.Point(689, 366);\r
168             this.lbl_progressValue.Name = "lbl_progressValue";\r
169             this.lbl_progressValue.Size = new System.Drawing.Size(24, 13);\r
170             this.lbl_progressValue.TabIndex = 36;\r
171             this.lbl_progressValue.Text = "0 %";\r
172             // \r
173             // lbl_status\r
174             // \r
175             this.lbl_status.AutoSize = true;\r
176             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
177             this.lbl_status.Location = new System.Drawing.Point(274, 366);\r
178             this.lbl_status.Name = "lbl_status";\r
179             this.lbl_status.Size = new System.Drawing.Size(176, 13);\r
180             this.lbl_status.TabIndex = 42;\r
181             this.lbl_status.Text = "Encode Queue Completed!";\r
182             this.lbl_status.Visible = false;\r
183             // \r
184             // text_edit\r
185             // \r
186             this.text_edit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
187             this.text_edit.Location = new System.Drawing.Point(214, 328);\r
188             this.text_edit.Name = "text_edit";\r
189             this.text_edit.Size = new System.Drawing.Size(430, 20);\r
190             this.text_edit.TabIndex = 43;\r
191             this.toolTip1.SetToolTip(this.text_edit, "Avoid using this feature when the encoder is about to start a new task. You may o" +\r
192                     "verwrite the wrong job");\r
193             // \r
194             // btn_updateQuery\r
195             // \r
196             this.btn_updateQuery.BackColor = System.Drawing.SystemColors.ControlLight;\r
197             this.btn_updateQuery.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
198             this.btn_updateQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
199             this.btn_updateQuery.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
200             this.btn_updateQuery.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
201             this.btn_updateQuery.Location = new System.Drawing.Point(649, 325);\r
202             this.btn_updateQuery.Name = "btn_updateQuery";\r
203             this.btn_updateQuery.Size = new System.Drawing.Size(64, 23);\r
204             this.btn_updateQuery.TabIndex = 46;\r
205             this.btn_updateQuery.TabStop = false;\r
206             this.btn_updateQuery.Text = "Update";\r
207             this.btn_updateQuery.UseVisualStyleBackColor = false;\r
208             this.btn_updateQuery.Click += new System.EventHandler(this.btn_updateQuery_Click);\r
209             // \r
210             // label4\r
211             // \r
212             this.label4.AutoSize = true;\r
213             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
214             this.label4.Location = new System.Drawing.Point(232, 125);\r
215             this.label4.Name = "label4";\r
216             this.label4.Size = new System.Drawing.Size(47, 26);\r
217             this.label4.TabIndex = 70;\r
218             this.label4.Text = "Video:\r\nAudo:";\r
219             // \r
220             // lbl_chapt\r
221             // \r
222             this.lbl_chapt.AutoSize = true;\r
223             this.lbl_chapt.Location = new System.Drawing.Point(175, 137);\r
224             this.lbl_chapt.Name = "lbl_chapt";\r
225             this.lbl_chapt.Size = new System.Drawing.Size(10, 13);\r
226             this.lbl_chapt.TabIndex = 69;\r
227             this.lbl_chapt.Text = "-";\r
228             // \r
229             // lbl_title\r
230             // \r
231             this.lbl_title.AccessibleRole = System.Windows.Forms.AccessibleRole.None;\r
232             this.lbl_title.AutoSize = true;\r
233             this.lbl_title.Location = new System.Drawing.Point(175, 124);\r
234             this.lbl_title.Name = "lbl_title";\r
235             this.lbl_title.Size = new System.Drawing.Size(10, 13);\r
236             this.lbl_title.TabIndex = 68;\r
237             this.lbl_title.Text = "-";\r
238             // \r
239             // lbl_aEnc\r
240             // \r
241             this.lbl_aEnc.AutoSize = true;\r
242             this.lbl_aEnc.Location = new System.Drawing.Point(285, 138);\r
243             this.lbl_aEnc.Name = "lbl_aEnc";\r
244             this.lbl_aEnc.Size = new System.Drawing.Size(10, 13);\r
245             this.lbl_aEnc.TabIndex = 67;\r
246             this.lbl_aEnc.Text = "-";\r
247             // \r
248             // lbl_vEnc\r
249             // \r
250             this.lbl_vEnc.AutoSize = true;\r
251             this.lbl_vEnc.Location = new System.Drawing.Point(285, 125);\r
252             this.lbl_vEnc.Name = "lbl_vEnc";\r
253             this.lbl_vEnc.Size = new System.Drawing.Size(10, 13);\r
254             this.lbl_vEnc.TabIndex = 66;\r
255             this.lbl_vEnc.Text = "-";\r
256             // \r
257             // lbl_dest\r
258             // \r
259             this.lbl_dest.AutoSize = true;\r
260             this.lbl_dest.Location = new System.Drawing.Point(175, 112);\r
261             this.lbl_dest.Name = "lbl_dest";\r
262             this.lbl_dest.Size = new System.Drawing.Size(10, 13);\r
263             this.lbl_dest.TabIndex = 65;\r
264             this.lbl_dest.Text = "-";\r
265             this.lbl_dest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
266             // \r
267             // lbl_source\r
268             // \r
269             this.lbl_source.AutoSize = true;\r
270             this.lbl_source.Location = new System.Drawing.Point(175, 99);\r
271             this.lbl_source.Name = "lbl_source";\r
272             this.lbl_source.Size = new System.Drawing.Size(10, 13);\r
273             this.lbl_source.TabIndex = 64;\r
274             this.lbl_source.Text = "-";\r
275             // \r
276             // label1\r
277             // \r
278             this.label1.AutoSize = true;\r
279             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
280             this.label1.Location = new System.Drawing.Point(50, 99);\r
281             this.label1.Name = "label1";\r
282             this.label1.Size = new System.Drawing.Size(99, 52);\r
283             this.label1.TabIndex = 63;\r
284             this.label1.Text = "Source:\r\nDestination:\r\nDVD Title:\r\nDVD Chapters:";\r
285             // \r
286             // label3\r
287             // \r
288             this.label3.AutoSize = true;\r
289             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
290             this.label3.Location = new System.Drawing.Point(50, 77);\r
291             this.label3.Name = "label3";\r
292             this.label3.Size = new System.Drawing.Size(82, 13);\r
293             this.label3.TabIndex = 62;\r
294             this.label3.Text = "Current Job";\r
295             // \r
296             // toolStrip1\r
297             // \r
298             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
299             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
300             this.btn_encode,\r
301             this.btn_stop,\r
302             this.toolStripSeparator1,\r
303             this.btn_batch});\r
304             this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;\r
305             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
306             this.toolStrip1.Name = "toolStrip1";\r
307             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
308             this.toolStrip1.Size = new System.Drawing.Size(729, 49);\r
309             this.toolStrip1.TabIndex = 71;\r
310             this.toolStrip1.Text = "toolStrip1";\r
311             // \r
312             // toolStripSeparator1\r
313             // \r
314             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
315             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);\r
316             // \r
317             // SaveFile\r
318             // \r
319             this.SaveFile.Filter = "Batch|.bat";\r
320             // \r
321             // btn_encode\r
322             // \r
323             this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;\r
324             this.btn_encode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
325             this.btn_encode.ImageTransparentColor = System.Drawing.Color.Magenta;\r
326             this.btn_encode.Name = "btn_encode";\r
327             this.btn_encode.Padding = new System.Windows.Forms.Padding(5);\r
328             this.btn_encode.Size = new System.Drawing.Size(88, 46);\r
329             this.btn_encode.Text = "Encode";\r
330             this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click);\r
331             // \r
332             // btn_stop\r
333             // \r
334             this.btn_stop.Image = global::Handbrake.Properties.Resources.Pause;\r
335             this.btn_stop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
336             this.btn_stop.ImageTransparentColor = System.Drawing.Color.Magenta;\r
337             this.btn_stop.Name = "btn_stop";\r
338             this.btn_stop.Size = new System.Drawing.Size(72, 46);\r
339             this.btn_stop.Text = "Pause";\r
340             this.btn_stop.Visible = false;\r
341             this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);\r
342             // \r
343             // btn_batch\r
344             // \r
345             this.btn_batch.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
346             this.btn_batch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
347             this.btn_batch.ImageTransparentColor = System.Drawing.Color.Magenta;\r
348             this.btn_batch.Name = "btn_batch";\r
349             this.btn_batch.Size = new System.Drawing.Size(100, 46);\r
350             this.btn_batch.Text = "Batch Script";\r
351             this.btn_batch.Click += new System.EventHandler(this.btn_batch_Click);\r
352             // \r
353             // pictureBox1\r
354             // \r
355             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue;\r
356             this.pictureBox1.Location = new System.Drawing.Point(12, 65);\r
357             this.pictureBox1.Name = "pictureBox1";\r
358             this.pictureBox1.Size = new System.Drawing.Size(32, 32);\r
359             this.pictureBox1.TabIndex = 61;\r
360             this.pictureBox1.TabStop = false;\r
361             // \r
362             // frmQueue\r
363             // \r
364             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
365             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
366             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
367             this.ClientSize = new System.Drawing.Size(729, 400);\r
368             this.Controls.Add(this.toolStrip1);\r
369             this.Controls.Add(this.label4);\r
370             this.Controls.Add(this.lbl_chapt);\r
371             this.Controls.Add(this.lbl_title);\r
372             this.Controls.Add(this.lbl_aEnc);\r
373             this.Controls.Add(this.lbl_vEnc);\r
374             this.Controls.Add(this.lbl_dest);\r
375             this.Controls.Add(this.lbl_source);\r
376             this.Controls.Add(this.label1);\r
377             this.Controls.Add(this.label3);\r
378             this.Controls.Add(this.pictureBox1);\r
379             this.Controls.Add(this.list_queue);\r
380             this.Controls.Add(this.btn_updateQuery);\r
381             this.Controls.Add(this.btn_delete);\r
382             this.Controls.Add(this.lbl_status);\r
383             this.Controls.Add(this.btn_up);\r
384             this.Controls.Add(this.text_edit);\r
385             this.Controls.Add(this.btn_down);\r
386             this.Controls.Add(this.lbl_progressValue);\r
387             this.Controls.Add(this.label2);\r
388             this.Controls.Add(this.progressBar);\r
389             this.Controls.Add(this.btn_Close);\r
390             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
391             this.MaximizeBox = false;\r
392             this.Name = "frmQueue";\r
393             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
394             this.Text = "Encode Queue";\r
395             this.toolStrip1.ResumeLayout(false);\r
396             this.toolStrip1.PerformLayout();\r
397             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
398             this.ResumeLayout(false);\r
399             this.PerformLayout();\r
400 \r
401         }\r
402 \r
403         #endregion\r
404 \r
405         internal System.Windows.Forms.Button btn_down;\r
406         internal System.Windows.Forms.Button btn_up;\r
407         internal System.Windows.Forms.Button btn_delete;\r
408         internal System.Windows.Forms.Button btn_Close;\r
409         private System.Windows.Forms.ProgressBar progressBar;\r
410         private System.Windows.Forms.Label label2;\r
411         private System.Windows.Forms.Label lbl_progressValue;\r
412         private System.Windows.Forms.Label lbl_status;\r
413         private System.Windows.Forms.ToolTip toolTip1;\r
414         public System.Windows.Forms.ListBox list_queue;\r
415         private System.Windows.Forms.TextBox text_edit;\r
416         internal System.Windows.Forms.Button btn_updateQuery;\r
417         private System.Windows.Forms.Label label4;\r
418         private System.Windows.Forms.Label lbl_chapt;\r
419         private System.Windows.Forms.Label lbl_title;\r
420         private System.Windows.Forms.Label lbl_aEnc;\r
421         private System.Windows.Forms.Label lbl_vEnc;\r
422         private System.Windows.Forms.Label lbl_dest;\r
423         private System.Windows.Forms.Label lbl_source;\r
424         private System.Windows.Forms.Label label1;\r
425         private System.Windows.Forms.Label label3;\r
426         private System.Windows.Forms.PictureBox pictureBox1;\r
427         private System.Windows.Forms.ToolStrip toolStrip1;\r
428         private System.Windows.Forms.ToolStripButton btn_encode;\r
429         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
430         private System.Windows.Forms.ToolStripButton btn_stop;\r
431         private System.Windows.Forms.ToolStripButton btn_batch;\r
432         private System.Windows.Forms.SaveFileDialog SaveFile;\r
433     }\r
434 }