OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmMain.Designer.cs
index 63b5a20..abb397c 100644 (file)
@@ -60,7 +60,6 @@ namespace Handbrake
             this.ChaptersMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
             this.mnu_resetChapters = new System.Windows.Forms.ToolStripMenuItem();\r
             this.btn_file_source = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.VideoTitleSpecificScan = new System.Windows.Forms.ToolStripMenuItem();\r
             this.btn_addPreset = new System.Windows.Forms.Button();\r
             this.btn_removePreset = new System.Windows.Forms.Button();\r
             this.drop_format = new System.Windows.Forms.ComboBox();\r
@@ -146,6 +145,8 @@ namespace Handbrake
             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
             this.btn_source = new System.Windows.Forms.ToolStripDropDownButton();\r
             this.btn_dvd_source = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.btnTitleSpecific = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.FileTitleSpecificScan = new System.Windows.Forms.ToolStripMenuItem();\r
             this.FolderTitleSpecificScan = new System.Windows.Forms.ToolStripMenuItem();\r
             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
             this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();\r
@@ -442,8 +443,6 @@ namespace Handbrake
             // \r
             // btn_file_source\r
             // \r
-            this.btn_file_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.VideoTitleSpecificScan});\r
             this.btn_file_source.Image = global::Handbrake.Properties.Resources.Movies_Small;\r
             this.btn_file_source.Name = "btn_file_source";\r
             this.btn_file_source.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));\r
@@ -451,13 +450,6 @@ namespace Handbrake
             this.btn_file_source.Text = "Video File";\r
             this.btn_file_source.Click += new System.EventHandler(this.BtnFileScanClicked);\r
             // \r
-            // VideoTitleSpecificScan\r
-            // \r
-            this.VideoTitleSpecificScan.Name = "VideoTitleSpecificScan";\r
-            this.VideoTitleSpecificScan.Size = new System.Drawing.Size(169, 22);\r
-            this.VideoTitleSpecificScan.Text = "Title Specific Scan";\r
-            this.VideoTitleSpecificScan.Click += new System.EventHandler(this.VideoTitleSpecificScanClick);\r
-            // \r
             // btn_addPreset\r
             // \r
             this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
@@ -1334,6 +1326,7 @@ namespace Handbrake
             this.btn_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.btn_file_source,\r
             this.btn_dvd_source,\r
+            this.btnTitleSpecific,\r
             this.toolStripSeparator1});\r
             this.btn_source.Image = global::Handbrake.Properties.Resources.Movies;\r
             this.btn_source.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
@@ -1346,8 +1339,6 @@ namespace Handbrake
             // \r
             // btn_dvd_source\r
             // \r
-            this.btn_dvd_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.FolderTitleSpecificScan});\r
             this.btn_dvd_source.Image = global::Handbrake.Properties.Resources.folder;\r
             this.btn_dvd_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.btn_dvd_source.Name = "btn_dvd_source";\r
@@ -1357,11 +1348,29 @@ namespace Handbrake
             this.btn_dvd_source.Text = "Folder";\r
             this.btn_dvd_source.Click += new System.EventHandler(this.BtnFolderScanClicked);\r
             // \r
+            // btnTitleSpecific\r
+            // \r
+            this.btnTitleSpecific.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.FileTitleSpecificScan,\r
+            this.FolderTitleSpecificScan});\r
+            this.btnTitleSpecific.Name = "btnTitleSpecific";\r
+            this.btnTitleSpecific.Size = new System.Drawing.Size(182, 22);\r
+            this.btnTitleSpecific.Text = "Title Specific Scan";\r
+            // \r
+            // FileTitleSpecificScan\r
+            // \r
+            this.FileTitleSpecificScan.Image = global::Handbrake.Properties.Resources.Movies_Small;\r
+            this.FileTitleSpecificScan.Name = "FileTitleSpecificScan";\r
+            this.FileTitleSpecificScan.Size = new System.Drawing.Size(125, 22);\r
+            this.FileTitleSpecificScan.Text = "Video File";\r
+            this.FileTitleSpecificScan.Click += new System.EventHandler(this.VideoTitleSpecificScanClick);\r
+            // \r
             // FolderTitleSpecificScan\r
             // \r
+            this.FolderTitleSpecificScan.Image = global::Handbrake.Properties.Resources.folder;\r
             this.FolderTitleSpecificScan.Name = "FolderTitleSpecificScan";\r
-            this.FolderTitleSpecificScan.Size = new System.Drawing.Size(169, 22);\r
-            this.FolderTitleSpecificScan.Text = "Title Specific Scan";\r
+            this.FolderTitleSpecificScan.Size = new System.Drawing.Size(125, 22);\r
+            this.FolderTitleSpecificScan.Text = "Folder";\r
             this.FolderTitleSpecificScan.Click += new System.EventHandler(this.FolderTitleSpecificScanClick);\r
             // \r
             // toolStripSeparator1\r
@@ -1901,7 +1910,8 @@ namespace Handbrake
         private ToolStripMenuItem mnu_exportMacPreset;\r
         private ToolStripProgressBar ProgressBarStatus;\r
         internal CheckBox checkMaximumFramerate;\r
-        private ToolStripMenuItem VideoTitleSpecificScan;\r
+        private ToolStripMenuItem btnTitleSpecific;\r
+        private ToolStripMenuItem FileTitleSpecificScan;\r
         private ToolStripMenuItem FolderTitleSpecificScan;\r
     }\r
 }
\ No newline at end of file