summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-07-22 16:41:08 +0000
committersr55 <[email protected]>2009-07-22 16:41:08 +0000
commitdb5ff887f7557d89c44537c55731eac0ab49f6d1 (patch)
tree4175156d9b1c510cde8193e3c98280657528da82 /win/C#/frmQueue.Designer.cs
parent8016bbda96afbda4f29c2fc9278c07bbfeeda788 (diff)
WinGui:
- Fix minor issue with the Queue layout. (darkassassin) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2723 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r--win/C#/frmQueue.Designer.cs52
1 files changed, 27 insertions, 25 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs
index 7d86537e2..eae25cffb 100644
--- a/win/C#/frmQueue.Designer.cs
+++ b/win/C#/frmQueue.Designer.cs
@@ -76,10 +76,10 @@ namespace Handbrake
this.lbl_encodesPending = new System.Windows.Forms.ToolStripStatusLabel();
this.OpenFile = new System.Windows.Forms.OpenFileDialog();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.toolStrip1.SuspendLayout();
this.mnu_queue.SuspendLayout();
this.statusStrip1.SuspendLayout();
@@ -194,6 +194,7 @@ namespace Handbrake
// lbl_dest
//
this.lbl_dest.AutoSize = true;
+ this.tableLayoutPanel1.SetColumnSpan(this.lbl_dest, 6);
this.lbl_dest.Location = new System.Drawing.Point(108, 36);
this.lbl_dest.Name = "lbl_dest";
this.lbl_dest.Size = new System.Drawing.Size(11, 13);
@@ -204,6 +205,7 @@ namespace Handbrake
// lbl_source
//
this.lbl_source.AutoSize = true;
+ this.tableLayoutPanel1.SetColumnSpan(this.lbl_source, 6);
this.lbl_source.Location = new System.Drawing.Point(108, 23);
this.lbl_source.Name = "lbl_source";
this.lbl_source.Size = new System.Drawing.Size(11, 13);
@@ -466,30 +468,6 @@ namespace Handbrake
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 74;
//
- // panel3
- //
- this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel3.Location = new System.Drawing.Point(13, 219);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(761, 15);
- this.panel3.TabIndex = 77;
- //
- // panel2
- //
- this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel2.Location = new System.Drawing.Point(774, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(13, 234);
- this.panel2.TabIndex = 76;
- //
- // panel1
- //
- this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(13, 234);
- this.panel1.TabIndex = 75;
- //
// tableLayoutPanel1
//
this.tableLayoutPanel1.AutoSize = true;
@@ -525,6 +503,30 @@ namespace Handbrake
this.tableLayoutPanel1.Size = new System.Drawing.Size(762, 77);
this.tableLayoutPanel1.TabIndex = 71;
//
+ // panel3
+ //
+ this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.panel3.Location = new System.Drawing.Point(13, 219);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(761, 15);
+ this.panel3.TabIndex = 77;
+ //
+ // panel2
+ //
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
+ this.panel2.Location = new System.Drawing.Point(774, 0);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(13, 234);
+ this.panel2.TabIndex = 76;
+ //
+ // panel1
+ //
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(13, 234);
+ this.panel1.TabIndex = 75;
+ //
// frmQueue
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);