diff options
author | sr55 <[email protected]> | 2007-07-08 18:29:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-08 18:29:26 +0000 |
commit | 3e669fc96e687340cc17ecd8d0894457905f9cfe (patch) | |
tree | 8034a9519b58acf6cf43d8f5de41c3684580d44e /win/C#/frmQueue.Designer.cs | |
parent | 218db228fba662be9aacfaf2c120e1e61b04bfd7 (diff) |
WinGui:
- All Supported Files (for File dialog window)
- Few other minor changes.
Initial C# code project which is due to replace current vb.net code. Partially functional.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@658 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r-- | win/C#/frmQueue.Designer.cs | 166 |
1 files changed, 166 insertions, 0 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs new file mode 100644 index 000000000..f17c5099e --- /dev/null +++ b/win/C#/frmQueue.Designer.cs @@ -0,0 +1,166 @@ +namespace Handbrake
+{
+ partial class frmQueue
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueue));
+ 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();
+ this.SuspendLayout();
+ //
+ // btn_down
+ //
+ this.btn_down.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ 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(540, 9);
+ this.btn_down.Name = "btn_down";
+ this.btn_down.Size = new System.Drawing.Size(100, 22);
+ this.btn_down.TabIndex = 33;
+ this.btn_down.TabStop = false;
+ this.btn_down.Text = "Move Down";
+ this.btn_down.UseVisualStyleBackColor = false;
+ //
+ // btn_up
+ //
+ this.btn_up.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ 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(434, 9);
+ this.btn_up.Name = "btn_up";
+ this.btn_up.Size = new System.Drawing.Size(100, 22);
+ this.btn_up.TabIndex = 32;
+ this.btn_up.TabStop = false;
+ this.btn_up.Text = "Move Up";
+ this.btn_up.UseVisualStyleBackColor = false;
+ //
+ // btn_delete
+ //
+ this.btn_delete.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ 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.Name = "btn_delete";
+ this.btn_delete.Size = new System.Drawing.Size(124, 22);
+ this.btn_delete.TabIndex = 31;
+ this.btn_delete.TabStop = false;
+ this.btn_delete.Text = "Delete Item";
+ this.btn_delete.UseVisualStyleBackColor = false;
+ //
+ // 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.Control;
+ this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ 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.Name = "btn_q_encoder";
+ this.btn_q_encoder.Size = new System.Drawing.Size(124, 22);
+ this.btn_q_encoder.TabIndex = 29;
+ this.btn_q_encoder.TabStop = false;
+ this.btn_q_encoder.Text = "Encode Video(s)";
+ this.btn_q_encoder.UseVisualStyleBackColor = false;
+ //
+ // list_queue
+ //
+ this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.list_queue.FormattingEnabled = true;
+ this.list_queue.Location = new System.Drawing.Point(10, 37);
+ this.list_queue.Name = "list_queue";
+ this.list_queue.Size = new System.Drawing.Size(630, 327);
+ this.list_queue.TabIndex = 28;
+ //
+ // btn_Close
+ //
+ this.btn_Close.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ 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.Name = "btn_Close";
+ this.btn_Close.Size = new System.Drawing.Size(124, 22);
+ this.btn_Close.TabIndex = 27;
+ this.btn_Close.TabStop = false;
+ this.btn_Close.Text = "Close Window";
+ this.btn_Close.UseVisualStyleBackColor = false;
+ this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
+ //
+ // frmQueue
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(651, 404);
+ 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.Name = "frmQueue";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "Queue";
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ 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;
+ }
+}
\ No newline at end of file |