OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / x264Panel.Designer.cs
1 /*  x264Panel.Designer.cs $\r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake.Controls\r
8 {\r
9     partial class x264Panel\r
10     {\r
11         /// <summary> \r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary> \r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Component Designer generated code\r
30 \r
31         /// <summary> \r
32         /// Required method for Designer support - do not modify \r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(x264Panel));\r
39             this.slider_psytrellis = new System.Windows.Forms.TrackBar();\r
40             this.lbl_psytrellis = new System.Windows.Forms.Label();\r
41             this.lbl_psyrd = new System.Windows.Forms.Label();\r
42             this.slider_psyrd = new System.Windows.Forms.TrackBar();\r
43             this.lbl_adaptBFrames = new System.Windows.Forms.Label();\r
44             this.drop_adaptBFrames = new System.Windows.Forms.ComboBox();\r
45             this.label43 = new System.Windows.Forms.Label();\r
46             this.btn_reset = new System.Windows.Forms.Button();\r
47             this.rtf_x264Query = new System.Windows.Forms.RichTextBox();\r
48             this.check_Cabac = new System.Windows.Forms.CheckBox();\r
49             this.check_noDCTDecimate = new System.Windows.Forms.CheckBox();\r
50             this.lbl_trellis = new System.Windows.Forms.Label();\r
51             this.drop_trellis = new System.Windows.Forms.ComboBox();\r
52             this.drop_deblockBeta = new System.Windows.Forms.ComboBox();\r
53             this.label41 = new System.Windows.Forms.Label();\r
54             this.drop_deblockAlpha = new System.Windows.Forms.ComboBox();\r
55             this.check_8x8DCT = new System.Windows.Forms.CheckBox();\r
56             this.label45 = new System.Windows.Forms.Label();\r
57             this.drop_analysis = new System.Windows.Forms.ComboBox();\r
58             this.label48 = new System.Windows.Forms.Label();\r
59             this.drop_subpixelMotionEstimation = new System.Windows.Forms.ComboBox();\r
60             this.lbl_merange = new System.Windows.Forms.Label();\r
61             this.drop_MotionEstimationRange = new System.Windows.Forms.ComboBox();\r
62             this.label54 = new System.Windows.Forms.Label();\r
63             this.drop_MotionEstimationMethod = new System.Windows.Forms.ComboBox();\r
64             this.lbl_direct_prediction = new System.Windows.Forms.Label();\r
65             this.drop_directPrediction = new System.Windows.Forms.ComboBox();\r
66             this.label62 = new System.Windows.Forms.Label();\r
67             this.drop_bFrames = new System.Windows.Forms.ComboBox();\r
68             this.label64 = new System.Windows.Forms.Label();\r
69             this.drop_refFrames = new System.Windows.Forms.ComboBox();\r
70             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
71             this.check_weightp = new System.Windows.Forms.CheckBox();\r
72             this.slider_adaptiveQuantStrength = new System.Windows.Forms.TrackBar();\r
73             this.combo_pyrmidalBFrames = new System.Windows.Forms.ComboBox();\r
74             this.lbl_adaptiveQuantStrength = new System.Windows.Forms.Label();\r
75             this.label1 = new System.Windows.Forms.Label();\r
76             this.lbl_prymidalBframes = new System.Windows.Forms.Label();\r
77             this.label3 = new System.Windows.Forms.Label();\r
78             ((System.ComponentModel.ISupportInitialize)(this.slider_psytrellis)).BeginInit();\r
79             ((System.ComponentModel.ISupportInitialize)(this.slider_psyrd)).BeginInit();\r
80             ((System.ComponentModel.ISupportInitialize)(this.slider_adaptiveQuantStrength)).BeginInit();\r
81             this.SuspendLayout();\r
82             // \r
83             // slider_psytrellis\r
84             // \r
85             this.slider_psytrellis.BackColor = System.Drawing.SystemColors.Window;\r
86             this.slider_psytrellis.Location = new System.Drawing.Point(427, 231);\r
87             this.slider_psytrellis.Maximum = 20;\r
88             this.slider_psytrellis.Name = "slider_psytrellis";\r
89             this.slider_psytrellis.Size = new System.Drawing.Size(131, 45);\r
90             this.slider_psytrellis.TabIndex = 86;\r
91             this.ToolTip.SetToolTip(this.slider_psytrellis, "Psychovisual Trellis tries to retain more sharpness and detail, but can cause art" +\r
92                     "ifacting. \r\nIt is considered experimental, which is why it\'s off by default. Goo" +\r
93                     "d values are 0.1 to 0.2.");\r
94             this.slider_psytrellis.Scroll += new System.EventHandler(this.widgetControlChanged);\r
95             // \r
96             // lbl_psytrellis\r
97             // \r
98             this.lbl_psytrellis.AutoSize = true;\r
99             this.lbl_psytrellis.Location = new System.Drawing.Point(309, 231);\r
100             this.lbl_psytrellis.Name = "lbl_psytrellis";\r
101             this.lbl_psytrellis.Size = new System.Drawing.Size(102, 13);\r
102             this.lbl_psytrellis.TabIndex = 85;\r
103             this.lbl_psytrellis.Text = "Psychovisual Trellis:";\r
104             // \r
105             // lbl_psyrd\r
106             // \r
107             this.lbl_psyrd.AutoSize = true;\r
108             this.lbl_psyrd.Location = new System.Drawing.Point(264, 199);\r
109             this.lbl_psyrd.Name = "lbl_psyrd";\r
110             this.lbl_psyrd.Size = new System.Drawing.Size(147, 13);\r
111             this.lbl_psyrd.TabIndex = 84;\r
112             this.lbl_psyrd.Text = "Psychovisual Rate Distortion:";\r
113             // \r
114             // slider_psyrd\r
115             // \r
116             this.slider_psyrd.BackColor = System.Drawing.SystemColors.Window;\r
117             this.slider_psyrd.Location = new System.Drawing.Point(425, 199);\r
118             this.slider_psyrd.Maximum = 20;\r
119             this.slider_psyrd.Name = "slider_psyrd";\r
120             this.slider_psyrd.Size = new System.Drawing.Size(131, 45);\r
121             this.slider_psyrd.TabIndex = 83;\r
122             this.ToolTip.SetToolTip(this.slider_psyrd, resources.GetString("slider_psyrd.ToolTip"));\r
123             this.slider_psyrd.Value = 10;\r
124             this.slider_psyrd.Scroll += new System.EventHandler(this.widgetControlChanged);\r
125             // \r
126             // lbl_adaptBFrames\r
127             // \r
128             this.lbl_adaptBFrames.AutoSize = true;\r
129             this.lbl_adaptBFrames.Location = new System.Drawing.Point(309, 28);\r
130             this.lbl_adaptBFrames.Name = "lbl_adaptBFrames";\r
131             this.lbl_adaptBFrames.Size = new System.Drawing.Size(102, 13);\r
132             this.lbl_adaptBFrames.TabIndex = 81;\r
133             this.lbl_adaptBFrames.Text = "Adaptive B-Frames:";\r
134             // \r
135             // drop_adaptBFrames\r
136             // \r
137             this.drop_adaptBFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
138             this.drop_adaptBFrames.FormattingEnabled = true;\r
139             this.drop_adaptBFrames.Items.AddRange(new object[] {\r
140             "Default (Fast)",\r
141             "Off",\r
142             "Fast",\r
143             "Optimal"});\r
144             this.drop_adaptBFrames.Location = new System.Drawing.Point(417, 24);\r
145             this.drop_adaptBFrames.Name = "drop_adaptBFrames";\r
146             this.drop_adaptBFrames.Size = new System.Drawing.Size(106, 21);\r
147             this.drop_adaptBFrames.TabIndex = 82;\r
148             this.ToolTip.SetToolTip(this.drop_adaptBFrames, resources.GetString("drop_adaptBFrames.ToolTip"));\r
149             this.drop_adaptBFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
150             // \r
151             // label43\r
152             // \r
153             this.label43.AutoSize = true;\r
154             this.label43.BackColor = System.Drawing.Color.Transparent;\r
155             this.label43.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
156             this.label43.Location = new System.Drawing.Point(13, 13);\r
157             this.label43.Name = "label43";\r
158             this.label43.Size = new System.Drawing.Size(60, 13);\r
159             this.label43.TabIndex = 49;\r
160             this.label43.Text = "Encoding:";\r
161             // \r
162             // btn_reset\r
163             // \r
164             this.btn_reset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
165             this.btn_reset.ForeColor = System.Drawing.Color.DarkOrange;\r
166             this.btn_reset.Location = new System.Drawing.Point(634, 230);\r
167             this.btn_reset.Name = "btn_reset";\r
168             this.btn_reset.Size = new System.Drawing.Size(75, 23);\r
169             this.btn_reset.TabIndex = 79;\r
170             this.btn_reset.Text = "Reset All";\r
171             this.btn_reset.UseVisualStyleBackColor = true;\r
172             this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);\r
173             // \r
174             // rtf_x264Query\r
175             // \r
176             this.rtf_x264Query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
177             this.rtf_x264Query.Location = new System.Drawing.Point(16, 259);\r
178             this.rtf_x264Query.Name = "rtf_x264Query";\r
179             this.rtf_x264Query.Size = new System.Drawing.Size(698, 43);\r
180             this.rtf_x264Query.TabIndex = 80;\r
181             this.rtf_x264Query.Text = "";\r
182             this.rtf_x264Query.TextChanged += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
183             // \r
184             // check_Cabac\r
185             // \r
186             this.check_Cabac.AutoSize = true;\r
187             this.check_Cabac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
188             this.check_Cabac.Checked = true;\r
189             this.check_Cabac.CheckState = System.Windows.Forms.CheckState.Checked;\r
190             this.check_Cabac.Location = new System.Drawing.Point(3, 89);\r
191             this.check_Cabac.Name = "check_Cabac";\r
192             this.check_Cabac.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
193             this.check_Cabac.Size = new System.Drawing.Size(141, 17);\r
194             this.check_Cabac.TabIndex = 78;\r
195             this.check_Cabac.Text = "CABAC Entropy Coding:";\r
196             this.check_Cabac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
197             this.ToolTip.SetToolTip(this.check_Cabac, resources.GetString("check_Cabac.ToolTip"));\r
198             this.check_Cabac.UseVisualStyleBackColor = true;\r
199             this.check_Cabac.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
200             // \r
201             // check_noDCTDecimate\r
202             // \r
203             this.check_noDCTDecimate.AutoSize = true;\r
204             this.check_noDCTDecimate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
205             this.check_noDCTDecimate.Location = new System.Drawing.Point(30, 212);\r
206             this.check_noDCTDecimate.Name = "check_noDCTDecimate";\r
207             this.check_noDCTDecimate.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
208             this.check_noDCTDecimate.Size = new System.Drawing.Size(114, 17);\r
209             this.check_noDCTDecimate.TabIndex = 77;\r
210             this.check_noDCTDecimate.Text = "No DCT-Decimate:";\r
211             this.check_noDCTDecimate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
212             this.ToolTip.SetToolTip(this.check_noDCTDecimate, resources.GetString("check_noDCTDecimate.ToolTip"));\r
213             this.check_noDCTDecimate.UseVisualStyleBackColor = true;\r
214             this.check_noDCTDecimate.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
215             // \r
216             // lbl_trellis\r
217             // \r
218             this.lbl_trellis.AutoSize = true;\r
219             this.lbl_trellis.Location = new System.Drawing.Point(563, 43);\r
220             this.lbl_trellis.Name = "lbl_trellis";\r
221             this.lbl_trellis.Size = new System.Drawing.Size(38, 13);\r
222             this.lbl_trellis.TabIndex = 67;\r
223             this.lbl_trellis.Text = "Trellis:";\r
224             // \r
225             // drop_trellis\r
226             // \r
227             this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
228             this.drop_trellis.FormattingEnabled = true;\r
229             this.drop_trellis.Items.AddRange(new object[] {\r
230             "Default (Encode Only)",\r
231             "Off",\r
232             "Encode Only",\r
233             "Always"});\r
234             this.drop_trellis.Location = new System.Drawing.Point(615, 40);\r
235             this.drop_trellis.Name = "drop_trellis";\r
236             this.drop_trellis.Size = new System.Drawing.Size(94, 21);\r
237             this.drop_trellis.TabIndex = 75;\r
238             this.ToolTip.SetToolTip(this.drop_trellis, resources.GetString("drop_trellis.ToolTip"));\r
239             this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
240             // \r
241             // drop_deblockBeta\r
242             // \r
243             this.drop_deblockBeta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
244             this.drop_deblockBeta.FormattingEnabled = true;\r
245             this.drop_deblockBeta.Items.AddRange(new object[] {\r
246             "Default (0)",\r
247             "-6",\r
248             "-5",\r
249             "-4",\r
250             "-3",\r
251             "-2",\r
252             "-1",\r
253             "0",\r
254             "1",\r
255             "2",\r
256             "3",\r
257             "4",\r
258             "5",\r
259             "6"});\r
260             this.drop_deblockBeta.Location = new System.Drawing.Point(631, 175);\r
261             this.drop_deblockBeta.Name = "drop_deblockBeta";\r
262             this.drop_deblockBeta.Size = new System.Drawing.Size(78, 21);\r
263             this.drop_deblockBeta.TabIndex = 74;\r
264             this.ToolTip.SetToolTip(this.drop_deblockBeta, resources.GetString("drop_deblockBeta.ToolTip"));\r
265             this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
266             // \r
267             // label41\r
268             // \r
269             this.label41.AutoSize = true;\r
270             this.label41.Location = new System.Drawing.Point(563, 152);\r
271             this.label41.Name = "label41";\r
272             this.label41.Size = new System.Drawing.Size(62, 13);\r
273             this.label41.TabIndex = 66;\r
274             this.label41.Text = "Deblocking:";\r
275             // \r
276             // drop_deblockAlpha\r
277             // \r
278             this.drop_deblockAlpha.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
279             this.drop_deblockAlpha.FormattingEnabled = true;\r
280             this.drop_deblockAlpha.Items.AddRange(new object[] {\r
281             "Default (0)",\r
282             "-6",\r
283             "-5",\r
284             "-4",\r
285             "-3",\r
286             "-2",\r
287             "-1",\r
288             "0",\r
289             "1",\r
290             "2",\r
291             "3",\r
292             "4",\r
293             "5",\r
294             "6"});\r
295             this.drop_deblockAlpha.Location = new System.Drawing.Point(631, 149);\r
296             this.drop_deblockAlpha.Name = "drop_deblockAlpha";\r
297             this.drop_deblockAlpha.Size = new System.Drawing.Size(78, 21);\r
298             this.drop_deblockAlpha.TabIndex = 73;\r
299             this.ToolTip.SetToolTip(this.drop_deblockAlpha, resources.GetString("drop_deblockAlpha.ToolTip"));\r
300             this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
301             // \r
302             // check_8x8DCT\r
303             // \r
304             this.check_8x8DCT.AutoSize = true;\r
305             this.check_8x8DCT.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
306             this.check_8x8DCT.Location = new System.Drawing.Point(44, 111);\r
307             this.check_8x8DCT.Name = "check_8x8DCT";\r
308             this.check_8x8DCT.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
309             this.check_8x8DCT.Size = new System.Drawing.Size(100, 17);\r
310             this.check_8x8DCT.TabIndex = 72;\r
311             this.check_8x8DCT.Text = "8x8 Transform:";\r
312             this.check_8x8DCT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
313             this.ToolTip.SetToolTip(this.check_8x8DCT, resources.GetString("check_8x8DCT.ToolTip"));\r
314             this.check_8x8DCT.UseVisualStyleBackColor = true;\r
315             this.check_8x8DCT.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
316             // \r
317             // label45\r
318             // \r
319             this.label45.AutoSize = true;\r
320             this.label45.Location = new System.Drawing.Point(563, 16);\r
321             this.label45.Name = "label45";\r
322             this.label45.Size = new System.Drawing.Size(78, 13);\r
323             this.label45.TabIndex = 64;\r
324             this.label45.Text = "Partition Type:";\r
325             // \r
326             // drop_analysis\r
327             // \r
328             this.drop_analysis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
329             this.drop_analysis.FormattingEnabled = true;\r
330             this.drop_analysis.Items.AddRange(new object[] {\r
331             "Default (most)",\r
332             "None",\r
333             "Some",\r
334             "All"});\r
335             this.drop_analysis.Location = new System.Drawing.Point(646, 13);\r
336             this.drop_analysis.Name = "drop_analysis";\r
337             this.drop_analysis.Size = new System.Drawing.Size(63, 21);\r
338             this.drop_analysis.TabIndex = 71;\r
339             this.ToolTip.SetToolTip(this.drop_analysis, resources.GetString("drop_analysis.ToolTip"));\r
340             this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
341             // \r
342             // label48\r
343             // \r
344             this.label48.AutoSize = true;\r
345             this.label48.Location = new System.Drawing.Point(262, 110);\r
346             this.label48.Name = "label48";\r
347             this.label48.Size = new System.Drawing.Size(149, 13);\r
348             this.label48.TabIndex = 62;\r
349             this.label48.Text = "Subpixel ME && Mode Decision:";\r
350             // \r
351             // drop_subpixelMotionEstimation\r
352             // \r
353             this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
354             this.drop_subpixelMotionEstimation.FormattingEnabled = true;\r
355             this.drop_subpixelMotionEstimation.Items.AddRange(new object[] {\r
356             "Default (7)",\r
357             "0: SAD, no subpel (super fast!)",\r
358             "1: SAD, qpel",\r
359             "2: SATD, qpel",\r
360             "3: SATD, multi-qpel",\r
361             "4: SATD, qpel on all",\r
362             "5: SATD, multi-qpel on all",\r
363             "6: RD in I/P-frames",\r
364             "7: RD in all frames",\r
365             "8: RD refine in I/P-frames",\r
366             "9: RD refine in all frames",\r
367             "10: QPRD in all frames"});\r
368             this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(417, 105);\r
369             this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";\r
370             this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);\r
371             this.drop_subpixelMotionEstimation.TabIndex = 70;\r
372             this.ToolTip.SetToolTip(this.drop_subpixelMotionEstimation, resources.GetString("drop_subpixelMotionEstimation.ToolTip"));\r
373             this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
374             // \r
375             // lbl_merange\r
376             // \r
377             this.lbl_merange.AutoSize = true;\r
378             this.lbl_merange.Location = new System.Drawing.Point(282, 135);\r
379             this.lbl_merange.Name = "lbl_merange";\r
380             this.lbl_merange.Size = new System.Drawing.Size(129, 13);\r
381             this.lbl_merange.TabIndex = 61;\r
382             this.lbl_merange.Text = "Motion Estimation Range:";\r
383             // \r
384             // drop_MotionEstimationRange\r
385             // \r
386             this.drop_MotionEstimationRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
387             this.drop_MotionEstimationRange.FormattingEnabled = true;\r
388             this.drop_MotionEstimationRange.Items.AddRange(new object[] {\r
389             "Default (16)",\r
390             "4",\r
391             "5",\r
392             "6",\r
393             "7",\r
394             "8",\r
395             "9",\r
396             "10",\r
397             "11",\r
398             "12",\r
399             "13",\r
400             "14",\r
401             "15",\r
402             "16",\r
403             "17",\r
404             "18",\r
405             "19",\r
406             "20",\r
407             "21",\r
408             "22",\r
409             "23",\r
410             "24",\r
411             "25",\r
412             "26",\r
413             "27",\r
414             "28",\r
415             "29",\r
416             "30",\r
417             "31",\r
418             "32",\r
419             "33",\r
420             "34",\r
421             "35",\r
422             "36",\r
423             "37",\r
424             "38",\r
425             "39",\r
426             "40",\r
427             "41",\r
428             "42",\r
429             "43",\r
430             "44",\r
431             "45",\r
432             "46",\r
433             "47",\r
434             "48",\r
435             "49",\r
436             "50",\r
437             "51",\r
438             "52",\r
439             "53",\r
440             "54",\r
441             "55",\r
442             "56",\r
443             "57",\r
444             "58",\r
445             "59",\r
446             "60",\r
447             "61",\r
448             "62",\r
449             "63",\r
450             "64"});\r
451             this.drop_MotionEstimationRange.Location = new System.Drawing.Point(417, 132);\r
452             this.drop_MotionEstimationRange.Name = "drop_MotionEstimationRange";\r
453             this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 21);\r
454             this.drop_MotionEstimationRange.TabIndex = 69;\r
455             this.ToolTip.SetToolTip(this.drop_MotionEstimationRange, resources.GetString("drop_MotionEstimationRange.ToolTip"));\r
456             this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
457             // \r
458             // label54\r
459             // \r
460             this.label54.AutoSize = true;\r
461             this.label54.Location = new System.Drawing.Point(277, 81);\r
462             this.label54.Name = "label54";\r
463             this.label54.Size = new System.Drawing.Size(134, 13);\r
464             this.label54.TabIndex = 60;\r
465             this.label54.Text = "Motion Estimation Method:";\r
466             // \r
467             // drop_MotionEstimationMethod\r
468             // \r
469             this.drop_MotionEstimationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
470             this.drop_MotionEstimationMethod.FormattingEnabled = true;\r
471             this.drop_MotionEstimationMethod.ItemHeight = 13;\r
472             this.drop_MotionEstimationMethod.Items.AddRange(new object[] {\r
473             "Default (Hexagon)",\r
474             "Diamond",\r
475             "Hexagon",\r
476             "Uneven Multi-Hexagon",\r
477             "Exhaustive",\r
478             "Transformed Exhaustive"});\r
479             this.drop_MotionEstimationMethod.Location = new System.Drawing.Point(417, 78);\r
480             this.drop_MotionEstimationMethod.Name = "drop_MotionEstimationMethod";\r
481             this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 21);\r
482             this.drop_MotionEstimationMethod.TabIndex = 68;\r
483             this.ToolTip.SetToolTip(this.drop_MotionEstimationMethod, resources.GetString("drop_MotionEstimationMethod.ToolTip"));\r
484             this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
485             // \r
486             // lbl_direct_prediction\r
487             // \r
488             this.lbl_direct_prediction.AutoSize = true;\r
489             this.lbl_direct_prediction.Location = new System.Drawing.Point(297, 54);\r
490             this.lbl_direct_prediction.Name = "lbl_direct_prediction";\r
491             this.lbl_direct_prediction.Size = new System.Drawing.Size(114, 13);\r
492             this.lbl_direct_prediction.TabIndex = 53;\r
493             this.lbl_direct_prediction.Text = "Adaptive Direct Mode:";\r
494             // \r
495             // drop_directPrediction\r
496             // \r
497             this.drop_directPrediction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
498             this.drop_directPrediction.FormattingEnabled = true;\r
499             this.drop_directPrediction.Items.AddRange(new object[] {\r
500             "Default (Spatial)",\r
501             "None",\r
502             "Spatial",\r
503             "Temporal",\r
504             "Automatic"});\r
505             this.drop_directPrediction.Location = new System.Drawing.Point(417, 51);\r
506             this.drop_directPrediction.Name = "drop_directPrediction";\r
507             this.drop_directPrediction.Size = new System.Drawing.Size(106, 21);\r
508             this.drop_directPrediction.TabIndex = 57;\r
509             this.ToolTip.SetToolTip(this.drop_directPrediction, resources.GetString("drop_directPrediction.ToolTip"));\r
510             this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
511             // \r
512             // label62\r
513             // \r
514             this.label62.AutoSize = true;\r
515             this.label62.Location = new System.Drawing.Point(21, 64);\r
516             this.label62.Name = "label62";\r
517             this.label62.Size = new System.Drawing.Size(103, 13);\r
518             this.label62.TabIndex = 52;\r
519             this.label62.Text = "Maximum B-Frames:";\r
520             // \r
521             // drop_bFrames\r
522             // \r
523             this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
524             this.drop_bFrames.FormattingEnabled = true;\r
525             this.drop_bFrames.Items.AddRange(new object[] {\r
526             "Default (3)",\r
527             "0",\r
528             "1",\r
529             "2",\r
530             "3",\r
531             "4",\r
532             "5",\r
533             "6",\r
534             "7",\r
535             "8",\r
536             "9",\r
537             "10",\r
538             "11",\r
539             "12",\r
540             "13",\r
541             "14",\r
542             "15",\r
543             "16"});\r
544             this.drop_bFrames.Location = new System.Drawing.Point(129, 61);\r
545             this.drop_bFrames.Name = "drop_bFrames";\r
546             this.drop_bFrames.Size = new System.Drawing.Size(106, 21);\r
547             this.drop_bFrames.TabIndex = 56;\r
548             this.ToolTip.SetToolTip(this.drop_bFrames, resources.GetString("drop_bFrames.ToolTip"));\r
549             this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
550             // \r
551             // label64\r
552             // \r
553             this.label64.AutoSize = true;\r
554             this.label64.Location = new System.Drawing.Point(25, 38);\r
555             this.label64.Name = "label64";\r
556             this.label64.Size = new System.Drawing.Size(99, 13);\r
557             this.label64.TabIndex = 50;\r
558             this.label64.Text = "Reference Frames:";\r
559             // \r
560             // drop_refFrames\r
561             // \r
562             this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
563             this.drop_refFrames.FormattingEnabled = true;\r
564             this.drop_refFrames.Items.AddRange(new object[] {\r
565             "Default (3)",\r
566             "1",\r
567             "2",\r
568             "3",\r
569             "4",\r
570             "5",\r
571             "6",\r
572             "7",\r
573             "8",\r
574             "9",\r
575             "10",\r
576             "11",\r
577             "12",\r
578             "13",\r
579             "14",\r
580             "15",\r
581             "16"});\r
582             this.drop_refFrames.Location = new System.Drawing.Point(129, 35);\r
583             this.drop_refFrames.Name = "drop_refFrames";\r
584             this.drop_refFrames.Size = new System.Drawing.Size(106, 21);\r
585             this.drop_refFrames.TabIndex = 54;\r
586             this.ToolTip.SetToolTip(this.drop_refFrames, resources.GetString("drop_refFrames.ToolTip"));\r
587             this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
588             // \r
589             // ToolTip\r
590             // \r
591             this.ToolTip.Active = false;\r
592             this.ToolTip.AutomaticDelay = 1000;\r
593             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
594             // \r
595             // check_weightp\r
596             // \r
597             this.check_weightp.AutoSize = true;\r
598             this.check_weightp.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
599             this.check_weightp.ForeColor = System.Drawing.SystemColors.ControlText;\r
600             this.check_weightp.Location = new System.Drawing.Point(20, 134);\r
601             this.check_weightp.Name = "check_weightp";\r
602             this.check_weightp.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
603             this.check_weightp.Size = new System.Drawing.Size(124, 17);\r
604             this.check_weightp.TabIndex = 87;\r
605             this.check_weightp.Text = "Weighted P-Frames:";\r
606             this.ToolTip.SetToolTip(this.check_weightp, resources.GetString("check_weightp.ToolTip"));\r
607             this.check_weightp.UseVisualStyleBackColor = true;\r
608             this.check_weightp.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
609             // \r
610             // slider_adaptiveQuantStrength\r
611             // \r
612             this.slider_adaptiveQuantStrength.BackColor = System.Drawing.SystemColors.Window;\r
613             this.slider_adaptiveQuantStrength.Location = new System.Drawing.Point(425, 167);\r
614             this.slider_adaptiveQuantStrength.Maximum = 20;\r
615             this.slider_adaptiveQuantStrength.Name = "slider_adaptiveQuantStrength";\r
616             this.slider_adaptiveQuantStrength.Size = new System.Drawing.Size(131, 45);\r
617             this.slider_adaptiveQuantStrength.TabIndex = 88;\r
618             this.ToolTip.SetToolTip(this.slider_adaptiveQuantStrength, "Adaptive quantization controls how the encoder distributes bits across the frame." +\r
619                     "  \r\nHigher values take more bits away from edges and complex areas to improve ar" +\r
620                     "eas with finer detail");\r
621             this.slider_adaptiveQuantStrength.Value = 10;\r
622             this.slider_adaptiveQuantStrength.Scroll += new System.EventHandler(this.widgetControlChanged);\r
623             // \r
624             // combo_pyrmidalBFrames\r
625             // \r
626             this.combo_pyrmidalBFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
627             this.combo_pyrmidalBFrames.FormattingEnabled = true;\r
628             this.combo_pyrmidalBFrames.Items.AddRange(new object[] {\r
629             "Default (Normal)",\r
630             "Off",\r
631             "Strict"});\r
632             this.combo_pyrmidalBFrames.Location = new System.Drawing.Point(129, 157);\r
633             this.combo_pyrmidalBFrames.Name = "combo_pyrmidalBFrames";\r
634             this.combo_pyrmidalBFrames.Size = new System.Drawing.Size(106, 21);\r
635             this.combo_pyrmidalBFrames.TabIndex = 92;\r
636             this.ToolTip.SetToolTip(this.combo_pyrmidalBFrames, resources.GetString("combo_pyrmidalBFrames.ToolTip"));\r
637             this.combo_pyrmidalBFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
638             // \r
639             // lbl_adaptiveQuantStrength\r
640             // \r
641             this.lbl_adaptiveQuantStrength.AutoSize = true;\r
642             this.lbl_adaptiveQuantStrength.Location = new System.Drawing.Point(248, 171);\r
643             this.lbl_adaptiveQuantStrength.Name = "lbl_adaptiveQuantStrength";\r
644             this.lbl_adaptiveQuantStrength.Size = new System.Drawing.Size(163, 13);\r
645             this.lbl_adaptiveQuantStrength.TabIndex = 89;\r
646             this.lbl_adaptiveQuantStrength.Text = "Adaptive Quantization Strength:";\r
647             // \r
648             // label1\r
649             // \r
650             this.label1.AutoSize = true;\r
651             this.label1.BackColor = System.Drawing.Color.Transparent;\r
652             this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
653             this.label1.Location = new System.Drawing.Point(13, 193);\r
654             this.label1.Name = "label1";\r
655             this.label1.Size = new System.Drawing.Size(83, 13);\r
656             this.label1.TabIndex = 90;\r
657             this.label1.Text = "Psychovisual:";\r
658             // \r
659             // lbl_prymidalBframes\r
660             // \r
661             this.lbl_prymidalBframes.AutoSize = true;\r
662             this.lbl_prymidalBframes.Location = new System.Drawing.Point(20, 160);\r
663             this.lbl_prymidalBframes.Name = "lbl_prymidalBframes";\r
664             this.lbl_prymidalBframes.Size = new System.Drawing.Size(105, 13);\r
665             this.lbl_prymidalBframes.TabIndex = 91;\r
666             this.lbl_prymidalBframes.Text = "Pyramidal B-Frames:";\r
667             // \r
668             // label3\r
669             // \r
670             this.label3.AutoSize = true;\r
671             this.label3.BackColor = System.Drawing.Color.Transparent;\r
672             this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
673             this.label3.Location = new System.Drawing.Point(248, 13);\r
674             this.label3.Name = "label3";\r
675             this.label3.Size = new System.Drawing.Size(57, 13);\r
676             this.label3.TabIndex = 93;\r
677             this.label3.Text = "Analysis:";\r
678             // \r
679             // x264Panel\r
680             // \r
681             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
682             this.BackColor = System.Drawing.Color.Transparent;\r
683             this.Controls.Add(this.label3);\r
684             this.Controls.Add(this.rtf_x264Query);\r
685             this.Controls.Add(this.lbl_prymidalBframes);\r
686             this.Controls.Add(this.combo_pyrmidalBFrames);\r
687             this.Controls.Add(this.label1);\r
688             this.Controls.Add(this.slider_psytrellis);\r
689             this.Controls.Add(this.slider_psyrd);\r
690             this.Controls.Add(this.lbl_adaptiveQuantStrength);\r
691             this.Controls.Add(this.slider_adaptiveQuantStrength);\r
692             this.Controls.Add(this.check_weightp);\r
693             this.Controls.Add(this.lbl_psytrellis);\r
694             this.Controls.Add(this.lbl_psyrd);\r
695             this.Controls.Add(this.lbl_adaptBFrames);\r
696             this.Controls.Add(this.drop_adaptBFrames);\r
697             this.Controls.Add(this.label43);\r
698             this.Controls.Add(this.btn_reset);\r
699             this.Controls.Add(this.check_Cabac);\r
700             this.Controls.Add(this.check_noDCTDecimate);\r
701             this.Controls.Add(this.lbl_trellis);\r
702             this.Controls.Add(this.drop_trellis);\r
703             this.Controls.Add(this.drop_deblockBeta);\r
704             this.Controls.Add(this.label41);\r
705             this.Controls.Add(this.drop_deblockAlpha);\r
706             this.Controls.Add(this.check_8x8DCT);\r
707             this.Controls.Add(this.label45);\r
708             this.Controls.Add(this.drop_analysis);\r
709             this.Controls.Add(this.label48);\r
710             this.Controls.Add(this.drop_subpixelMotionEstimation);\r
711             this.Controls.Add(this.lbl_merange);\r
712             this.Controls.Add(this.drop_MotionEstimationRange);\r
713             this.Controls.Add(this.label54);\r
714             this.Controls.Add(this.drop_MotionEstimationMethod);\r
715             this.Controls.Add(this.lbl_direct_prediction);\r
716             this.Controls.Add(this.drop_directPrediction);\r
717             this.Controls.Add(this.label62);\r
718             this.Controls.Add(this.drop_bFrames);\r
719             this.Controls.Add(this.label64);\r
720             this.Controls.Add(this.drop_refFrames);\r
721             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
722             this.Name = "x264Panel";\r
723             this.Size = new System.Drawing.Size(720, 305);\r
724             ((System.ComponentModel.ISupportInitialize)(this.slider_psytrellis)).EndInit();\r
725             ((System.ComponentModel.ISupportInitialize)(this.slider_psyrd)).EndInit();\r
726             ((System.ComponentModel.ISupportInitialize)(this.slider_adaptiveQuantStrength)).EndInit();\r
727             this.ResumeLayout(false);\r
728             this.PerformLayout();\r
729 \r
730         }\r
731 \r
732         #endregion\r
733 \r
734         internal System.Windows.Forms.TrackBar slider_psytrellis;\r
735         internal System.Windows.Forms.Label lbl_psytrellis;\r
736         internal System.Windows.Forms.Label lbl_psyrd;\r
737         internal System.Windows.Forms.TrackBar slider_psyrd;\r
738         internal System.Windows.Forms.Label lbl_adaptBFrames;\r
739         internal System.Windows.Forms.ComboBox drop_adaptBFrames;\r
740         internal System.Windows.Forms.Label label43;\r
741         internal System.Windows.Forms.Button btn_reset;\r
742         internal System.Windows.Forms.RichTextBox rtf_x264Query;\r
743         internal System.Windows.Forms.CheckBox check_Cabac;\r
744         internal System.Windows.Forms.CheckBox check_noDCTDecimate;\r
745         internal System.Windows.Forms.Label lbl_trellis;\r
746         internal System.Windows.Forms.ComboBox drop_trellis;\r
747         internal System.Windows.Forms.ComboBox drop_deblockBeta;\r
748         internal System.Windows.Forms.Label label41;\r
749         internal System.Windows.Forms.ComboBox drop_deblockAlpha;\r
750         internal System.Windows.Forms.CheckBox check_8x8DCT;\r
751         internal System.Windows.Forms.Label label45;\r
752         internal System.Windows.Forms.ComboBox drop_analysis;\r
753         internal System.Windows.Forms.Label label48;\r
754         internal System.Windows.Forms.ComboBox drop_subpixelMotionEstimation;\r
755         internal System.Windows.Forms.Label lbl_merange;\r
756         internal System.Windows.Forms.ComboBox drop_MotionEstimationRange;\r
757         internal System.Windows.Forms.Label label54;\r
758         internal System.Windows.Forms.ComboBox drop_MotionEstimationMethod;\r
759         internal System.Windows.Forms.Label lbl_direct_prediction;\r
760         internal System.Windows.Forms.ComboBox drop_directPrediction;\r
761         internal System.Windows.Forms.Label label62;\r
762         internal System.Windows.Forms.ComboBox drop_bFrames;\r
763         internal System.Windows.Forms.Label label64;\r
764         internal System.Windows.Forms.ComboBox drop_refFrames;\r
765         private System.Windows.Forms.ToolTip ToolTip;\r
766         internal System.Windows.Forms.CheckBox check_weightp;\r
767         internal System.Windows.Forms.Label lbl_adaptiveQuantStrength;\r
768         internal System.Windows.Forms.TrackBar slider_adaptiveQuantStrength;\r
769         internal System.Windows.Forms.Label label1;\r
770         internal System.Windows.Forms.Label lbl_prymidalBframes;\r
771         internal System.Windows.Forms.ComboBox combo_pyrmidalBFrames;\r
772         internal System.Windows.Forms.Label label3;\r
773     }\r
774 }\r