summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-09-09 19:01:38 +0000
committersr55 <[email protected]>2008-09-09 19:01:38 +0000
commitebf4b4d663b9eeeed5d9632b5a2076355cff7145 (patch)
tree50d33a1d0b661a9840b6bee3666949803306b339 /win/C#/frmMain.Designer.cs
parent69699d2343472ad6fd1af454abd213e71287cb25 (diff)
WinGui:
- Fixed Crop values not set on title change. as per: http://forum.handbrake.fr/viewtopic.php?f=12&t=7050 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1684 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r--win/C#/frmMain.Designer.cs12
1 files changed, 8 insertions, 4 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs
index 4ece9098a..768db1111 100644
--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -38,7 +38,7 @@ namespace Handbrake
System.Windows.Forms.Label Label38;
System.Windows.Forms.ContextMenuStrip notifyIconMenu;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();
this.DVD_Save = new System.Windows.Forms.SaveFileDialog();
this.File_Save = new System.Windows.Forms.SaveFileDialog();
@@ -643,9 +643,9 @@ namespace Handbrake
//
// number
//
- dataGridViewCellStyle11.Format = "N0";
- dataGridViewCellStyle11.NullValue = null;
- this.number.DefaultCellStyle = dataGridViewCellStyle11;
+ dataGridViewCellStyle1.Format = "N0";
+ dataGridViewCellStyle1.NullValue = null;
+ this.number.DefaultCellStyle = dataGridViewCellStyle1;
this.number.HeaderText = "Chapter Number";
this.number.MaxInputLength = 3;
this.number.Name = "number";
@@ -1953,6 +1953,7 @@ namespace Handbrake
//
// text_bottom
//
+ this.text_bottom.Enabled = false;
this.text_bottom.Location = new System.Drawing.Point(96, 147);
this.text_bottom.Maximum = new decimal(new int[] {
1080,
@@ -1965,6 +1966,7 @@ namespace Handbrake
//
// text_top
//
+ this.text_top.Enabled = false;
this.text_top.Location = new System.Drawing.Point(96, 101);
this.text_top.Maximum = new decimal(new int[] {
1080,
@@ -1977,6 +1979,7 @@ namespace Handbrake
//
// text_left
//
+ this.text_left.Enabled = false;
this.text_left.Location = new System.Drawing.Point(45, 123);
this.text_left.Maximum = new decimal(new int[] {
1920,
@@ -1989,6 +1992,7 @@ namespace Handbrake
//
// text_right
//
+ this.text_right.Enabled = false;
this.text_right.Location = new System.Drawing.Point(147, 123);
this.text_right.Maximum = new decimal(new int[] {
1920,