OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / PictureSettings.Designer.cs
1 using System.Windows.Forms;\r
2 \r
3 namespace Handbrake.Controls\r
4 {\r
5     partial class PictureSettings\r
6     {\r
7         /// <summary> \r
8         /// Required designer variable.\r
9         /// </summary>\r
10         private System.ComponentModel.IContainer components = null;\r
11 \r
12         /// <summary> \r
13         /// Clean up any resources being used.\r
14         /// </summary>\r
15         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
16         protected override void Dispose(bool disposing)\r
17         {\r
18             if (disposing && (components != null))\r
19             {\r
20                 components.Dispose();\r
21             }\r
22             base.Dispose(disposing);\r
23         }\r
24 \r
25         #region Component Designer generated code\r
26 \r
27         /// <summary> \r
28         /// Required method for Designer support - do not modify \r
29         /// the contents of this method with the code editor.\r
30         /// </summary>\r
31         private void InitializeComponent()\r
32         {\r
33             this.text_height = new System.Windows.Forms.NumericUpDown();\r
34             this.text_width = new System.Windows.Forms.NumericUpDown();\r
35             this.label4 = new System.Windows.Forms.Label();\r
36             this.lbl_max = new System.Windows.Forms.Label();\r
37             this.lbl_src_res = new System.Windows.Forms.Label();\r
38             this.label7 = new System.Windows.Forms.Label();\r
39             this.label6 = new System.Windows.Forms.Label();\r
40             this.drp_anamorphic = new System.Windows.Forms.ComboBox();\r
41             this.label26 = new System.Windows.Forms.Label();\r
42             this.lbl_Aspect = new System.Windows.Forms.Label();\r
43             this.Label91 = new System.Windows.Forms.Label();\r
44             this.Label55 = new System.Windows.Forms.Label();\r
45             this.lbl_modulus = new System.Windows.Forms.Label();\r
46             this.drop_modulus = new System.Windows.Forms.ComboBox();\r
47             this.txt_displayWidth = new System.Windows.Forms.TextBox();\r
48             this.lbl_displayWidth = new System.Windows.Forms.Label();\r
49             this.lbl_parWidth = new System.Windows.Forms.Label();\r
50             this.txt_parWidth = new System.Windows.Forms.TextBox();\r
51             this.lbl_parHeight = new System.Windows.Forms.Label();\r
52             this.txt_parHeight = new System.Windows.Forms.TextBox();\r
53             this.check_KeepAR = new System.Windows.Forms.CheckBox();\r
54             this.check_customCrop = new System.Windows.Forms.RadioButton();\r
55             this.check_autoCrop = new System.Windows.Forms.RadioButton();\r
56             this.crop_bottom = new System.Windows.Forms.NumericUpDown();\r
57             this.crop_top = new System.Windows.Forms.NumericUpDown();\r
58             this.crop_left = new System.Windows.Forms.NumericUpDown();\r
59             this.crop_right = new System.Windows.Forms.NumericUpDown();\r
60             this.label8 = new System.Windows.Forms.Label();\r
61             this.Label53 = new System.Windows.Forms.Label();\r
62             this.Label52 = new System.Windows.Forms.Label();\r
63             this.Label51 = new System.Windows.Forms.Label();\r
64             this.Label15 = new System.Windows.Forms.Label();\r
65             this.lbl_anamorphic = new System.Windows.Forms.Label();\r
66             this.label3 = new System.Windows.Forms.Label();\r
67             ((System.ComponentModel.ISupportInitialize)(this.text_height)).BeginInit();\r
68             ((System.ComponentModel.ISupportInitialize)(this.text_width)).BeginInit();\r
69             ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).BeginInit();\r
70             ((System.ComponentModel.ISupportInitialize)(this.crop_top)).BeginInit();\r
71             ((System.ComponentModel.ISupportInitialize)(this.crop_left)).BeginInit();\r
72             ((System.ComponentModel.ISupportInitialize)(this.crop_right)).BeginInit();\r
73             this.SuspendLayout();\r
74             // \r
75             // text_height\r
76             // \r
77             this.text_height.Location = new System.Drawing.Point(206, 59);\r
78             this.text_height.Maximum = new decimal(new int[] {\r
79             2560,\r
80             0,\r
81             0,\r
82             0});\r
83             this.text_height.Minimum = new decimal(new int[] {\r
84             64,\r
85             0,\r
86             0,\r
87             0});\r
88             this.text_height.Name = "text_height";\r
89             this.text_height.Size = new System.Drawing.Size(64, 20);\r
90             this.text_height.TabIndex = 50;\r
91             this.text_height.Value = new decimal(new int[] {\r
92             64,\r
93             0,\r
94             0,\r
95             0});\r
96             this.text_height.ValueChanged += new System.EventHandler(this.text_height_ValueChanged);\r
97             // \r
98             // text_width\r
99             // \r
100             this.text_width.Location = new System.Drawing.Point(68, 59);\r
101             this.text_width.Maximum = new decimal(new int[] {\r
102             2560,\r
103             0,\r
104             0,\r
105             0});\r
106             this.text_width.Minimum = new decimal(new int[] {\r
107             64,\r
108             0,\r
109             0,\r
110             0});\r
111             this.text_width.Name = "text_width";\r
112             this.text_width.Size = new System.Drawing.Size(64, 20);\r
113             this.text_width.TabIndex = 49;\r
114             this.text_width.Value = new decimal(new int[] {\r
115             64,\r
116             0,\r
117             0,\r
118             0});\r
119             this.text_width.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
120             // \r
121             // label4\r
122             // \r
123             this.label4.AutoSize = true;\r
124             this.label4.BackColor = System.Drawing.Color.Transparent;\r
125             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
126             this.label4.ForeColor = System.Drawing.Color.Black;\r
127             this.label4.Location = new System.Drawing.Point(152, 63);\r
128             this.label4.Name = "label4";\r
129             this.label4.Size = new System.Drawing.Size(48, 13);\r
130             this.label4.TabIndex = 48;\r
131             this.label4.Text = "Height:";\r
132             // \r
133             // lbl_max\r
134             // \r
135             this.lbl_max.AutoSize = true;\r
136             this.lbl_max.Location = new System.Drawing.Point(273, 80);\r
137             this.lbl_max.Name = "lbl_max";\r
138             this.lbl_max.Size = new System.Drawing.Size(34, 13);\r
139             this.lbl_max.TabIndex = 47;\r
140             this.lbl_max.Text = "{max}";\r
141             // \r
142             // lbl_src_res\r
143             // \r
144             this.lbl_src_res.AutoSize = true;\r
145             this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;\r
146             this.lbl_src_res.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
147             this.lbl_src_res.Location = new System.Drawing.Point(66, 36);\r
148             this.lbl_src_res.Name = "lbl_src_res";\r
149             this.lbl_src_res.Size = new System.Drawing.Size(72, 12);\r
150             this.lbl_src_res.TabIndex = 41;\r
151             this.lbl_src_res.Text = "Select a Title";\r
152             // \r
153             // label7\r
154             // \r
155             this.label7.AutoSize = true;\r
156             this.label7.BackColor = System.Drawing.Color.Transparent;\r
157             this.label7.Location = new System.Drawing.Point(13, 35);\r
158             this.label7.Name = "label7";\r
159             this.label7.Size = new System.Drawing.Size(44, 13);\r
160             this.label7.TabIndex = 40;\r
161             this.label7.Text = "Source:";\r
162             // \r
163             // label6\r
164             // \r
165             this.label6.AutoSize = true;\r
166             this.label6.BackColor = System.Drawing.Color.Transparent;\r
167             this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
168             this.label6.Location = new System.Drawing.Point(13, 91);\r
169             this.label6.Name = "label6";\r
170             this.label6.Size = new System.Drawing.Size(80, 13);\r
171             this.label6.TabIndex = 45;\r
172             this.label6.Text = "Anamorphic:";\r
173             // \r
174             // drp_anamorphic\r
175             // \r
176             this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
177             this.drp_anamorphic.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
178             this.drp_anamorphic.FormattingEnabled = true;\r
179             this.drp_anamorphic.Items.AddRange(new object[] {\r
180             "None",\r
181             "Strict",\r
182             "Loose",\r
183             "Custom"});\r
184             this.drp_anamorphic.Location = new System.Drawing.Point(109, 88);\r
185             this.drp_anamorphic.Name = "drp_anamorphic";\r
186             this.drp_anamorphic.Size = new System.Drawing.Size(110, 21);\r
187             this.drp_anamorphic.TabIndex = 46;\r
188             this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged);\r
189             // \r
190             // label26\r
191             // \r
192             this.label26.AutoSize = true;\r
193             this.label26.BackColor = System.Drawing.Color.Transparent;\r
194             this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
195             this.label26.Location = new System.Drawing.Point(13, 13);\r
196             this.label26.Name = "label26";\r
197             this.label26.Size = new System.Drawing.Size(34, 13);\r
198             this.label26.TabIndex = 39;\r
199             this.label26.Text = "Size";\r
200             // \r
201             // lbl_Aspect\r
202             // \r
203             this.lbl_Aspect.AutoSize = true;\r
204             this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent;\r
205             this.lbl_Aspect.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
206             this.lbl_Aspect.Location = new System.Drawing.Point(241, 36);\r
207             this.lbl_Aspect.Name = "lbl_Aspect";\r
208             this.lbl_Aspect.Size = new System.Drawing.Size(72, 12);\r
209             this.lbl_Aspect.TabIndex = 43;\r
210             this.lbl_Aspect.Text = "Select a Title";\r
211             // \r
212             // Label91\r
213             // \r
214             this.Label91.AutoSize = true;\r
215             this.Label91.BackColor = System.Drawing.Color.Transparent;\r
216             this.Label91.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
217             this.Label91.Location = new System.Drawing.Point(152, 35);\r
218             this.Label91.Name = "Label91";\r
219             this.Label91.Size = new System.Drawing.Size(83, 13);\r
220             this.Label91.TabIndex = 42;\r
221             this.Label91.Text = "Aspect Ratio:";\r
222             // \r
223             // Label55\r
224             // \r
225             this.Label55.AutoSize = true;\r
226             this.Label55.BackColor = System.Drawing.Color.Transparent;\r
227             this.Label55.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
228             this.Label55.ForeColor = System.Drawing.Color.Black;\r
229             this.Label55.Location = new System.Drawing.Point(13, 63);\r
230             this.Label55.Name = "Label55";\r
231             this.Label55.Size = new System.Drawing.Size(44, 13);\r
232             this.Label55.TabIndex = 44;\r
233             this.Label55.Text = "Width:";\r
234             // \r
235             // lbl_modulus\r
236             // \r
237             this.lbl_modulus.AutoSize = true;\r
238             this.lbl_modulus.BackColor = System.Drawing.Color.Transparent;\r
239             this.lbl_modulus.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
240             this.lbl_modulus.Location = new System.Drawing.Point(13, 118);\r
241             this.lbl_modulus.Name = "lbl_modulus";\r
242             this.lbl_modulus.Size = new System.Drawing.Size(58, 13);\r
243             this.lbl_modulus.TabIndex = 51;\r
244             this.lbl_modulus.Text = "Modulus:";\r
245             // \r
246             // drop_modulus\r
247             // \r
248             this.drop_modulus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
249             this.drop_modulus.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
250             this.drop_modulus.FormattingEnabled = true;\r
251             this.drop_modulus.Items.AddRange(new object[] {\r
252             "16",\r
253             "8",\r
254             "4",\r
255             "2"});\r
256             this.drop_modulus.Location = new System.Drawing.Point(109, 115);\r
257             this.drop_modulus.Name = "drop_modulus";\r
258             this.drop_modulus.Size = new System.Drawing.Size(110, 21);\r
259             this.drop_modulus.TabIndex = 52;\r
260             // \r
261             // txt_displayWidth\r
262             // \r
263             this.txt_displayWidth.Location = new System.Drawing.Point(109, 142);\r
264             this.txt_displayWidth.Name = "txt_displayWidth";\r
265             this.txt_displayWidth.Size = new System.Drawing.Size(100, 20);\r
266             this.txt_displayWidth.TabIndex = 53;\r
267             this.txt_displayWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_displayWidth_Keyup);\r
268             // \r
269             // lbl_displayWidth\r
270             // \r
271             this.lbl_displayWidth.AutoSize = true;\r
272             this.lbl_displayWidth.BackColor = System.Drawing.Color.Transparent;\r
273             this.lbl_displayWidth.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
274             this.lbl_displayWidth.Location = new System.Drawing.Point(13, 145);\r
275             this.lbl_displayWidth.Name = "lbl_displayWidth";\r
276             this.lbl_displayWidth.Size = new System.Drawing.Size(90, 13);\r
277             this.lbl_displayWidth.TabIndex = 54;\r
278             this.lbl_displayWidth.Text = "Display Width:";\r
279             // \r
280             // lbl_parWidth\r
281             // \r
282             this.lbl_parWidth.AutoSize = true;\r
283             this.lbl_parWidth.BackColor = System.Drawing.Color.Transparent;\r
284             this.lbl_parWidth.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
285             this.lbl_parWidth.Location = new System.Drawing.Point(13, 171);\r
286             this.lbl_parWidth.Name = "lbl_parWidth";\r
287             this.lbl_parWidth.Size = new System.Drawing.Size(71, 13);\r
288             this.lbl_parWidth.TabIndex = 56;\r
289             this.lbl_parWidth.Text = "PAR Width:";\r
290             // \r
291             // txt_parWidth\r
292             // \r
293             this.txt_parWidth.Location = new System.Drawing.Point(109, 168);\r
294             this.txt_parWidth.Name = "txt_parWidth";\r
295             this.txt_parWidth.Size = new System.Drawing.Size(100, 20);\r
296             this.txt_parWidth.TabIndex = 55;\r
297             this.txt_parWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_parWidth_Keyup);\r
298             // \r
299             // lbl_parHeight\r
300             // \r
301             this.lbl_parHeight.AutoSize = true;\r
302             this.lbl_parHeight.BackColor = System.Drawing.Color.Transparent;\r
303             this.lbl_parHeight.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
304             this.lbl_parHeight.Location = new System.Drawing.Point(13, 197);\r
305             this.lbl_parHeight.Name = "lbl_parHeight";\r
306             this.lbl_parHeight.Size = new System.Drawing.Size(75, 13);\r
307             this.lbl_parHeight.TabIndex = 58;\r
308             this.lbl_parHeight.Text = "PAR Height:";\r
309             // \r
310             // txt_parHeight\r
311             // \r
312             this.txt_parHeight.Location = new System.Drawing.Point(109, 194);\r
313             this.txt_parHeight.Name = "txt_parHeight";\r
314             this.txt_parHeight.Size = new System.Drawing.Size(100, 20);\r
315             this.txt_parHeight.TabIndex = 57;\r
316             this.txt_parHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_parHeight_Keyup);\r
317             // \r
318             // check_KeepAR\r
319             // \r
320             this.check_KeepAR.AutoSize = true;\r
321             this.check_KeepAR.Location = new System.Drawing.Point(276, 60);\r
322             this.check_KeepAR.Name = "check_KeepAR";\r
323             this.check_KeepAR.Size = new System.Drawing.Size(69, 17);\r
324             this.check_KeepAR.TabIndex = 59;\r
325             this.check_KeepAR.Text = "Keep AR";\r
326             this.check_KeepAR.UseVisualStyleBackColor = true;\r
327             this.check_KeepAR.CheckedChanged += new System.EventHandler(this.check_KeepAR_CheckedChanged);\r
328             // \r
329             // check_customCrop\r
330             // \r
331             this.check_customCrop.AutoSize = true;\r
332             this.check_customCrop.Location = new System.Drawing.Point(387, 57);\r
333             this.check_customCrop.Name = "check_customCrop";\r
334             this.check_customCrop.Size = new System.Drawing.Size(63, 17);\r
335             this.check_customCrop.TabIndex = 70;\r
336             this.check_customCrop.Text = "Custom:";\r
337             this.check_customCrop.UseVisualStyleBackColor = true;\r
338             this.check_customCrop.CheckedChanged += new System.EventHandler(this.check_customCrop_CheckedChanged);\r
339             // \r
340             // check_autoCrop\r
341             // \r
342             this.check_autoCrop.AutoSize = true;\r
343             this.check_autoCrop.Checked = true;\r
344             this.check_autoCrop.Location = new System.Drawing.Point(387, 33);\r
345             this.check_autoCrop.Name = "check_autoCrop";\r
346             this.check_autoCrop.Size = new System.Drawing.Size(72, 17);\r
347             this.check_autoCrop.TabIndex = 69;\r
348             this.check_autoCrop.TabStop = true;\r
349             this.check_autoCrop.Text = "Automatic";\r
350             this.check_autoCrop.UseVisualStyleBackColor = true;\r
351             this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged);\r
352             // \r
353             // crop_bottom\r
354             // \r
355             this.crop_bottom.Enabled = false;\r
356             this.crop_bottom.Location = new System.Drawing.Point(467, 146);\r
357             this.crop_bottom.Maximum = new decimal(new int[] {\r
358             1080,\r
359             0,\r
360             0,\r
361             0});\r
362             this.crop_bottom.Name = "crop_bottom";\r
363             this.crop_bottom.Size = new System.Drawing.Size(44, 20);\r
364             this.crop_bottom.TabIndex = 67;\r
365             // \r
366             // crop_top\r
367             // \r
368             this.crop_top.Enabled = false;\r
369             this.crop_top.Location = new System.Drawing.Point(467, 100);\r
370             this.crop_top.Maximum = new decimal(new int[] {\r
371             1080,\r
372             0,\r
373             0,\r
374             0});\r
375             this.crop_top.Name = "crop_top";\r
376             this.crop_top.Size = new System.Drawing.Size(44, 20);\r
377             this.crop_top.TabIndex = 64;\r
378             // \r
379             // crop_left\r
380             // \r
381             this.crop_left.Enabled = false;\r
382             this.crop_left.Location = new System.Drawing.Point(416, 122);\r
383             this.crop_left.Maximum = new decimal(new int[] {\r
384             1920,\r
385             0,\r
386             0,\r
387             0});\r
388             this.crop_left.Name = "crop_left";\r
389             this.crop_left.Size = new System.Drawing.Size(44, 20);\r
390             this.crop_left.TabIndex = 62;\r
391             // \r
392             // crop_right\r
393             // \r
394             this.crop_right.Enabled = false;\r
395             this.crop_right.Location = new System.Drawing.Point(518, 122);\r
396             this.crop_right.Maximum = new decimal(new int[] {\r
397             1920,\r
398             0,\r
399             0,\r
400             0});\r
401             this.crop_right.Name = "crop_right";\r
402             this.crop_right.Size = new System.Drawing.Size(44, 20);\r
403             this.crop_right.TabIndex = 65;\r
404             // \r
405             // label8\r
406             // \r
407             this.label8.AutoSize = true;\r
408             this.label8.BackColor = System.Drawing.Color.Transparent;\r
409             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
410             this.label8.Location = new System.Drawing.Point(384, 13);\r
411             this.label8.Name = "label8";\r
412             this.label8.Size = new System.Drawing.Size(37, 13);\r
413             this.label8.TabIndex = 60;\r
414             this.label8.Text = "Crop";\r
415             // \r
416             // Label53\r
417             // \r
418             this.Label53.AutoSize = true;\r
419             this.Label53.BackColor = System.Drawing.Color.Transparent;\r
420             this.Label53.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
421             this.Label53.Location = new System.Drawing.Point(465, 170);\r
422             this.Label53.Name = "Label53";\r
423             this.Label53.Size = new System.Drawing.Size(48, 13);\r
424             this.Label53.TabIndex = 68;\r
425             this.Label53.Text = "Bottom";\r
426             // \r
427             // Label52\r
428             // \r
429             this.Label52.AutoSize = true;\r
430             this.Label52.BackColor = System.Drawing.Color.Transparent;\r
431             this.Label52.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
432             this.Label52.Location = new System.Drawing.Point(474, 85);\r
433             this.Label52.Name = "Label52";\r
434             this.Label52.Size = new System.Drawing.Size(28, 13);\r
435             this.Label52.TabIndex = 63;\r
436             this.Label52.Text = "Top";\r
437             // \r
438             // Label51\r
439             // \r
440             this.Label51.AutoSize = true;\r
441             this.Label51.BackColor = System.Drawing.Color.Transparent;\r
442             this.Label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
443             this.Label51.Location = new System.Drawing.Point(561, 124);\r
444             this.Label51.Name = "Label51";\r
445             this.Label51.Size = new System.Drawing.Size(36, 13);\r
446             this.Label51.TabIndex = 66;\r
447             this.Label51.Text = "Right";\r
448             // \r
449             // Label15\r
450             // \r
451             this.Label15.AutoSize = true;\r
452             this.Label15.BackColor = System.Drawing.Color.Transparent;\r
453             this.Label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
454             this.Label15.Location = new System.Drawing.Point(384, 124);\r
455             this.Label15.Name = "Label15";\r
456             this.Label15.Size = new System.Drawing.Size(28, 13);\r
457             this.Label15.TabIndex = 61;\r
458             this.Label15.Text = "Left";\r
459             // \r
460             // lbl_anamorphic\r
461             // \r
462             this.lbl_anamorphic.AutoSize = true;\r
463             this.lbl_anamorphic.BackColor = System.Drawing.Color.Transparent;\r
464             this.lbl_anamorphic.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
465             this.lbl_anamorphic.Location = new System.Drawing.Point(107, 222);\r
466             this.lbl_anamorphic.Name = "lbl_anamorphic";\r
467             this.lbl_anamorphic.Size = new System.Drawing.Size(72, 12);\r
468             this.lbl_anamorphic.TabIndex = 74;\r
469             this.lbl_anamorphic.Text = "Select a Title";\r
470             // \r
471             // label3\r
472             // \r
473             this.label3.AutoSize = true;\r
474             this.label3.BackColor = System.Drawing.Color.Transparent;\r
475             this.label3.Location = new System.Drawing.Point(13, 221);\r
476             this.label3.Name = "label3";\r
477             this.label3.Size = new System.Drawing.Size(66, 13);\r
478             this.label3.TabIndex = 73;\r
479             this.label3.Text = "Anamorphic:";\r
480             // \r
481             // PictureSettings\r
482             // \r
483             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;\r
484             this.Controls.Add(this.lbl_anamorphic);\r
485             this.Controls.Add(this.label3);\r
486             this.Controls.Add(this.check_customCrop);\r
487             this.Controls.Add(this.check_autoCrop);\r
488             this.Controls.Add(this.crop_bottom);\r
489             this.Controls.Add(this.crop_top);\r
490             this.Controls.Add(this.crop_left);\r
491             this.Controls.Add(this.crop_right);\r
492             this.Controls.Add(this.label8);\r
493             this.Controls.Add(this.Label53);\r
494             this.Controls.Add(this.Label52);\r
495             this.Controls.Add(this.Label51);\r
496             this.Controls.Add(this.Label15);\r
497             this.Controls.Add(this.check_KeepAR);\r
498             this.Controls.Add(this.lbl_parHeight);\r
499             this.Controls.Add(this.txt_parHeight);\r
500             this.Controls.Add(this.lbl_parWidth);\r
501             this.Controls.Add(this.txt_parWidth);\r
502             this.Controls.Add(this.lbl_displayWidth);\r
503             this.Controls.Add(this.txt_displayWidth);\r
504             this.Controls.Add(this.lbl_modulus);\r
505             this.Controls.Add(this.drop_modulus);\r
506             this.Controls.Add(this.text_height);\r
507             this.Controls.Add(this.text_width);\r
508             this.Controls.Add(this.label4);\r
509             this.Controls.Add(this.lbl_max);\r
510             this.Controls.Add(this.lbl_src_res);\r
511             this.Controls.Add(this.label7);\r
512             this.Controls.Add(this.label6);\r
513             this.Controls.Add(this.drp_anamorphic);\r
514             this.Controls.Add(this.label26);\r
515             this.Controls.Add(this.lbl_Aspect);\r
516             this.Controls.Add(this.Label91);\r
517             this.Controls.Add(this.Label55);\r
518             this.Name = "PictureSettings";\r
519             this.Size = new System.Drawing.Size(666, 279);\r
520             ((System.ComponentModel.ISupportInitialize)(this.text_height)).EndInit();\r
521             ((System.ComponentModel.ISupportInitialize)(this.text_width)).EndInit();\r
522             ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).EndInit();\r
523             ((System.ComponentModel.ISupportInitialize)(this.crop_top)).EndInit();\r
524             ((System.ComponentModel.ISupportInitialize)(this.crop_left)).EndInit();\r
525             ((System.ComponentModel.ISupportInitialize)(this.crop_right)).EndInit();\r
526             this.ResumeLayout(false);\r
527             this.PerformLayout();\r
528 \r
529         }\r
530 \r
531         #endregion\r
532 \r
533         internal System.Windows.Forms.Label label4;\r
534         private System.Windows.Forms.Label lbl_max;\r
535         internal System.Windows.Forms.Label lbl_src_res;\r
536         internal System.Windows.Forms.Label label7;\r
537         internal System.Windows.Forms.Label label6;\r
538         internal System.Windows.Forms.ComboBox drp_anamorphic;\r
539         internal System.Windows.Forms.Label label26;\r
540         internal System.Windows.Forms.Label lbl_Aspect;\r
541         internal System.Windows.Forms.Label Label91;\r
542         internal System.Windows.Forms.Label Label55;\r
543         internal System.Windows.Forms.Label lbl_modulus;\r
544         internal System.Windows.Forms.ComboBox drop_modulus;\r
545         internal System.Windows.Forms.Label lbl_displayWidth;\r
546         internal System.Windows.Forms.Label lbl_parWidth;\r
547         internal System.Windows.Forms.Label lbl_parHeight;\r
548         internal System.Windows.Forms.RadioButton check_customCrop;\r
549         internal System.Windows.Forms.RadioButton check_autoCrop;\r
550         internal System.Windows.Forms.NumericUpDown crop_bottom;\r
551         internal System.Windows.Forms.NumericUpDown crop_top;\r
552         internal System.Windows.Forms.NumericUpDown crop_left;\r
553         internal System.Windows.Forms.NumericUpDown crop_right;\r
554         internal System.Windows.Forms.Label label8;\r
555         internal System.Windows.Forms.Label Label53;\r
556         internal System.Windows.Forms.Label Label52;\r
557         internal System.Windows.Forms.Label Label51;\r
558         internal System.Windows.Forms.Label Label15;\r
559         internal System.Windows.Forms.NumericUpDown text_height;\r
560         internal System.Windows.Forms.NumericUpDown text_width;\r
561         internal System.Windows.Forms.TextBox txt_displayWidth;\r
562         internal System.Windows.Forms.TextBox txt_parWidth;\r
563         internal System.Windows.Forms.TextBox txt_parHeight;\r
564         internal System.Windows.Forms.CheckBox check_KeepAR;\r
565         internal System.Windows.Forms.Label lbl_anamorphic;\r
566         internal System.Windows.Forms.Label label3;\r
567 \r
568     }\r
569 }\r