From 374702658bf34beca6051cecb90fcb544625653b Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 27 Feb 2011 12:42:24 +0000 Subject: [PATCH] WinGui: - Fix Build git-svn-id: svn://localhost/HandBrake/trunk@3815 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/HandBrakeCS.csproj | 4 ---- win/C#/frmMain.Designer.cs | 8 ++++---- win/C#/frmMain.cs | 2 -- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 6229fc46..1cd590ce 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -148,10 +148,6 @@ libraries\AxInterop.QTOControlLib.dll - - - - False libraries\Growl.Connector.dll diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index a5a33516..1edd0644 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -39,7 +39,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 dataGridViewCellStyle2 = 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.ToolTip = new System.Windows.Forms.ToolTip(this.components); @@ -383,9 +383,9 @@ namespace Handbrake // // number // - dataGridViewCellStyle2.Format = "N0"; - dataGridViewCellStyle2.NullValue = null; - this.number.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle1.Format = "N0"; + dataGridViewCellStyle1.NullValue = null; + this.number.DefaultCellStyle = dataGridViewCellStyle1; this.number.Frozen = true; this.number.HeaderText = "Chapter Number"; this.number.MaxInputLength = 3; diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 184af65a..efa9810f 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -16,8 +16,6 @@ namespace Handbrake using System.Threading; using System.Windows.Forms; - using DevExpress.Utils.Menu; - using Functions; using HandBrake.ApplicationServices.EventArgs; -- 2.11.0