OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 4 Dec 2009 16:29:51 +0000 (16:29 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 4 Dec 2009 16:29:51 +0000 (16:29 +0000)
- Fix a few tooltips in options.

git-svn-id: svn://localhost/HandBrake/trunk@3002 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmOptions.Designer.cs

index 503dc07..580b646 100644 (file)
@@ -86,17 +86,19 @@ namespace Handbrake
             this.btn_clearLogs = new System.Windows.Forms.Button();\r
             this.label14 = new System.Windows.Forms.Label();\r
             this.tab_advanced = new System.Windows.Forms.TabPage();\r
+            this.drop_previewScanCount = new System.Windows.Forms.ComboBox();\r
+            this.label33 = new System.Windows.Forms.Label();\r
+            this.label6 = new System.Windows.Forms.Label();\r
+            this.check_trayStatusAlerts = new System.Windows.Forms.CheckBox();\r
+            this.check_mainMinimize = new System.Windows.Forms.CheckBox();\r
             this.check_promptOnUnmatchingQueries = new System.Windows.Forms.CheckBox();\r
             this.check_dvdnav = new System.Windows.Forms.CheckBox();\r
-            this.check_trayStatusAlerts = new System.Windows.Forms.CheckBox();\r
+            this.check_queryEditorTab = new System.Windows.Forms.CheckBox();\r
             this.label32 = new System.Windows.Forms.Label();\r
-            this.label6 = new System.Windows.Forms.Label();\r
             this.drop_x264step = new System.Windows.Forms.ComboBox();\r
             this.label30 = new System.Windows.Forms.Label();\r
-            this.check_mainMinimize = new System.Windows.Forms.CheckBox();\r
-            this.label28 = new System.Windows.Forms.Label();\r
-            this.check_queryEditorTab = new System.Windows.Forms.CheckBox();\r
             this.check_disablePresetNotification = new System.Windows.Forms.CheckBox();\r
+            this.label28 = new System.Windows.Forms.Label();\r
             this.check_inGuiStatus = new System.Windows.Forms.CheckBox();\r
             this.tab_debug = new System.Windows.Forms.TabPage();\r
             this.check_disableResCalc = new System.Windows.Forms.CheckBox();\r
@@ -134,8 +136,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.label33 = new System.Windows.Forms.Label();\r
-            this.drop_previewScanCount = new System.Windows.Forms.ComboBox();\r
             this.tab_options.SuspendLayout();\r
             this.tab_general.SuspendLayout();\r
             this.tab_picture.SuspendLayout();\r
@@ -880,6 +880,78 @@ namespace Handbrake
             this.tab_advanced.Text = "Advanced / Other";\r
             this.tab_advanced.UseVisualStyleBackColor = true;\r
             // \r
+            // drop_previewScanCount\r
+            // \r
+            this.drop_previewScanCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_previewScanCount.FormattingEnabled = true;\r
+            this.drop_previewScanCount.Items.AddRange(new object[] {\r
+            "10",\r
+            "15",\r
+            "20",\r
+            "25",\r
+            "30"});\r
+            this.drop_previewScanCount.Location = new System.Drawing.Point(273, 155);\r
+            this.drop_previewScanCount.Name = "drop_previewScanCount";\r
+            this.drop_previewScanCount.Size = new System.Drawing.Size(85, 21);\r
+            this.drop_previewScanCount.TabIndex = 95;\r
+            this.ToolTip.SetToolTip(this.drop_previewScanCount, "Allows a greater number of preview frames to be selectable on the \"Preview\" windo" +\r
+                    "w.");\r
+            this.drop_previewScanCount.SelectedIndexChanged += new System.EventHandler(this.drop_previewScanCount_SelectedIndexChanged);\r
+            // \r
+            // label33\r
+            // \r
+            this.label33.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.label33.AutoSize = true;\r
+            this.label33.Location = new System.Drawing.Point(79, 158);\r
+            this.label33.Name = "label33";\r
+            this.label33.Size = new System.Drawing.Size(181, 13);\r
+            this.label33.TabIndex = 94;\r
+            this.label33.Text = "Number of picture previews to scan:";\r
+            // \r
+            // label6\r
+            // \r
+            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.label6.AutoSize = true;\r
+            this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label6.Location = new System.Drawing.Point(15, 15);\r
+            this.label6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
+            this.label6.Name = "label6";\r
+            this.label6.Size = new System.Drawing.Size(31, 13);\r
+            this.label6.TabIndex = 71;\r
+            this.label6.Text = "GUI:";\r
+            // \r
+            // check_trayStatusAlerts\r
+            // \r
+            this.check_trayStatusAlerts.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.check_trayStatusAlerts.AutoSize = true;\r
+            this.check_trayStatusAlerts.BackColor = System.Drawing.Color.Transparent;\r
+            this.check_trayStatusAlerts.Location = new System.Drawing.Point(81, 37);\r
+            this.check_trayStatusAlerts.Name = "check_trayStatusAlerts";\r
+            this.check_trayStatusAlerts.Size = new System.Drawing.Size(296, 17);\r
+            this.check_trayStatusAlerts.TabIndex = 93;\r
+            this.check_trayStatusAlerts.Text = "Display status messages from tray icon (balloon popups)";\r
+            this.ToolTip.SetToolTip(this.check_trayStatusAlerts, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" +\r
+                    " icon has encode status notifications.\r\nNote: requires restart to take effect!\r\n" +\r
+                    "");\r
+            this.check_trayStatusAlerts.UseVisualStyleBackColor = false;\r
+            this.check_trayStatusAlerts.CheckedChanged += new System.EventHandler(this.check_trayStatusAlerts_CheckedChanged);\r
+            // \r
+            // check_mainMinimize\r
+            // \r
+            this.check_mainMinimize.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.check_mainMinimize.AutoSize = true;\r
+            this.check_mainMinimize.BackColor = System.Drawing.Color.Transparent;\r
+            this.check_mainMinimize.Location = new System.Drawing.Point(81, 14);\r
+            this.check_mainMinimize.Name = "check_mainMinimize";\r
+            this.check_mainMinimize.Size = new System.Drawing.Size(138, 17);\r
+            this.check_mainMinimize.TabIndex = 82;\r
+            this.check_mainMinimize.Text = "Minimize to system tray";\r
+            this.ToolTip.SetToolTip(this.check_mainMinimize, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" +\r
+                    " icon has encode status notifications.\r\nNote: requires restart to take effect!\r\n" +\r
+                    "");\r
+            this.check_mainMinimize.UseVisualStyleBackColor = false;\r
+            this.check_mainMinimize.CheckedChanged += new System.EventHandler(this.check_mainMinimize_CheckedChanged);\r
+            // \r
             // check_promptOnUnmatchingQueries\r
             // \r
             this.check_promptOnUnmatchingQueries.AutoSize = true;\r
@@ -904,21 +976,20 @@ namespace Handbrake
             this.check_dvdnav.UseVisualStyleBackColor = false;\r
             this.check_dvdnav.CheckedChanged += new System.EventHandler(this.check_dvdnav_CheckedChanged);\r
             // \r
-            // check_trayStatusAlerts\r
+            // check_queryEditorTab\r
             // \r
-            this.check_trayStatusAlerts.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.check_trayStatusAlerts.AutoSize = true;\r
-            this.check_trayStatusAlerts.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_trayStatusAlerts.Location = new System.Drawing.Point(81, 37);\r
-            this.check_trayStatusAlerts.Name = "check_trayStatusAlerts";\r
-            this.check_trayStatusAlerts.Size = new System.Drawing.Size(296, 17);\r
-            this.check_trayStatusAlerts.TabIndex = 93;\r
-            this.check_trayStatusAlerts.Text = "Display status messages from tray icon (balloon popups)";\r
-            this.ToolTip.SetToolTip(this.check_trayStatusAlerts, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" +\r
-                    " icon has encode status notifications.\r\nNote: requires restart to take effect!\r\n" +\r
-                    "");\r
-            this.check_trayStatusAlerts.UseVisualStyleBackColor = false;\r
-            this.check_trayStatusAlerts.CheckedChanged += new System.EventHandler(this.check_trayStatusAlerts_CheckedChanged);\r
+            this.check_queryEditorTab.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.check_queryEditorTab.AutoSize = true;\r
+            this.check_queryEditorTab.BackColor = System.Drawing.Color.Transparent;\r
+            this.check_queryEditorTab.Location = new System.Drawing.Point(81, 60);\r
+            this.check_queryEditorTab.Name = "check_queryEditorTab";\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 (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
+            this.check_queryEditorTab.CheckedChanged += new System.EventHandler(this.check_queryEditorTab_CheckedChanged);\r
             // \r
             // label32\r
             // \r
@@ -931,18 +1002,6 @@ namespace Handbrake
             this.label32.TabIndex = 89;\r
             this.label32.Text = "DVD:";\r
             // \r
-            // label6\r
-            // \r
-            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
-            this.label6.AutoSize = true;\r
-            this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label6.Location = new System.Drawing.Point(15, 15);\r
-            this.label6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);\r
-            this.label6.Name = "label6";\r
-            this.label6.Size = new System.Drawing.Size(31, 13);\r
-            this.label6.TabIndex = 71;\r
-            this.label6.Text = "GUI:";\r
-            // \r
             // drop_x264step\r
             // \r
             this.drop_x264step.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
@@ -956,8 +1015,7 @@ namespace Handbrake
             this.drop_x264step.Name = "drop_x264step";\r
             this.drop_x264step.Size = new System.Drawing.Size(85, 21);\r
             this.drop_x264step.TabIndex = 86;\r
-            this.ToolTip.SetToolTip(this.drop_x264step, "The number of processor\'s / processor cores. Unless your having problems, leave o" +\r
-                    "n Automatic.");\r
+            this.ToolTip.SetToolTip(this.drop_x264step, "Quality Slider Control Granularity for x264 encoding only.");\r
             this.drop_x264step.SelectedIndexChanged += new System.EventHandler(this.x264step_SelectedIndexChanged);\r
             // \r
             // label30\r
@@ -970,48 +1028,6 @@ namespace Handbrake
             this.label30.TabIndex = 87;\r
             this.label30.Text = "Constant quality fractional granularity";\r
             // \r
-            // check_mainMinimize\r
-            // \r
-            this.check_mainMinimize.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.check_mainMinimize.AutoSize = true;\r
-            this.check_mainMinimize.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_mainMinimize.Location = new System.Drawing.Point(81, 14);\r
-            this.check_mainMinimize.Name = "check_mainMinimize";\r
-            this.check_mainMinimize.Size = new System.Drawing.Size(138, 17);\r
-            this.check_mainMinimize.TabIndex = 82;\r
-            this.check_mainMinimize.Text = "Minimize to system tray";\r
-            this.ToolTip.SetToolTip(this.check_mainMinimize, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" +\r
-                    " icon has encode status notifications.\r\nNote: requires restart to take effect!\r\n" +\r
-                    "");\r
-            this.check_mainMinimize.UseVisualStyleBackColor = false;\r
-            this.check_mainMinimize.CheckedChanged += new System.EventHandler(this.check_mainMinimize_CheckedChanged);\r
-            // \r
-            // label28\r
-            // \r
-            this.label28.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
-            this.label28.AutoSize = true;\r
-            this.label28.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label28.Location = new System.Drawing.Point(8, 193);\r
-            this.label28.Name = "label28";\r
-            this.label28.Size = new System.Drawing.Size(38, 13);\r
-            this.label28.TabIndex = 85;\r
-            this.label28.Text = "x264:";\r
-            // \r
-            // check_queryEditorTab\r
-            // \r
-            this.check_queryEditorTab.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.check_queryEditorTab.AutoSize = true;\r
-            this.check_queryEditorTab.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_queryEditorTab.Location = new System.Drawing.Point(81, 60);\r
-            this.check_queryEditorTab.Name = "check_queryEditorTab";\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 (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
-            this.check_queryEditorTab.CheckedChanged += new System.EventHandler(this.check_queryEditorTab_CheckedChanged);\r
-            // \r
             // check_disablePresetNotification\r
             // \r
             this.check_disablePresetNotification.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
@@ -1027,6 +1043,17 @@ namespace Handbrake
             this.check_disablePresetNotification.UseVisualStyleBackColor = false;\r
             this.check_disablePresetNotification.CheckedChanged += new System.EventHandler(this.check_disablePresetNotification_CheckedChanged);\r
             // \r
+            // label28\r
+            // \r
+            this.label28.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
+            this.label28.AutoSize = true;\r
+            this.label28.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label28.Location = new System.Drawing.Point(8, 193);\r
+            this.label28.Name = "label28";\r
+            this.label28.Size = new System.Drawing.Size(38, 13);\r
+            this.label28.TabIndex = 85;\r
+            this.label28.Text = "x264:";\r
+            // \r
             // check_inGuiStatus\r
             // \r
             this.check_inGuiStatus.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
@@ -1444,34 +1471,6 @@ namespace Handbrake
             this.tableLayoutPanel5.Size = new System.Drawing.Size(594, 429);\r
             this.tableLayoutPanel5.TabIndex = 62;\r
             // \r
-            // label33\r
-            // \r
-            this.label33.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.label33.AutoSize = true;\r
-            this.label33.Location = new System.Drawing.Point(79, 158);\r
-            this.label33.Name = "label33";\r
-            this.label33.Size = new System.Drawing.Size(181, 13);\r
-            this.label33.TabIndex = 94;\r
-            this.label33.Text = "Number of picture previews to scan:";\r
-            // \r
-            // drop_previewScanCount\r
-            // \r
-            this.drop_previewScanCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
-            this.drop_previewScanCount.FormattingEnabled = true;\r
-            this.drop_previewScanCount.Items.AddRange(new object[] {\r
-            "10",\r
-            "15",\r
-            "20",\r
-            "25",\r
-            "30"});\r
-            this.drop_previewScanCount.Location = new System.Drawing.Point(273, 155);\r
-            this.drop_previewScanCount.Name = "drop_previewScanCount";\r
-            this.drop_previewScanCount.Size = new System.Drawing.Size(85, 21);\r
-            this.drop_previewScanCount.TabIndex = 95;\r
-            this.ToolTip.SetToolTip(this.drop_previewScanCount, "The number of processor\'s / processor cores. Unless your having problems, leave o" +\r
-                    "n Automatic.");\r
-            this.drop_previewScanCount.SelectedIndexChanged += new System.EventHandler(this.drop_previewScanCount_SelectedIndexChanged);\r
-            // \r
             // frmOptions\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r