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