summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-09-22 16:16:40 +0000
committersr55 <[email protected]>2007-09-22 16:16:40 +0000
commitd33808160c6938bd9611e155bebf97ab1d617b1e (patch)
tree35e506144ed97dc8a3e79b8cd32623f0b69e6a23 /win/C#/frmQueue.Designer.cs
parent7cd3e9bcc2a79500b60d33973414acbc7a1b57c2 (diff)
WinGui:
- Added some new png images to the gui ( Hawkman's Image pack) - Redesigned the layout of the queue slightly. - Fixed size issue with the DVD info window. - git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@980 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r--win/C#/frmQueue.Designer.cs95
1 files changed, 61 insertions, 34 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs
index f3bb3e6e6..dcbc30bd2 100644
--- a/win/C#/frmQueue.Designer.cs
+++ b/win/C#/frmQueue.Designer.cs
@@ -32,7 +32,6 @@ namespace Handbrake
this.btn_down = new System.Windows.Forms.Button();
this.btn_up = new System.Windows.Forms.Button();
this.btn_delete = new System.Windows.Forms.Button();
- this.Label1 = new System.Windows.Forms.Label();
this.btn_q_encoder = new System.Windows.Forms.Button();
this.list_queue = new System.Windows.Forms.ListBox();
this.btn_Close = new System.Windows.Forms.Button();
@@ -40,6 +39,10 @@ namespace Handbrake
this.label2 = new System.Windows.Forms.Label();
this.lbl_progressValue = new System.Windows.Forms.Label();
this.btn_minimise = new System.Windows.Forms.Button();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btn_down
@@ -49,9 +52,9 @@ namespace Handbrake
this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_down.Location = new System.Drawing.Point(585, 9);
+ this.btn_down.Location = new System.Drawing.Point(650, 144);
this.btn_down.Name = "btn_down";
- this.btn_down.Size = new System.Drawing.Size(55, 22);
+ this.btn_down.Size = new System.Drawing.Size(64, 22);
this.btn_down.TabIndex = 33;
this.btn_down.TabStop = false;
this.btn_down.Text = "Down";
@@ -65,9 +68,9 @@ namespace Handbrake
this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_up.Location = new System.Drawing.Point(539, 9);
+ this.btn_up.Location = new System.Drawing.Point(649, 116);
this.btn_up.Name = "btn_up";
- this.btn_up.Size = new System.Drawing.Size(40, 22);
+ this.btn_up.Size = new System.Drawing.Size(64, 22);
this.btn_up.TabIndex = 32;
this.btn_up.TabStop = false;
this.btn_up.Text = "Up";
@@ -81,24 +84,15 @@ namespace Handbrake
this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_delete.Location = new System.Drawing.Point(140, 374);
+ this.btn_delete.Location = new System.Drawing.Point(650, 190);
this.btn_delete.Name = "btn_delete";
- this.btn_delete.Size = new System.Drawing.Size(124, 22);
+ this.btn_delete.Size = new System.Drawing.Size(64, 22);
this.btn_delete.TabIndex = 31;
this.btn_delete.TabStop = false;
- this.btn_delete.Text = "Delete Item";
+ this.btn_delete.Text = "Delete";
this.btn_delete.UseVisualStyleBackColor = false;
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
//
- // Label1
- //
- this.Label1.AutoSize = true;
- this.Label1.Location = new System.Drawing.Point(10, 14);
- this.Label1.Name = "Label1";
- this.Label1.Size = new System.Drawing.Size(110, 13);
- this.Label1.TabIndex = 30;
- this.Label1.Text = "Videos on the Queue:";
- //
// btn_q_encoder
//
this.btn_q_encoder.BackColor = System.Drawing.SystemColors.ControlLight;
@@ -106,7 +100,7 @@ namespace Handbrake
this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_q_encoder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_q_encoder.Location = new System.Drawing.Point(10, 374);
+ this.btn_q_encoder.Location = new System.Drawing.Point(13, 302);
this.btn_q_encoder.Name = "btn_q_encoder";
this.btn_q_encoder.Size = new System.Drawing.Size(124, 22);
this.btn_q_encoder.TabIndex = 29;
@@ -120,9 +114,9 @@ namespace Handbrake
this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.list_queue.FormattingEnabled = true;
this.list_queue.HorizontalScrollbar = true;
- this.list_queue.Location = new System.Drawing.Point(10, 37);
+ this.list_queue.Location = new System.Drawing.Point(13, 72);
this.list_queue.Name = "list_queue";
- this.list_queue.Size = new System.Drawing.Size(630, 288);
+ this.list_queue.Size = new System.Drawing.Size(630, 184);
this.list_queue.TabIndex = 28;
//
// btn_Close
@@ -132,7 +126,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(532, 374);
+ this.btn_Close.Location = new System.Drawing.Point(606, 305);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(108, 22);
this.btn_Close.TabIndex = 27;
@@ -144,15 +138,16 @@ namespace Handbrake
// progressBar
//
this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;
- this.progressBar.Location = new System.Drawing.Point(74, 331);
+ this.progressBar.Location = new System.Drawing.Point(67, 264);
this.progressBar.Name = "progressBar";
- this.progressBar.Size = new System.Drawing.Size(513, 23);
+ this.progressBar.Size = new System.Drawing.Size(573, 23);
+ this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progressBar.TabIndex = 34;
//
// label2
//
this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(7, 337);
+ this.label2.Location = new System.Drawing.Point(10, 270);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 13);
this.label2.TabIndex = 35;
@@ -161,7 +156,7 @@ namespace Handbrake
// lbl_progressValue
//
this.lbl_progressValue.AutoSize = true;
- this.lbl_progressValue.Location = new System.Drawing.Point(605, 337);
+ this.lbl_progressValue.Location = new System.Drawing.Point(646, 270);
this.lbl_progressValue.Name = "lbl_progressValue";
this.lbl_progressValue.Size = new System.Drawing.Size(24, 13);
this.lbl_progressValue.TabIndex = 36;
@@ -174,22 +169,53 @@ namespace Handbrake
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.Location = new System.Drawing.Point(471, 305);
this.btn_minimise.Name = "btn_minimise";
- this.btn_minimise.Size = new System.Drawing.Size(137, 22);
+ this.btn_minimise.Size = new System.Drawing.Size(129, 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);
//
+ // pictureBox1
+ //
+ this.pictureBox1.Image = global::Handbrake.Properties.Resources.Queue;
+ this.pictureBox1.Location = new System.Drawing.Point(13, 13);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(32, 32);
+ this.pictureBox1.TabIndex = 38;
+ this.pictureBox1.TabStop = false;
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label3.Location = new System.Drawing.Point(51, 25);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(48, 13);
+ this.label3.TabIndex = 39;
+ this.label3.Text = "Queue";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(51, 43);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(166, 13);
+ this.label1.TabIndex = 40;
+ this.label1.Text = "List of items ready to be encoded:";
+ //
// 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.ClientSize = new System.Drawing.Size(726, 339);
this.ControlBox = false;
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.label3);
+ this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btn_minimise);
this.Controls.Add(this.lbl_progressValue);
this.Controls.Add(this.label2);
@@ -197,18 +223,17 @@ namespace Handbrake
this.Controls.Add(this.btn_down);
this.Controls.Add(this.btn_up);
this.Controls.Add(this.btn_delete);
- this.Controls.Add(this.Label1);
this.Controls.Add(this.btn_q_encoder);
this.Controls.Add(this.list_queue);
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";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Queue";
+ this.ShowIcon = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = " ";
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -219,7 +244,6 @@ namespace Handbrake
internal System.Windows.Forms.Button btn_down;
internal System.Windows.Forms.Button btn_up;
internal System.Windows.Forms.Button btn_delete;
- internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.Button btn_q_encoder;
internal System.Windows.Forms.ListBox list_queue;
internal System.Windows.Forms.Button btn_Close;
@@ -227,5 +251,8 @@ namespace Handbrake
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbl_progressValue;
internal System.Windows.Forms.Button btn_minimise;
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Label label1;
}
} \ No newline at end of file