OSDN Git Service

CLI: update the built in presets
[handbrake-jp/handbrake-jp-git.git] / win / C# / ToolWindows / BatchAdd.Designer.cs
1 namespace Handbrake.ToolWindows\r
2 {\r
3     partial class BatchAdd\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(BatchAdd));\r
32             this.label1 = new System.Windows.Forms.Label();\r
33             this.minDuration = new System.Windows.Forms.TextBox();\r
34             this.label2 = new System.Windows.Forms.Label();\r
35             this.btnAdd = new System.Windows.Forms.Button();\r
36             this.btnCancel = new System.Windows.Forms.Button();\r
37             this.maxDuration = new System.Windows.Forms.TextBox();\r
38             this.label3 = new System.Windows.Forms.Label();\r
39             this.label4 = new System.Windows.Forms.Label();\r
40             this.SuspendLayout();\r
41             // \r
42             // label1\r
43             // \r
44             this.label1.AutoSize = true;\r
45             this.label1.Location = new System.Drawing.Point(12, 9);\r
46             this.label1.Name = "label1";\r
47             this.label1.Size = new System.Drawing.Size(114, 13);\r
48             this.label1.TabIndex = 1;\r
49             this.label1.Text = "Add all Titles between:";\r
50             // \r
51             // minDuration\r
52             // \r
53             this.minDuration.Location = new System.Drawing.Point(53, 34);\r
54             this.minDuration.Name = "minDuration";\r
55             this.minDuration.Size = new System.Drawing.Size(51, 20);\r
56             this.minDuration.TabIndex = 2;\r
57             this.minDuration.Text = "0";\r
58             // \r
59             // label2\r
60             // \r
61             this.label2.AutoSize = true;\r
62             this.label2.Location = new System.Drawing.Point(17, 68);\r
63             this.label2.Name = "label2";\r
64             this.label2.Size = new System.Drawing.Size(250, 26);\r
65             this.label2.TabIndex = 3;\r
66             this.label2.Text = "Warning: This may lead to wasted encodes.\r\nDifferent titles may require different" +\r
67                 " encode settings.";\r
68             // \r
69             // btnAdd\r
70             // \r
71             this.btnAdd.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
72             this.btnAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
73             this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
74             this.btnAdd.Location = new System.Drawing.Point(232, 108);\r
75             this.btnAdd.Name = "btnAdd";\r
76             this.btnAdd.Size = new System.Drawing.Size(90, 22);\r
77             this.btnAdd.TabIndex = 4;\r
78             this.btnAdd.TabStop = false;\r
79             this.btnAdd.Text = "Add Titles";\r
80             this.btnAdd.UseVisualStyleBackColor = true;\r
81             this.btnAdd.Click += new System.EventHandler(this.BtnScanClick);\r
82             // \r
83             // btnCancel\r
84             // \r
85             this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
86             this.btnCancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
87             this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
88             this.btnCancel.Location = new System.Drawing.Point(15, 108);\r
89             this.btnCancel.Name = "btnCancel";\r
90             this.btnCancel.Size = new System.Drawing.Size(60, 22);\r
91             this.btnCancel.TabIndex = 5;\r
92             this.btnCancel.TabStop = false;\r
93             this.btnCancel.Text = "Cancel";\r
94             this.btnCancel.UseVisualStyleBackColor = true;\r
95             this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);\r
96             // \r
97             // maxDuration\r
98             // \r
99             this.maxDuration.Location = new System.Drawing.Point(141, 34);\r
100             this.maxDuration.Name = "maxDuration";\r
101             this.maxDuration.Size = new System.Drawing.Size(51, 20);\r
102             this.maxDuration.TabIndex = 6;\r
103             this.maxDuration.Text = "0";\r
104             // \r
105             // label3\r
106             // \r
107             this.label3.AutoSize = true;\r
108             this.label3.Location = new System.Drawing.Point(110, 37);\r
109             this.label3.Name = "label3";\r
110             this.label3.Size = new System.Drawing.Size(25, 13);\r
111             this.label3.TabIndex = 7;\r
112             this.label3.Text = "and";\r
113             // \r
114             // label4\r
115             // \r
116             this.label4.AutoSize = true;\r
117             this.label4.Location = new System.Drawing.Point(198, 37);\r
118             this.label4.Name = "label4";\r
119             this.label4.Size = new System.Drawing.Size(69, 13);\r
120             this.label4.TabIndex = 8;\r
121             this.label4.Text = "minutes long.";\r
122             // \r
123             // BatchAdd\r
124             // \r
125             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
126             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
127             this.ClientSize = new System.Drawing.Size(334, 137);\r
128             this.Controls.Add(this.label4);\r
129             this.Controls.Add(this.label3);\r
130             this.Controls.Add(this.maxDuration);\r
131             this.Controls.Add(this.btnCancel);\r
132             this.Controls.Add(this.btnAdd);\r
133             this.Controls.Add(this.label2);\r
134             this.Controls.Add(this.minDuration);\r
135             this.Controls.Add(this.label1);\r
136             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;\r
137             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
138             this.Name = "BatchAdd";\r
139             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
140             this.Text = "Batch Add";\r
141             this.ResumeLayout(false);\r
142             this.PerformLayout();\r
143 \r
144         }\r
145 \r
146         #endregion\r
147 \r
148         private System.Windows.Forms.Label label1;\r
149         private System.Windows.Forms.TextBox minDuration;\r
150         private System.Windows.Forms.Label label2;\r
151         internal System.Windows.Forms.Button btnAdd;\r
152         internal System.Windows.Forms.Button btnCancel;\r
153         private System.Windows.Forms.TextBox maxDuration;\r
154         private System.Windows.Forms.Label label3;\r
155         private System.Windows.Forms.Label label4;\r
156     }\r
157 }