OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / PictureSettings.Designer.cs
index 9036eb5..2dfbd97 100644 (file)
@@ -28,28 +28,25 @@ namespace Handbrake.Controls
         /// </summary>\r
         private void InitializeComponent()\r
         {\r
-            this.check_customCrop = new System.Windows.Forms.RadioButton();\r
-            this.check_autoCrop = new System.Windows.Forms.RadioButton();\r
-            this.crop_bottom = new System.Windows.Forms.NumericUpDown();\r
-            this.crop_top = new System.Windows.Forms.NumericUpDown();\r
+            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();\r
+            this.Label15 = new System.Windows.Forms.Label();\r
             this.crop_left = new System.Windows.Forms.NumericUpDown();\r
             this.crop_right = new System.Windows.Forms.NumericUpDown();\r
-            this.label8 = new System.Windows.Forms.Label();\r
+            this.check_autoCrop = new System.Windows.Forms.RadioButton();\r
+            this.Label51 = new System.Windows.Forms.Label();\r
+            this.crop_top = new System.Windows.Forms.NumericUpDown();\r
             this.Label53 = new System.Windows.Forms.Label();\r
             this.Label52 = new System.Windows.Forms.Label();\r
-            this.Label51 = new System.Windows.Forms.Label();\r
-            this.Label15 = new System.Windows.Forms.Label();\r
-            this.check_KeepAR = new System.Windows.Forms.CheckBox();\r
-            this.text_height = new System.Windows.Forms.NumericUpDown();\r
-            this.text_width = new System.Windows.Forms.NumericUpDown();\r
-            this.label4 = new System.Windows.Forms.Label();\r
-            this.lbl_max = new System.Windows.Forms.Label();\r
-            this.lbl_src_res = new System.Windows.Forms.Label();\r
+            this.crop_bottom = new System.Windows.Forms.NumericUpDown();\r
+            this.check_customCrop = new System.Windows.Forms.RadioButton();\r
+            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();\r
             this.label7 = new System.Windows.Forms.Label();\r
-            this.label26 = new System.Windows.Forms.Label();\r
-            this.lbl_Aspect = new System.Windows.Forms.Label();\r
-            this.Label91 = new System.Windows.Forms.Label();\r
+            this.lbl_src_res = new System.Windows.Forms.Label();\r
             this.Label55 = new System.Windows.Forms.Label();\r
+            this.text_width = new System.Windows.Forms.NumericUpDown();\r
+            this.label4 = new System.Windows.Forms.Label();\r
+            this.text_height = new System.Windows.Forms.NumericUpDown();\r
+            this.check_KeepAR = new System.Windows.Forms.CheckBox();\r
             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
             this.updownParHeight = new System.Windows.Forms.NumericUpDown();\r
             this.label6 = new System.Windows.Forms.Label();\r
@@ -63,80 +60,67 @@ namespace Handbrake.Controls
             this.lbl_modulus = new System.Windows.Forms.Label();\r
             this.lbl_displayWidth = new System.Windows.Forms.Label();\r
             this.drp_modulus = new System.Windows.Forms.ComboBox();\r
-            ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).BeginInit();\r
-            ((System.ComponentModel.ISupportInitialize)(this.crop_top)).BeginInit();\r
+            this.label8 = new System.Windows.Forms.Label();\r
+            this.label26 = new System.Windows.Forms.Label();\r
+            this.lbl_presetCropWarning = new System.Windows.Forms.Label();\r
+            this.tableLayoutPanel3.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.crop_left)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.crop_right)).BeginInit();\r
-            ((System.ComponentModel.ISupportInitialize)(this.text_height)).BeginInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.crop_top)).BeginInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).BeginInit();\r
+            this.tableLayoutPanel2.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_width)).BeginInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.text_height)).BeginInit();\r
             this.tableLayoutPanel1.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.updownParHeight)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.updownParWidth)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.updownDisplayWidth)).BeginInit();\r
             this.SuspendLayout();\r
             // \r
-            // check_customCrop\r
-            // \r
-            this.check_customCrop.AutoSize = true;\r
-            this.check_customCrop.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.check_customCrop.Location = new System.Drawing.Point(399, 57);\r
-            this.check_customCrop.Name = "check_customCrop";\r
-            this.check_customCrop.Size = new System.Drawing.Size(65, 17);\r
-            this.check_customCrop.TabIndex = 106;\r
-            this.check_customCrop.Text = "Custom:";\r
-            this.check_customCrop.UseVisualStyleBackColor = true;\r
-            // \r
-            // check_autoCrop\r
-            // \r
-            this.check_autoCrop.AutoSize = true;\r
-            this.check_autoCrop.Checked = true;\r
-            this.check_autoCrop.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.check_autoCrop.Location = new System.Drawing.Point(399, 33);\r
-            this.check_autoCrop.Name = "check_autoCrop";\r
-            this.check_autoCrop.Size = new System.Drawing.Size(73, 17);\r
-            this.check_autoCrop.TabIndex = 105;\r
-            this.check_autoCrop.TabStop = true;\r
-            this.check_autoCrop.Text = "Automatic";\r
-            this.check_autoCrop.UseVisualStyleBackColor = true;\r
-            this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged);\r
-            // \r
-            // crop_bottom\r
-            // \r
-            this.crop_bottom.Enabled = false;\r
-            this.crop_bottom.Increment = new decimal(new int[] {\r
-            2,\r
-            0,\r
-            0,\r
-            0});\r
-            this.crop_bottom.Location = new System.Drawing.Point(479, 146);\r
-            this.crop_bottom.Maximum = new decimal(new int[] {\r
-            1080,\r
-            0,\r
-            0,\r
-            0});\r
-            this.crop_bottom.Name = "crop_bottom";\r
-            this.crop_bottom.Size = new System.Drawing.Size(44, 21);\r
-            this.crop_bottom.TabIndex = 103;\r
-            this.crop_bottom.ValueChanged += new System.EventHandler(this.crop_ValueChanged);\r
+            // tableLayoutPanel3\r
+            // \r
+            this.tableLayoutPanel3.AutoSize = true;\r
+            this.tableLayoutPanel3.ColumnCount = 5;\r
+            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel3.Controls.Add(this.Label15, 0, 4);\r
+            this.tableLayoutPanel3.Controls.Add(this.crop_left, 1, 4);\r
+            this.tableLayoutPanel3.Controls.Add(this.crop_right, 3, 4);\r
+            this.tableLayoutPanel3.Controls.Add(this.check_autoCrop, 0, 0);\r
+            this.tableLayoutPanel3.Controls.Add(this.Label51, 4, 4);\r
+            this.tableLayoutPanel3.Controls.Add(this.crop_top, 2, 3);\r
+            this.tableLayoutPanel3.Controls.Add(this.Label53, 2, 6);\r
+            this.tableLayoutPanel3.Controls.Add(this.Label52, 2, 2);\r
+            this.tableLayoutPanel3.Controls.Add(this.crop_bottom, 2, 5);\r
+            this.tableLayoutPanel3.Controls.Add(this.check_customCrop, 0, 1);\r
+            this.tableLayoutPanel3.Location = new System.Drawing.Point(419, 35);\r
+            this.tableLayoutPanel3.Name = "tableLayoutPanel3";\r
+            this.tableLayoutPanel3.RowCount = 7;\r
+            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel3.Size = new System.Drawing.Size(217, 165);\r
+            this.tableLayoutPanel3.TabIndex = 117;\r
             // \r
-            // crop_top\r
+            // Label15\r
             // \r
-            this.crop_top.Enabled = false;\r
-            this.crop_top.Increment = new decimal(new int[] {\r
-            2,\r
-            0,\r
-            0,\r
-            0});\r
-            this.crop_top.Location = new System.Drawing.Point(479, 100);\r
-            this.crop_top.Maximum = new decimal(new int[] {\r
-            1080,\r
-            0,\r
-            0,\r
-            0});\r
-            this.crop_top.Name = "crop_top";\r
-            this.crop_top.Size = new System.Drawing.Size(44, 21);\r
-            this.crop_top.TabIndex = 100;\r
-            this.crop_top.ValueChanged += new System.EventHandler(this.crop_ValueChanged);\r
+            this.Label15.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
+            this.Label15.AutoSize = true;\r
+            this.Label15.BackColor = System.Drawing.Color.Transparent;\r
+            this.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.Label15.Location = new System.Drawing.Point(0, 99);\r
+            this.Label15.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
+            this.Label15.Name = "Label15";\r
+            this.Label15.Size = new System.Drawing.Size(26, 13);\r
+            this.Label15.TabIndex = 97;\r
+            this.Label15.Text = "Left";\r
             // \r
             // crop_left\r
             // \r
@@ -146,16 +130,16 @@ namespace Handbrake.Controls
             0,\r
             0,\r
             0});\r
-            this.crop_left.Location = new System.Drawing.Point(428, 122);\r
+            this.crop_left.Location = new System.Drawing.Point(32, 95);\r
             this.crop_left.Maximum = new decimal(new int[] {\r
-            1920,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
             this.crop_left.Name = "crop_left";\r
             this.crop_left.Size = new System.Drawing.Size(44, 21);\r
             this.crop_left.TabIndex = 98;\r
-            this.crop_left.ValueChanged += new System.EventHandler(this.crop_ValueChanged);\r
+            this.crop_left.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
             // \r
             // crop_right\r
             // \r
@@ -165,35 +149,73 @@ namespace Handbrake.Controls
             0,\r
             0,\r
             0});\r
-            this.crop_right.Location = new System.Drawing.Point(530, 122);\r
+            this.crop_right.Location = new System.Drawing.Point(132, 95);\r
             this.crop_right.Maximum = new decimal(new int[] {\r
-            1920,\r
+            128000,\r
             0,\r
             0,\r
             0});\r
             this.crop_right.Name = "crop_right";\r
             this.crop_right.Size = new System.Drawing.Size(44, 21);\r
             this.crop_right.TabIndex = 101;\r
-            this.crop_right.ValueChanged += new System.EventHandler(this.crop_ValueChanged);\r
+            this.crop_right.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
             // \r
-            // label8\r
+            // check_autoCrop\r
             // \r
-            this.label8.AutoSize = true;\r
-            this.label8.BackColor = System.Drawing.Color.Transparent;\r
-            this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.label8.Location = new System.Drawing.Point(396, 13);\r
-            this.label8.Name = "label8";\r
-            this.label8.Size = new System.Drawing.Size(33, 13);\r
-            this.label8.TabIndex = 96;\r
-            this.label8.Text = "Crop";\r
+            this.check_autoCrop.AutoSize = true;\r
+            this.check_autoCrop.Checked = true;\r
+            this.tableLayoutPanel3.SetColumnSpan(this.check_autoCrop, 5);\r
+            this.check_autoCrop.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.check_autoCrop.Location = new System.Drawing.Point(0, 3);\r
+            this.check_autoCrop.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
+            this.check_autoCrop.Name = "check_autoCrop";\r
+            this.check_autoCrop.Size = new System.Drawing.Size(73, 17);\r
+            this.check_autoCrop.TabIndex = 105;\r
+            this.check_autoCrop.TabStop = true;\r
+            this.check_autoCrop.Text = "Automatic";\r
+            this.check_autoCrop.UseVisualStyleBackColor = true;\r
+            this.check_autoCrop.CheckedChanged += new System.EventHandler(this.CheckAutoCropCheckedChanged);\r
+            // \r
+            // Label51\r
+            // \r
+            this.Label51.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.Label51.AutoSize = true;\r
+            this.Label51.BackColor = System.Drawing.Color.Transparent;\r
+            this.Label51.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.Label51.Location = new System.Drawing.Point(182, 99);\r
+            this.Label51.Margin = new System.Windows.Forms.Padding(3);\r
+            this.Label51.Name = "Label51";\r
+            this.Label51.Size = new System.Drawing.Size(32, 13);\r
+            this.Label51.TabIndex = 102;\r
+            this.Label51.Text = "Right";\r
+            // \r
+            // crop_top\r
+            // \r
+            this.crop_top.Enabled = false;\r
+            this.crop_top.Increment = new decimal(new int[] {\r
+            2,\r
+            0,\r
+            0,\r
+            0});\r
+            this.crop_top.Location = new System.Drawing.Point(82, 68);\r
+            this.crop_top.Maximum = new decimal(new int[] {\r
+            128000,\r
+            0,\r
+            0,\r
+            0});\r
+            this.crop_top.Name = "crop_top";\r
+            this.crop_top.Size = new System.Drawing.Size(44, 21);\r
+            this.crop_top.TabIndex = 100;\r
+            this.crop_top.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
             // \r
             // Label53\r
             // \r
+            this.Label53.Anchor = System.Windows.Forms.AnchorStyles.Top;\r
             this.Label53.AutoSize = true;\r
             this.Label53.BackColor = System.Drawing.Color.Transparent;\r
             this.Label53.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.Label53.Location = new System.Drawing.Point(477, 170);\r
+            this.Label53.Location = new System.Drawing.Point(83, 149);\r
+            this.Label53.Margin = new System.Windows.Forms.Padding(3);\r
             this.Label53.Name = "Label53";\r
             this.Label53.Size = new System.Drawing.Size(41, 13);\r
             this.Label53.TabIndex = 104;\r
@@ -201,165 +223,169 @@ namespace Handbrake.Controls
             // \r
             // Label52\r
             // \r
+            this.Label52.Anchor = System.Windows.Forms.AnchorStyles.Bottom;\r
             this.Label52.AutoSize = true;\r
             this.Label52.BackColor = System.Drawing.Color.Transparent;\r
             this.Label52.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.Label52.Location = new System.Drawing.Point(486, 85);\r
+            this.Label52.Location = new System.Drawing.Point(91, 49);\r
+            this.Label52.Margin = new System.Windows.Forms.Padding(3);\r
             this.Label52.Name = "Label52";\r
             this.Label52.Size = new System.Drawing.Size(25, 13);\r
             this.Label52.TabIndex = 99;\r
             this.Label52.Text = "Top";\r
             // \r
-            // Label51\r
-            // \r
-            this.Label51.AutoSize = true;\r
-            this.Label51.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label51.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.Label51.Location = new System.Drawing.Point(580, 124);\r
-            this.Label51.Name = "Label51";\r
-            this.Label51.Size = new System.Drawing.Size(32, 13);\r
-            this.Label51.TabIndex = 102;\r
-            this.Label51.Text = "Right";\r
-            // \r
-            // Label15\r
-            // \r
-            this.Label15.AutoSize = true;\r
-            this.Label15.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.Label15.Location = new System.Drawing.Point(396, 124);\r
-            this.Label15.Name = "Label15";\r
-            this.Label15.Size = new System.Drawing.Size(26, 13);\r
-            this.Label15.TabIndex = 97;\r
-            this.Label15.Text = "Left";\r
-            // \r
-            // check_KeepAR\r
-            // \r
-            this.check_KeepAR.AutoSize = true;\r
-            this.check_KeepAR.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.check_KeepAR.Location = new System.Drawing.Point(68, 85);\r
-            this.check_KeepAR.Name = "check_KeepAR";\r
-            this.check_KeepAR.Size = new System.Drawing.Size(114, 17);\r
-            this.check_KeepAR.TabIndex = 95;\r
-            this.check_KeepAR.Text = "Keep Aspect Ratio";\r
-            this.check_KeepAR.UseVisualStyleBackColor = true;\r
-            this.check_KeepAR.CheckedChanged += new System.EventHandler(this.check_KeepAR_CheckedChanged);\r
-            // \r
-            // text_height\r
+            // crop_bottom\r
             // \r
-            this.text_height.Location = new System.Drawing.Point(206, 59);\r
-            this.text_height.Maximum = new decimal(new int[] {\r
-            2560,\r
+            this.crop_bottom.Enabled = false;\r
+            this.crop_bottom.Increment = new decimal(new int[] {\r
+            2,\r
             0,\r
             0,\r
             0});\r
-            this.text_height.Name = "text_height";\r
-            this.text_height.Size = new System.Drawing.Size(64, 21);\r
-            this.text_height.TabIndex = 86;\r
-            this.text_height.ValueChanged += new System.EventHandler(this.text_height_ValueChanged);\r
-            // \r
-            // text_width\r
-            // \r
-            this.text_width.Location = new System.Drawing.Point(68, 59);\r
-            this.text_width.Maximum = new decimal(new int[] {\r
-            2560,\r
+            this.crop_bottom.Location = new System.Drawing.Point(82, 122);\r
+            this.crop_bottom.Maximum = new decimal(new int[] {\r
+            128000,\r
             0,\r
             0,\r
             0});\r
-            this.text_width.Name = "text_width";\r
-            this.text_width.Size = new System.Drawing.Size(64, 21);\r
-            this.text_width.TabIndex = 85;\r
-            this.text_width.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
-            // \r
-            // label4\r
-            // \r
-            this.label4.AutoSize = true;\r
-            this.label4.BackColor = System.Drawing.Color.Transparent;\r
-            this.label4.ForeColor = System.Drawing.Color.Black;\r
-            this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.label4.Location = new System.Drawing.Point(152, 63);\r
-            this.label4.Name = "label4";\r
-            this.label4.Size = new System.Drawing.Size(42, 13);\r
-            this.label4.TabIndex = 84;\r
-            this.label4.Text = "Height:";\r
-            // \r
-            // lbl_max\r
+            this.crop_bottom.Name = "crop_bottom";\r
+            this.crop_bottom.Size = new System.Drawing.Size(44, 21);\r
+            this.crop_bottom.TabIndex = 103;\r
+            this.crop_bottom.ValueChanged += new System.EventHandler(this.CropValueChanged);\r
             // \r
-            this.lbl_max.AutoSize = true;\r
-            this.lbl_max.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.lbl_max.Location = new System.Drawing.Point(279, 61);\r
-            this.lbl_max.Name = "lbl_max";\r
-            this.lbl_max.Size = new System.Drawing.Size(37, 13);\r
-            this.lbl_max.TabIndex = 83;\r
-            this.lbl_max.Text = "{max}";\r
+            // check_customCrop\r
             // \r
-            // lbl_src_res\r
+            this.check_customCrop.AutoSize = true;\r
+            this.tableLayoutPanel3.SetColumnSpan(this.check_customCrop, 5);\r
+            this.check_customCrop.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.check_customCrop.Location = new System.Drawing.Point(0, 26);\r
+            this.check_customCrop.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
+            this.check_customCrop.Name = "check_customCrop";\r
+            this.check_customCrop.Size = new System.Drawing.Size(61, 17);\r
+            this.check_customCrop.TabIndex = 106;\r
+            this.check_customCrop.Text = "Custom";\r
+            this.check_customCrop.UseVisualStyleBackColor = true;\r
             // \r
-            this.lbl_src_res.AutoSize = true;\r
-            this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;\r
-            this.lbl_src_res.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.lbl_src_res.Location = new System.Drawing.Point(66, 36);\r
-            this.lbl_src_res.Name = "lbl_src_res";\r
-            this.lbl_src_res.Size = new System.Drawing.Size(68, 13);\r
-            this.lbl_src_res.TabIndex = 77;\r
-            this.lbl_src_res.Text = "Select a Title";\r
+            // tableLayoutPanel2\r
+            // \r
+            this.tableLayoutPanel2.AutoSize = true;\r
+            this.tableLayoutPanel2.ColumnCount = 5;\r
+            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel2.Controls.Add(this.label7, 0, 0);\r
+            this.tableLayoutPanel2.Controls.Add(this.lbl_src_res, 1, 0);\r
+            this.tableLayoutPanel2.Controls.Add(this.Label55, 0, 1);\r
+            this.tableLayoutPanel2.Controls.Add(this.text_width, 1, 1);\r
+            this.tableLayoutPanel2.Controls.Add(this.label4, 2, 1);\r
+            this.tableLayoutPanel2.Controls.Add(this.text_height, 3, 1);\r
+            this.tableLayoutPanel2.Controls.Add(this.check_KeepAR, 1, 2);\r
+            this.tableLayoutPanel2.Location = new System.Drawing.Point(16, 35);\r
+            this.tableLayoutPanel2.Name = "tableLayoutPanel2";\r
+            this.tableLayoutPanel2.RowCount = 3;\r
+            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel2.Size = new System.Drawing.Size(376, 69);\r
+            this.tableLayoutPanel2.TabIndex = 116;\r
             // \r
             // label7\r
             // \r
+            this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.label7.AutoSize = true;\r
             this.label7.BackColor = System.Drawing.Color.Transparent;\r
             this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.label7.Location = new System.Drawing.Point(13, 35);\r
+            this.label7.Location = new System.Drawing.Point(0, 3);\r
+            this.label7.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
             this.label7.Name = "label7";\r
             this.label7.Size = new System.Drawing.Size(44, 13);\r
             this.label7.TabIndex = 76;\r
             this.label7.Text = "Source:";\r
             // \r
-            // label26\r
-            // \r
-            this.label26.AutoSize = true;\r
-            this.label26.BackColor = System.Drawing.Color.Transparent;\r
-            this.label26.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label26.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.label26.Location = new System.Drawing.Point(13, 13);\r
-            this.label26.Name = "label26";\r
-            this.label26.Size = new System.Drawing.Size(30, 13);\r
-            this.label26.TabIndex = 75;\r
-            this.label26.Text = "Size";\r
-            // \r
-            // lbl_Aspect\r
-            // \r
-            this.lbl_Aspect.AutoSize = true;\r
-            this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent;\r
-            this.lbl_Aspect.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.lbl_Aspect.Location = new System.Drawing.Point(241, 36);\r
-            this.lbl_Aspect.Name = "lbl_Aspect";\r
-            this.lbl_Aspect.Size = new System.Drawing.Size(68, 13);\r
-            this.lbl_Aspect.TabIndex = 79;\r
-            this.lbl_Aspect.Text = "Select a Title";\r
-            // \r
-            // Label91\r
+            // lbl_src_res\r
             // \r
-            this.Label91.AutoSize = true;\r
-            this.Label91.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label91.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.Label91.Location = new System.Drawing.Point(152, 35);\r
-            this.Label91.Name = "Label91";\r
-            this.Label91.Size = new System.Drawing.Size(72, 13);\r
-            this.Label91.TabIndex = 78;\r
-            this.Label91.Text = "Aspect Ratio:";\r
+            this.lbl_src_res.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.lbl_src_res.AutoSize = true;\r
+            this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_src_res.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.lbl_src_res.Location = new System.Drawing.Point(50, 3);\r
+            this.lbl_src_res.Margin = new System.Windows.Forms.Padding(3);\r
+            this.lbl_src_res.Name = "lbl_src_res";\r
+            this.lbl_src_res.Size = new System.Drawing.Size(15, 13);\r
+            this.lbl_src_res.TabIndex = 77;\r
+            this.lbl_src_res.Text = "--";\r
             // \r
             // Label55\r
             // \r
+            this.Label55.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
             this.Label55.AutoSize = true;\r
             this.Label55.BackColor = System.Drawing.Color.Transparent;\r
             this.Label55.ForeColor = System.Drawing.Color.Black;\r
             this.Label55.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
-            this.Label55.Location = new System.Drawing.Point(13, 63);\r
+            this.Label55.Location = new System.Drawing.Point(0, 26);\r
+            this.Label55.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
             this.Label55.Name = "Label55";\r
             this.Label55.Size = new System.Drawing.Size(39, 13);\r
             this.Label55.TabIndex = 80;\r
             this.Label55.Text = "Width:";\r
             // \r
+            // text_width\r
+            // \r
+            this.text_width.Location = new System.Drawing.Point(50, 22);\r
+            this.text_width.Maximum = new decimal(new int[] {\r
+            1280000,\r
+            0,\r
+            0,\r
+            0});\r
+            this.text_width.Name = "text_width";\r
+            this.text_width.Size = new System.Drawing.Size(64, 21);\r
+            this.text_width.TabIndex = 85;\r
+            this.text_width.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
+            // \r
+            // label4\r
+            // \r
+            this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.label4.AutoSize = true;\r
+            this.label4.BackColor = System.Drawing.Color.Transparent;\r
+            this.label4.ForeColor = System.Drawing.Color.Black;\r
+            this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.label4.Location = new System.Drawing.Point(120, 26);\r
+            this.label4.Margin = new System.Windows.Forms.Padding(3);\r
+            this.label4.Name = "label4";\r
+            this.label4.Size = new System.Drawing.Size(42, 13);\r
+            this.label4.TabIndex = 84;\r
+            this.label4.Text = "Height:";\r
+            // \r
+            // text_height\r
+            // \r
+            this.text_height.Location = new System.Drawing.Point(168, 22);\r
+            this.text_height.Maximum = new decimal(new int[] {\r
+            1280000,\r
+            0,\r
+            0,\r
+            0});\r
+            this.text_height.Name = "text_height";\r
+            this.text_height.Size = new System.Drawing.Size(64, 21);\r
+            this.text_height.TabIndex = 86;\r
+            this.text_height.ValueChanged += new System.EventHandler(this.TextHeightValueChanged);\r
+            // \r
+            // check_KeepAR\r
+            // \r
+            this.check_KeepAR.AutoSize = true;\r
+            this.check_KeepAR.Checked = true;\r
+            this.check_KeepAR.CheckState = System.Windows.Forms.CheckState.Checked;\r
+            this.tableLayoutPanel2.SetColumnSpan(this.check_KeepAR, 3);\r
+            this.check_KeepAR.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.check_KeepAR.Location = new System.Drawing.Point(50, 49);\r
+            this.check_KeepAR.Name = "check_KeepAR";\r
+            this.check_KeepAR.Size = new System.Drawing.Size(114, 17);\r
+            this.check_KeepAR.TabIndex = 95;\r
+            this.check_KeepAR.Text = "Keep Aspect Ratio";\r
+            this.check_KeepAR.UseVisualStyleBackColor = true;\r
+            this.check_KeepAR.CheckedChanged += new System.EventHandler(this.CheckKeepArCheckedChanged);\r
+            // \r
             // tableLayoutPanel1\r
             // \r
             this.tableLayoutPanel1.AutoSize = true;\r
@@ -379,7 +405,7 @@ namespace Handbrake.Controls
             this.tableLayoutPanel1.Controls.Add(this.lbl_modulus, 0, 1);\r
             this.tableLayoutPanel1.Controls.Add(this.lbl_displayWidth, 0, 2);\r
             this.tableLayoutPanel1.Controls.Add(this.drp_modulus, 1, 1);\r
-            this.tableLayoutPanel1.Location = new System.Drawing.Point(16, 108);\r
+            this.tableLayoutPanel1.Location = new System.Drawing.Point(16, 110);\r
             this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
             this.tableLayoutPanel1.RowCount = 6;\r
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
@@ -389,20 +415,20 @@ namespace Handbrake.Controls
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
             this.tableLayoutPanel1.Size = new System.Drawing.Size(195, 154);\r
-            this.tableLayoutPanel1.TabIndex = 110;\r
+            this.tableLayoutPanel1.TabIndex = 115;\r
             // \r
             // updownParHeight\r
             // \r
             this.updownParHeight.Location = new System.Drawing.Point(82, 111);\r
             this.updownParHeight.Maximum = new decimal(new int[] {\r
-            2560,\r
+            1280000,\r
             0,\r
             0,\r
             0});\r
             this.updownParHeight.Name = "updownParHeight";\r
             this.updownParHeight.Size = new System.Drawing.Size(53, 21);\r
             this.updownParHeight.TabIndex = 112;\r
-            this.updownParHeight.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
+            this.updownParHeight.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
             // \r
             // label6\r
             // \r
@@ -425,9 +451,9 @@ namespace Handbrake.Controls
             this.labelDisplaySize.Location = new System.Drawing.Point(82, 138);\r
             this.labelDisplaySize.Margin = new System.Windows.Forms.Padding(3);\r
             this.labelDisplaySize.Name = "labelDisplaySize";\r
-            this.labelDisplaySize.Size = new System.Drawing.Size(68, 13);\r
+            this.labelDisplaySize.Size = new System.Drawing.Size(15, 13);\r
             this.labelDisplaySize.TabIndex = 108;\r
-            this.labelDisplaySize.Text = "Select a Title";\r
+            this.labelDisplaySize.Text = "--";\r
             // \r
             // lbl_parHeight\r
             // \r
@@ -459,14 +485,14 @@ namespace Handbrake.Controls
             // \r
             this.updownParWidth.Location = new System.Drawing.Point(82, 84);\r
             this.updownParWidth.Maximum = new decimal(new int[] {\r
-            2560,\r
+            1280000,\r
             0,\r
             0,\r
             0});\r
             this.updownParWidth.Name = "updownParWidth";\r
             this.updownParWidth.Size = new System.Drawing.Size(53, 21);\r
             this.updownParWidth.TabIndex = 111;\r
-            this.updownParWidth.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
+            this.updownParWidth.ValueChanged += new System.EventHandler(this.TextWidthValueChanged);\r
             // \r
             // drp_anamorphic\r
             // \r
@@ -481,7 +507,7 @@ namespace Handbrake.Controls
             this.drp_anamorphic.Name = "drp_anamorphic";\r
             this.drp_anamorphic.Size = new System.Drawing.Size(110, 21);\r
             this.drp_anamorphic.TabIndex = 82;\r
-            this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged);\r
+            this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.DrpAnamorphicSelectedIndexChanged);\r
             // \r
             // lbl_parWidth\r
             // \r
@@ -500,14 +526,14 @@ namespace Handbrake.Controls
             // \r
             this.updownDisplayWidth.Location = new System.Drawing.Point(82, 57);\r
             this.updownDisplayWidth.Maximum = new decimal(new int[] {\r
-            2560,\r
+            1280000,\r
             0,\r
             0,\r
             0});\r
             this.updownDisplayWidth.Name = "updownDisplayWidth";\r
             this.updownDisplayWidth.Size = new System.Drawing.Size(53, 21);\r
             this.updownDisplayWidth.TabIndex = 110;\r
-            this.updownDisplayWidth.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
+            this.updownDisplayWidth.ValueChanged += new System.EventHandler(this.UpdownDisplayWidthValueChanged);\r
             // \r
             // lbl_modulus\r
             // \r
@@ -548,46 +574,66 @@ namespace Handbrake.Controls
             this.drp_modulus.Name = "drp_modulus";\r
             this.drp_modulus.Size = new System.Drawing.Size(110, 21);\r
             this.drp_modulus.TabIndex = 88;\r
-            this.drp_modulus.SelectedIndexChanged += new System.EventHandler(this.drp_modulus_SelectedIndexChanged);\r
+            this.drp_modulus.SelectedIndexChanged += new System.EventHandler(this.DrpModulusSelectedIndexChanged);\r
+            // \r
+            // label8\r
+            // \r
+            this.label8.AutoSize = true;\r
+            this.label8.BackColor = System.Drawing.Color.Transparent;\r
+            this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.label8.Location = new System.Drawing.Point(416, 13);\r
+            this.label8.Name = "label8";\r
+            this.label8.Size = new System.Drawing.Size(57, 13);\r
+            this.label8.TabIndex = 114;\r
+            this.label8.Text = "Cropping";\r
+            // \r
+            // label26\r
+            // \r
+            this.label26.AutoSize = true;\r
+            this.label26.BackColor = System.Drawing.Color.Transparent;\r
+            this.label26.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label26.ImeMode = System.Windows.Forms.ImeMode.NoControl;\r
+            this.label26.Location = new System.Drawing.Point(13, 13);\r
+            this.label26.Name = "label26";\r
+            this.label26.Size = new System.Drawing.Size(30, 13);\r
+            this.label26.TabIndex = 113;\r
+            this.label26.Text = "Size";\r
+            // \r
+            // lbl_presetCropWarning\r
+            // \r
+            this.lbl_presetCropWarning.AutoSize = true;\r
+            this.lbl_presetCropWarning.ForeColor = System.Drawing.Color.Black;\r
+            this.lbl_presetCropWarning.Location = new System.Drawing.Point(479, 13);\r
+            this.lbl_presetCropWarning.Name = "lbl_presetCropWarning";\r
+            this.lbl_presetCropWarning.Size = new System.Drawing.Size(140, 13);\r
+            this.lbl_presetCropWarning.TabIndex = 118;\r
+            this.lbl_presetCropWarning.Text = "( Preset values are in use! )";\r
             // \r
             // PictureSettings\r
             // \r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
             this.BackColor = System.Drawing.Color.Transparent;\r
+            this.Controls.Add(this.lbl_presetCropWarning);\r
+            this.Controls.Add(this.tableLayoutPanel3);\r
+            this.Controls.Add(this.tableLayoutPanel2);\r
             this.Controls.Add(this.tableLayoutPanel1);\r
-            this.Controls.Add(this.check_customCrop);\r
-            this.Controls.Add(this.check_autoCrop);\r
-            this.Controls.Add(this.crop_bottom);\r
-            this.Controls.Add(this.crop_top);\r
-            this.Controls.Add(this.crop_left);\r
-            this.Controls.Add(this.crop_right);\r
             this.Controls.Add(this.label8);\r
-            this.Controls.Add(this.Label53);\r
-            this.Controls.Add(this.Label52);\r
-            this.Controls.Add(this.Label51);\r
-            this.Controls.Add(this.Label15);\r
-            this.Controls.Add(this.check_KeepAR);\r
-            this.Controls.Add(this.text_height);\r
-            this.Controls.Add(this.text_width);\r
-            this.Controls.Add(this.label4);\r
-            this.Controls.Add(this.lbl_max);\r
-            this.Controls.Add(this.lbl_src_res);\r
-            this.Controls.Add(this.label7);\r
             this.Controls.Add(this.label26);\r
-            this.Controls.Add(this.lbl_Aspect);\r
-            this.Controls.Add(this.Label91);\r
-            this.Controls.Add(this.Label55);\r
             this.Enabled = false;\r
             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Name = "PictureSettings";\r
             this.Size = new System.Drawing.Size(666, 279);\r
-            ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).EndInit();\r
-            ((System.ComponentModel.ISupportInitialize)(this.crop_top)).EndInit();\r
+            this.tableLayoutPanel3.ResumeLayout(false);\r
+            this.tableLayoutPanel3.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.crop_left)).EndInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.crop_right)).EndInit();\r
-            ((System.ComponentModel.ISupportInitialize)(this.text_height)).EndInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.crop_top)).EndInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).EndInit();\r
+            this.tableLayoutPanel2.ResumeLayout(false);\r
+            this.tableLayoutPanel2.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_width)).EndInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.text_height)).EndInit();\r
             this.tableLayoutPanel1.ResumeLayout(false);\r
             this.tableLayoutPanel1.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.updownParHeight)).EndInit();\r
@@ -600,27 +646,23 @@ namespace Handbrake.Controls
 \r
         #endregion\r
 \r
-        internal System.Windows.Forms.RadioButton check_customCrop;\r
-        internal System.Windows.Forms.RadioButton check_autoCrop;\r
-        internal System.Windows.Forms.NumericUpDown crop_bottom;\r
-        internal System.Windows.Forms.NumericUpDown crop_top;\r
+        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;\r
+        internal System.Windows.Forms.Label Label15;\r
         internal System.Windows.Forms.NumericUpDown crop_left;\r
         internal System.Windows.Forms.NumericUpDown crop_right;\r
-        internal System.Windows.Forms.Label label8;\r
+        internal System.Windows.Forms.RadioButton check_autoCrop;\r
+        internal System.Windows.Forms.Label Label51;\r
+        internal System.Windows.Forms.NumericUpDown crop_top;\r
         internal System.Windows.Forms.Label Label53;\r
         internal System.Windows.Forms.Label Label52;\r
-        internal System.Windows.Forms.Label Label51;\r
-        internal System.Windows.Forms.Label Label15;\r
-        internal System.Windows.Forms.CheckBox check_KeepAR;\r
-        internal System.Windows.Forms.NumericUpDown text_height;\r
-        internal System.Windows.Forms.Label label4;\r
-        private System.Windows.Forms.Label lbl_max;\r
-        internal System.Windows.Forms.Label lbl_src_res;\r
+        internal System.Windows.Forms.NumericUpDown crop_bottom;\r
+        internal System.Windows.Forms.RadioButton check_customCrop;\r
+        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;\r
         internal System.Windows.Forms.Label label7;\r
-        internal System.Windows.Forms.Label label26;\r
-        internal System.Windows.Forms.Label lbl_Aspect;\r
-        internal System.Windows.Forms.Label Label91;\r
+        internal System.Windows.Forms.Label lbl_src_res;\r
         internal System.Windows.Forms.Label Label55;\r
+        internal System.Windows.Forms.Label label4;\r
+        internal System.Windows.Forms.CheckBox check_KeepAR;\r
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
         internal System.Windows.Forms.NumericUpDown updownParHeight;\r
         internal System.Windows.Forms.Label label6;\r
@@ -634,7 +676,12 @@ namespace Handbrake.Controls
         internal System.Windows.Forms.Label lbl_modulus;\r
         internal System.Windows.Forms.Label lbl_displayWidth;\r
         internal System.Windows.Forms.ComboBox drp_modulus;\r
+        internal System.Windows.Forms.Label label8;\r
+        internal System.Windows.Forms.Label label26;\r
         internal System.Windows.Forms.NumericUpDown text_width;\r
+        internal System.Windows.Forms.NumericUpDown text_height;\r
+        private System.Windows.Forms.Label lbl_presetCropWarning;\r
+\r
 \r
 \r
     }\r