OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmQueue.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmQueue\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQueue));\r
32             this.btn_down = new System.Windows.Forms.Button();\r
33             this.btn_up = new System.Windows.Forms.Button();\r
34             this.btn_delete = new System.Windows.Forms.Button();\r
35             this.Label1 = new System.Windows.Forms.Label();\r
36             this.btn_q_encoder = new System.Windows.Forms.Button();\r
37             this.list_queue = new System.Windows.Forms.ListBox();\r
38             this.btn_Close = new System.Windows.Forms.Button();\r
39             this.SuspendLayout();\r
40             // \r
41             // btn_down\r
42             // \r
43             this.btn_down.BackColor = System.Drawing.SystemColors.Control;\r
44             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
45             this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
46             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
47             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
48             this.btn_down.Location = new System.Drawing.Point(540, 9);\r
49             this.btn_down.Name = "btn_down";\r
50             this.btn_down.Size = new System.Drawing.Size(100, 22);\r
51             this.btn_down.TabIndex = 33;\r
52             this.btn_down.TabStop = false;\r
53             this.btn_down.Text = "Move Down";\r
54             this.btn_down.UseVisualStyleBackColor = false;\r
55             // \r
56             // btn_up\r
57             // \r
58             this.btn_up.BackColor = System.Drawing.SystemColors.Control;\r
59             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
60             this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
61             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
62             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
63             this.btn_up.Location = new System.Drawing.Point(434, 9);\r
64             this.btn_up.Name = "btn_up";\r
65             this.btn_up.Size = new System.Drawing.Size(100, 22);\r
66             this.btn_up.TabIndex = 32;\r
67             this.btn_up.TabStop = false;\r
68             this.btn_up.Text = "Move Up";\r
69             this.btn_up.UseVisualStyleBackColor = false;\r
70             // \r
71             // btn_delete\r
72             // \r
73             this.btn_delete.BackColor = System.Drawing.SystemColors.Control;\r
74             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
75             this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
76             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
77             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
78             this.btn_delete.Location = new System.Drawing.Point(140, 374);\r
79             this.btn_delete.Name = "btn_delete";\r
80             this.btn_delete.Size = new System.Drawing.Size(124, 22);\r
81             this.btn_delete.TabIndex = 31;\r
82             this.btn_delete.TabStop = false;\r
83             this.btn_delete.Text = "Delete Item";\r
84             this.btn_delete.UseVisualStyleBackColor = false;\r
85             // \r
86             // Label1\r
87             // \r
88             this.Label1.AutoSize = true;\r
89             this.Label1.Location = new System.Drawing.Point(10, 14);\r
90             this.Label1.Name = "Label1";\r
91             this.Label1.Size = new System.Drawing.Size(110, 13);\r
92             this.Label1.TabIndex = 30;\r
93             this.Label1.Text = "Videos on the Queue:";\r
94             // \r
95             // btn_q_encoder\r
96             // \r
97             this.btn_q_encoder.BackColor = System.Drawing.SystemColors.Control;\r
98             this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
99             this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
100             this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
101             this.btn_q_encoder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
102             this.btn_q_encoder.Location = new System.Drawing.Point(10, 374);\r
103             this.btn_q_encoder.Name = "btn_q_encoder";\r
104             this.btn_q_encoder.Size = new System.Drawing.Size(124, 22);\r
105             this.btn_q_encoder.TabIndex = 29;\r
106             this.btn_q_encoder.TabStop = false;\r
107             this.btn_q_encoder.Text = "Encode Video(s)";\r
108             this.btn_q_encoder.UseVisualStyleBackColor = false;\r
109             // \r
110             // list_queue\r
111             // \r
112             this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
113             this.list_queue.FormattingEnabled = true;\r
114             this.list_queue.Location = new System.Drawing.Point(10, 37);\r
115             this.list_queue.Name = "list_queue";\r
116             this.list_queue.Size = new System.Drawing.Size(630, 327);\r
117             this.list_queue.TabIndex = 28;\r
118             // \r
119             // btn_Close\r
120             // \r
121             this.btn_Close.BackColor = System.Drawing.SystemColors.Control;\r
122             this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
123             this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
124             this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
125             this.btn_Close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
126             this.btn_Close.Location = new System.Drawing.Point(516, 374);\r
127             this.btn_Close.Name = "btn_Close";\r
128             this.btn_Close.Size = new System.Drawing.Size(124, 22);\r
129             this.btn_Close.TabIndex = 27;\r
130             this.btn_Close.TabStop = false;\r
131             this.btn_Close.Text = "Close Window";\r
132             this.btn_Close.UseVisualStyleBackColor = false;\r
133             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);\r
134             // \r
135             // frmQueue\r
136             // \r
137             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
138             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
139             this.ClientSize = new System.Drawing.Size(651, 404);\r
140             this.Controls.Add(this.btn_down);\r
141             this.Controls.Add(this.btn_up);\r
142             this.Controls.Add(this.btn_delete);\r
143             this.Controls.Add(this.Label1);\r
144             this.Controls.Add(this.btn_q_encoder);\r
145             this.Controls.Add(this.list_queue);\r
146             this.Controls.Add(this.btn_Close);\r
147             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
148             this.Name = "frmQueue";\r
149             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
150             this.Text = "Queue";\r
151             this.Load += new System.EventHandler(this.frmQueue_Load);\r
152             this.ResumeLayout(false);\r
153             this.PerformLayout();\r
154 \r
155         }\r
156 \r
157         #endregion\r
158 \r
159         internal System.Windows.Forms.Button btn_down;\r
160         internal System.Windows.Forms.Button btn_up;\r
161         internal System.Windows.Forms.Button btn_delete;\r
162         internal System.Windows.Forms.Label Label1;\r
163         internal System.Windows.Forms.Button btn_q_encoder;\r
164         internal System.Windows.Forms.ListBox list_queue;\r
165         internal System.Windows.Forms.Button btn_Close;\r
166     }\r
167 }