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