diff options
Diffstat (limited to 'win/C#/frmAddPreset.Designer.cs')
-rw-r--r-- | win/C#/frmAddPreset.Designer.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/win/C#/frmAddPreset.Designer.cs b/win/C#/frmAddPreset.Designer.cs index b91ece1d8..00f33ba21 100644 --- a/win/C#/frmAddPreset.Designer.cs +++ b/win/C#/frmAddPreset.Designer.cs @@ -61,24 +61,24 @@ namespace Handbrake //
// btn_add
//
- this.btn_add.BackColor = System.Drawing.Color.Transparent;
+ this.btn_add.BackColor = System.Drawing.SystemColors.Control;
this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btn_add.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_add.Location = new System.Drawing.Point(233, 44);
+ this.btn_add.Location = new System.Drawing.Point(284, 42);
this.btn_add.Name = "btn_add";
- this.btn_add.Size = new System.Drawing.Size(117, 22);
- this.btn_add.TabIndex = 4;
+ this.btn_add.Size = new System.Drawing.Size(66, 22);
+ this.btn_add.TabIndex = 0;
this.btn_add.TabStop = false;
- this.btn_add.Text = "Add Preset";
- this.btn_add.UseVisualStyleBackColor = true;
+ this.btn_add.Text = "Add";
+ this.btn_add.UseVisualStyleBackColor = false;
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
//
// frmAddPreset
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(366, 76);
+ this.ClientSize = new System.Drawing.Size(362, 76);
this.Controls.Add(this.btn_add);
this.Controls.Add(this.txt_preset_name);
this.Controls.Add(this.lbl_name);
|