OSDN Git Service

9c1f87ed0967372001a40a7ed794be11dadf3af5
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQueue.Designer.cs
1 /*  frmQueue.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmQueue\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueue));\r
39             this.btn_down = new System.Windows.Forms.Button();\r
40             this.btn_up = new System.Windows.Forms.Button();\r
41             this.btn_delete = new System.Windows.Forms.Button();\r
42             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);\r
43             this.label4 = new System.Windows.Forms.Label();\r
44             this.lbl_chapt = new System.Windows.Forms.Label();\r
45             this.lbl_title = new System.Windows.Forms.Label();\r
46             this.lbl_aEnc = new System.Windows.Forms.Label();\r
47             this.lbl_vEnc = new System.Windows.Forms.Label();\r
48             this.lbl_dest = new System.Windows.Forms.Label();\r
49             this.lbl_source = new System.Windows.Forms.Label();\r
50             this.label1 = new System.Windows.Forms.Label();\r
51             this.label3 = new System.Windows.Forms.Label();\r
52             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
53             this.btn_encode = new System.Windows.Forms.ToolStripButton();\r
54             this.btn_stop = new System.Windows.Forms.ToolStripButton();\r
55             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
56             this.btn_batch = new System.Windows.Forms.ToolStripButton();\r
57             this.SaveFile = new System.Windows.Forms.SaveFileDialog();\r
58             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
59             this.list_queue = new System.Windows.Forms.ListView();\r
60             this.Title = new System.Windows.Forms.ColumnHeader();\r
61             this.Chapters = new System.Windows.Forms.ColumnHeader();\r
62             this.Source = new System.Windows.Forms.ColumnHeader();\r
63             this.Destination = new System.Windows.Forms.ColumnHeader();\r
64             this.EncoderVideo = new System.Windows.Forms.ColumnHeader();\r
65             this.Audio = new System.Windows.Forms.ColumnHeader();\r
66             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
67             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();\r
68             this.progressBar = new System.Windows.Forms.ToolStripProgressBar();\r
69             this.lbl_progressValue = new System.Windows.Forms.ToolStripStatusLabel();\r
70             this.toolStrip1.SuspendLayout();\r
71             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
72             this.statusStrip1.SuspendLayout();\r
73             this.SuspendLayout();\r
74             // \r
75             // btn_down\r
76             // \r
77             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
78             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
79             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
80             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
81             this.btn_down.Location = new System.Drawing.Point(610, 129);\r
82             this.btn_down.Name = "btn_down";\r
83             this.btn_down.Size = new System.Drawing.Size(75, 22);\r
84             this.btn_down.TabIndex = 33;\r
85             this.btn_down.TabStop = false;\r
86             this.btn_down.Text = "Down";\r
87             this.btn_down.UseVisualStyleBackColor = true;\r
88             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
89             // \r
90             // btn_up\r
91             // \r
92             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
93             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
94             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
95             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
96             this.btn_up.Location = new System.Drawing.Point(540, 129);\r
97             this.btn_up.Name = "btn_up";\r
98             this.btn_up.Size = new System.Drawing.Size(64, 22);\r
99             this.btn_up.TabIndex = 32;\r
100             this.btn_up.TabStop = false;\r
101             this.btn_up.Text = "Up";\r
102             this.btn_up.UseVisualStyleBackColor = true;\r
103             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
104             // \r
105             // btn_delete\r
106             // \r
107             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
108             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
109             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
110             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
111             this.btn_delete.Location = new System.Drawing.Point(692, 129);\r
112             this.btn_delete.Name = "btn_delete";\r
113             this.btn_delete.Size = new System.Drawing.Size(75, 22);\r
114             this.btn_delete.TabIndex = 31;\r
115             this.btn_delete.TabStop = false;\r
116             this.btn_delete.Text = "Delete";\r
117             this.btn_delete.UseVisualStyleBackColor = true;\r
118             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
119             // \r
120             // label4\r
121             // \r
122             this.label4.AutoSize = true;\r
123             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
124             this.label4.Location = new System.Drawing.Point(269, 121);\r
125             this.label4.Name = "label4";\r
126             this.label4.Size = new System.Drawing.Size(47, 26);\r
127             this.label4.TabIndex = 70;\r
128             this.label4.Text = "Video:\r\nAudo:";\r
129             // \r
130             // lbl_chapt\r
131             // \r
132             this.lbl_chapt.AutoSize = true;\r
133             this.lbl_chapt.Location = new System.Drawing.Point(202, 133);\r
134             this.lbl_chapt.Name = "lbl_chapt";\r
135             this.lbl_chapt.Size = new System.Drawing.Size(12, 13);\r
136             this.lbl_chapt.TabIndex = 69;\r
137             this.lbl_chapt.Text = "-";\r
138             // \r
139             // lbl_title\r
140             // \r
141             this.lbl_title.AccessibleRole = System.Windows.Forms.AccessibleRole.None;\r
142             this.lbl_title.AutoSize = true;\r
143             this.lbl_title.Location = new System.Drawing.Point(202, 120);\r
144             this.lbl_title.Name = "lbl_title";\r
145             this.lbl_title.Size = new System.Drawing.Size(12, 13);\r
146             this.lbl_title.TabIndex = 68;\r
147             this.lbl_title.Text = "-";\r
148             // \r
149             // lbl_aEnc\r
150             // \r
151             this.lbl_aEnc.AutoSize = true;\r
152             this.lbl_aEnc.Location = new System.Drawing.Point(330, 134);\r
153             this.lbl_aEnc.Name = "lbl_aEnc";\r
154             this.lbl_aEnc.Size = new System.Drawing.Size(12, 13);\r
155             this.lbl_aEnc.TabIndex = 67;\r
156             this.lbl_aEnc.Text = "-";\r
157             // \r
158             // lbl_vEnc\r
159             // \r
160             this.lbl_vEnc.AutoSize = true;\r
161             this.lbl_vEnc.Location = new System.Drawing.Point(330, 121);\r
162             this.lbl_vEnc.Name = "lbl_vEnc";\r
163             this.lbl_vEnc.Size = new System.Drawing.Size(12, 13);\r
164             this.lbl_vEnc.TabIndex = 66;\r
165             this.lbl_vEnc.Text = "-";\r
166             // \r
167             // lbl_dest\r
168             // \r
169             this.lbl_dest.AutoSize = true;\r
170             this.lbl_dest.Location = new System.Drawing.Point(202, 108);\r
171             this.lbl_dest.Name = "lbl_dest";\r
172             this.lbl_dest.Size = new System.Drawing.Size(12, 13);\r
173             this.lbl_dest.TabIndex = 65;\r
174             this.lbl_dest.Text = "-";\r
175             this.lbl_dest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
176             // \r
177             // lbl_source\r
178             // \r
179             this.lbl_source.AutoSize = true;\r
180             this.lbl_source.Location = new System.Drawing.Point(202, 95);\r
181             this.lbl_source.Name = "lbl_source";\r
182             this.lbl_source.Size = new System.Drawing.Size(12, 13);\r
183             this.lbl_source.TabIndex = 64;\r
184             this.lbl_source.Text = "-";\r
185             // \r
186             // label1\r
187             // \r
188             this.label1.AutoSize = true;\r
189             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
190             this.label1.Location = new System.Drawing.Point(56, 95);\r
191             this.label1.Name = "label1";\r
192             this.label1.Size = new System.Drawing.Size(99, 52);\r
193             this.label1.TabIndex = 63;\r
194             this.label1.Text = "Source:\r\nDestination:\r\nDVD Title:\r\nDVD Chapters:";\r
195             // \r
196             // label3\r
197             // \r
198             this.label3.AutoSize = true;\r
199             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
200             this.label3.Location = new System.Drawing.Point(56, 73);\r
201             this.label3.Name = "label3";\r
202             this.label3.Size = new System.Drawing.Size(82, 13);\r
203             this.label3.TabIndex = 62;\r
204             this.label3.Text = "Current Job";\r
205             // \r
206             // toolStrip1\r
207             // \r
208             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
209             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
210             this.btn_encode,\r
211             this.btn_stop,\r
212             this.toolStripSeparator1,\r
213             this.btn_batch});\r
214             this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;\r
215             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
216             this.toolStrip1.Name = "toolStrip1";\r
217             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
218             this.toolStrip1.Size = new System.Drawing.Size(779, 49);\r
219             this.toolStrip1.TabIndex = 71;\r
220             this.toolStrip1.Text = "toolStrip1";\r
221             // \r
222             // btn_encode\r
223             // \r
224             this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;\r
225             this.btn_encode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
226             this.btn_encode.ImageTransparentColor = System.Drawing.Color.Magenta;\r
227             this.btn_encode.Name = "btn_encode";\r
228             this.btn_encode.Padding = new System.Windows.Forms.Padding(5);\r
229             this.btn_encode.Size = new System.Drawing.Size(88, 46);\r
230             this.btn_encode.Text = "Encode";\r
231             this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click);\r
232             // \r
233             // btn_stop\r
234             // \r
235             this.btn_stop.Image = global::Handbrake.Properties.Resources.Pause;\r
236             this.btn_stop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
237             this.btn_stop.ImageTransparentColor = System.Drawing.Color.Magenta;\r
238             this.btn_stop.Name = "btn_stop";\r
239             this.btn_stop.Size = new System.Drawing.Size(72, 46);\r
240             this.btn_stop.Text = "Pause";\r
241             this.btn_stop.Visible = false;\r
242             this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);\r
243             // \r
244             // toolStripSeparator1\r
245             // \r
246             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
247             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);\r
248             // \r
249             // btn_batch\r
250             // \r
251             this.btn_batch.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
252             this.btn_batch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
253             this.btn_batch.ImageTransparentColor = System.Drawing.Color.Magenta;\r
254             this.btn_batch.Name = "btn_batch";\r
255             this.btn_batch.Size = new System.Drawing.Size(100, 46);\r
256             this.btn_batch.Text = "Batch Script";\r
257             this.btn_batch.Click += new System.EventHandler(this.btn_batch_Click);\r
258             // \r
259             // SaveFile\r
260             // \r
261             this.SaveFile.Filter = "Batch|.bat";\r
262             // \r
263             // pictureBox1\r
264             // \r
265             this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue;\r
266             this.pictureBox1.Location = new System.Drawing.Point(12, 61);\r
267             this.pictureBox1.Name = "pictureBox1";\r
268             this.pictureBox1.Size = new System.Drawing.Size(37, 32);\r
269             this.pictureBox1.TabIndex = 61;\r
270             this.pictureBox1.TabStop = false;\r
271             // \r
272             // list_queue\r
273             // \r
274             this.list_queue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
275             this.Title,\r
276             this.Chapters,\r
277             this.Source,\r
278             this.Destination,\r
279             this.EncoderVideo,\r
280             this.Audio});\r
281             this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
282             this.list_queue.FullRowSelect = true;\r
283             this.list_queue.GridLines = true;\r
284             this.list_queue.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
285             this.list_queue.Location = new System.Drawing.Point(12, 157);\r
286             this.list_queue.MultiSelect = false;\r
287             this.list_queue.Name = "list_queue";\r
288             this.list_queue.Size = new System.Drawing.Size(755, 185);\r
289             this.list_queue.TabIndex = 72;\r
290             this.list_queue.UseCompatibleStateImageBehavior = false;\r
291             this.list_queue.View = System.Windows.Forms.View.Details;\r
292             // \r
293             // Title\r
294             // \r
295             this.Title.Text = "Title";\r
296             this.Title.Width = 39;\r
297             // \r
298             // Chapters\r
299             // \r
300             this.Chapters.Text = "Chapters";\r
301             this.Chapters.Width = 71;\r
302             // \r
303             // Source\r
304             // \r
305             this.Source.Text = "Source";\r
306             this.Source.Width = 219;\r
307             // \r
308             // Destination\r
309             // \r
310             this.Destination.Text = "Destination";\r
311             this.Destination.Width = 215;\r
312             // \r
313             // EncoderVideo\r
314             // \r
315             this.EncoderVideo.Text = "Video Encoder";\r
316             this.EncoderVideo.Width = 110;\r
317             // \r
318             // Audio\r
319             // \r
320             this.Audio.Text = "Audio Encoder";\r
321             this.Audio.Width = 94;\r
322             // \r
323             // statusStrip1\r
324             // \r
325             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
326             this.toolStripStatusLabel1,\r
327             this.progressBar,\r
328             this.lbl_progressValue});\r
329             this.statusStrip1.Location = new System.Drawing.Point(0, 359);\r
330             this.statusStrip1.Name = "statusStrip1";\r
331             this.statusStrip1.Size = new System.Drawing.Size(779, 31);\r
332             this.statusStrip1.TabIndex = 73;\r
333             this.statusStrip1.Text = "statusStrip1";\r
334             // \r
335             // toolStripStatusLabel1\r
336             // \r
337             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";\r
338             this.toolStripStatusLabel1.Size = new System.Drawing.Size(53, 26);\r
339             this.toolStripStatusLabel1.Text = "Progress:";\r
340             // \r
341             // progressBar\r
342             // \r
343             this.progressBar.Name = "progressBar";\r
344             this.progressBar.Size = new System.Drawing.Size(500, 25);\r
345             this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
346             // \r
347             // lbl_progressValue\r
348             // \r
349             this.lbl_progressValue.Name = "lbl_progressValue";\r
350             this.lbl_progressValue.Size = new System.Drawing.Size(30, 26);\r
351             this.lbl_progressValue.Text = " 0 %";\r
352             // \r
353             // frmQueue\r
354             // \r
355             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
356             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
357             this.ClientSize = new System.Drawing.Size(779, 390);\r
358             this.Controls.Add(this.statusStrip1);\r
359             this.Controls.Add(this.list_queue);\r
360             this.Controls.Add(this.pictureBox1);\r
361             this.Controls.Add(this.btn_down);\r
362             this.Controls.Add(this.btn_up);\r
363             this.Controls.Add(this.toolStrip1);\r
364             this.Controls.Add(this.label4);\r
365             this.Controls.Add(this.lbl_dest);\r
366             this.Controls.Add(this.btn_delete);\r
367             this.Controls.Add(this.lbl_vEnc);\r
368             this.Controls.Add(this.lbl_chapt);\r
369             this.Controls.Add(this.lbl_source);\r
370             this.Controls.Add(this.label3);\r
371             this.Controls.Add(this.lbl_aEnc);\r
372             this.Controls.Add(this.lbl_title);\r
373             this.Controls.Add(this.label1);\r
374             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
375             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
376             this.MaximizeBox = false;\r
377             this.MinimumSize = new System.Drawing.Size(787, 417);\r
378             this.Name = "frmQueue";\r
379             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
380             this.Text = "Encode Queue";\r
381             this.toolStrip1.ResumeLayout(false);\r
382             this.toolStrip1.PerformLayout();\r
383             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
384             this.statusStrip1.ResumeLayout(false);\r
385             this.statusStrip1.PerformLayout();\r
386             this.ResumeLayout(false);\r
387             this.PerformLayout();\r
388 \r
389         }\r
390 \r
391         #endregion\r
392 \r
393         internal System.Windows.Forms.Button btn_down;\r
394         internal System.Windows.Forms.Button btn_up;\r
395         internal System.Windows.Forms.Button btn_delete;\r
396         private System.Windows.Forms.ToolTip toolTip1;\r
397         private System.Windows.Forms.Label label4;\r
398         private System.Windows.Forms.Label lbl_chapt;\r
399         private System.Windows.Forms.Label lbl_title;\r
400         private System.Windows.Forms.Label lbl_aEnc;\r
401         private System.Windows.Forms.Label lbl_vEnc;\r
402         private System.Windows.Forms.Label lbl_dest;\r
403         private System.Windows.Forms.Label lbl_source;\r
404         private System.Windows.Forms.Label label1;\r
405         private System.Windows.Forms.Label label3;\r
406         private System.Windows.Forms.PictureBox pictureBox1;\r
407         private System.Windows.Forms.ToolStrip toolStrip1;\r
408         private System.Windows.Forms.ToolStripButton btn_encode;\r
409         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
410         private System.Windows.Forms.ToolStripButton btn_stop;\r
411         private System.Windows.Forms.ToolStripButton btn_batch;\r
412         private System.Windows.Forms.SaveFileDialog SaveFile;\r
413         private System.Windows.Forms.ListView list_queue;\r
414         private System.Windows.Forms.ColumnHeader Title;\r
415         private System.Windows.Forms.ColumnHeader Chapters;\r
416         private System.Windows.Forms.ColumnHeader Source;\r
417         private System.Windows.Forms.ColumnHeader Destination;\r
418         private System.Windows.Forms.ColumnHeader EncoderVideo;\r
419         private System.Windows.Forms.ColumnHeader Audio;\r
420         private System.Windows.Forms.StatusStrip statusStrip1;\r
421         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;\r
422         private System.Windows.Forms.ToolStripProgressBar progressBar;\r
423         private System.Windows.Forms.ToolStripStatusLabel lbl_progressValue;\r
424     }\r
425 }