OSDN Git Service

LinGui: don't disable subme 10 when psy-rd is 0
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
index b24ec2b..231a23d 100644 (file)
@@ -62,7 +62,11 @@ namespace Handbrake
             this.btn_vlcPath = new System.Windows.Forms.Button();\r
             this.txt_vlcPath = new System.Windows.Forms.TextBox();\r
             this.tab_audio_sub = new System.Windows.Forms.TabPage();\r
+            this.label31 = new System.Windows.Forms.Label();\r
+            this.label15 = new System.Windows.Forms.Label();\r
+            this.radio_foreignAndSubs = new System.Windows.Forms.RadioButton();\r
             this.drop_preferredLang = new System.Windows.Forms.ComboBox();\r
+            this.radio_dub = new System.Windows.Forms.RadioButton();\r
             this.tab_cli = new System.Windows.Forms.TabPage();\r
             this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();\r
             this.label12 = new System.Windows.Forms.Label();\r
@@ -130,10 +134,6 @@ namespace Handbrake
             this.label27 = new System.Windows.Forms.Label();\r
             this.openFile_vlc = new System.Windows.Forms.OpenFileDialog();\r
             this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();\r
-            this.label15 = new System.Windows.Forms.Label();\r
-            this.radio_dub = new System.Windows.Forms.RadioButton();\r
-            this.radio_foreignAndSubs = new System.Windows.Forms.RadioButton();\r
-            this.label31 = new System.Windows.Forms.Label();\r
             this.tab_options.SuspendLayout();\r
             this.tab_general.SuspendLayout();\r
             this.tableLayoutPanel1.SuspendLayout();\r
@@ -176,6 +176,7 @@ namespace Handbrake
             "Hibernate",\r
             "Lock system",\r
             "Log off",\r
+            "Growl Notification",\r
             "Quit HandBrake"});\r
             this.drp_completeOption.Location = new System.Drawing.Point(106, 119);\r
             this.drp_completeOption.Name = "drp_completeOption";\r
@@ -545,6 +546,40 @@ namespace Handbrake
             this.tab_audio_sub.Text = "Audio / Subtitles";\r
             this.tab_audio_sub.UseVisualStyleBackColor = true;\r
             // \r
+            // label31\r
+            // \r
+            this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.label31.AutoSize = true;\r
+            this.label31.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label31.Location = new System.Drawing.Point(16, 19);\r
+            this.label31.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
+            this.label31.Name = "label31";\r
+            this.label31.Size = new System.Drawing.Size(52, 13);\r
+            this.label31.TabIndex = 91;\r
+            this.label31.Text = "Actions:";\r
+            // \r
+            // label15\r
+            // \r
+            this.label15.AutoSize = true;\r
+            this.label15.Location = new System.Drawing.Point(87, 19);\r
+            this.label15.Name = "label15";\r
+            this.label15.Size = new System.Drawing.Size(107, 13);\r
+            this.label15.TabIndex = 88;\r
+            this.label15.Text = "Preferred Language:";\r
+            // \r
+            // radio_foreignAndSubs\r
+            // \r
+            this.radio_foreignAndSubs.AutoSize = true;\r
+            this.radio_foreignAndSubs.Location = new System.Drawing.Point(200, 76);\r
+            this.radio_foreignAndSubs.Name = "radio_foreignAndSubs";\r
+            this.radio_foreignAndSubs.Size = new System.Drawing.Size(358, 17);\r
+            this.radio_foreignAndSubs.TabIndex = 90;\r
+            this.radio_foreignAndSubs.TabStop = true;\r
+            this.radio_foreignAndSubs.Text = "Use foreign language audio and add first preferred language subtitle.";\r
+            this.ToolTip.SetToolTip(this.radio_foreignAndSubs, "Use foreign language audio and add first subtitle track of prefered language.\r\n");\r
+            this.radio_foreignAndSubs.UseVisualStyleBackColor = true;\r
+            this.radio_foreignAndSubs.CheckedChanged += new System.EventHandler(this.radio_foreignAndSubs_CheckedChanged);\r
+            // \r
             // drop_preferredLang\r
             // \r
             this.drop_preferredLang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
@@ -557,6 +592,20 @@ namespace Handbrake
                     "n Automatic.");\r
             this.drop_preferredLang.SelectedIndexChanged += new System.EventHandler(this.drop_preferredLang_SelectedIndexChanged);\r
             // \r
+            // radio_dub\r
+            // \r
+            this.radio_dub.AutoSize = true;\r
+            this.radio_dub.Location = new System.Drawing.Point(200, 53);\r
+            this.radio_dub.Name = "radio_dub";\r
+            this.radio_dub.Size = new System.Drawing.Size(164, 17);\r
+            this.radio_dub.TabIndex = 89;\r
+            this.radio_dub.TabStop = true;\r
+            this.radio_dub.Text = "DUB Foreign Language Audio";\r
+            this.ToolTip.SetToolTip(this.radio_dub, "This option will select your prefered language of audio for the source if one exi" +\r
+                    "sts.");\r
+            this.radio_dub.UseVisualStyleBackColor = true;\r
+            this.radio_dub.CheckedChanged += new System.EventHandler(this.radio_dub_CheckedChanged);\r
+            // \r
             // tab_cli\r
             // \r
             this.tab_cli.Controls.Add(this.tableLayoutPanel3);\r
@@ -969,7 +1018,7 @@ namespace Handbrake
             "0.50",\r
             "0.25",\r
             "0.20"});\r
-            this.drop_x264step.Location = new System.Drawing.Point(266, 184);\r
+            this.drop_x264step.Location = new System.Drawing.Point(358, 184);\r
             this.drop_x264step.Name = "drop_x264step";\r
             this.drop_x264step.Size = new System.Drawing.Size(85, 21);\r
             this.drop_x264step.TabIndex = 86;\r
@@ -984,9 +1033,9 @@ namespace Handbrake
             this.tableLayoutPanel4.SetColumnSpan(this.label30, 2);\r
             this.label30.Location = new System.Drawing.Point(67, 188);\r
             this.label30.Name = "label30";\r
-            this.label30.Size = new System.Drawing.Size(193, 13);\r
+            this.label30.Size = new System.Drawing.Size(285, 13);\r
             this.label30.TabIndex = 87;\r
-            this.label30.Text = "Constant quality fractional granularity:\r\n";\r
+            this.label30.Text = "Constant quality fractional granularity (Requires Restart):\r\n";\r
             // \r
             // btn_drive_detect\r
             // \r
@@ -1039,9 +1088,9 @@ namespace Handbrake
             this.tableLayoutPanel4.SetColumnSpan(this.check_queryEditorTab, 4);\r
             this.check_queryEditorTab.Location = new System.Drawing.Point(67, 72);\r
             this.check_queryEditorTab.Name = "check_queryEditorTab";\r
-            this.check_queryEditorTab.Size = new System.Drawing.Size(149, 17);\r
+            this.check_queryEditorTab.Size = new System.Drawing.Size(241, 17);\r
             this.check_queryEditorTab.TabIndex = 84;\r
-            this.check_queryEditorTab.Text = "Enable \"Query Editor\" tab";\r
+            this.check_queryEditorTab.Text = "Enable \"Query Editor\" tab (Requires Restart)";\r
             this.ToolTip.SetToolTip(this.check_queryEditorTab, "Enables the Query Editor tab on the main window. Requires program restart to take" +\r
                     " effect.");\r
             this.check_queryEditorTab.UseVisualStyleBackColor = false;\r
@@ -1456,51 +1505,6 @@ namespace Handbrake
             this.tableLayoutPanel5.Size = new System.Drawing.Size(594, 405);\r
             this.tableLayoutPanel5.TabIndex = 62;\r
             // \r
-            // label15\r
-            // \r
-            this.label15.AutoSize = true;\r
-            this.label15.Location = new System.Drawing.Point(87, 19);\r
-            this.label15.Name = "label15";\r
-            this.label15.Size = new System.Drawing.Size(107, 13);\r
-            this.label15.TabIndex = 88;\r
-            this.label15.Text = "Preferred Language:";\r
-            // \r
-            // radio_dub\r
-            // \r
-            this.radio_dub.AutoSize = true;\r
-            this.radio_dub.Location = new System.Drawing.Point(200, 53);\r
-            this.radio_dub.Name = "radio_dub";\r
-            this.radio_dub.Size = new System.Drawing.Size(164, 17);\r
-            this.radio_dub.TabIndex = 89;\r
-            this.radio_dub.TabStop = true;\r
-            this.radio_dub.Text = "DUB Foreign Language Audio";\r
-            this.radio_dub.UseVisualStyleBackColor = true;\r
-            this.radio_dub.CheckedChanged += new System.EventHandler(this.radio_dub_CheckedChanged);\r
-            // \r
-            // radio_foreignAndSubs\r
-            // \r
-            this.radio_foreignAndSubs.AutoSize = true;\r
-            this.radio_foreignAndSubs.Location = new System.Drawing.Point(200, 76);\r
-            this.radio_foreignAndSubs.Name = "radio_foreignAndSubs";\r
-            this.radio_foreignAndSubs.Size = new System.Drawing.Size(241, 17);\r
-            this.radio_foreignAndSubs.TabIndex = 90;\r
-            this.radio_foreignAndSubs.TabStop = true;\r
-            this.radio_foreignAndSubs.Text = "Use foreign language audio and add subtitles";\r
-            this.radio_foreignAndSubs.UseVisualStyleBackColor = true;\r
-            this.radio_foreignAndSubs.CheckedChanged += new System.EventHandler(this.radio_foreignAndSubs_CheckedChanged);\r
-            // \r
-            // label31\r
-            // \r
-            this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
-            this.label31.AutoSize = true;\r
-            this.label31.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label31.Location = new System.Drawing.Point(16, 19);\r
-            this.label31.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
-            this.label31.Name = "label31";\r
-            this.label31.Size = new System.Drawing.Size(52, 13);\r
-            this.label31.TabIndex = 91;\r
-            this.label31.Text = "Actions:";\r
-            // \r
             // frmOptions\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r