OSDN Git Service

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