OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmOptions.Designer.cs
index 6c9a454..85c5e1d 100644 (file)
@@ -74,7 +74,6 @@ namespace Handbrake
             this.label9 = new System.Windows.Forms.Label();\r
             this.btn_saveLog = new System.Windows.Forms.Button();\r
             this.check_logsInSpecifiedLocation = new System.Windows.Forms.CheckBox();\r
-            this.label14 = new System.Windows.Forms.Label();\r
             this.Label11 = new System.Windows.Forms.Label();\r
             this.check_saveLogWithVideo = new System.Windows.Forms.CheckBox();\r
             this.Label4 = new System.Windows.Forms.Label();\r
@@ -85,6 +84,7 @@ namespace Handbrake
             this.drp_processors = new System.Windows.Forms.ComboBox();\r
             this.btn_viewLogs = new System.Windows.Forms.Button();\r
             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.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();\r
             this.check_promptOnUnmatchingQueries = new System.Windows.Forms.CheckBox();\r
@@ -237,7 +237,8 @@ namespace Handbrake
             this.check_growlEncode.Size = new System.Drawing.Size(171, 17);\r
             this.check_growlEncode.TabIndex = 99;\r
             this.check_growlEncode.Text = "Growl after Encode Completes";\r
-            this.ToolTip.SetToolTip(this.check_growlEncode, "Growl for Windows");\r
+            this.ToolTip.SetToolTip(this.check_growlEncode, "If you have \"Growl for Windows\" installed, you can use this feature to see growl " +\r
+                    "alerts on your desktop.");\r
             this.check_growlEncode.UseVisualStyleBackColor = false;\r
             this.check_growlEncode.CheckedChanged += new System.EventHandler(this.check_growlEncode_CheckedChanged);\r
             // \r
@@ -251,7 +252,8 @@ namespace Handbrake
             this.check_GrowlQueue.Size = new System.Drawing.Size(168, 17);\r
             this.check_GrowlQueue.TabIndex = 98;\r
             this.check_GrowlQueue.Text = "Growl after Queue Completes";\r
-            this.ToolTip.SetToolTip(this.check_GrowlQueue, "Growl for Windows");\r
+            this.ToolTip.SetToolTip(this.check_GrowlQueue, "If you have \"Growl for Windows\" installed, you can use this feature to see growl " +\r
+                    "alerts on your desktop.");\r
             this.check_GrowlQueue.UseVisualStyleBackColor = false;\r
             this.check_GrowlQueue.CheckedChanged += new System.EventHandler(this.check_GrowlQueue_CheckedChanged);\r
             // \r
@@ -261,10 +263,10 @@ namespace Handbrake
             this.check_m4v.AutoSize = true;\r
             this.check_m4v.Location = new System.Drawing.Point(108, 279);\r
             this.check_m4v.Name = "check_m4v";\r
-            this.check_m4v.Size = new System.Drawing.Size(283, 17);\r
+            this.check_m4v.Size = new System.Drawing.Size(319, 17);\r
             this.check_m4v.TabIndex = 82;\r
-            this.check_m4v.Text = "Use iPod/iTunes friendly file extension (.m4v) for MP4";\r
-            this.ToolTip.SetToolTip(this.check_m4v, "Use .m4v instead of .mp4 for MP4 files");\r
+            this.check_m4v.Text = "Always use iPod/iTunes friendly file extension (.m4v) for MP4";\r
+            this.ToolTip.SetToolTip(this.check_m4v, resources.GetString("check_m4v.ToolTip"));\r
             this.check_m4v.UseVisualStyleBackColor = true;\r
             this.check_m4v.CheckedChanged += new System.EventHandler(this.check_m4v_CheckedChanged);\r
             // \r
@@ -305,8 +307,7 @@ namespace Handbrake
             this.drop_updateCheckDays.Name = "drop_updateCheckDays";\r
             this.drop_updateCheckDays.Size = new System.Drawing.Size(97, 21);\r
             this.drop_updateCheckDays.TabIndex = 97;\r
-            this.ToolTip.SetToolTip(this.drop_updateCheckDays, "The number of processor\'s / processor cores. Unless your having problems, leave o" +\r
-                    "n Automatic.");\r
+            this.ToolTip.SetToolTip(this.drop_updateCheckDays, "Check for updates: Daily, Weekly or Monthly\r\nDefault: Weekly");\r
             this.drop_updateCheckDays.SelectedIndexChanged += new System.EventHandler(this.drop_updateCheckDays_SelectedIndexChanged);\r
             // \r
             // check_autoNaming\r
@@ -698,16 +699,6 @@ namespace Handbrake
             this.check_logsInSpecifiedLocation.UseVisualStyleBackColor = true;\r
             this.check_logsInSpecifiedLocation.CheckedChanged += new System.EventHandler(this.check_logsInSpecifiedLocation_CheckedChanged);\r
             // \r
-            // label14\r
-            // \r
-            this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
-            this.label14.AutoSize = true;\r
-            this.label14.Location = new System.Drawing.Point(65, 177);\r
-            this.label14.Name = "label14";\r
-            this.label14.Size = new System.Drawing.Size(53, 13);\r
-            this.label14.TabIndex = 81;\r
-            this.label14.Text = "Log Path:";\r
-            // \r
             // Label11\r
             // \r
             this.Label11.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
@@ -855,6 +846,16 @@ namespace Handbrake
             this.btn_clearLogs.UseVisualStyleBackColor = true;\r
             this.btn_clearLogs.Click += new System.EventHandler(this.btn_clearLogs_Click);\r
             // \r
+            // label14\r
+            // \r
+            this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
+            this.label14.AutoSize = true;\r
+            this.label14.Location = new System.Drawing.Point(65, 177);\r
+            this.label14.Name = "label14";\r
+            this.label14.Size = new System.Drawing.Size(53, 13);\r
+            this.label14.TabIndex = 81;\r
+            this.label14.Text = "Log Path:";\r
+            // \r
             // tab_advanced\r
             // \r
             this.tab_advanced.Controls.Add(this.tableLayoutPanel4);\r
@@ -927,9 +928,9 @@ namespace Handbrake
             this.tableLayoutPanel4.SetColumnSpan(this.check_dvdnav, 4);\r
             this.check_dvdnav.Location = new System.Drawing.Point(67, 208);\r
             this.check_dvdnav.Name = "check_dvdnav";\r
-            this.check_dvdnav.Size = new System.Drawing.Size(250, 17);\r
+            this.check_dvdnav.Size = new System.Drawing.Size(276, 17);\r
             this.check_dvdnav.TabIndex = 90;\r
-            this.check_dvdnav.Text = "Use libdvdnav (instead of libdvdread) for DVDs";\r
+            this.check_dvdnav.Text = "Disable LibDVDNav. (libdvdread will be used instead)";\r
             this.check_dvdnav.UseVisualStyleBackColor = false;\r
             this.check_dvdnav.CheckedChanged += new System.EventHandler(this.check_dvdnav_CheckedChanged);\r
             // \r
@@ -1126,6 +1127,9 @@ namespace Handbrake
             // \r
             this.ToolTip.Active = false;\r
             this.ToolTip.AutomaticDelay = 1000;\r
+            this.ToolTip.AutoPopDelay = 15000;\r
+            this.ToolTip.InitialDelay = 1000;\r
+            this.ToolTip.ReshowDelay = 200;\r
             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
             this.ToolTip.ToolTipTitle = "Tooltip";\r
             // \r