OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / Filters.Designer.cs
1 namespace Handbrake.Controls\r
2 {\r
3     partial class Filters\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 Component 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             this.text_customDT = new System.Windows.Forms.TextBox();\r
32             this.label18 = new System.Windows.Forms.Label();\r
33             this.drop_detelecine = new System.Windows.Forms.ComboBox();\r
34             this.text_customDC = new System.Windows.Forms.TextBox();\r
35             this.label1 = new System.Windows.Forms.Label();\r
36             this.drop_decomb = new System.Windows.Forms.ComboBox();\r
37             this.text_customDI = new System.Windows.Forms.TextBox();\r
38             this.label2 = new System.Windows.Forms.Label();\r
39             this.drop_deinterlace = new System.Windows.Forms.ComboBox();\r
40             this.text_customDN = new System.Windows.Forms.TextBox();\r
41             this.label3 = new System.Windows.Forms.Label();\r
42             this.drop_denoise = new System.Windows.Forms.ComboBox();\r
43             this.slider_deblock = new System.Windows.Forms.TrackBar();\r
44             this.check_grayscale = new System.Windows.Forms.CheckBox();\r
45             this.label8 = new System.Windows.Forms.Label();\r
46             this.lbl_deblockVal = new System.Windows.Forms.Label();\r
47             this.label68 = new System.Windows.Forms.Label();\r
48             ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).BeginInit();\r
49             this.SuspendLayout();\r
50             // \r
51             // text_customDT\r
52             // \r
53             this.text_customDT.Location = new System.Drawing.Point(288, 32);\r
54             this.text_customDT.Name = "text_customDT";\r
55             this.text_customDT.Size = new System.Drawing.Size(115, 20);\r
56             this.text_customDT.TabIndex = 47;\r
57             this.text_customDT.Visible = false;\r
58             // \r
59             // label18\r
60             // \r
61             this.label18.AutoSize = true;\r
62             this.label18.BackColor = System.Drawing.Color.Transparent;\r
63             this.label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
64             this.label18.Location = new System.Drawing.Point(13, 35);\r
65             this.label18.Name = "label18";\r
66             this.label18.Size = new System.Drawing.Size(72, 13);\r
67             this.label18.TabIndex = 46;\r
68             this.label18.Text = "Detelecine:";\r
69             // \r
70             // drop_detelecine\r
71             // \r
72             this.drop_detelecine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
73             this.drop_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
74             this.drop_detelecine.FormattingEnabled = true;\r
75             this.drop_detelecine.Items.AddRange(new object[] {\r
76             "Off",\r
77             "Default",\r
78             "Custom"});\r
79             this.drop_detelecine.Location = new System.Drawing.Point(121, 32);\r
80             this.drop_detelecine.Name = "drop_detelecine";\r
81             this.drop_detelecine.Size = new System.Drawing.Size(161, 21);\r
82             this.drop_detelecine.TabIndex = 45;\r
83             this.drop_detelecine.SelectedIndexChanged += new System.EventHandler(this.drop_detelecine_SelectedIndexChanged);\r
84             // \r
85             // text_customDC\r
86             // \r
87             this.text_customDC.Location = new System.Drawing.Point(288, 59);\r
88             this.text_customDC.Name = "text_customDC";\r
89             this.text_customDC.Size = new System.Drawing.Size(115, 20);\r
90             this.text_customDC.TabIndex = 50;\r
91             this.text_customDC.Visible = false;\r
92             // \r
93             // label1\r
94             // \r
95             this.label1.AutoSize = true;\r
96             this.label1.BackColor = System.Drawing.Color.Transparent;\r
97             this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
98             this.label1.Location = new System.Drawing.Point(13, 62);\r
99             this.label1.Name = "label1";\r
100             this.label1.Size = new System.Drawing.Size(59, 13);\r
101             this.label1.TabIndex = 49;\r
102             this.label1.Text = "Decomb:";\r
103             // \r
104             // drop_decomb\r
105             // \r
106             this.drop_decomb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
107             this.drop_decomb.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
108             this.drop_decomb.FormattingEnabled = true;\r
109             this.drop_decomb.Items.AddRange(new object[] {\r
110             "Off",\r
111             "Default",\r
112             "Custom"});\r
113             this.drop_decomb.Location = new System.Drawing.Point(121, 59);\r
114             this.drop_decomb.Name = "drop_decomb";\r
115             this.drop_decomb.Size = new System.Drawing.Size(161, 21);\r
116             this.drop_decomb.TabIndex = 48;\r
117             this.drop_decomb.SelectedIndexChanged += new System.EventHandler(this.drop_decomb_SelectedIndexChanged);\r
118             // \r
119             // text_customDI\r
120             // \r
121             this.text_customDI.Location = new System.Drawing.Point(288, 86);\r
122             this.text_customDI.Name = "text_customDI";\r
123             this.text_customDI.Size = new System.Drawing.Size(115, 20);\r
124             this.text_customDI.TabIndex = 53;\r
125             this.text_customDI.Visible = false;\r
126             // \r
127             // label2\r
128             // \r
129             this.label2.AutoSize = true;\r
130             this.label2.BackColor = System.Drawing.Color.Transparent;\r
131             this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
132             this.label2.Location = new System.Drawing.Point(13, 89);\r
133             this.label2.Name = "label2";\r
134             this.label2.Size = new System.Drawing.Size(77, 13);\r
135             this.label2.TabIndex = 52;\r
136             this.label2.Text = "Deinterlace:";\r
137             // \r
138             // drop_deinterlace\r
139             // \r
140             this.drop_deinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
141             this.drop_deinterlace.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
142             this.drop_deinterlace.FormattingEnabled = true;\r
143             this.drop_deinterlace.Items.AddRange(new object[] {\r
144             "None",\r
145             "Fast",\r
146             "Slow",\r
147             "Slower",\r
148             "Custom"});\r
149             this.drop_deinterlace.Location = new System.Drawing.Point(121, 86);\r
150             this.drop_deinterlace.Name = "drop_deinterlace";\r
151             this.drop_deinterlace.Size = new System.Drawing.Size(161, 21);\r
152             this.drop_deinterlace.TabIndex = 51;\r
153             this.drop_deinterlace.SelectedIndexChanged += new System.EventHandler(this.drop_deinterlace_SelectedIndexChanged);\r
154             // \r
155             // text_customDN\r
156             // \r
157             this.text_customDN.Location = new System.Drawing.Point(288, 113);\r
158             this.text_customDN.Name = "text_customDN";\r
159             this.text_customDN.Size = new System.Drawing.Size(115, 20);\r
160             this.text_customDN.TabIndex = 56;\r
161             this.text_customDN.Visible = false;\r
162             // \r
163             // label3\r
164             // \r
165             this.label3.AutoSize = true;\r
166             this.label3.BackColor = System.Drawing.Color.Transparent;\r
167             this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
168             this.label3.Location = new System.Drawing.Point(13, 116);\r
169             this.label3.Name = "label3";\r
170             this.label3.Size = new System.Drawing.Size(58, 13);\r
171             this.label3.TabIndex = 55;\r
172             this.label3.Text = "Denoise:";\r
173             // \r
174             // drop_denoise\r
175             // \r
176             this.drop_denoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
177             this.drop_denoise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
178             this.drop_denoise.FormattingEnabled = true;\r
179             this.drop_denoise.Items.AddRange(new object[] {\r
180             "None",\r
181             "Weak",\r
182             "Medium",\r
183             "Strong",\r
184             "Custom"});\r
185             this.drop_denoise.Location = new System.Drawing.Point(121, 113);\r
186             this.drop_denoise.Name = "drop_denoise";\r
187             this.drop_denoise.Size = new System.Drawing.Size(161, 21);\r
188             this.drop_denoise.TabIndex = 54;\r
189             this.drop_denoise.SelectedIndexChanged += new System.EventHandler(this.drop_denoise_SelectedIndexChanged);\r
190             // \r
191             // slider_deblock\r
192             // \r
193             this.slider_deblock.Location = new System.Drawing.Point(121, 140);\r
194             this.slider_deblock.Maximum = 15;\r
195             this.slider_deblock.Minimum = 4;\r
196             this.slider_deblock.Name = "slider_deblock";\r
197             this.slider_deblock.Size = new System.Drawing.Size(174, 45);\r
198             this.slider_deblock.TabIndex = 58;\r
199             this.slider_deblock.Value = 4;\r
200             this.slider_deblock.Scroll += new System.EventHandler(this.slider_deblock_Scroll);\r
201             // \r
202             // check_grayscale\r
203             // \r
204             this.check_grayscale.AutoSize = true;\r
205             this.check_grayscale.BackColor = System.Drawing.Color.Transparent;\r
206             this.check_grayscale.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
207             this.check_grayscale.Location = new System.Drawing.Point(121, 191);\r
208             this.check_grayscale.Name = "check_grayscale";\r
209             this.check_grayscale.Size = new System.Drawing.Size(138, 17);\r
210             this.check_grayscale.TabIndex = 57;\r
211             this.check_grayscale.Text = "Grayscale Encoding";\r
212             this.check_grayscale.UseVisualStyleBackColor = false;\r
213             // \r
214             // label8\r
215             // \r
216             this.label8.AutoSize = true;\r
217             this.label8.BackColor = System.Drawing.Color.Transparent;\r
218             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
219             this.label8.Location = new System.Drawing.Point(13, 147);\r
220             this.label8.Name = "label8";\r
221             this.label8.Size = new System.Drawing.Size(58, 13);\r
222             this.label8.TabIndex = 60;\r
223             this.label8.Text = "Deblock:";\r
224             // \r
225             // lbl_deblockVal\r
226             // \r
227             this.lbl_deblockVal.AutoSize = true;\r
228             this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent;\r
229             this.lbl_deblockVal.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
230             this.lbl_deblockVal.Location = new System.Drawing.Point(301, 147);\r
231             this.lbl_deblockVal.Name = "lbl_deblockVal";\r
232             this.lbl_deblockVal.Size = new System.Drawing.Size(24, 13);\r
233             this.lbl_deblockVal.TabIndex = 59;\r
234             this.lbl_deblockVal.Text = "Off";\r
235             // \r
236             // label68\r
237             // \r
238             this.label68.AutoSize = true;\r
239             this.label68.BackColor = System.Drawing.Color.Transparent;\r
240             this.label68.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
241             this.label68.Location = new System.Drawing.Point(13, 13);\r
242             this.label68.Name = "label68";\r
243             this.label68.Size = new System.Drawing.Size(49, 13);\r
244             this.label68.TabIndex = 61;\r
245             this.label68.Text = "Filters";\r
246             // \r
247             // Filters\r
248             // \r
249             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;\r
250             this.BackColor = System.Drawing.Color.Transparent;\r
251             this.Controls.Add(this.label68);\r
252             this.Controls.Add(this.slider_deblock);\r
253             this.Controls.Add(this.check_grayscale);\r
254             this.Controls.Add(this.label8);\r
255             this.Controls.Add(this.lbl_deblockVal);\r
256             this.Controls.Add(this.text_customDN);\r
257             this.Controls.Add(this.label3);\r
258             this.Controls.Add(this.drop_denoise);\r
259             this.Controls.Add(this.text_customDI);\r
260             this.Controls.Add(this.label2);\r
261             this.Controls.Add(this.drop_deinterlace);\r
262             this.Controls.Add(this.text_customDC);\r
263             this.Controls.Add(this.label1);\r
264             this.Controls.Add(this.drop_decomb);\r
265             this.Controls.Add(this.text_customDT);\r
266             this.Controls.Add(this.label18);\r
267             this.Controls.Add(this.drop_detelecine);\r
268             this.Name = "Filters";\r
269             this.Size = new System.Drawing.Size(592, 270);\r
270             ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).EndInit();\r
271             this.ResumeLayout(false);\r
272             this.PerformLayout();\r
273 \r
274         }\r
275 \r
276         #endregion\r
277 \r
278         private System.Windows.Forms.TextBox text_customDT;\r
279         private System.Windows.Forms.Label label18;\r
280         internal System.Windows.Forms.ComboBox drop_detelecine;\r
281         private System.Windows.Forms.TextBox text_customDC;\r
282         internal System.Windows.Forms.Label label1;\r
283         internal System.Windows.Forms.ComboBox drop_decomb;\r
284         private System.Windows.Forms.TextBox text_customDI;\r
285         internal System.Windows.Forms.Label label2;\r
286         internal System.Windows.Forms.ComboBox drop_deinterlace;\r
287         private System.Windows.Forms.TextBox text_customDN;\r
288         internal System.Windows.Forms.Label label3;\r
289         internal System.Windows.Forms.ComboBox drop_denoise;\r
290         internal System.Windows.Forms.TrackBar slider_deblock;\r
291         internal System.Windows.Forms.CheckBox check_grayscale;\r
292         internal System.Windows.Forms.Label label8;\r
293         internal System.Windows.Forms.Label lbl_deblockVal;\r
294         internal System.Windows.Forms.Label label68;\r
295     }\r
296 }\r