OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
index 697ca26..b24ec2b 100644 (file)
@@ -61,6 +61,8 @@ 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.drop_preferredLang = new System.Windows.Forms.ComboBox();\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
@@ -128,11 +130,16 @@ 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
             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
@@ -182,6 +189,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
@@ -522,6 +530,33 @@ 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
+            // 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
             // tab_cli\r
             // \r
             this.tab_cli.Controls.Add(this.tableLayoutPanel3);\r
@@ -1421,6 +1456,51 @@ 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
@@ -1449,6 +1529,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 +1641,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