From afa69dcabb84b190537d186be8e552ad7ad79ef2 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 3 Jul 2011 18:18:56 +0000 Subject: WinGui: Replace the old-school Windows 9x folder dialog with a 3rd party (ookii) control which uses the new Vista / 7 style folder dialog which is significantly easier to use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4083 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/frmMain.Designer.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'win/CS/frmMain.Designer.cs') diff --git a/win/CS/frmMain.Designer.cs b/win/CS/frmMain.Designer.cs index 34cd082c0..96a8853bb 100644 --- a/win/CS/frmMain.Designer.cs +++ b/win/CS/frmMain.Designer.cs @@ -825,7 +825,7 @@ namespace Handbrake this.AudioSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AudioSettings.Location = new System.Drawing.Point(0, 0); this.AudioSettings.Name = "AudioSettings"; - this.AudioSettings.ScannedTracks = ((System.ComponentModel.BindingList)(resources.GetObject("AudioSettings.ScannedTracks"))); + this.AudioSettings.ScannedTracks = null; this.AudioSettings.Size = new System.Drawing.Size(720, 310); this.AudioSettings.TabIndex = 0; // @@ -1433,15 +1433,18 @@ namespace Handbrake this.MnuCheckForUpdates, this.toolStripSeparator11, this.MnuAboutHandBrake}); + this.toolStripDropDownButton1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStripDropDownButton1.Image = global::Handbrake.Properties.Resources.Help24; this.toolStripDropDownButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripDropDownButton1.Margin = new System.Windows.Forms.Padding(0, 1, 8, 2); this.toolStripDropDownButton1.Name = "toolStripDropDownButton1"; this.toolStripDropDownButton1.Size = new System.Drawing.Size(69, 36); this.toolStripDropDownButton1.Text = "Help"; // // MnuUserGuide // + this.MnuUserGuide.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MnuUserGuide.Image = global::Handbrake.Properties.Resources.info16; this.MnuUserGuide.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.MnuUserGuide.Name = "MnuUserGuide"; @@ -1456,6 +1459,7 @@ namespace Handbrake // // MnuCheckForUpdates // + this.MnuCheckForUpdates.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MnuCheckForUpdates.Name = "MnuCheckForUpdates"; this.MnuCheckForUpdates.Size = new System.Drawing.Size(192, 24); this.MnuCheckForUpdates.Text = "Check for Updates"; @@ -1468,6 +1472,7 @@ namespace Handbrake // // MnuAboutHandBrake // + this.MnuAboutHandBrake.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MnuAboutHandBrake.Image = global::Handbrake.Properties.Resources.hb16; this.MnuAboutHandBrake.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.MnuAboutHandBrake.Name = "MnuAboutHandBrake"; -- cgit v1.2.3