summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-07-17 21:48:41 +0000
committersr55 <[email protected]>2010-07-17 21:48:41 +0000
commit4cacc7fd60440725739f4560f14eadf40e335890 (patch)
tree00ae8169d08d09105ce1d32281e98a0e879cb009 /win/C#/frmQueue.Designer.cs
parent3c92cad4fe545eb2159cbb576c57f8e3d1ee6bb5 (diff)
WinGui:
- Remove the old school splash screen. Doesn't really serve a purpose now. - Added Jobs Pending to the current Encode status string in the Main window task bar. - Some minor refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3444 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r--win/C#/frmQueue.Designer.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs
index a7fafbfd0..13ba68e28 100644
--- a/win/C#/frmQueue.Designer.cs
+++ b/win/C#/frmQueue.Designer.cs
@@ -73,9 +73,9 @@ namespace Handbrake
this.lbl_encodeStatus = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.lbl_encodeOptions = new System.Windows.Forms.Label();
+ this.panel3 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
this.toolStrip1.SuspendLayout();
this.mnu_queue.SuspendLayout();
this.statusStrip1.SuspendLayout();
@@ -428,6 +428,15 @@ namespace Handbrake
this.lbl_encodeOptions.TabIndex = 74;
this.lbl_encodeOptions.Text = "-";
//
+ // panel3
+ //
+ this.panel3.BackColor = System.Drawing.Color.Transparent;
+ this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.panel3.Location = new System.Drawing.Point(15, 199);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(759, 15);
+ this.panel3.TabIndex = 73;
+ //
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Transparent;
@@ -446,15 +455,6 @@ namespace Handbrake
this.panel1.Size = new System.Drawing.Size(15, 214);
this.panel1.TabIndex = 0;
//
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.Transparent;
- this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel3.Location = new System.Drawing.Point(15, 199);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(759, 15);
- this.panel3.TabIndex = 73;
- //
// frmQueue
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);