summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-07-10 19:17:40 +0000
committersr55 <[email protected]>2009-07-10 19:17:40 +0000
commitc013dff0ee39c978a70089028ef314e46dfb8ca3 (patch)
tree91077a07839d3277a5c1660259f618acdbcc1a03 /win/C#/frmMain.Designer.cs
parent0caa74dce42dd83385e5d72e7c942522742bd7cd (diff)
WinGui:
- Updated PictureSettings code from darkassassin + a few bug fixes. - Reset to .NET framework 2.0 Note: this code is not quite ready for usage yet, wait for a few more checkins git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2681 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r--win/C#/frmMain.Designer.cs26
1 files changed, 18 insertions, 8 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs
index 5dc3b88a3..2ddc303d2 100644
--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -40,7 +40,7 @@ namespace Handbrake
this.components = new System.ComponentModel.Container();
System.Windows.Forms.ContextMenuStrip notifyIconMenu;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();
this.DVD_Save = new System.Windows.Forms.SaveFileDialog();
this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
@@ -388,9 +388,9 @@ namespace Handbrake
//
// number
//
- dataGridViewCellStyle1.Format = "N0";
- dataGridViewCellStyle1.NullValue = null;
- this.number.DefaultCellStyle = dataGridViewCellStyle1;
+ dataGridViewCellStyle2.Format = "N0";
+ dataGridViewCellStyle2.NullValue = null;
+ this.number.DefaultCellStyle = dataGridViewCellStyle2;
this.number.Frozen = true;
this.number.HeaderText = "Chapter Number";
this.number.MaxInputLength = 3;
@@ -896,11 +896,21 @@ namespace Handbrake
//
// PictureSettings
//
- this.PictureSettings.BackColor = System.Drawing.Color.Transparent;
- this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F);
+ this.PictureSettings.CroppingValues = new int[] {
+ 0,
+ 0,
+ 0,
+ 0};
+ this.PictureSettings.DisplayResolution = new System.Drawing.Size(0, 0);
+ this.PictureSettings.Enabled = false;
+ this.PictureSettings.EncodeHeight = 0;
+ this.PictureSettings.EncodeWidth = 0;
+ this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PictureSettings.Location = new System.Drawing.Point(0, 0);
+ this.PictureSettings.MaximumHeight = 2560;
+ this.PictureSettings.MaximumWidth = 2560;
this.PictureSettings.Name = "PictureSettings";
- this.PictureSettings.Size = new System.Drawing.Size(713, 310);
+ this.PictureSettings.Size = new System.Drawing.Size(666, 279);
this.PictureSettings.TabIndex = 0;
//
// Check_ChapterMarkers
@@ -1719,7 +1729,6 @@ namespace Handbrake
private System.Diagnostics.Process hbproc;
private TabPage tab_subtitles;
internal Handbrake.Controls.AudioPanel AudioSettings;
- internal Handbrake.Controls.PictureSettings PictureSettings;
internal Handbrake.Controls.Subtitles Subtitles;
internal Handbrake.Controls.Filters Filters;
private ToolStripStatusLabel lbl_updateCheck;
@@ -1742,6 +1751,7 @@ namespace Handbrake
private Label labelSource;
private Label labelStaticSource;
internal Label labelPreset;
+ internal Handbrake.Controls.PictureSettings PictureSettings;
}