OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / PictureSettings.Designer.cs
index c033f74..f3250f9 100644 (file)
@@ -30,6 +30,7 @@ namespace Handbrake.Controls
         /// </summary>\r
         private void InitializeComponent()\r
         {\r
+            this.components = new System.ComponentModel.Container();\r
             this.text_height = new System.Windows.Forms.NumericUpDown();\r
             this.text_width = new System.Windows.Forms.NumericUpDown();\r
             this.label4 = new System.Windows.Forms.Label();\r
@@ -64,6 +65,7 @@ namespace Handbrake.Controls
             this.Label15 = new System.Windows.Forms.Label();\r
             this.lbl_anamorphic = new System.Windows.Forms.Label();\r
             this.lbl_anamprohicLbl = new System.Windows.Forms.Label();\r
+            this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
             ((System.ComponentModel.ISupportInitialize)(this.text_height)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_width)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).BeginInit();\r
@@ -264,6 +266,7 @@ namespace Handbrake.Controls
             this.txt_displayWidth.Name = "txt_displayWidth";\r
             this.txt_displayWidth.Size = new System.Drawing.Size(100, 20);\r
             this.txt_displayWidth.TabIndex = 53;\r
+            this.toolTip.SetToolTip(this.txt_displayWidth, "Display Width - Press \"Enter\" after entering a new value.");\r
             this.txt_displayWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_displayWidth_Keyup);\r
             // \r
             // lbl_displayWidth\r
@@ -294,6 +297,7 @@ namespace Handbrake.Controls
             this.txt_parWidth.Name = "txt_parWidth";\r
             this.txt_parWidth.Size = new System.Drawing.Size(100, 20);\r
             this.txt_parWidth.TabIndex = 55;\r
+            this.toolTip.SetToolTip(this.txt_parWidth, "PAR Width - Press \"Enter\" after entering a new value.\r\n");\r
             this.txt_parWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_parWidth_Keyup);\r
             // \r
             // lbl_parHeight\r
@@ -313,6 +317,7 @@ namespace Handbrake.Controls
             this.txt_parHeight.Name = "txt_parHeight";\r
             this.txt_parHeight.Size = new System.Drawing.Size(100, 20);\r
             this.txt_parHeight.TabIndex = 57;\r
+            this.toolTip.SetToolTip(this.txt_parHeight, "PAR Height - Press \"Enter\" after entering a new value.\r\n");\r
             this.txt_parHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_parHeight_Keyup);\r
             // \r
             // check_KeepAR\r
@@ -564,6 +569,7 @@ namespace Handbrake.Controls
         internal System.Windows.Forms.CheckBox check_KeepAR;\r
         internal System.Windows.Forms.Label lbl_anamorphic;\r
         internal System.Windows.Forms.Label lbl_anamprohicLbl;\r
+        private ToolTip toolTip;\r
 \r
     }\r
 }\r