diff options
author | sr55 <[email protected]> | 2009-06-15 14:56:23 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-15 14:56:23 +0000 |
commit | 24780596a9e62e823d619792445a784094f904a2 (patch) | |
tree | 79909eb55db5bf00acd2466a32d7da343949d8f5 /win/C#/Controls/PictureSettings.Designer.cs | |
parent | b023bb532c17e1284230172b660baa32b5750318 (diff) |
WinGui:
- Picture Settings: Height of 0 allows for no -l to be passed to the CLI
- Picture Settings / pre-sets now set 0 when no Height specified. Prevents the panel from using incorrect values when pre-sets are selected.
- Simplified the Encode.cs set-up. Includes changes to QueueHandler
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2534 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/PictureSettings.Designer.cs')
-rw-r--r-- | win/C#/Controls/PictureSettings.Designer.cs | 138 |
1 files changed, 130 insertions, 8 deletions
diff --git a/win/C#/Controls/PictureSettings.Designer.cs b/win/C#/Controls/PictureSettings.Designer.cs index 50296bc05..67c0dad4b 100644 --- a/win/C#/Controls/PictureSettings.Designer.cs +++ b/win/C#/Controls/PictureSettings.Designer.cs @@ -77,18 +77,17 @@ namespace Handbrake.Controls //
// text_height
//
+ this.text_height.AccessibleDescription = null;
+ this.text_height.AccessibleName = null;
resources.ApplyResources(this.text_height, "text_height");
+ this.text_height.Font = null;
this.text_height.Maximum = new decimal(new int[] {
2560,
0,
0,
0});
- this.text_height.Minimum = new decimal(new int[] {
- 64,
- 0,
- 0,
- 0});
this.text_height.Name = "text_height";
+ this.toolTip.SetToolTip(this.text_height, resources.GetString("text_height.ToolTip"));
this.text_height.Value = new decimal(new int[] {
64,
0,
@@ -98,7 +97,10 @@ namespace Handbrake.Controls //
// text_width
//
+ this.text_width.AccessibleDescription = null;
+ this.text_width.AccessibleName = null;
resources.ApplyResources(this.text_width, "text_width");
+ this.text_width.Font = null;
this.text_width.Maximum = new decimal(new int[] {
2560,
0,
@@ -110,6 +112,7 @@ namespace Handbrake.Controls 0,
0});
this.text_width.Name = "text_width";
+ this.toolTip.SetToolTip(this.text_width, resources.GetString("text_width.ToolTip"));
this.text_width.Value = new decimal(new int[] {
64,
0,
@@ -119,38 +122,58 @@ namespace Handbrake.Controls //
// label4
//
+ this.label4.AccessibleDescription = null;
+ this.label4.AccessibleName = null;
resources.ApplyResources(this.label4, "label4");
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.ForeColor = System.Drawing.Color.Black;
this.label4.Name = "label4";
+ this.toolTip.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
//
// lbl_max
//
+ this.lbl_max.AccessibleDescription = null;
+ this.lbl_max.AccessibleName = null;
resources.ApplyResources(this.lbl_max, "lbl_max");
+ this.lbl_max.Font = null;
this.lbl_max.Name = "lbl_max";
+ this.toolTip.SetToolTip(this.lbl_max, resources.GetString("lbl_max.ToolTip"));
//
// lbl_src_res
//
+ this.lbl_src_res.AccessibleDescription = null;
+ this.lbl_src_res.AccessibleName = null;
resources.ApplyResources(this.lbl_src_res, "lbl_src_res");
this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;
this.lbl_src_res.Name = "lbl_src_res";
+ this.toolTip.SetToolTip(this.lbl_src_res, resources.GetString("lbl_src_res.ToolTip"));
//
// label7
//
+ this.label7.AccessibleDescription = null;
+ this.label7.AccessibleName = null;
resources.ApplyResources(this.label7, "label7");
this.label7.BackColor = System.Drawing.Color.Transparent;
+ this.label7.Font = null;
this.label7.Name = "label7";
+ this.toolTip.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
//
// label6
//
+ this.label6.AccessibleDescription = null;
+ this.label6.AccessibleName = null;
resources.ApplyResources(this.label6, "label6");
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Name = "label6";
+ this.toolTip.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
//
// drp_anamorphic
//
- this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.drp_anamorphic.AccessibleDescription = null;
+ this.drp_anamorphic.AccessibleName = null;
resources.ApplyResources(this.drp_anamorphic, "drp_anamorphic");
+ this.drp_anamorphic.BackgroundImage = null;
+ this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.drp_anamorphic.FormattingEnabled = true;
this.drp_anamorphic.Items.AddRange(new object[] {
resources.GetString("drp_anamorphic.Items"),
@@ -158,43 +181,62 @@ namespace Handbrake.Controls resources.GetString("drp_anamorphic.Items2"),
resources.GetString("drp_anamorphic.Items3")});
this.drp_anamorphic.Name = "drp_anamorphic";
+ this.toolTip.SetToolTip(this.drp_anamorphic, resources.GetString("drp_anamorphic.ToolTip"));
this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged);
//
// label26
//
+ this.label26.AccessibleDescription = null;
+ this.label26.AccessibleName = null;
resources.ApplyResources(this.label26, "label26");
this.label26.BackColor = System.Drawing.Color.Transparent;
this.label26.Name = "label26";
+ this.toolTip.SetToolTip(this.label26, resources.GetString("label26.ToolTip"));
//
// lbl_Aspect
//
+ this.lbl_Aspect.AccessibleDescription = null;
+ this.lbl_Aspect.AccessibleName = null;
resources.ApplyResources(this.lbl_Aspect, "lbl_Aspect");
this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent;
this.lbl_Aspect.Name = "lbl_Aspect";
+ this.toolTip.SetToolTip(this.lbl_Aspect, resources.GetString("lbl_Aspect.ToolTip"));
//
// Label91
//
+ this.Label91.AccessibleDescription = null;
+ this.Label91.AccessibleName = null;
resources.ApplyResources(this.Label91, "Label91");
this.Label91.BackColor = System.Drawing.Color.Transparent;
this.Label91.Name = "Label91";
+ this.toolTip.SetToolTip(this.Label91, resources.GetString("Label91.ToolTip"));
//
// Label55
//
+ this.Label55.AccessibleDescription = null;
+ this.Label55.AccessibleName = null;
resources.ApplyResources(this.Label55, "Label55");
this.Label55.BackColor = System.Drawing.Color.Transparent;
this.Label55.ForeColor = System.Drawing.Color.Black;
this.Label55.Name = "Label55";
+ this.toolTip.SetToolTip(this.Label55, resources.GetString("Label55.ToolTip"));
//
// lbl_modulus
//
+ this.lbl_modulus.AccessibleDescription = null;
+ this.lbl_modulus.AccessibleName = null;
resources.ApplyResources(this.lbl_modulus, "lbl_modulus");
this.lbl_modulus.BackColor = System.Drawing.Color.Transparent;
this.lbl_modulus.Name = "lbl_modulus";
+ this.toolTip.SetToolTip(this.lbl_modulus, resources.GetString("lbl_modulus.ToolTip"));
//
// drop_modulus
//
- this.drop_modulus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.drop_modulus.AccessibleDescription = null;
+ this.drop_modulus.AccessibleName = null;
resources.ApplyResources(this.drop_modulus, "drop_modulus");
+ this.drop_modulus.BackgroundImage = null;
+ this.drop_modulus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.drop_modulus.FormattingEnabled = true;
this.drop_modulus.Items.AddRange(new object[] {
resources.GetString("drop_modulus.Items"),
@@ -202,72 +244,112 @@ namespace Handbrake.Controls resources.GetString("drop_modulus.Items2"),
resources.GetString("drop_modulus.Items3")});
this.drop_modulus.Name = "drop_modulus";
+ this.toolTip.SetToolTip(this.drop_modulus, resources.GetString("drop_modulus.ToolTip"));
//
// txt_displayWidth
//
+ this.txt_displayWidth.AccessibleDescription = null;
+ this.txt_displayWidth.AccessibleName = null;
resources.ApplyResources(this.txt_displayWidth, "txt_displayWidth");
+ this.txt_displayWidth.BackgroundImage = null;
+ this.txt_displayWidth.Font = null;
this.txt_displayWidth.Name = "txt_displayWidth";
this.toolTip.SetToolTip(this.txt_displayWidth, resources.GetString("txt_displayWidth.ToolTip"));
this.txt_displayWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_displayWidth_Keyup);
//
// lbl_displayWidth
//
+ this.lbl_displayWidth.AccessibleDescription = null;
+ this.lbl_displayWidth.AccessibleName = null;
resources.ApplyResources(this.lbl_displayWidth, "lbl_displayWidth");
this.lbl_displayWidth.BackColor = System.Drawing.Color.Transparent;
this.lbl_displayWidth.Name = "lbl_displayWidth";
+ this.toolTip.SetToolTip(this.lbl_displayWidth, resources.GetString("lbl_displayWidth.ToolTip"));
//
// lbl_parWidth
//
+ this.lbl_parWidth.AccessibleDescription = null;
+ this.lbl_parWidth.AccessibleName = null;
resources.ApplyResources(this.lbl_parWidth, "lbl_parWidth");
this.lbl_parWidth.BackColor = System.Drawing.Color.Transparent;
this.lbl_parWidth.Name = "lbl_parWidth";
+ this.toolTip.SetToolTip(this.lbl_parWidth, resources.GetString("lbl_parWidth.ToolTip"));
//
// txt_parWidth
//
+ this.txt_parWidth.AccessibleDescription = null;
+ this.txt_parWidth.AccessibleName = null;
resources.ApplyResources(this.txt_parWidth, "txt_parWidth");
+ this.txt_parWidth.BackgroundImage = null;
+ this.txt_parWidth.Font = null;
this.txt_parWidth.Name = "txt_parWidth";
this.toolTip.SetToolTip(this.txt_parWidth, resources.GetString("txt_parWidth.ToolTip"));
this.txt_parWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_parWidth_Keyup);
//
// lbl_parHeight
//
+ this.lbl_parHeight.AccessibleDescription = null;
+ this.lbl_parHeight.AccessibleName = null;
resources.ApplyResources(this.lbl_parHeight, "lbl_parHeight");
this.lbl_parHeight.BackColor = System.Drawing.Color.Transparent;
this.lbl_parHeight.Name = "lbl_parHeight";
+ this.toolTip.SetToolTip(this.lbl_parHeight, resources.GetString("lbl_parHeight.ToolTip"));
//
// txt_parHeight
//
+ this.txt_parHeight.AccessibleDescription = null;
+ this.txt_parHeight.AccessibleName = null;
resources.ApplyResources(this.txt_parHeight, "txt_parHeight");
+ this.txt_parHeight.BackgroundImage = null;
+ this.txt_parHeight.Font = null;
this.txt_parHeight.Name = "txt_parHeight";
this.toolTip.SetToolTip(this.txt_parHeight, resources.GetString("txt_parHeight.ToolTip"));
this.txt_parHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_parHeight_Keyup);
//
// check_KeepAR
//
+ this.check_KeepAR.AccessibleDescription = null;
+ this.check_KeepAR.AccessibleName = null;
resources.ApplyResources(this.check_KeepAR, "check_KeepAR");
+ this.check_KeepAR.BackgroundImage = null;
+ this.check_KeepAR.Font = null;
this.check_KeepAR.Name = "check_KeepAR";
+ this.toolTip.SetToolTip(this.check_KeepAR, resources.GetString("check_KeepAR.ToolTip"));
this.check_KeepAR.UseVisualStyleBackColor = true;
this.check_KeepAR.CheckedChanged += new System.EventHandler(this.check_KeepAR_CheckedChanged);
//
// check_customCrop
//
+ this.check_customCrop.AccessibleDescription = null;
+ this.check_customCrop.AccessibleName = null;
resources.ApplyResources(this.check_customCrop, "check_customCrop");
+ this.check_customCrop.BackgroundImage = null;
+ this.check_customCrop.Font = null;
this.check_customCrop.Name = "check_customCrop";
+ this.toolTip.SetToolTip(this.check_customCrop, resources.GetString("check_customCrop.ToolTip"));
this.check_customCrop.UseVisualStyleBackColor = true;
this.check_customCrop.CheckedChanged += new System.EventHandler(this.check_customCrop_CheckedChanged);
//
// check_autoCrop
//
+ this.check_autoCrop.AccessibleDescription = null;
+ this.check_autoCrop.AccessibleName = null;
resources.ApplyResources(this.check_autoCrop, "check_autoCrop");
+ this.check_autoCrop.BackgroundImage = null;
this.check_autoCrop.Checked = true;
+ this.check_autoCrop.Font = null;
this.check_autoCrop.Name = "check_autoCrop";
this.check_autoCrop.TabStop = true;
+ this.toolTip.SetToolTip(this.check_autoCrop, resources.GetString("check_autoCrop.ToolTip"));
this.check_autoCrop.UseVisualStyleBackColor = true;
this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged);
//
// crop_bottom
//
+ this.crop_bottom.AccessibleDescription = null;
+ this.crop_bottom.AccessibleName = null;
resources.ApplyResources(this.crop_bottom, "crop_bottom");
+ this.crop_bottom.Font = null;
this.crop_bottom.Increment = new decimal(new int[] {
2,
0,
@@ -279,11 +361,15 @@ namespace Handbrake.Controls 0,
0});
this.crop_bottom.Name = "crop_bottom";
+ this.toolTip.SetToolTip(this.crop_bottom, resources.GetString("crop_bottom.ToolTip"));
this.crop_bottom.ValueChanged += new System.EventHandler(this.crop_bottom_ValueChanged);
//
// crop_top
//
+ this.crop_top.AccessibleDescription = null;
+ this.crop_top.AccessibleName = null;
resources.ApplyResources(this.crop_top, "crop_top");
+ this.crop_top.Font = null;
this.crop_top.Increment = new decimal(new int[] {
2,
0,
@@ -295,11 +381,15 @@ namespace Handbrake.Controls 0,
0});
this.crop_top.Name = "crop_top";
+ this.toolTip.SetToolTip(this.crop_top, resources.GetString("crop_top.ToolTip"));
this.crop_top.ValueChanged += new System.EventHandler(this.crop_top_ValueChanged);
//
// crop_left
//
+ this.crop_left.AccessibleDescription = null;
+ this.crop_left.AccessibleName = null;
resources.ApplyResources(this.crop_left, "crop_left");
+ this.crop_left.Font = null;
this.crop_left.Increment = new decimal(new int[] {
2,
0,
@@ -311,11 +401,15 @@ namespace Handbrake.Controls 0,
0});
this.crop_left.Name = "crop_left";
+ this.toolTip.SetToolTip(this.crop_left, resources.GetString("crop_left.ToolTip"));
this.crop_left.ValueChanged += new System.EventHandler(this.crop_left_ValueChanged);
//
// crop_right
//
+ this.crop_right.AccessibleDescription = null;
+ this.crop_right.AccessibleName = null;
resources.ApplyResources(this.crop_right, "crop_right");
+ this.crop_right.Font = null;
this.crop_right.Increment = new decimal(new int[] {
2,
0,
@@ -327,53 +421,80 @@ namespace Handbrake.Controls 0,
0});
this.crop_right.Name = "crop_right";
+ this.toolTip.SetToolTip(this.crop_right, resources.GetString("crop_right.ToolTip"));
this.crop_right.ValueChanged += new System.EventHandler(this.crop_right_ValueChanged);
//
// label8
//
+ this.label8.AccessibleDescription = null;
+ this.label8.AccessibleName = null;
resources.ApplyResources(this.label8, "label8");
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.Name = "label8";
+ this.toolTip.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
//
// Label53
//
+ this.Label53.AccessibleDescription = null;
+ this.Label53.AccessibleName = null;
resources.ApplyResources(this.Label53, "Label53");
this.Label53.BackColor = System.Drawing.Color.Transparent;
this.Label53.Name = "Label53";
+ this.toolTip.SetToolTip(this.Label53, resources.GetString("Label53.ToolTip"));
//
// Label52
//
+ this.Label52.AccessibleDescription = null;
+ this.Label52.AccessibleName = null;
resources.ApplyResources(this.Label52, "Label52");
this.Label52.BackColor = System.Drawing.Color.Transparent;
this.Label52.Name = "Label52";
+ this.toolTip.SetToolTip(this.Label52, resources.GetString("Label52.ToolTip"));
//
// Label51
//
+ this.Label51.AccessibleDescription = null;
+ this.Label51.AccessibleName = null;
resources.ApplyResources(this.Label51, "Label51");
this.Label51.BackColor = System.Drawing.Color.Transparent;
this.Label51.Name = "Label51";
+ this.toolTip.SetToolTip(this.Label51, resources.GetString("Label51.ToolTip"));
//
// Label15
//
+ this.Label15.AccessibleDescription = null;
+ this.Label15.AccessibleName = null;
resources.ApplyResources(this.Label15, "Label15");
this.Label15.BackColor = System.Drawing.Color.Transparent;
this.Label15.Name = "Label15";
+ this.toolTip.SetToolTip(this.Label15, resources.GetString("Label15.ToolTip"));
//
// lbl_anamorphic
//
+ this.lbl_anamorphic.AccessibleDescription = null;
+ this.lbl_anamorphic.AccessibleName = null;
resources.ApplyResources(this.lbl_anamorphic, "lbl_anamorphic");
this.lbl_anamorphic.BackColor = System.Drawing.Color.Transparent;
this.lbl_anamorphic.Name = "lbl_anamorphic";
+ this.toolTip.SetToolTip(this.lbl_anamorphic, resources.GetString("lbl_anamorphic.ToolTip"));
//
// lbl_anamprohicLbl
//
+ this.lbl_anamprohicLbl.AccessibleDescription = null;
+ this.lbl_anamprohicLbl.AccessibleName = null;
resources.ApplyResources(this.lbl_anamprohicLbl, "lbl_anamprohicLbl");
this.lbl_anamprohicLbl.BackColor = System.Drawing.Color.Transparent;
+ this.lbl_anamprohicLbl.Font = null;
this.lbl_anamprohicLbl.Name = "lbl_anamprohicLbl";
+ this.toolTip.SetToolTip(this.lbl_anamprohicLbl, resources.GetString("lbl_anamprohicLbl.ToolTip"));
//
// PictureSettings
//
+ this.AccessibleDescription = null;
+ this.AccessibleName = null;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
+ resources.ApplyResources(this, "$this");
+ this.BackgroundImage = null;
this.Controls.Add(this.lbl_anamorphic);
this.Controls.Add(this.lbl_anamprohicLbl);
this.Controls.Add(this.check_customCrop);
@@ -408,8 +529,9 @@ namespace Handbrake.Controls this.Controls.Add(this.lbl_Aspect);
this.Controls.Add(this.Label91);
this.Controls.Add(this.Label55);
+ this.Font = null;
this.Name = "PictureSettings";
- resources.ApplyResources(this, "$this");
+ this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
((System.ComponentModel.ISupportInitialize)(this.text_height)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.text_width)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).EndInit();
|