From: sr55 Date: Sun, 27 Feb 2011 12:42:24 +0000 (+0000) Subject: WinGui: X-Git-Url: http://git.osdn.jp/view?p=handbrake-jp%2Fhandbrake-jp-git.git;a=commitdiff_plain;h=374702658bf34beca6051cecb90fcb544625653b WinGui: - Fix Build git-svn-id: svn://localhost/HandBrake/trunk@3815 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 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;