OSDN Git Service

import 0.9.4
[handbrake-jp/handbrake-jp.git] / win / C# / Controls / Filters.Designer.cs
diff --git a/win/C#/Controls/Filters.Designer.cs b/win/C#/Controls/Filters.Designer.cs
new file mode 100644 (file)
index 0000000..cc2346a
--- /dev/null
@@ -0,0 +1,339 @@
+namespace Handbrake.Controls\r
+{\r
+    partial class Filters\r
+    {\r
+        /// <summary> \r
+        /// Required designer variable.\r
+        /// </summary>\r
+        private System.ComponentModel.IContainer components = null;\r
+\r
+        /// <summary> \r
+        /// Clean up any resources being used.\r
+        /// </summary>\r
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
+        protected override void Dispose(bool disposing)\r
+        {\r
+            if (disposing && (components != null))\r
+            {\r
+                components.Dispose();\r
+            }\r
+            base.Dispose(disposing);\r
+        }\r
+\r
+        #region Component Designer generated code\r
+\r
+        /// <summary> \r
+        /// Required method for Designer support - do not modify \r
+        /// the contents of this method with the code editor.\r
+        /// </summary>\r
+        private void InitializeComponent()\r
+        {\r
+            this.text_customDT = new System.Windows.Forms.TextBox();\r
+            this.label18 = new System.Windows.Forms.Label();\r
+            this.drop_detelecine = new System.Windows.Forms.ComboBox();\r
+            this.text_customDC = new System.Windows.Forms.TextBox();\r
+            this.label1 = new System.Windows.Forms.Label();\r
+            this.drop_decomb = new System.Windows.Forms.ComboBox();\r
+            this.text_customDI = new System.Windows.Forms.TextBox();\r
+            this.label2 = new System.Windows.Forms.Label();\r
+            this.drop_deinterlace = new System.Windows.Forms.ComboBox();\r
+            this.text_customDN = new System.Windows.Forms.TextBox();\r
+            this.label3 = new System.Windows.Forms.Label();\r
+            this.drop_denoise = new System.Windows.Forms.ComboBox();\r
+            this.slider_deblock = new System.Windows.Forms.TrackBar();\r
+            this.check_grayscale = new System.Windows.Forms.CheckBox();\r
+            this.label8 = new System.Windows.Forms.Label();\r
+            this.lbl_deblockVal = new System.Windows.Forms.Label();\r
+            this.label68 = new System.Windows.Forms.Label();\r
+            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
+            ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).BeginInit();\r
+            this.tableLayoutPanel1.SuspendLayout();\r
+            this.SuspendLayout();\r
+            // \r
+            // text_customDT\r
+            // \r
+            this.text_customDT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.text_customDT.Location = new System.Drawing.Point(251, 3);\r
+            this.text_customDT.Name = "text_customDT";\r
+            this.text_customDT.Size = new System.Drawing.Size(115, 21);\r
+            this.text_customDT.TabIndex = 47;\r
+            this.text_customDT.Visible = false;\r
+            // \r
+            // label18\r
+            // \r
+            this.label18.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.label18.AutoSize = true;\r
+            this.label18.BackColor = System.Drawing.Color.Transparent;\r
+            this.label18.Location = new System.Drawing.Point(0, 7);\r
+            this.label18.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
+            this.label18.Name = "label18";\r
+            this.label18.Size = new System.Drawing.Size(61, 13);\r
+            this.label18.TabIndex = 46;\r
+            this.label18.Text = "Detelecine:";\r
+            // \r
+            // drop_detelecine\r
+            // \r
+            this.drop_detelecine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.drop_detelecine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_detelecine.FormattingEnabled = true;\r
+            this.drop_detelecine.Items.AddRange(new object[] {\r
+            "Off",\r
+            "Custom",\r
+            "Default"});\r
+            this.drop_detelecine.Location = new System.Drawing.Point(71, 3);\r
+            this.drop_detelecine.Name = "drop_detelecine";\r
+            this.drop_detelecine.Size = new System.Drawing.Size(174, 21);\r
+            this.drop_detelecine.TabIndex = 45;\r
+            this.drop_detelecine.SelectedIndexChanged += new System.EventHandler(this.drop_detelecine_SelectedIndexChanged);\r
+            // \r
+            // text_customDC\r
+            // \r
+            this.text_customDC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.text_customDC.Location = new System.Drawing.Point(251, 30);\r
+            this.text_customDC.Name = "text_customDC";\r
+            this.text_customDC.Size = new System.Drawing.Size(115, 21);\r
+            this.text_customDC.TabIndex = 50;\r
+            this.text_customDC.Visible = false;\r
+            // \r
+            // label1\r
+            // \r
+            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.label1.AutoSize = true;\r
+            this.label1.BackColor = System.Drawing.Color.Transparent;\r
+            this.label1.Location = new System.Drawing.Point(0, 34);\r
+            this.label1.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
+            this.label1.Name = "label1";\r
+            this.label1.Size = new System.Drawing.Size(49, 13);\r
+            this.label1.TabIndex = 49;\r
+            this.label1.Text = "Decomb:";\r
+            // \r
+            // drop_decomb\r
+            // \r
+            this.drop_decomb.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.drop_decomb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_decomb.FormattingEnabled = true;\r
+            this.drop_decomb.Items.AddRange(new object[] {\r
+            "Off",\r
+            "Custom",\r
+            "Default"});\r
+            this.drop_decomb.Location = new System.Drawing.Point(71, 30);\r
+            this.drop_decomb.Name = "drop_decomb";\r
+            this.drop_decomb.Size = new System.Drawing.Size(174, 21);\r
+            this.drop_decomb.TabIndex = 48;\r
+            this.drop_decomb.SelectedIndexChanged += new System.EventHandler(this.drop_decomb_SelectedIndexChanged);\r
+            // \r
+            // text_customDI\r
+            // \r
+            this.text_customDI.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.text_customDI.Location = new System.Drawing.Point(251, 57);\r
+            this.text_customDI.Name = "text_customDI";\r
+            this.text_customDI.Size = new System.Drawing.Size(115, 21);\r
+            this.text_customDI.TabIndex = 53;\r
+            this.text_customDI.Visible = false;\r
+            // \r
+            // label2\r
+            // \r
+            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.label2.AutoSize = true;\r
+            this.label2.BackColor = System.Drawing.Color.Transparent;\r
+            this.label2.Location = new System.Drawing.Point(0, 61);\r
+            this.label2.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
+            this.label2.Name = "label2";\r
+            this.label2.Size = new System.Drawing.Size(65, 13);\r
+            this.label2.TabIndex = 52;\r
+            this.label2.Text = "Deinterlace:";\r
+            // \r
+            // drop_deinterlace\r
+            // \r
+            this.drop_deinterlace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.drop_deinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_deinterlace.FormattingEnabled = true;\r
+            this.drop_deinterlace.Items.AddRange(new object[] {\r
+            "Off",\r
+            "Custom",\r
+            "Fast",\r
+            "Slow",\r
+            "Slower"});\r
+            this.drop_deinterlace.Location = new System.Drawing.Point(71, 57);\r
+            this.drop_deinterlace.Name = "drop_deinterlace";\r
+            this.drop_deinterlace.Size = new System.Drawing.Size(174, 21);\r
+            this.drop_deinterlace.TabIndex = 51;\r
+            this.drop_deinterlace.SelectedIndexChanged += new System.EventHandler(this.drop_deinterlace_SelectedIndexChanged);\r
+            // \r
+            // text_customDN\r
+            // \r
+            this.text_customDN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.text_customDN.Location = new System.Drawing.Point(251, 84);\r
+            this.text_customDN.Name = "text_customDN";\r
+            this.text_customDN.Size = new System.Drawing.Size(115, 21);\r
+            this.text_customDN.TabIndex = 56;\r
+            this.text_customDN.Visible = false;\r
+            // \r
+            // label3\r
+            // \r
+            this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.label3.AutoSize = true;\r
+            this.label3.BackColor = System.Drawing.Color.Transparent;\r
+            this.label3.Location = new System.Drawing.Point(0, 88);\r
+            this.label3.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
+            this.label3.Name = "label3";\r
+            this.label3.Size = new System.Drawing.Size(49, 13);\r
+            this.label3.TabIndex = 55;\r
+            this.label3.Text = "Denoise:";\r
+            // \r
+            // drop_denoise\r
+            // \r
+            this.drop_denoise.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.drop_denoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_denoise.FormattingEnabled = true;\r
+            this.drop_denoise.Items.AddRange(new object[] {\r
+            "Off",\r
+            "Custom",\r
+            "Weak",\r
+            "Medium",\r
+            "Strong"});\r
+            this.drop_denoise.Location = new System.Drawing.Point(71, 84);\r
+            this.drop_denoise.Name = "drop_denoise";\r
+            this.drop_denoise.Size = new System.Drawing.Size(174, 21);\r
+            this.drop_denoise.TabIndex = 54;\r
+            this.drop_denoise.SelectedIndexChanged += new System.EventHandler(this.drop_denoise_SelectedIndexChanged);\r
+            // \r
+            // slider_deblock\r
+            // \r
+            this.slider_deblock.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
+                        | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.slider_deblock.Location = new System.Drawing.Point(71, 111);\r
+            this.slider_deblock.Maximum = 15;\r
+            this.slider_deblock.Minimum = 4;\r
+            this.slider_deblock.Name = "slider_deblock";\r
+            this.slider_deblock.Size = new System.Drawing.Size(174, 45);\r
+            this.slider_deblock.TabIndex = 58;\r
+            this.slider_deblock.Value = 4;\r
+            this.slider_deblock.Scroll += new System.EventHandler(this.slider_deblock_Scroll);\r
+            // \r
+            // check_grayscale\r
+            // \r
+            this.check_grayscale.AutoSize = true;\r
+            this.check_grayscale.BackColor = System.Drawing.Color.Transparent;\r
+            this.check_grayscale.Location = new System.Drawing.Point(71, 162);\r
+            this.check_grayscale.Name = "check_grayscale";\r
+            this.check_grayscale.Size = new System.Drawing.Size(119, 17);\r
+            this.check_grayscale.TabIndex = 57;\r
+            this.check_grayscale.Text = "Grayscale Encoding";\r
+            this.check_grayscale.UseVisualStyleBackColor = false;\r
+            // \r
+            // label8\r
+            // \r
+            this.label8.AutoSize = true;\r
+            this.label8.BackColor = System.Drawing.Color.Transparent;\r
+            this.label8.Location = new System.Drawing.Point(0, 115);\r
+            this.label8.Margin = new System.Windows.Forms.Padding(0, 7, 3, 3);\r
+            this.label8.Name = "label8";\r
+            this.label8.Size = new System.Drawing.Size(48, 13);\r
+            this.label8.TabIndex = 60;\r
+            this.label8.Text = "Deblock:";\r
+            // \r
+            // lbl_deblockVal\r
+            // \r
+            this.lbl_deblockVal.AutoSize = true;\r
+            this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_deblockVal.Location = new System.Drawing.Point(251, 115);\r
+            this.lbl_deblockVal.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3);\r
+            this.lbl_deblockVal.Name = "lbl_deblockVal";\r
+            this.lbl_deblockVal.Size = new System.Drawing.Size(23, 13);\r
+            this.lbl_deblockVal.TabIndex = 59;\r
+            this.lbl_deblockVal.Text = "Off";\r
+            // \r
+            // label68\r
+            // \r
+            this.label68.AutoSize = true;\r
+            this.label68.BackColor = System.Drawing.Color.Transparent;\r
+            this.label68.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label68.Location = new System.Drawing.Point(13, 13);\r
+            this.label68.Name = "label68";\r
+            this.label68.Size = new System.Drawing.Size(42, 13);\r
+            this.label68.TabIndex = 61;\r
+            this.label68.Text = "Filters";\r
+            // \r
+            // tableLayoutPanel1\r
+            // \r
+            this.tableLayoutPanel1.AutoSize = true;\r
+            this.tableLayoutPanel1.ColumnCount = 3;\r
+            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel1.Controls.Add(this.label18, 0, 0);\r
+            this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);\r
+            this.tableLayoutPanel1.Controls.Add(this.lbl_deblockVal, 2, 4);\r
+            this.tableLayoutPanel1.Controls.Add(this.check_grayscale, 1, 5);\r
+            this.tableLayoutPanel1.Controls.Add(this.text_customDN, 2, 3);\r
+            this.tableLayoutPanel1.Controls.Add(this.slider_deblock, 1, 4);\r
+            this.tableLayoutPanel1.Controls.Add(this.text_customDI, 2, 2);\r
+            this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2);\r
+            this.tableLayoutPanel1.Controls.Add(this.text_customDC, 2, 1);\r
+            this.tableLayoutPanel1.Controls.Add(this.label3, 0, 3);\r
+            this.tableLayoutPanel1.Controls.Add(this.text_customDT, 2, 0);\r
+            this.tableLayoutPanel1.Controls.Add(this.label8, 0, 4);\r
+            this.tableLayoutPanel1.Controls.Add(this.drop_detelecine, 1, 0);\r
+            this.tableLayoutPanel1.Controls.Add(this.drop_denoise, 1, 3);\r
+            this.tableLayoutPanel1.Controls.Add(this.drop_decomb, 1, 1);\r
+            this.tableLayoutPanel1.Controls.Add(this.drop_deinterlace, 1, 2);\r
+            this.tableLayoutPanel1.Location = new System.Drawing.Point(19, 29);\r
+            this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
+            this.tableLayoutPanel1.RowCount = 6;\r
+            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            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(369, 182);\r
+            this.tableLayoutPanel1.TabIndex = 62;\r
+            // \r
+            // Filters\r
+            // \r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
+            this.BackColor = System.Drawing.Color.Transparent;\r
+            this.Controls.Add(this.tableLayoutPanel1);\r
+            this.Controls.Add(this.label68);\r
+            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.Name = "Filters";\r
+            this.Size = new System.Drawing.Size(592, 270);\r
+            ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).EndInit();\r
+            this.tableLayoutPanel1.ResumeLayout(false);\r
+            this.tableLayoutPanel1.PerformLayout();\r
+            this.ResumeLayout(false);\r
+            this.PerformLayout();\r
+\r
+        }\r
+\r
+        #endregion\r
+\r
+        private System.Windows.Forms.TextBox text_customDT;\r
+        private System.Windows.Forms.Label label18;\r
+        internal System.Windows.Forms.ComboBox drop_detelecine;\r
+        private System.Windows.Forms.TextBox text_customDC;\r
+        internal System.Windows.Forms.Label label1;\r
+        internal System.Windows.Forms.ComboBox drop_decomb;\r
+        private System.Windows.Forms.TextBox text_customDI;\r
+        internal System.Windows.Forms.Label label2;\r
+        internal System.Windows.Forms.ComboBox drop_deinterlace;\r
+        private System.Windows.Forms.TextBox text_customDN;\r
+        internal System.Windows.Forms.Label label3;\r
+        internal System.Windows.Forms.ComboBox drop_denoise;\r
+        internal System.Windows.Forms.TrackBar slider_deblock;\r
+        internal System.Windows.Forms.CheckBox check_grayscale;\r
+        internal System.Windows.Forms.Label label8;\r
+        internal System.Windows.Forms.Label lbl_deblockVal;\r
+        internal System.Windows.Forms.Label label68;\r
+        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
+    }\r
+}\r