OSDN Git Service

c8377c8e3c7caad6c2bf318eb9d774dd80ceac38
[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.progressBar = new System.Windows.Forms.ProgressBar();\r
40             this.label2 = new System.Windows.Forms.Label();\r
41             this.lbl_progressValue = new System.Windows.Forms.Label();\r
42             this.SuspendLayout();\r
43             // \r
44             // btn_down\r
45             // \r
46             this.btn_down.BackColor = System.Drawing.SystemColors.ControlLight;\r
47             this.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
48             this.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
49             this.btn_down.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
50             this.btn_down.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
51             this.btn_down.Location = new System.Drawing.Point(540, 9);\r
52             this.btn_down.Name = "btn_down";\r
53             this.btn_down.Size = new System.Drawing.Size(100, 22);\r
54             this.btn_down.TabIndex = 33;\r
55             this.btn_down.TabStop = false;\r
56             this.btn_down.Text = "Move Down";\r
57             this.btn_down.UseVisualStyleBackColor = false;\r
58             this.btn_down.Click += new System.EventHandler(this.btn_down_Click);\r
59             // \r
60             // btn_up\r
61             // \r
62             this.btn_up.BackColor = System.Drawing.SystemColors.ControlLight;\r
63             this.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
64             this.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
65             this.btn_up.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
66             this.btn_up.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
67             this.btn_up.Location = new System.Drawing.Point(434, 9);\r
68             this.btn_up.Name = "btn_up";\r
69             this.btn_up.Size = new System.Drawing.Size(100, 22);\r
70             this.btn_up.TabIndex = 32;\r
71             this.btn_up.TabStop = false;\r
72             this.btn_up.Text = "Move Up";\r
73             this.btn_up.UseVisualStyleBackColor = false;\r
74             this.btn_up.Click += new System.EventHandler(this.btn_up_Click);\r
75             // \r
76             // btn_delete\r
77             // \r
78             this.btn_delete.BackColor = System.Drawing.SystemColors.ControlLight;\r
79             this.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
80             this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
81             this.btn_delete.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
82             this.btn_delete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
83             this.btn_delete.Location = new System.Drawing.Point(140, 374);\r
84             this.btn_delete.Name = "btn_delete";\r
85             this.btn_delete.Size = new System.Drawing.Size(124, 22);\r
86             this.btn_delete.TabIndex = 31;\r
87             this.btn_delete.TabStop = false;\r
88             this.btn_delete.Text = "Delete Item";\r
89             this.btn_delete.UseVisualStyleBackColor = false;\r
90             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);\r
91             // \r
92             // Label1\r
93             // \r
94             this.Label1.AutoSize = true;\r
95             this.Label1.Location = new System.Drawing.Point(10, 14);\r
96             this.Label1.Name = "Label1";\r
97             this.Label1.Size = new System.Drawing.Size(110, 13);\r
98             this.Label1.TabIndex = 30;\r
99             this.Label1.Text = "Videos on the Queue:";\r
100             // \r
101             // btn_q_encoder\r
102             // \r
103             this.btn_q_encoder.BackColor = System.Drawing.SystemColors.ControlLight;\r
104             this.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
105             this.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
106             this.btn_q_encoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
107             this.btn_q_encoder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
108             this.btn_q_encoder.Location = new System.Drawing.Point(10, 374);\r
109             this.btn_q_encoder.Name = "btn_q_encoder";\r
110             this.btn_q_encoder.Size = new System.Drawing.Size(124, 22);\r
111             this.btn_q_encoder.TabIndex = 29;\r
112             this.btn_q_encoder.TabStop = false;\r
113             this.btn_q_encoder.Text = "Encode Video(s)";\r
114             this.btn_q_encoder.UseVisualStyleBackColor = false;\r
115             this.btn_q_encoder.Click += new System.EventHandler(this.btn_q_encoder_Click);\r
116             // \r
117             // list_queue\r
118             // \r
119             this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
120             this.list_queue.FormattingEnabled = true;\r
121             this.list_queue.HorizontalScrollbar = true;\r
122             this.list_queue.Location = new System.Drawing.Point(10, 37);\r
123             this.list_queue.Name = "list_queue";\r
124             this.list_queue.Size = new System.Drawing.Size(630, 288);\r
125             this.list_queue.TabIndex = 28;\r
126             // \r
127             // btn_Close\r
128             // \r
129             this.btn_Close.BackColor = System.Drawing.SystemColors.ControlLight;\r
130             this.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
131             this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
132             this.btn_Close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
133             this.btn_Close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
134             this.btn_Close.Location = new System.Drawing.Point(516, 374);\r
135             this.btn_Close.Name = "btn_Close";\r
136             this.btn_Close.Size = new System.Drawing.Size(124, 22);\r
137             this.btn_Close.TabIndex = 27;\r
138             this.btn_Close.TabStop = false;\r
139             this.btn_Close.Text = "Close Window";\r
140             this.btn_Close.UseVisualStyleBackColor = false;\r
141             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);\r
142             // \r
143             // progressBar\r
144             // \r
145             this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;\r
146             this.progressBar.Location = new System.Drawing.Point(74, 331);\r
147             this.progressBar.Name = "progressBar";\r
148             this.progressBar.Size = new System.Drawing.Size(513, 23);\r
149             this.progressBar.TabIndex = 34;\r
150             // \r
151             // label2\r
152             // \r
153             this.label2.AutoSize = true;\r
154             this.label2.Location = new System.Drawing.Point(7, 337);\r
155             this.label2.Name = "label2";\r
156             this.label2.Size = new System.Drawing.Size(51, 13);\r
157             this.label2.TabIndex = 35;\r
158             this.label2.Text = "Progress:";\r
159             // \r
160             // lbl_progressValue\r
161             // \r
162             this.lbl_progressValue.AutoSize = true;\r
163             this.lbl_progressValue.Location = new System.Drawing.Point(605, 337);\r
164             this.lbl_progressValue.Name = "lbl_progressValue";\r
165             this.lbl_progressValue.Size = new System.Drawing.Size(24, 13);\r
166             this.lbl_progressValue.TabIndex = 36;\r
167             this.lbl_progressValue.Text = "0 %";\r
168             // \r
169             // frmQueue\r
170             // \r
171             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
172             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
173             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
174             this.ClientSize = new System.Drawing.Size(657, 406);\r
175             this.ControlBox = false;\r
176             this.Controls.Add(this.lbl_progressValue);\r
177             this.Controls.Add(this.label2);\r
178             this.Controls.Add(this.progressBar);\r
179             this.Controls.Add(this.btn_down);\r
180             this.Controls.Add(this.btn_up);\r
181             this.Controls.Add(this.btn_delete);\r
182             this.Controls.Add(this.Label1);\r
183             this.Controls.Add(this.btn_q_encoder);\r
184             this.Controls.Add(this.list_queue);\r
185             this.Controls.Add(this.btn_Close);\r
186             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
187             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
188             this.MaximumSize = new System.Drawing.Size(663, 431);\r
189             this.MinimumSize = new System.Drawing.Size(663, 431);\r
190             this.Name = "frmQueue";\r
191             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
192             this.Text = "Queue";\r
193             this.ResumeLayout(false);\r
194             this.PerformLayout();\r
195 \r
196         }\r
197 \r
198         #endregion\r
199 \r
200         internal System.Windows.Forms.Button btn_down;\r
201         internal System.Windows.Forms.Button btn_up;\r
202         internal System.Windows.Forms.Button btn_delete;\r
203         internal System.Windows.Forms.Label Label1;\r
204         internal System.Windows.Forms.Button btn_q_encoder;\r
205         internal System.Windows.Forms.ListBox list_queue;\r
206         internal System.Windows.Forms.Button btn_Close;\r
207         private System.Windows.Forms.ProgressBar progressBar;\r
208         private System.Windows.Forms.Label label2;\r
209         private System.Windows.Forms.Label lbl_progressValue;\r
210     }\r
211 }