From: sr55 Date: Thu, 30 Aug 2007 11:42:37 +0000 (+0000) Subject: WinGui: X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=539de6f6f77c4904f66ed34f7361e9144d4ff10b;p=handbrake-jp%2Fhandbrake-jp-git.git WinGui: - Queue now has minimise button. - Ability to disable tooltips in tools > options - Added a few more tooltips to items. - Removed some old files that are no longer needed. - Updated splash screen. git-svn-id: svn://localhost/HandBrake/trunk@902 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index aecb2591..db4342b4 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -25,7 +25,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("2.41")] + [global::System.Configuration.DefaultSettingValueAttribute("2.4.1")] public string GuiVersion { get { return ((string)(this["GuiVersion"])); @@ -85,7 +85,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("")] + [global::System.Configuration.DefaultSettingValueAttribute("Checked")] public string updateStatus { get { return ((string)(this["updateStatus"])); @@ -97,7 +97,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("")] + [global::System.Configuration.DefaultSettingValueAttribute("Checked")] public string verbose { get { return ((string)(this["verbose"])); @@ -516,7 +516,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("")] + [global::System.Configuration.DefaultSettingValueAttribute("Checked")] public string QuickStartWindow { get { return ((string)(this["QuickStartWindow"])); @@ -562,5 +562,17 @@ namespace Handbrake.Properties { this["defaultError"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("Checked")] + public string tooltipEnable { + get { + return ((string)(this["tooltipEnable"])); + } + set { + this["tooltipEnable"] = value; + } + } } } diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index d518d782..0bf338f2 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -3,7 +3,7 @@ - 2.41 + 2.4.1 http://download.m0k.org/handbrake/windows/update.txt @@ -18,10 +18,10 @@ - + Checked - + Checked @@ -126,7 +126,7 @@ - + Checked 0.9.1 @@ -137,5 +137,8 @@ Program Error. Please enable debug more in: Tools > Options. If the error re-occurs, please report it on the forums. + + Checked + \ No newline at end of file diff --git a/win/C#/Resources/tempSplash.jpg b/win/C#/Resources/tempSplash.jpg index da5fc10a..6994569e 100644 Binary files a/win/C#/Resources/tempSplash.jpg and b/win/C#/Resources/tempSplash.jpg differ diff --git a/win/C#/app.config b/win/C#/app.config index 46f1a7d7..a5239f96 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -8,7 +8,7 @@ - 2.41 + 2.4.1 http://download.m0k.org/handbrake/windows/update.txt @@ -23,10 +23,10 @@ - + Checked - + Checked @@ -128,7 +128,7 @@ - + Checked 0.9.1 @@ -139,6 +139,9 @@ Program Error. Please enable debug more in: Tools > Options. If the error re-occurs, please report it on the forums. + + Checked + \ No newline at end of file diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 76e8b36e..386b1ab5 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -220,6 +220,10 @@ namespace Handbrake this.File_Save.DefaultExt = "hb"; this.File_Save.Filter = "hb|*.hb"; // + // ToolTip + // + this.ToolTip.Active = false; + // // drop_chapterFinish // this.drop_chapterFinish.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -428,7 +432,6 @@ namespace Handbrake this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21); this.drp_deInterlace_option.TabIndex = 67; this.drp_deInterlace_option.Text = "None"; - this.ToolTip.SetToolTip(this.drp_deInterlace_option, "Select the subtitle language you require from this dropdown."); // // drp_deNoise // @@ -445,7 +448,6 @@ namespace Handbrake this.drp_deNoise.Size = new System.Drawing.Size(161, 21); this.drp_deNoise.TabIndex = 72; this.drp_deNoise.Text = "None"; - this.ToolTip.SetToolTip(this.drp_deNoise, "Select the subtitle language you require from this dropdown."); // // DVD_Open // @@ -539,7 +541,7 @@ namespace Handbrake // this.mnu_encode.Name = "mnu_encode"; this.mnu_encode.Size = new System.Drawing.Size(155, 22); - this.mnu_encode.Text = "Encode Queue"; + this.mnu_encode.Text = "View Queue"; this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click); // // mnu_viewDVDdata @@ -1029,7 +1031,7 @@ namespace Handbrake this.lbl_update.AutoSize = true; this.lbl_update.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_update.ForeColor = System.Drawing.Color.Black; - this.lbl_update.Location = new System.Drawing.Point(88, 594); + this.lbl_update.Location = new System.Drawing.Point(102, 594); this.lbl_update.Name = "lbl_update"; this.lbl_update.Size = new System.Drawing.Size(193, 13); this.lbl_update.TabIndex = 417; @@ -1074,7 +1076,7 @@ namespace Handbrake this.Version.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Version.Location = new System.Drawing.Point(12, 594); this.Version.Name = "Version"; - this.Version.Size = new System.Drawing.Size(79, 20); + this.Version.Size = new System.Drawing.Size(94, 20); this.Version.TabIndex = 415; this.Version.Text = "Version 2.4"; // @@ -1179,6 +1181,7 @@ namespace Handbrake this.QueryEditorText.Size = new System.Drawing.Size(605, 104); this.QueryEditorText.TabIndex = 41; this.QueryEditorText.Text = ""; + this.ToolTip.SetToolTip(this.QueryEditorText, "Manually add or edit a query generated by the GUI."); // // h264Tab // @@ -1258,6 +1261,7 @@ namespace Handbrake this.rtf_h264advanced.Size = new System.Drawing.Size(605, 96); this.rtf_h264advanced.TabIndex = 41; this.rtf_h264advanced.Text = ""; + this.ToolTip.SetToolTip(this.rtf_h264advanced, "H.264 advanced options can be added here. See link below for details."); // // Label92 // @@ -1350,6 +1354,7 @@ namespace Handbrake this.drp_audioBitrate.Size = new System.Drawing.Size(101, 21); this.drp_audioBitrate.TabIndex = 40; this.drp_audioBitrate.Text = "128"; + this.ToolTip.SetToolTip(this.drp_audioBitrate, "Set the Audio Bit-Rate"); // // Label14 // @@ -1425,6 +1430,7 @@ namespace Handbrake this.drp_audioSampleRate.Size = new System.Drawing.Size(101, 21); this.drp_audioSampleRate.TabIndex = 23; this.drp_audioSampleRate.Text = "44.1"; + this.ToolTip.SetToolTip(this.drp_audioSampleRate, "Set the Audio Sample Rate"); // // TabPage3 // @@ -1531,6 +1537,7 @@ namespace Handbrake this.check_largeFile.Size = new System.Drawing.Size(172, 17); this.check_largeFile.TabIndex = 51; this.check_largeFile.Text = "Larger mp4 Files (> 4GB)"; + this.ToolTip.SetToolTip(this.check_largeFile, "Allows creation of mp4 files greater than 4GB."); this.check_largeFile.UseVisualStyleBackColor = true; this.check_largeFile.Click += new System.EventHandler(this.check_largeFile_CheckedChanged); // @@ -1543,6 +1550,7 @@ namespace Handbrake this.check_turbo.Size = new System.Drawing.Size(110, 17); this.check_turbo.TabIndex = 50; this.check_turbo.Text = "Turbo 1st Pass"; + this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster."); this.check_turbo.UseVisualStyleBackColor = true; // // Label23 @@ -1605,6 +1613,7 @@ namespace Handbrake this.drp_videoFramerate.Size = new System.Drawing.Size(112, 21); this.drp_videoFramerate.TabIndex = 21; this.drp_videoFramerate.Text = "Automatic"; + this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to automcatic in most cases."); // // check_2PassEncode // @@ -1625,6 +1634,7 @@ namespace Handbrake this.slider_videoQuality.Size = new System.Drawing.Size(167, 42); this.slider_videoQuality.TabIndex = 6; this.slider_videoQuality.TickFrequency = 17; + this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. (Around 70% is fine for most)"); this.slider_videoQuality.Scroll += new System.EventHandler(this.slider_videoQuality_Scroll); // // text_filesize @@ -1635,6 +1645,7 @@ namespace Handbrake this.text_filesize.Name = "text_filesize"; this.text_filesize.Size = new System.Drawing.Size(156, 21); this.text_filesize.TabIndex = 16; + this.ToolTip.SetToolTip(this.text_filesize, "Set the file size you wish the encoded file to be."); this.text_filesize.TextChanged += new System.EventHandler(this.text_filesize_TextChanged); // // Label46 @@ -1665,6 +1676,7 @@ namespace Handbrake this.text_bitrate.Name = "text_bitrate"; this.text_bitrate.Size = new System.Drawing.Size(156, 21); this.text_bitrate.TabIndex = 15; + this.ToolTip.SetToolTip(this.text_bitrate, "Set the bitrate of the video"); this.text_bitrate.TextChanged += new System.EventHandler(this.text_bitrate_TextChanged); // // Label42 diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 58ccc7df..27b7ac81 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -58,11 +58,14 @@ namespace Handbrake // Display the quick start window if required. quickStart(); + // Enable or disable tooltips + tooltip(); + //MessageBox.Show(System.Environment.OSVersion.Version.ToString()); } - public void showSplash(object sender) + private void showSplash(object sender) { Form splash = new frmSplashScreen(); splash.Show(); @@ -70,7 +73,7 @@ namespace Handbrake splash.Close(); } - public void loadUserDefaults() + private void loadUserDefaults() { try { @@ -159,7 +162,7 @@ namespace Handbrake } } - public void updateCheck() + private void updateCheck() { if (Properties.Settings.Default.updateStatus == "Checked") { @@ -182,7 +185,7 @@ namespace Handbrake } } - public void quickStart() + private void quickStart() { if ((Properties.Settings.Default.QuickStartWindow == "Checked") || (Properties.Settings.Default.QuickStartWindow == "")) { @@ -191,6 +194,14 @@ namespace Handbrake } } + private void tooltip() + { + if (Properties.Settings.Default.tooltipEnable == "Checked") + { + ToolTip.Active = true; + } + } + // -------------------------------------------------------------- // The main Menu bar. @@ -1389,7 +1400,6 @@ namespace Handbrake drp_audioBitrate.Items.Add("224"); drp_audioBitrate.Items.Add("256"); drp_audioBitrate.Items.Add("320"); - drp_audioBitrate.Items.Add("384"); } } diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index e8680957..189958bc 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -44,6 +44,8 @@ namespace Handbrake this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.check_guiDebug = new System.Windows.Forms.CheckBox(); this.btn_close = new System.Windows.Forms.Button(); + this.label3 = new System.Windows.Forms.Label(); + this.check_tooltip = new System.Windows.Forms.CheckBox(); this.GroupBox2.SuspendLayout(); this.GroupBox3.SuspendLayout(); this.GroupBox1.SuspendLayout(); @@ -70,6 +72,8 @@ namespace Handbrake // GroupBox2 // this.GroupBox2.BackColor = System.Drawing.SystemColors.ControlLight; + this.GroupBox2.Controls.Add(this.label3); + this.GroupBox2.Controls.Add(this.check_tooltip); this.GroupBox2.Controls.Add(this.Label1); this.GroupBox2.Controls.Add(this.check_updateCheck); this.GroupBox2.Controls.Add(this.Label2); @@ -77,7 +81,7 @@ namespace Handbrake this.GroupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GroupBox2.Location = new System.Drawing.Point(12, 11); this.GroupBox2.Name = "GroupBox2"; - this.GroupBox2.Size = new System.Drawing.Size(386, 132); + this.GroupBox2.Size = new System.Drawing.Size(386, 173); this.GroupBox2.TabIndex = 55; this.GroupBox2.TabStop = false; this.GroupBox2.Text = "General Settings"; @@ -108,7 +112,7 @@ namespace Handbrake // this.Label2.AutoSize = true; this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label2.Location = new System.Drawing.Point(13, 72); + this.Label2.Location = new System.Drawing.Point(13, 67); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(229, 13); this.Label2.TabIndex = 46; @@ -118,7 +122,7 @@ namespace Handbrake // this.check_userDefaultSettings.AutoSize = true; this.check_userDefaultSettings.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.check_userDefaultSettings.Location = new System.Drawing.Point(16, 93); + this.check_userDefaultSettings.Location = new System.Drawing.Point(16, 88); this.check_userDefaultSettings.Name = "check_userDefaultSettings"; this.check_userDefaultSettings.Size = new System.Drawing.Size(71, 17); this.check_userDefaultSettings.TabIndex = 47; @@ -192,7 +196,7 @@ namespace Handbrake this.GroupBox3.Controls.Add(this.drp_processors); this.GroupBox3.Controls.Add(this.Label11); this.GroupBox3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.GroupBox3.Location = new System.Drawing.Point(13, 149); + this.GroupBox3.Location = new System.Drawing.Point(13, 190); this.GroupBox3.Name = "GroupBox3"; this.GroupBox3.Size = new System.Drawing.Size(386, 128); this.GroupBox3.TabIndex = 56; @@ -205,7 +209,7 @@ namespace Handbrake this.GroupBox1.Controls.Add(this.check_guiDebug); this.GroupBox1.Controls.Add(this.check_verbose); this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.GroupBox1.Location = new System.Drawing.Point(13, 283); + this.GroupBox1.Location = new System.Drawing.Point(13, 324); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(386, 70); this.GroupBox1.TabIndex = 54; @@ -231,7 +235,7 @@ namespace Handbrake this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_close.Location = new System.Drawing.Point(292, 360); + this.btn_close.Location = new System.Drawing.Point(292, 410); this.btn_close.Name = "btn_close"; this.btn_close.Size = new System.Drawing.Size(107, 22); this.btn_close.TabIndex = 53; @@ -239,10 +243,32 @@ namespace Handbrake this.btn_close.UseVisualStyleBackColor = false; this.btn_close.Click += new System.EventHandler(this.btn_close_Click); // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(13, 117); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(116, 13); + this.label3.TabIndex = 48; + this.label3.Text = "Enable GUI tooltips"; + // + // check_tooltip + // + this.check_tooltip.AutoSize = true; + this.check_tooltip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.check_tooltip.Location = new System.Drawing.Point(16, 138); + this.check_tooltip.Name = "check_tooltip"; + this.check_tooltip.Size = new System.Drawing.Size(71, 17); + this.check_tooltip.TabIndex = 49; + this.check_tooltip.Text = "Enabled"; + this.check_tooltip.UseVisualStyleBackColor = true; + this.check_tooltip.CheckedChanged += new System.EventHandler(this.check_tooltip_CheckedChanged); + // // frmOptions // this.BackColor = System.Drawing.SystemColors.ControlLight; - this.ClientSize = new System.Drawing.Size(411, 394); + this.ClientSize = new System.Drawing.Size(411, 444); this.Controls.Add(this.GroupBox2); this.Controls.Add(this.GroupBox3); this.Controls.Add(this.GroupBox1); @@ -281,5 +307,7 @@ namespace Handbrake internal System.Windows.Forms.GroupBox GroupBox1; internal System.Windows.Forms.Button btn_close; internal System.Windows.Forms.CheckBox check_guiDebug; + internal System.Windows.Forms.Label label3; + internal System.Windows.Forms.CheckBox check_tooltip; } } \ No newline at end of file diff --git a/win/C#/frmOptions.cs b/win/C#/frmOptions.cs index b0bab680..a8579240 100644 --- a/win/C#/frmOptions.cs +++ b/win/C#/frmOptions.cs @@ -37,6 +37,11 @@ namespace Handbrake { check_guiDebug.CheckState = CheckState.Checked; } + + if (Properties.Settings.Default.tooltipEnable == "Checked") + { + check_tooltip.CheckState = CheckState.Checked; + } } private void check_updateCheck_CheckedChanged(object sender, EventArgs e) @@ -75,6 +80,11 @@ namespace Handbrake Properties.Settings.Default.GuiDebug = check_guiDebug.CheckState.ToString(); } + private void check_tooltip_CheckedChanged(object sender, EventArgs e) + { + Properties.Settings.Default.tooltipEnable = check_tooltip.CheckState.ToString(); + } + } } \ No newline at end of file diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index c8377c8e..f5db97db 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -39,6 +39,7 @@ namespace Handbrake this.progressBar = new System.Windows.Forms.ProgressBar(); this.label2 = new System.Windows.Forms.Label(); this.lbl_progressValue = new System.Windows.Forms.Label(); + this.btn_minimise = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btn_down @@ -131,9 +132,9 @@ namespace Handbrake this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_Close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_Close.Location = new System.Drawing.Point(516, 374); + this.btn_Close.Location = new System.Drawing.Point(532, 374); this.btn_Close.Name = "btn_Close"; - this.btn_Close.Size = new System.Drawing.Size(124, 22); + this.btn_Close.Size = new System.Drawing.Size(108, 22); this.btn_Close.TabIndex = 27; this.btn_Close.TabStop = false; this.btn_Close.Text = "Close Window"; @@ -166,13 +167,29 @@ namespace Handbrake this.lbl_progressValue.TabIndex = 36; this.lbl_progressValue.Text = "0 %"; // + // btn_minimise + // + this.btn_minimise.BackColor = System.Drawing.SystemColors.ControlLight; + this.btn_minimise.FlatAppearance.BorderColor = System.Drawing.Color.Black; + this.btn_minimise.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btn_minimise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_minimise.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); + this.btn_minimise.Location = new System.Drawing.Point(389, 374); + this.btn_minimise.Name = "btn_minimise"; + this.btn_minimise.Size = new System.Drawing.Size(137, 22); + this.btn_minimise.TabIndex = 37; + this.btn_minimise.TabStop = false; + this.btn_minimise.Text = "Minimize Window"; + this.btn_minimise.UseVisualStyleBackColor = false; + this.btn_minimise.Click += new System.EventHandler(this.btn_minimise_Click); + // // frmQueue // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.ClientSize = new System.Drawing.Size(657, 406); - this.ControlBox = false; + this.Controls.Add(this.btn_minimise); this.Controls.Add(this.lbl_progressValue); this.Controls.Add(this.label2); this.Controls.Add(this.progressBar); @@ -185,6 +202,7 @@ namespace Handbrake this.Controls.Add(this.btn_Close); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(663, 431); this.MinimumSize = new System.Drawing.Size(663, 431); this.Name = "frmQueue"; @@ -207,5 +225,6 @@ namespace Handbrake private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lbl_progressValue; + internal System.Windows.Forms.Button btn_minimise; } } \ No newline at end of file diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs index 8e59e111..c61b907c 100644 --- a/win/C#/frmQueue.cs +++ b/win/C#/frmQueue.cs @@ -145,5 +145,10 @@ namespace Handbrake { this.Hide(); } + + private void btn_minimise_Click(object sender, EventArgs e) + { + this.WindowState = FormWindowState.Minimized; + } } } \ No newline at end of file diff --git a/win/C#/splash.jpg b/win/C#/splash.jpg deleted file mode 100644 index b930b77a..00000000 Binary files a/win/C#/splash.jpg and /dev/null differ