OSDN Git Service

108266bb4f9fd208330eca790698ab0cdc80fdd7
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / PictureSettings.Designer.cs
1 namespace Handbrake.Controls\r
2 {\r
3     partial class PictureSettings\r
4     {\r
5         /// <summary> \r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary> \r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Component Designer generated code\r
24 \r
25         /// <summary> \r
26         /// Required method for Designer support - do not modify \r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();\r
32             this.Label15 = new System.Windows.Forms.Label();\r
33             this.crop_left = new System.Windows.Forms.NumericUpDown();\r
34             this.crop_right = new System.Windows.Forms.NumericUpDown();\r
35             this.check_autoCrop = new System.Windows.Forms.RadioButton();\r
36             this.Label51 = new System.Windows.Forms.Label();\r
37             this.crop_top = new System.Windows.Forms.NumericUpDown();\r
38             this.Label53 = new System.Windows.Forms.Label();\r
39             this.Label52 = new System.Windows.Forms.Label();\r
40             this.crop_bottom = new System.Windows.Forms.NumericUpDown();\r
41             this.check_customCrop = new System.Windows.Forms.RadioButton();\r
42             this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();\r
43             this.label7 = new System.Windows.Forms.Label();\r
44             this.lbl_src_res = new System.Windows.Forms.Label();\r
45             this.Label55 = new System.Windows.Forms.Label();\r
46             this.text_width = new System.Windows.Forms.NumericUpDown();\r
47             this.label4 = new System.Windows.Forms.Label();\r
48             this.text_height = new System.Windows.Forms.NumericUpDown();\r
49             this.check_KeepAR = new System.Windows.Forms.CheckBox();\r
50             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
51             this.updownParHeight = new System.Windows.Forms.NumericUpDown();\r
52             this.label6 = new System.Windows.Forms.Label();\r
53             this.labelDisplaySize = new System.Windows.Forms.Label();\r
54             this.lbl_parHeight = new System.Windows.Forms.Label();\r
55             this.labelStaticDisplaySize = new System.Windows.Forms.Label();\r
56             this.updownParWidth = new System.Windows.Forms.NumericUpDown();\r
57             this.drp_anamorphic = new System.Windows.Forms.ComboBox();\r
58             this.lbl_parWidth = new System.Windows.Forms.Label();\r
59             this.updownDisplayWidth = new System.Windows.Forms.NumericUpDown();\r
60             this.lbl_modulus = new System.Windows.Forms.Label();\r
61             this.lbl_displayWidth = new System.Windows.Forms.Label();\r
62             this.drp_modulus = new System.Windows.Forms.ComboBox();\r
63             this.label8 = new System.Windows.Forms.Label();\r
64             this.label26 = new System.Windows.Forms.Label();\r
65             this.lbl_presetCropWarning = new System.Windows.Forms.Label();\r
66             this.tableLayoutPanel3.SuspendLayout();\r
67             ((System.ComponentModel.ISupportInitialize)(this.crop_left)).BeginInit();\r
68             ((System.ComponentModel.ISupportInitialize)(this.crop_right)).BeginInit();\r
69             ((System.ComponentModel.ISupportInitialize)(this.crop_top)).BeginInit();\r
70             ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).BeginInit();\r
71             this.tableLayoutPanel2.SuspendLayout();\r
72             ((System.ComponentModel.ISupportInitialize)(this.text_width)).BeginInit();\r
73             ((System.ComponentModel.ISupportInitialize)(this.text_height)).BeginInit();\r
74             this.tableLayoutPanel1.SuspendLayout();\r
75             ((System.ComponentModel.ISupportInitialize)(this.updownParHeight)).BeginInit();\r
76             ((System.ComponentModel.ISupportInitialize)(this.updownParWidth)).BeginInit();\r
77             ((System.ComponentModel.ISupportInitialize)(this.updownDisplayWidth)).BeginInit();\r
78             this.SuspendLayout();\r
79             // \r
80             // tableLayoutPanel3\r
81             // \r
82             this.tableLayoutPanel3.AutoSize = true;\r
83             this.tableLayoutPanel3.ColumnCount = 5;\r
84             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
85             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
86             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
87             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
88             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
89             this.tableLayoutPanel3.Controls.Add(this.Label15, 0, 4);\r
90             this.tableLayoutPanel3.Controls.Add(this.crop_left, 1, 4);\r
91             this.tableLayoutPanel3.Controls.Add(this.crop_right, 3, 4);\r
92             this.tableLayoutPanel3.Controls.Add(this.check_autoCrop, 0, 0);\r
93             this.tableLayoutPanel3.Controls.Add(this.Label51, 4, 4);\r
94             this.tableLayoutPanel3.Controls.Add(this.crop_top, 2, 3);\r
95             this.tableLayoutPanel3.Controls.Add(this.Label53, 2, 6);\r
96             this.tableLayoutPanel3.Controls.Add(this.Label52, 2, 2);\r
97             this.tableLayoutPanel3.Controls.Add(this.crop_bottom, 2, 5);\r
98             this.tableLayoutPanel3.Controls.Add(this.check_customCrop, 0, 1);\r
99             this.tableLayoutPanel3.Location = new System.Drawing.Point(419, 35);\r
100             this.tableLayoutPanel3.Name = "tableLayoutPanel3";\r
101             this.tableLayoutPanel3.RowCount = 7;\r
102             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
103             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
104             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
105             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
106             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
107             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
108             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
109             this.tableLayoutPanel3.Size = new System.Drawing.Size(217, 165);\r
110             this.tableLayoutPanel3.TabIndex = 117;\r
111             // \r
112             // Label15\r
113             // \r
114             this.Label15.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
115             this.Label15.AutoSize = true;\r
116             this.Label15.BackColor = System.Drawing.Color.Transparent;\r
117             this.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
118             this.Label15.Location = new System.Drawing.Point(0, 99);\r
119             this.Label15.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
120             this.Label15.Name = "Label15";\r
121             this.Label15.Size = new System.Drawing.Size(26, 13);\r
122             this.Label15.TabIndex = 97;\r
123             this.Label15.Text = "Left";\r
124             // \r
125             // crop_left\r
126             // \r
127             this.crop_left.Enabled = false;\r
128             this.crop_left.Increment = new decimal(new int[] {\r
129             2,\r
130             0,\r
131             0,\r
132             0});\r
133             this.crop_left.Location = new System.Drawing.Point(32, 95);\r
134             this.crop_left.Maximum = new decimal(new int[] {\r
135             10000,\r
136             0,\r
137             0,\r
138             0});\r
139             this.crop_left.Name = "crop_left";\r
140             this.crop_left.Size = new System.Drawing.Size(44, 21);\r
141             this.crop_left.TabIndex = 98;\r
142             this.crop_left.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
143             // \r
144             // crop_right\r
145             // \r
146             this.crop_right.Enabled = false;\r
147             this.crop_right.Increment = new decimal(new int[] {\r
148             2,\r
149             0,\r
150             0,\r
151             0});\r
152             this.crop_right.Location = new System.Drawing.Point(132, 95);\r
153             this.crop_right.Maximum = new decimal(new int[] {\r
154             10000,\r
155             0,\r
156             0,\r
157             0});\r
158             this.crop_right.Name = "crop_right";\r
159             this.crop_right.Size = new System.Drawing.Size(44, 21);\r
160             this.crop_right.TabIndex = 101;\r
161             this.crop_right.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
162             // \r
163             // check_autoCrop\r
164             // \r
165             this.check_autoCrop.AutoSize = true;\r
166             this.check_autoCrop.Checked = true;\r
167             this.tableLayoutPanel3.SetColumnSpan(this.check_autoCrop, 5);\r
168             this.check_autoCrop.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
169             this.check_autoCrop.Location = new System.Drawing.Point(0, 3);\r
170             this.check_autoCrop.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
171             this.check_autoCrop.Name = "check_autoCrop";\r
172             this.check_autoCrop.Size = new System.Drawing.Size(73, 17);\r
173             this.check_autoCrop.TabIndex = 105;\r
174             this.check_autoCrop.TabStop = true;\r
175             this.check_autoCrop.Text = "Automatic";\r
176             this.check_autoCrop.UseVisualStyleBackColor = true;\r
177             this.check_autoCrop.CheckedChanged += new System.EventHandler(this.CheckAutoCropCheckedChanged);\r
178             // \r
179             // Label51\r
180             // \r
181             this.Label51.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
182             this.Label51.AutoSize = true;\r
183             this.Label51.BackColor = System.Drawing.Color.Transparent;\r
184             this.Label51.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
185             this.Label51.Location = new System.Drawing.Point(182, 99);\r
186             this.Label51.Margin = new System.Windows.Forms.Padding(3);\r
187             this.Label51.Name = "Label51";\r
188             this.Label51.Size = new System.Drawing.Size(32, 13);\r
189             this.Label51.TabIndex = 102;\r
190             this.Label51.Text = "Right";\r
191             // \r
192             // crop_top\r
193             // \r
194             this.crop_top.Enabled = false;\r
195             this.crop_top.Increment = new decimal(new int[] {\r
196             2,\r
197             0,\r
198             0,\r
199             0});\r
200             this.crop_top.Location = new System.Drawing.Point(82, 68);\r
201             this.crop_top.Maximum = new decimal(new int[] {\r
202             10000,\r
203             0,\r
204             0,\r
205             0});\r
206             this.crop_top.Name = "crop_top";\r
207             this.crop_top.Size = new System.Drawing.Size(44, 21);\r
208             this.crop_top.TabIndex = 100;\r
209             this.crop_top.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
210             // \r
211             // Label53\r
212             // \r
213             this.Label53.Anchor = System.Windows.Forms.AnchorStyles.Top;\r
214             this.Label53.AutoSize = true;\r
215             this.Label53.BackColor = System.Drawing.Color.Transparent;\r
216             this.Label53.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
217             this.Label53.Location = new System.Drawing.Point(83, 149);\r
218             this.Label53.Margin = new System.Windows.Forms.Padding(3);\r
219             this.Label53.Name = "Label53";\r
220             this.Label53.Size = new System.Drawing.Size(41, 13);\r
221             this.Label53.TabIndex = 104;\r
222             this.Label53.Text = "Bottom";\r
223             // \r
224             // Label52\r
225             // \r
226             this.Label52.Anchor = System.Windows.Forms.AnchorStyles.Bottom;\r
227             this.Label52.AutoSize = true;\r
228             this.Label52.BackColor = System.Drawing.Color.Transparent;\r
229             this.Label52.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
230             this.Label52.Location = new System.Drawing.Point(91, 49);\r
231             this.Label52.Margin = new System.Windows.Forms.Padding(3);\r
232             this.Label52.Name = "Label52";\r
233             this.Label52.Size = new System.Drawing.Size(25, 13);\r
234             this.Label52.TabIndex = 99;\r
235             this.Label52.Text = "Top";\r
236             // \r
237             // crop_bottom\r
238             // \r
239             this.crop_bottom.Enabled = false;\r
240             this.crop_bottom.Increment = new decimal(new int[] {\r
241             2,\r
242             0,\r
243             0,\r
244             0});\r
245             this.crop_bottom.Location = new System.Drawing.Point(82, 122);\r
246             this.crop_bottom.Maximum = new decimal(new int[] {\r
247             10000,\r
248             0,\r
249             0,\r
250             0});\r
251             this.crop_bottom.Name = "crop_bottom";\r
252             this.crop_bottom.Size = new System.Drawing.Size(44, 21);\r
253             this.crop_bottom.TabIndex = 103;\r
254             this.crop_bottom.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
255             // \r
256             // check_customCrop\r
257             // \r
258             this.check_customCrop.AutoSize = true;\r
259             this.tableLayoutPanel3.SetColumnSpan(this.check_customCrop, 5);\r
260             this.check_customCrop.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
261             this.check_customCrop.Location = new System.Drawing.Point(0, 26);\r
262             this.check_customCrop.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
263             this.check_customCrop.Name = "check_customCrop";\r
264             this.check_customCrop.Size = new System.Drawing.Size(61, 17);\r
265             this.check_customCrop.TabIndex = 106;\r
266             this.check_customCrop.Text = "Custom";\r
267             this.check_customCrop.UseVisualStyleBackColor = true;\r
268             // \r
269             // tableLayoutPanel2\r
270             // \r
271             this.tableLayoutPanel2.AutoSize = true;\r
272             this.tableLayoutPanel2.ColumnCount = 5;\r
273             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
274             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
275             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
276             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
277             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
278             this.tableLayoutPanel2.Controls.Add(this.label7, 0, 0);\r
279             this.tableLayoutPanel2.Controls.Add(this.lbl_src_res, 1, 0);\r
280             this.tableLayoutPanel2.Controls.Add(this.Label55, 0, 1);\r
281             this.tableLayoutPanel2.Controls.Add(this.text_width, 1, 1);\r
282             this.tableLayoutPanel2.Controls.Add(this.label4, 2, 1);\r
283             this.tableLayoutPanel2.Controls.Add(this.text_height, 3, 1);\r
284             this.tableLayoutPanel2.Controls.Add(this.check_KeepAR, 1, 2);\r
285             this.tableLayoutPanel2.Location = new System.Drawing.Point(16, 35);\r
286             this.tableLayoutPanel2.Name = "tableLayoutPanel2";\r
287             this.tableLayoutPanel2.RowCount = 3;\r
288             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
289             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
290             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
291             this.tableLayoutPanel2.Size = new System.Drawing.Size(376, 69);\r
292             this.tableLayoutPanel2.TabIndex = 116;\r
293             // \r
294             // label7\r
295             // \r
296             this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
297             this.label7.AutoSize = true;\r
298             this.label7.BackColor = System.Drawing.Color.Transparent;\r
299             this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
300             this.label7.Location = new System.Drawing.Point(0, 3);\r
301             this.label7.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
302             this.label7.Name = "label7";\r
303             this.label7.Size = new System.Drawing.Size(44, 13);\r
304             this.label7.TabIndex = 76;\r
305             this.label7.Text = "Source:";\r
306             // \r
307             // lbl_src_res\r
308             // \r
309             this.lbl_src_res.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
310             this.lbl_src_res.AutoSize = true;\r
311             this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;\r
312             this.lbl_src_res.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
313             this.lbl_src_res.Location = new System.Drawing.Point(50, 3);\r
314             this.lbl_src_res.Margin = new System.Windows.Forms.Padding(3);\r
315             this.lbl_src_res.Name = "lbl_src_res";\r
316             this.lbl_src_res.Size = new System.Drawing.Size(15, 13);\r
317             this.lbl_src_res.TabIndex = 77;\r
318             this.lbl_src_res.Text = "--";\r
319             // \r
320             // Label55\r
321             // \r
322             this.Label55.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
323             this.Label55.AutoSize = true;\r
324             this.Label55.BackColor = System.Drawing.Color.Transparent;\r
325             this.Label55.ForeColor = System.Drawing.Color.Black;\r
326             this.Label55.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
327             this.Label55.Location = new System.Drawing.Point(0, 26);\r
328             this.Label55.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
329             this.Label55.Name = "Label55";\r
330             this.Label55.Size = new System.Drawing.Size(39, 13);\r
331             this.Label55.TabIndex = 80;\r
332             this.Label55.Text = "Width:";\r
333             // \r
334             // text_width\r
335             // \r
336             this.text_width.Location = new System.Drawing.Point(50, 22);\r
337             this.text_width.Maximum = new decimal(new int[] {\r
338             128000,\r
339             0,\r
340             0,\r
341             0});\r
342             this.text_width.Name = "text_width";\r
343             this.text_width.Size = new System.Drawing.Size(64, 21);\r
344             this.text_width.TabIndex = 85;\r
345             this.text_width.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
346             // \r
347             // label4\r
348             // \r
349             this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
350             this.label4.AutoSize = true;\r
351             this.label4.BackColor = System.Drawing.Color.Transparent;\r
352             this.label4.ForeColor = System.Drawing.Color.Black;\r
353             this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
354             this.label4.Location = new System.Drawing.Point(120, 26);\r
355             this.label4.Margin = new System.Windows.Forms.Padding(3);\r
356             this.label4.Name = "label4";\r
357             this.label4.Size = new System.Drawing.Size(42, 13);\r
358             this.label4.TabIndex = 84;\r
359             this.label4.Text = "Height:";\r
360             // \r
361             // text_height\r
362             // \r
363             this.text_height.Location = new System.Drawing.Point(168, 22);\r
364             this.text_height.Maximum = new decimal(new int[] {\r
365             128000,\r
366             0,\r
367             0,\r
368             0});\r
369             this.text_height.Name = "text_height";\r
370             this.text_height.Size = new System.Drawing.Size(64, 21);\r
371             this.text_height.TabIndex = 86;\r
372             this.text_height.ValueChanged += new System.EventHandler(this.TextHeightValueChanged);\r
373             // \r
374             // check_KeepAR\r
375             // \r
376             this.check_KeepAR.AutoSize = true;\r
377             this.check_KeepAR.Checked = true;\r
378             this.check_KeepAR.CheckState = System.Windows.Forms.CheckState.Checked;\r
379             this.tableLayoutPanel2.SetColumnSpan(this.check_KeepAR, 3);\r
380             this.check_KeepAR.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
381             this.check_KeepAR.Location = new System.Drawing.Point(50, 49);\r
382             this.check_KeepAR.Name = "check_KeepAR";\r
383             this.check_KeepAR.Size = new System.Drawing.Size(114, 17);\r
384             this.check_KeepAR.TabIndex = 95;\r
385             this.check_KeepAR.Text = "Keep Aspect Ratio";\r
386             this.check_KeepAR.UseVisualStyleBackColor = true;\r
387             this.check_KeepAR.CheckedChanged += new System.EventHandler(this.CheckKeepArCheckedChanged);\r
388             // \r
389             // tableLayoutPanel1\r
390             // \r
391             this.tableLayoutPanel1.AutoSize = true;\r
392             this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
393             this.tableLayoutPanel1.ColumnCount = 2;\r
394             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
395             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
396             this.tableLayoutPanel1.Controls.Add(this.updownParHeight, 1, 4);\r
397             this.tableLayoutPanel1.Controls.Add(this.label6, 0, 0);\r
398             this.tableLayoutPanel1.Controls.Add(this.labelDisplaySize, 1, 5);\r
399             this.tableLayoutPanel1.Controls.Add(this.lbl_parHeight, 0, 4);\r
400             this.tableLayoutPanel1.Controls.Add(this.labelStaticDisplaySize, 0, 5);\r
401             this.tableLayoutPanel1.Controls.Add(this.updownParWidth, 1, 3);\r
402             this.tableLayoutPanel1.Controls.Add(this.drp_anamorphic, 1, 0);\r
403             this.tableLayoutPanel1.Controls.Add(this.lbl_parWidth, 0, 3);\r
404             this.tableLayoutPanel1.Controls.Add(this.updownDisplayWidth, 1, 2);\r
405             this.tableLayoutPanel1.Controls.Add(this.lbl_modulus, 0, 1);\r
406             this.tableLayoutPanel1.Controls.Add(this.lbl_displayWidth, 0, 2);\r
407             this.tableLayoutPanel1.Controls.Add(this.drp_modulus, 1, 1);\r
408             this.tableLayoutPanel1.Location = new System.Drawing.Point(16, 110);\r
409             this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
410             this.tableLayoutPanel1.RowCount = 6;\r
411             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
412             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
413             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
414             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
415             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
416             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
417             this.tableLayoutPanel1.Size = new System.Drawing.Size(195, 154);\r
418             this.tableLayoutPanel1.TabIndex = 115;\r
419             // \r
420             // updownParHeight\r
421             // \r
422             this.updownParHeight.Location = new System.Drawing.Point(82, 111);\r
423             this.updownParHeight.Maximum = new decimal(new int[] {\r
424             128000,\r
425             0,\r
426             0,\r
427             0});\r
428             this.updownParHeight.Name = "updownParHeight";\r
429             this.updownParHeight.Size = new System.Drawing.Size(53, 21);\r
430             this.updownParHeight.TabIndex = 112;\r
431             this.updownParHeight.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
432             // \r
433             // label6\r
434             // \r
435             this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
436             this.label6.AutoSize = true;\r
437             this.label6.BackColor = System.Drawing.Color.Transparent;\r
438             this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
439             this.label6.Location = new System.Drawing.Point(0, 7);\r
440             this.label6.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
441             this.label6.Name = "label6";\r
442             this.label6.Size = new System.Drawing.Size(67, 13);\r
443             this.label6.TabIndex = 81;\r
444             this.label6.Text = "Anamorphic:";\r
445             // \r
446             // labelDisplaySize\r
447             // \r
448             this.labelDisplaySize.AutoSize = true;\r
449             this.labelDisplaySize.BackColor = System.Drawing.Color.Transparent;\r
450             this.labelDisplaySize.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
451             this.labelDisplaySize.Location = new System.Drawing.Point(82, 138);\r
452             this.labelDisplaySize.Margin = new System.Windows.Forms.Padding(3);\r
453             this.labelDisplaySize.Name = "labelDisplaySize";\r
454             this.labelDisplaySize.Size = new System.Drawing.Size(15, 13);\r
455             this.labelDisplaySize.TabIndex = 108;\r
456             this.labelDisplaySize.Text = "--";\r
457             // \r
458             // lbl_parHeight\r
459             // \r
460             this.lbl_parHeight.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
461             this.lbl_parHeight.AutoSize = true;\r
462             this.lbl_parHeight.BackColor = System.Drawing.Color.Transparent;\r
463             this.lbl_parHeight.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
464             this.lbl_parHeight.Location = new System.Drawing.Point(0, 115);\r
465             this.lbl_parHeight.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
466             this.lbl_parHeight.Name = "lbl_parHeight";\r
467             this.lbl_parHeight.Size = new System.Drawing.Size(65, 13);\r
468             this.lbl_parHeight.TabIndex = 94;\r
469             this.lbl_parHeight.Text = "PAR Height:";\r
470             // \r
471             // labelStaticDisplaySize\r
472             // \r
473             this.labelStaticDisplaySize.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
474             this.labelStaticDisplaySize.AutoSize = true;\r
475             this.labelStaticDisplaySize.BackColor = System.Drawing.Color.Transparent;\r
476             this.labelStaticDisplaySize.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
477             this.labelStaticDisplaySize.Location = new System.Drawing.Point(0, 138);\r
478             this.labelStaticDisplaySize.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
479             this.labelStaticDisplaySize.Name = "labelStaticDisplaySize";\r
480             this.labelStaticDisplaySize.Size = new System.Drawing.Size(67, 13);\r
481             this.labelStaticDisplaySize.TabIndex = 107;\r
482             this.labelStaticDisplaySize.Text = "Display Size:";\r
483             // \r
484             // updownParWidth\r
485             // \r
486             this.updownParWidth.Location = new System.Drawing.Point(82, 84);\r
487             this.updownParWidth.Maximum = new decimal(new int[] {\r
488             128000,\r
489             0,\r
490             0,\r
491             0});\r
492             this.updownParWidth.Name = "updownParWidth";\r
493             this.updownParWidth.Size = new System.Drawing.Size(53, 21);\r
494             this.updownParWidth.TabIndex = 111;\r
495             this.updownParWidth.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
496             // \r
497             // drp_anamorphic\r
498             // \r
499             this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
500             this.drp_anamorphic.FormattingEnabled = true;\r
501             this.drp_anamorphic.Items.AddRange(new object[] {\r
502             "None",\r
503             "Strict",\r
504             "Loose",\r
505             "Custom"});\r
506             this.drp_anamorphic.Location = new System.Drawing.Point(82, 3);\r
507             this.drp_anamorphic.Name = "drp_anamorphic";\r
508             this.drp_anamorphic.Size = new System.Drawing.Size(110, 21);\r
509             this.drp_anamorphic.TabIndex = 82;\r
510             this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.DrpAnamorphicSelectedIndexChanged);\r
511             // \r
512             // lbl_parWidth\r
513             // \r
514             this.lbl_parWidth.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
515             this.lbl_parWidth.AutoSize = true;\r
516             this.lbl_parWidth.BackColor = System.Drawing.Color.Transparent;\r
517             this.lbl_parWidth.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
518             this.lbl_parWidth.Location = new System.Drawing.Point(0, 88);\r
519             this.lbl_parWidth.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
520             this.lbl_parWidth.Name = "lbl_parWidth";\r
521             this.lbl_parWidth.Size = new System.Drawing.Size(62, 13);\r
522             this.lbl_parWidth.TabIndex = 92;\r
523             this.lbl_parWidth.Text = "PAR Width:";\r
524             // \r
525             // updownDisplayWidth\r
526             // \r
527             this.updownDisplayWidth.Location = new System.Drawing.Point(82, 57);\r
528             this.updownDisplayWidth.Maximum = new decimal(new int[] {\r
529             128000,\r
530             0,\r
531             0,\r
532             0});\r
533             this.updownDisplayWidth.Name = "updownDisplayWidth";\r
534             this.updownDisplayWidth.Size = new System.Drawing.Size(53, 21);\r
535             this.updownDisplayWidth.TabIndex = 110;\r
536             this.updownDisplayWidth.ValueChanged += new System.EventHandler(this.UpdownDisplayWidthValueChanged);\r
537             // \r
538             // lbl_modulus\r
539             // \r
540             this.lbl_modulus.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
541             this.lbl_modulus.AutoSize = true;\r
542             this.lbl_modulus.BackColor = System.Drawing.Color.Transparent;\r
543             this.lbl_modulus.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
544             this.lbl_modulus.Location = new System.Drawing.Point(0, 34);\r
545             this.lbl_modulus.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
546             this.lbl_modulus.Name = "lbl_modulus";\r
547             this.lbl_modulus.Size = new System.Drawing.Size(50, 13);\r
548             this.lbl_modulus.TabIndex = 87;\r
549             this.lbl_modulus.Text = "Modulus:";\r
550             // \r
551             // lbl_displayWidth\r
552             // \r
553             this.lbl_displayWidth.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
554             this.lbl_displayWidth.AutoSize = true;\r
555             this.lbl_displayWidth.BackColor = System.Drawing.Color.Transparent;\r
556             this.lbl_displayWidth.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
557             this.lbl_displayWidth.Location = new System.Drawing.Point(0, 61);\r
558             this.lbl_displayWidth.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
559             this.lbl_displayWidth.Name = "lbl_displayWidth";\r
560             this.lbl_displayWidth.Size = new System.Drawing.Size(76, 13);\r
561             this.lbl_displayWidth.TabIndex = 90;\r
562             this.lbl_displayWidth.Text = "Display Width:";\r
563             // \r
564             // drp_modulus\r
565             // \r
566             this.drp_modulus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
567             this.drp_modulus.FormattingEnabled = true;\r
568             this.drp_modulus.Items.AddRange(new object[] {\r
569             "16",\r
570             "8",\r
571             "4",\r
572             "2"});\r
573             this.drp_modulus.Location = new System.Drawing.Point(82, 30);\r
574             this.drp_modulus.Name = "drp_modulus";\r
575             this.drp_modulus.Size = new System.Drawing.Size(110, 21);\r
576             this.drp_modulus.TabIndex = 88;\r
577             this.drp_modulus.SelectedIndexChanged += new System.EventHandler(this.DrpModulusSelectedIndexChanged);\r
578             // \r
579             // label8\r
580             // \r
581             this.label8.AutoSize = true;\r
582             this.label8.BackColor = System.Drawing.Color.Transparent;\r
583             this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
584             this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
585             this.label8.Location = new System.Drawing.Point(416, 13);\r
586             this.label8.Name = "label8";\r
587             this.label8.Size = new System.Drawing.Size(57, 13);\r
588             this.label8.TabIndex = 114;\r
589             this.label8.Text = "Cropping";\r
590             // \r
591             // label26\r
592             // \r
593             this.label26.AutoSize = true;\r
594             this.label26.BackColor = System.Drawing.Color.Transparent;\r
595             this.label26.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
596             this.label26.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
597             this.label26.Location = new System.Drawing.Point(13, 13);\r
598             this.label26.Name = "label26";\r
599             this.label26.Size = new System.Drawing.Size(30, 13);\r
600             this.label26.TabIndex = 113;\r
601             this.label26.Text = "Size";\r
602             // \r
603             // lbl_presetCropWarning\r
604             // \r
605             this.lbl_presetCropWarning.AutoSize = true;\r
606             this.lbl_presetCropWarning.ForeColor = System.Drawing.Color.Black;\r
607             this.lbl_presetCropWarning.Location = new System.Drawing.Point(479, 13);\r
608             this.lbl_presetCropWarning.Name = "lbl_presetCropWarning";\r
609             this.lbl_presetCropWarning.Size = new System.Drawing.Size(140, 13);\r
610             this.lbl_presetCropWarning.TabIndex = 118;\r
611             this.lbl_presetCropWarning.Text = "( Preset values are in use! )";\r
612             // \r
613             // PictureSettings\r
614             // \r
615             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
616             this.BackColor = System.Drawing.Color.Transparent;\r
617             this.Controls.Add(this.lbl_presetCropWarning);\r
618             this.Controls.Add(this.tableLayoutPanel3);\r
619             this.Controls.Add(this.tableLayoutPanel2);\r
620             this.Controls.Add(this.tableLayoutPanel1);\r
621             this.Controls.Add(this.label8);\r
622             this.Controls.Add(this.label26);\r
623             this.Enabled = false;\r
624             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
625             this.Name = "PictureSettings";\r
626             this.Size = new System.Drawing.Size(666, 279);\r
627             this.tableLayoutPanel3.ResumeLayout(false);\r
628             this.tableLayoutPanel3.PerformLayout();\r
629             ((System.ComponentModel.ISupportInitialize)(this.crop_left)).EndInit();\r
630             ((System.ComponentModel.ISupportInitialize)(this.crop_right)).EndInit();\r
631             ((System.ComponentModel.ISupportInitialize)(this.crop_top)).EndInit();\r
632             ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).EndInit();\r
633             this.tableLayoutPanel2.ResumeLayout(false);\r
634             this.tableLayoutPanel2.PerformLayout();\r
635             ((System.ComponentModel.ISupportInitialize)(this.text_width)).EndInit();\r
636             ((System.ComponentModel.ISupportInitialize)(this.text_height)).EndInit();\r
637             this.tableLayoutPanel1.ResumeLayout(false);\r
638             this.tableLayoutPanel1.PerformLayout();\r
639             ((System.ComponentModel.ISupportInitialize)(this.updownParHeight)).EndInit();\r
640             ((System.ComponentModel.ISupportInitialize)(this.updownParWidth)).EndInit();\r
641             ((System.ComponentModel.ISupportInitialize)(this.updownDisplayWidth)).EndInit();\r
642             this.ResumeLayout(false);\r
643             this.PerformLayout();\r
644 \r
645         }\r
646 \r
647         #endregion\r
648 \r
649         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;\r
650         internal System.Windows.Forms.Label Label15;\r
651         internal System.Windows.Forms.NumericUpDown crop_left;\r
652         internal System.Windows.Forms.NumericUpDown crop_right;\r
653         internal System.Windows.Forms.RadioButton check_autoCrop;\r
654         internal System.Windows.Forms.Label Label51;\r
655         internal System.Windows.Forms.NumericUpDown crop_top;\r
656         internal System.Windows.Forms.Label Label53;\r
657         internal System.Windows.Forms.Label Label52;\r
658         internal System.Windows.Forms.NumericUpDown crop_bottom;\r
659         internal System.Windows.Forms.RadioButton check_customCrop;\r
660         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;\r
661         internal System.Windows.Forms.Label label7;\r
662         internal System.Windows.Forms.Label lbl_src_res;\r
663         internal System.Windows.Forms.Label Label55;\r
664         internal System.Windows.Forms.Label label4;\r
665         internal System.Windows.Forms.CheckBox check_KeepAR;\r
666         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
667         internal System.Windows.Forms.NumericUpDown updownParHeight;\r
668         internal System.Windows.Forms.Label label6;\r
669         internal System.Windows.Forms.Label labelDisplaySize;\r
670         internal System.Windows.Forms.Label lbl_parHeight;\r
671         internal System.Windows.Forms.Label labelStaticDisplaySize;\r
672         internal System.Windows.Forms.NumericUpDown updownParWidth;\r
673         internal System.Windows.Forms.ComboBox drp_anamorphic;\r
674         internal System.Windows.Forms.Label lbl_parWidth;\r
675         internal System.Windows.Forms.NumericUpDown updownDisplayWidth;\r
676         internal System.Windows.Forms.Label lbl_modulus;\r
677         internal System.Windows.Forms.Label lbl_displayWidth;\r
678         internal System.Windows.Forms.ComboBox drp_modulus;\r
679         internal System.Windows.Forms.Label label8;\r
680         internal System.Windows.Forms.Label label26;\r
681         internal System.Windows.Forms.NumericUpDown text_width;\r
682         internal System.Windows.Forms.NumericUpDown text_height;\r
683         private System.Windows.Forms.Label lbl_presetCropWarning;\r
684 \r
685 \r
686 \r
687     }\r
688 }\r