OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
index 697ca26..ec7065e 100644 (file)
@@ -61,6 +61,12 @@ namespace Handbrake
             this.label29 = new System.Windows.Forms.Label();\r
             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
@@ -133,6 +139,7 @@ namespace Handbrake
             this.tableLayoutPanel1.SuspendLayout();\r
             this.tab_picture.SuspendLayout();\r
             this.tableLayoutPanel2.SuspendLayout();\r
+            this.tab_audio_sub.SuspendLayout();\r
             this.tab_cli.SuspendLayout();\r
             this.tableLayoutPanel3.SuspendLayout();\r
             this.tab_advanced.SuspendLayout();\r
@@ -169,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
@@ -182,6 +190,7 @@ namespace Handbrake
             this.tableLayoutPanel5.SetColumnSpan(this.tab_options, 2);\r
             this.tab_options.Controls.Add(this.tab_general);\r
             this.tab_options.Controls.Add(this.tab_picture);\r
+            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.Dock = System.Windows.Forms.DockStyle.Fill;\r
@@ -395,7 +404,8 @@ namespace Handbrake
             this.text_an_path.Name = "text_an_path";\r
             this.text_an_path.Size = new System.Drawing.Size(293, 21);\r
             this.text_an_path.TabIndex = 76;\r
-            this.ToolTip.SetToolTip(this.text_an_path, "The default location where auto named files are stored.");\r
+            this.ToolTip.SetToolTip(this.text_an_path, "This is the default location where your encoded files will be stored if \"Automati" +\r
+                    "cally name output files\" is enabled.");\r
             this.text_an_path.TextChanged += new System.EventHandler(this.text_an_path_TextChanged);\r
             // \r
             // label10\r
@@ -522,6 +532,81 @@ namespace Handbrake
                     "ew feature.");\r
             this.txt_vlcPath.TextChanged += new System.EventHandler(this.txt_vlcPath_TextChanged);\r
             // \r
+            // tab_audio_sub\r
+            // \r
+            this.tab_audio_sub.Controls.Add(this.label31);\r
+            this.tab_audio_sub.Controls.Add(this.label15);\r
+            this.tab_audio_sub.Controls.Add(this.radio_foreignAndSubs);\r
+            this.tab_audio_sub.Controls.Add(this.drop_preferredLang);\r
+            this.tab_audio_sub.Controls.Add(this.radio_dub);\r
+            this.tab_audio_sub.Location = new System.Drawing.Point(4, 22);\r
+            this.tab_audio_sub.Name = "tab_audio_sub";\r
+            this.tab_audio_sub.Padding = new System.Windows.Forms.Padding(3);\r
+            this.tab_audio_sub.Size = new System.Drawing.Size(580, 306);\r
+            this.tab_audio_sub.TabIndex = 6;\r
+            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
+            this.drop_preferredLang.FormattingEnabled = true;\r
+            this.drop_preferredLang.Location = new System.Drawing.Point(200, 16);\r
+            this.drop_preferredLang.Name = "drop_preferredLang";\r
+            this.drop_preferredLang.Size = new System.Drawing.Size(118, 21);\r
+            this.drop_preferredLang.TabIndex = 87;\r
+            this.ToolTip.SetToolTip(this.drop_preferredLang, "The number of processor\'s / processor cores. Unless your having problems, leave o" +\r
+                    "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
@@ -934,7 +1019,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
@@ -949,9 +1034,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
@@ -1004,9 +1089,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
@@ -1449,6 +1534,8 @@ namespace Handbrake
             this.tab_picture.PerformLayout();\r
             this.tableLayoutPanel2.ResumeLayout(false);\r
             this.tableLayoutPanel2.PerformLayout();\r
+            this.tab_audio_sub.ResumeLayout(false);\r
+            this.tab_audio_sub.PerformLayout();\r
             this.tab_cli.ResumeLayout(false);\r
             this.tab_cli.PerformLayout();\r
             this.tableLayoutPanel3.ResumeLayout(false);\r
@@ -1559,5 +1646,11 @@ namespace Handbrake
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;\r
         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;\r
         private System.Windows.Forms.CheckBox check_promptOnUnmatchingQueries;\r
+        private System.Windows.Forms.TabPage tab_audio_sub;\r
+        internal System.Windows.Forms.ComboBox drop_preferredLang;\r
+        private System.Windows.Forms.Label label31;\r
+        private System.Windows.Forms.RadioButton radio_foreignAndSubs;\r
+        private System.Windows.Forms.RadioButton radio_dub;\r
+        private System.Windows.Forms.Label label15;\r
     }\r
 }
\ No newline at end of file