OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
index f7aa396..2541def 100644 (file)
@@ -100,6 +100,8 @@ namespace Handbrake
             this.label30 = new System.Windows.Forms.Label();\r
             this.check_disablePresetNotification = new System.Windows.Forms.CheckBox();\r
             this.label28 = new System.Windows.Forms.Label();\r
+            this.tab_debug = new System.Windows.Forms.TabPage();\r
+            this.check_disableResCalc = new System.Windows.Forms.CheckBox();\r
             this.label8 = new System.Windows.Forms.Label();\r
             this.pictureBox2 = new System.Windows.Forms.PictureBox();\r
             this.pathFinder = new System.Windows.Forms.FolderBrowserDialog();\r
@@ -141,6 +143,7 @@ namespace Handbrake
             this.tab_audio_sub.SuspendLayout();\r
             this.tab_cli.SuspendLayout();\r
             this.tab_advanced.SuspendLayout();\r
+            this.tab_debug.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();\r
             this.tableLayoutPanel5.SuspendLayout();\r
             this.SuspendLayout();\r
@@ -188,6 +191,7 @@ namespace Handbrake
             this.tab_options.Controls.Add(this.tab_audio_sub);\r
             this.tab_options.Controls.Add(this.tab_cli);\r
             this.tab_options.Controls.Add(this.tab_advanced);\r
+            this.tab_options.Controls.Add(this.tab_debug);\r
             this.tab_options.Dock = System.Windows.Forms.DockStyle.Fill;\r
             this.tab_options.Location = new System.Drawing.Point(3, 38);\r
             this.tab_options.Name = "tab_options";\r
@@ -1045,6 +1049,29 @@ namespace Handbrake
             this.label28.TabIndex = 85;\r
             this.label28.Text = "x264:";\r
             // \r
+            // tab_debug\r
+            // \r
+            this.tab_debug.Controls.Add(this.check_disableResCalc);\r
+            this.tab_debug.Location = new System.Drawing.Point(4, 22);\r
+            this.tab_debug.Name = "tab_debug";\r
+            this.tab_debug.Padding = new System.Windows.Forms.Padding(3);\r
+            this.tab_debug.Size = new System.Drawing.Size(580, 334);\r
+            this.tab_debug.TabIndex = 7;\r
+            this.tab_debug.Text = "Debug";\r
+            this.tab_debug.UseVisualStyleBackColor = true;\r
+            // \r
+            // check_disableResCalc\r
+            // \r
+            this.check_disableResCalc.AutoSize = true;\r
+            this.check_disableResCalc.Location = new System.Drawing.Point(13, 15);\r
+            this.check_disableResCalc.Name = "check_disableResCalc";\r
+            this.check_disableResCalc.Size = new System.Drawing.Size(327, 17);\r
+            this.check_disableResCalc.TabIndex = 0;\r
+            this.check_disableResCalc.Text = "Disable Resolution Calculation for \"None\" and \"Custom\" modes.";\r
+            this.ToolTip.SetToolTip(this.check_disableResCalc, resources.GetString("check_disableResCalc.ToolTip"));\r
+            this.check_disableResCalc.UseVisualStyleBackColor = true;\r
+            this.check_disableResCalc.CheckedChanged += new System.EventHandler(this.check_disableResCalc_CheckedChanged);\r
+            // \r
             // label8\r
             // \r
             this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
@@ -1457,6 +1484,8 @@ namespace Handbrake
             this.tab_cli.PerformLayout();\r
             this.tab_advanced.ResumeLayout(false);\r
             this.tab_advanced.PerformLayout();\r
+            this.tab_debug.ResumeLayout(false);\r
+            this.tab_debug.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();\r
             this.tableLayoutPanel5.ResumeLayout(false);\r
             this.tableLayoutPanel5.PerformLayout();\r
@@ -1556,6 +1585,8 @@ namespace Handbrake
         private System.Windows.Forms.RadioButton radio_dub;\r
         private System.Windows.Forms.Label label15;\r
         internal System.Windows.Forms.Button btn_browse;\r
+        private System.Windows.Forms.TabPage tab_debug;\r
+        private System.Windows.Forms.CheckBox check_disableResCalc;\r
         internal System.Windows.Forms.CheckBox check_growlEncode;\r
         internal System.Windows.Forms.CheckBox check_GrowlQueue;\r
         internal System.Windows.Forms.ComboBox drop_previewScanCount;\r