OSDN Git Service

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