diff options
author | sr55 <[email protected]> | 2008-02-13 23:26:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-02-13 23:26:25 +0000 |
commit | 550c8afa6360c157906fa1067b54327fb6797ecf (patch) | |
tree | c03349adf7b35dba8a760f957895197a1f4b3bb2 /win/C#/frmQueue.Designer.cs | |
parent | 291982989bc13b78d3b189912eaba6d19ccd91a2 (diff) |
WinGui:
- Removed option to disable verbose CLI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1260 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r-- | win/C#/frmQueue.Designer.cs | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index dfc5cea5e..ca3cc3cbc 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -58,11 +58,11 @@ namespace Handbrake this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.SaveFile = new System.Windows.Forms.SaveFileDialog();
this.btn_encode = new System.Windows.Forms.ToolStripButton();
this.btn_stop = new System.Windows.Forms.ToolStripButton();
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btn_batch = new System.Windows.Forms.ToolStripButton();
+ this.SaveFile = new System.Windows.Forms.SaveFileDialog();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
@@ -122,6 +122,7 @@ namespace Handbrake this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.list_queue.HorizontalScrollbar = true;
this.list_queue.Location = new System.Drawing.Point(12, 176);
+ this.list_queue.MultiColumn = true;
this.list_queue.Name = "list_queue";
this.list_queue.Size = new System.Drawing.Size(701, 145);
this.list_queue.TabIndex = 28;
@@ -309,15 +310,6 @@ namespace Handbrake this.toolStrip1.TabIndex = 71;
this.toolStrip1.Text = "toolStrip1";
//
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);
- //
- // SaveFile
- //
- this.SaveFile.Filter = "Batch|.bat";
- //
// btn_encode
//
this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;
@@ -340,6 +332,11 @@ namespace Handbrake this.btn_stop.Visible = false;
this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
//
+ // toolStripSeparator1
+ //
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
+ this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);
+ //
// btn_batch
//
this.btn_batch.Image = global::Handbrake.Properties.Resources.ActivityWindow;
@@ -350,6 +347,10 @@ namespace Handbrake this.btn_batch.Text = "Batch Script";
this.btn_batch.Click += new System.EventHandler(this.btn_batch_Click);
//
+ // SaveFile
+ //
+ this.SaveFile.Filter = "Batch|.bat";
+ //
// pictureBox1
//
this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue;
|