• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revision374702658bf34beca6051cecb90fcb544625653b (tree)
Time2011-02-27 21:42:24
Authorsr55 <sr55@b64f...>
Commitersr55

Log Message

WinGui:
- Fix Build

git-svn-id: svn://localhost/HandBrake/trunk@3815 b64f7644-9d1e-0410-96f1-a4d463321fa5

Change Summary

Incremental Difference

--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -148,10 +148,6 @@
148148 <Reference Include="AxInterop.QTOControlLib">
149149 <HintPath>libraries\AxInterop.QTOControlLib.dll</HintPath>
150150 </Reference>
151- <Reference Include="DevExpress.Data.v10.2, Version=10.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
152- <Reference Include="DevExpress.Utils.v10.2, Version=10.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
153- <Reference Include="DevExpress.XtraBars.v10.2, Version=10.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
154- <Reference Include="DevExpress.XtraEditors.v10.2, Version=10.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
155151 <Reference Include="Growl.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=980c2339411be384, processorArchitecture=x86">
156152 <SpecificVersion>False</SpecificVersion>
157153 <HintPath>libraries\Growl.Connector.dll</HintPath>
--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -39,7 +39,7 @@ namespace Handbrake
3939 this.components = new System.ComponentModel.Container();
4040 System.Windows.Forms.ContextMenuStrip notifyIconMenu;
4141 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
42- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
42+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
4343 this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();
4444 this.DVD_Save = new System.Windows.Forms.SaveFileDialog();
4545 this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
@@ -383,9 +383,9 @@ namespace Handbrake
383383 //
384384 // number
385385 //
386- dataGridViewCellStyle2.Format = "N0";
387- dataGridViewCellStyle2.NullValue = null;
388- this.number.DefaultCellStyle = dataGridViewCellStyle2;
386+ dataGridViewCellStyle1.Format = "N0";
387+ dataGridViewCellStyle1.NullValue = null;
388+ this.number.DefaultCellStyle = dataGridViewCellStyle1;
389389 this.number.Frozen = true;
390390 this.number.HeaderText = "Chapter Number";
391391 this.number.MaxInputLength = 3;
--- a/win/C#/frmMain.cs
+++ b/win/C#/frmMain.cs
@@ -16,8 +16,6 @@ namespace Handbrake
1616 using System.Threading;
1717 using System.Windows.Forms;
1818
19- using DevExpress.Utils.Menu;
20-
2119 using Functions;
2220
2321 using HandBrake.ApplicationServices.EventArgs;