WinGui:
[HandBrake.git] / win / C# / frmMain.Designer.cs
blobfd8777ae786c2f3b7e818bbfb43c16306ea73645
1 namespace Handbrake
3 partial class frmMain
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
31 this.components = new System.ComponentModel.Container();
32 System.Windows.Forms.Label Label38;
33 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
34 this.DVD_Save = new System.Windows.Forms.SaveFileDialog();
35 this.File_Save = new System.Windows.Forms.SaveFileDialog();
36 this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
37 this.drop_chapterFinish = new System.Windows.Forms.ComboBox();
38 this.drop_chapterStart = new System.Windows.Forms.ComboBox();
39 this.drp_dvdtitle = new System.Windows.Forms.ComboBox();
40 this.RadioISO = new System.Windows.Forms.RadioButton();
41 this.text_source = new System.Windows.Forms.TextBox();
42 this.text_destination = new System.Windows.Forms.TextBox();
43 this.btn_Browse = new System.Windows.Forms.Button();
44 this.text_height = new System.Windows.Forms.TextBox();
45 this.text_width = new System.Windows.Forms.TextBox();
46 this.btn_destBrowse = new System.Windows.Forms.Button();
47 this.drp_videoEncoder = new System.Windows.Forms.ComboBox();
48 this.drp_audioCodec = new System.Windows.Forms.ComboBox();
49 this.CheckCRF = new System.Windows.Forms.CheckBox();
50 this.QueryEditorText = new System.Windows.Forms.RichTextBox();
51 this.rtf_h264advanced = new System.Windows.Forms.RichTextBox();
52 this.drp_audioBitrate = new System.Windows.Forms.ComboBox();
53 this.drp_audioSampleRate = new System.Windows.Forms.ComboBox();
54 this.check_largeFile = new System.Windows.Forms.CheckBox();
55 this.check_turbo = new System.Windows.Forms.CheckBox();
56 this.drp_videoFramerate = new System.Windows.Forms.ComboBox();
57 this.slider_videoQuality = new System.Windows.Forms.TrackBar();
58 this.text_filesize = new System.Windows.Forms.TextBox();
59 this.text_bitrate = new System.Windows.Forms.TextBox();
60 this.drp_subtitle = new System.Windows.Forms.ComboBox();
61 this.btn_presets = new System.Windows.Forms.Button();
62 this.btn_setDefault = new System.Windows.Forms.Button();
63 this.ListBox_Presets = new System.Windows.Forms.ListBox();
64 this.btn_removePreset = new System.Windows.Forms.Button();
65 this.btn_addPreset = new System.Windows.Forms.Button();
66 this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog();
67 this.File_Open = new System.Windows.Forms.OpenFileDialog();
68 this.ISO_Open = new System.Windows.Forms.OpenFileDialog();
69 this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
70 this.mnu_exit = new System.Windows.Forms.ToolStripMenuItem();
71 this.mnu_open3 = new System.Windows.Forms.ToolStripMenuItem();
72 this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
73 this.mnu_encode = new System.Windows.Forms.ToolStripMenuItem();
74 this.mnu_viewDVDdata = new System.Windows.Forms.ToolStripMenuItem();
75 this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
76 this.mnu_options = new System.Windows.Forms.ToolStripMenuItem();
77 this.PresetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
78 this.mnu_presetReset = new System.Windows.Forms.ToolStripMenuItem();
79 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
80 this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem();
81 this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
82 this.OnlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
83 this.mnu_wiki = new System.Windows.Forms.ToolStripMenuItem();
84 this.mnu_faq = new System.Windows.Forms.ToolStripMenuItem();
85 this.mnu_onlineDocs = new System.Windows.Forms.ToolStripMenuItem();
86 this.WebsiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
87 this.mnu_homepage = new System.Windows.Forms.ToolStripMenuItem();
88 this.mnu_forum = new System.Windows.Forms.ToolStripMenuItem();
89 this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
90 this.mnu_UpdateCheck = new System.Windows.Forms.ToolStripMenuItem();
91 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
92 this.mnu_about = new System.Windows.Forms.ToolStripMenuItem();
93 this.frmMainMenu = new System.Windows.Forms.MenuStrip();
94 this.GroupBox1 = new System.Windows.Forms.GroupBox();
95 this.Label13 = new System.Windows.Forms.Label();
96 this.RadioDVD = new System.Windows.Forms.RadioButton();
97 this.Label17 = new System.Windows.Forms.Label();
98 this.Label9 = new System.Windows.Forms.Label();
99 this.Label10 = new System.Windows.Forms.Label();
100 this.groupBox_output = new System.Windows.Forms.GroupBox();
101 this.Label56 = new System.Windows.Forms.Label();
102 this.lbl_Aspect = new System.Windows.Forms.Label();
103 this.Label91 = new System.Windows.Forms.Label();
104 this.Label55 = new System.Windows.Forms.Label();
105 this.Label47 = new System.Windows.Forms.Label();
106 this.Label12 = new System.Windows.Forms.Label();
107 this.Label3 = new System.Windows.Forms.Label();
108 this.lbl_update = new System.Windows.Forms.Label();
109 this.btn_queue = new System.Windows.Forms.Button();
110 this.btn_encode = new System.Windows.Forms.Button();
111 this.Version = new System.Windows.Forms.Label();
112 this.lbl_encode = new System.Windows.Forms.Label();
113 this.btn_eCancel = new System.Windows.Forms.Button();
114 this.TabPage6 = new System.Windows.Forms.TabPage();
115 this.btn_copy = new System.Windows.Forms.Button();
116 this.label23 = new System.Windows.Forms.Label();
117 this.Label7 = new System.Windows.Forms.Label();
118 this.Label39 = new System.Windows.Forms.Label();
119 this.btn_ClearQuery = new System.Windows.Forms.Button();
120 this.GenerateQuery = new System.Windows.Forms.Button();
121 this.h264Tab = new System.Windows.Forms.TabPage();
122 this.Label43 = new System.Windows.Forms.Label();
123 this.label_h264 = new System.Windows.Forms.LinkLabel();
124 this.Label95 = new System.Windows.Forms.Label();
125 this.btn_h264Clear = new System.Windows.Forms.Button();
126 this.Label90 = new System.Windows.Forms.Label();
127 this.Label92 = new System.Windows.Forms.Label();
128 this.TabPage2 = new System.Windows.Forms.TabPage();
129 this.Label19 = new System.Windows.Forms.Label();
130 this.Label21 = new System.Windows.Forms.Label();
131 this.Label20 = new System.Windows.Forms.Label();
132 this.Label29 = new System.Windows.Forms.Label();
133 this.drp_audioMixDown = new System.Windows.Forms.ComboBox();
134 this.drp_audioChannels = new System.Windows.Forms.ComboBox();
135 this.Label14 = new System.Windows.Forms.Label();
136 this.Label5 = new System.Windows.Forms.Label();
137 this.Label35 = new System.Windows.Forms.Label();
138 this.Label16 = new System.Windows.Forms.Label();
139 this.Label32 = new System.Windows.Forms.Label();
140 this.Label18 = new System.Windows.Forms.Label();
141 this.TabPage3 = new System.Windows.Forms.TabPage();
142 this.check_grayscale = new System.Windows.Forms.CheckBox();
143 this.Label37 = new System.Windows.Forms.Label();
144 this.Label22 = new System.Windows.Forms.Label();
145 this.check_2PassEncode = new System.Windows.Forms.CheckBox();
146 this.Label2 = new System.Windows.Forms.Label();
147 this.Label42 = new System.Windows.Forms.Label();
148 this.SliderValue = new System.Windows.Forms.Label();
149 this.Label46 = new System.Windows.Forms.Label();
150 this.Label40 = new System.Windows.Forms.Label();
151 this.TabPage1 = new System.Windows.Forms.TabPage();
152 this.label24 = new System.Windows.Forms.Label();
153 this.drp_deNoise = new System.Windows.Forms.ComboBox();
154 this.label11 = new System.Windows.Forms.Label();
155 this.check_deblock = new System.Windows.Forms.CheckBox();
156 this.check_detelecine = new System.Windows.Forms.CheckBox();
157 this.label4 = new System.Windows.Forms.Label();
158 this.drp_deInterlace_option = new System.Windows.Forms.ComboBox();
159 this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox();
160 this.CheckPixelRatio = new System.Windows.Forms.CheckBox();
161 this.label6 = new System.Windows.Forms.Label();
162 this.lbl_RecomendedCrop = new System.Windows.Forms.Label();
163 this.Label8 = new System.Windows.Forms.Label();
164 this.Label1 = new System.Windows.Forms.Label();
165 this.Label53 = new System.Windows.Forms.Label();
166 this.Label52 = new System.Windows.Forms.Label();
167 this.Label51 = new System.Windows.Forms.Label();
168 this.Label50 = new System.Windows.Forms.Label();
169 this.Label15 = new System.Windows.Forms.Label();
170 this.text_top = new System.Windows.Forms.TextBox();
171 this.text_bottom = new System.Windows.Forms.TextBox();
172 this.drp_crop = new System.Windows.Forms.ComboBox();
173 this.text_right = new System.Windows.Forms.TextBox();
174 this.text_left = new System.Windows.Forms.TextBox();
175 this.advancedOptions = new System.Windows.Forms.TabControl();
176 this.groupBox_dest = new System.Windows.Forms.GroupBox();
177 this.groupBox2 = new System.Windows.Forms.GroupBox();
178 this.groupBox3 = new System.Windows.Forms.GroupBox();
179 this.mnu_quickStart = new System.Windows.Forms.ToolStripMenuItem();
180 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
181 Label38 = new System.Windows.Forms.Label();
182 ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();
183 this.frmMainMenu.SuspendLayout();
184 this.GroupBox1.SuspendLayout();
185 this.groupBox_output.SuspendLayout();
186 this.TabPage6.SuspendLayout();
187 this.h264Tab.SuspendLayout();
188 this.TabPage2.SuspendLayout();
189 this.TabPage3.SuspendLayout();
190 this.TabPage1.SuspendLayout();
191 this.advancedOptions.SuspendLayout();
192 this.groupBox_dest.SuspendLayout();
193 this.groupBox2.SuspendLayout();
194 this.groupBox3.SuspendLayout();
195 this.SuspendLayout();
197 // Label38
199 Label38.AutoSize = true;
200 Label38.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
201 Label38.Location = new System.Drawing.Point(304, 67);
202 Label38.Name = "Label38";
203 Label38.Size = new System.Drawing.Size(108, 13);
204 Label38.TabIndex = 63;
205 Label38.Text = "Target Size (MB):";
207 // DVD_Save
209 this.DVD_Save.DefaultExt = "mp4";
210 this.DVD_Save.Filter = "*.mp4|*.mp4|*.m4v|*.m4v|*.avi|*.avi|*.ogm|*.ogm|*.mkv|*.mkv";
212 // File_Save
214 this.File_Save.DefaultExt = "hb";
215 this.File_Save.Filter = "hb|*.hb";
217 // ToolTip
219 this.ToolTip.Active = false;
221 // drop_chapterFinish
223 this.drop_chapterFinish.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
224 this.drop_chapterFinish.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
225 this.drop_chapterFinish.FormattingEnabled = true;
226 this.drop_chapterFinish.Location = new System.Drawing.Point(408, 55);
227 this.drop_chapterFinish.Name = "drop_chapterFinish";
228 this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21);
229 this.drop_chapterFinish.TabIndex = 7;
230 this.drop_chapterFinish.Text = "Auto";
231 this.ToolTip.SetToolTip(this.drop_chapterFinish, "Step 3 - Select the chapter range you would like to enocde. (default: All Chapter" +
232 "s)");
233 this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.drop_chapterFinish_SelectedIndexChanged);
235 // drop_chapterStart
237 this.drop_chapterStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
238 this.drop_chapterStart.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
239 this.drop_chapterStart.FormattingEnabled = true;
240 this.drop_chapterStart.Location = new System.Drawing.Point(295, 55);
241 this.drop_chapterStart.Name = "drop_chapterStart";
242 this.drop_chapterStart.Size = new System.Drawing.Size(69, 21);
243 this.drop_chapterStart.TabIndex = 6;
244 this.drop_chapterStart.Text = "Auto";
245 this.ToolTip.SetToolTip(this.drop_chapterStart, "Step 3 - Select the chapter range you would like to enocde. (default: All Chapter" +
246 "s)");
247 this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.drop_chapterStart_SelectedIndexChanged);
249 // drp_dvdtitle
251 this.drp_dvdtitle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
252 this.drp_dvdtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
253 this.drp_dvdtitle.FormattingEnabled = true;
254 this.drp_dvdtitle.Items.AddRange(new object[] {
255 "Automatic"});
256 this.drp_dvdtitle.Location = new System.Drawing.Point(99, 52);
257 this.drp_dvdtitle.Name = "drp_dvdtitle";
258 this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21);
259 this.drp_dvdtitle.TabIndex = 5;
260 this.drp_dvdtitle.Text = "Automatic";
261 this.ToolTip.SetToolTip(this.drp_dvdtitle, "Step 2 - Select the title number you wish to encode.");
262 this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged);
263 this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click);
265 // RadioISO
267 this.RadioISO.AutoSize = true;
268 this.RadioISO.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
269 this.RadioISO.Location = new System.Drawing.Point(549, 22);
270 this.RadioISO.Name = "RadioISO";
271 this.RadioISO.Size = new System.Drawing.Size(44, 17);
272 this.RadioISO.TabIndex = 3;
273 this.RadioISO.Text = "File";
274 this.ToolTip.SetToolTip(this.RadioISO, "ISO, TS, MPG");
275 this.RadioISO.UseVisualStyleBackColor = true;
277 // text_source
279 this.text_source.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
280 this.text_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
281 this.text_source.Location = new System.Drawing.Point(99, 19);
282 this.text_source.Name = "text_source";
283 this.text_source.Size = new System.Drawing.Size(294, 21);
284 this.text_source.TabIndex = 1;
285 this.text_source.Text = "Click \'Browse\' to continue";
286 this.ToolTip.SetToolTip(this.text_source, "The input source location.");
288 // text_destination
290 this.text_destination.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
291 this.text_destination.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
292 this.text_destination.Location = new System.Drawing.Point(99, 19);
293 this.text_destination.Name = "text_destination";
294 this.text_destination.Size = new System.Drawing.Size(294, 21);
295 this.text_destination.TabIndex = 14;
296 this.ToolTip.SetToolTip(this.text_destination, "Location where the enoceded file will be saved.");
298 // btn_Browse
300 this.btn_Browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;
301 this.btn_Browse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
302 this.btn_Browse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
303 this.btn_Browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
304 this.btn_Browse.Location = new System.Drawing.Point(399, 19);
305 this.btn_Browse.Name = "btn_Browse";
306 this.btn_Browse.Size = new System.Drawing.Size(78, 22);
307 this.btn_Browse.TabIndex = 4;
308 this.btn_Browse.Text = "Browse";
309 this.ToolTip.SetToolTip(this.btn_Browse, "Step 1 - Select a Source. This can be either a DVD or ts/mpg/iso file");
310 this.btn_Browse.UseVisualStyleBackColor = true;
311 this.btn_Browse.Click += new System.EventHandler(this.btn_Browse_Click);
313 // text_height
315 this.text_height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
316 this.text_height.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
317 this.text_height.ForeColor = System.Drawing.SystemColors.InfoText;
318 this.text_height.Location = new System.Drawing.Point(196, 54);
319 this.text_height.Name = "text_height";
320 this.text_height.Size = new System.Drawing.Size(64, 21);
321 this.text_height.TabIndex = 24;
322 this.ToolTip.SetToolTip(this.text_height, "Video Resolution (Height)");
323 this.text_height.TextChanged += new System.EventHandler(this.text_height_TextChanged);
325 // text_width
327 this.text_width.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
328 this.text_width.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
329 this.text_width.Location = new System.Drawing.Point(104, 54);
330 this.text_width.Name = "text_width";
331 this.text_width.Size = new System.Drawing.Size(64, 21);
332 this.text_width.TabIndex = 22;
333 this.ToolTip.SetToolTip(this.text_width, "Video Resolution (Width)");
334 this.text_width.TextChanged += new System.EventHandler(this.text_width_TextChanged);
336 // btn_destBrowse
338 this.btn_destBrowse.FlatAppearance.BorderColor = System.Drawing.Color.Black;
339 this.btn_destBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
340 this.btn_destBrowse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
341 this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
342 this.btn_destBrowse.Location = new System.Drawing.Point(399, 18);
343 this.btn_destBrowse.Name = "btn_destBrowse";
344 this.btn_destBrowse.Size = new System.Drawing.Size(83, 22);
345 this.btn_destBrowse.TabIndex = 15;
346 this.btn_destBrowse.Text = "Browse";
347 this.ToolTip.SetToolTip(this.btn_destBrowse, "Step 4 - Select a location to save your encoded file.");
348 this.btn_destBrowse.UseVisualStyleBackColor = true;
349 this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);
351 // drp_videoEncoder
353 this.drp_videoEncoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
354 this.drp_videoEncoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
355 this.drp_videoEncoder.FormattingEnabled = true;
356 this.drp_videoEncoder.Items.AddRange(new object[] {
357 "Mpeg 4",
358 "Xvid",
359 "H.264",
360 "H.264 (iPod)",
361 "H.264 Baseline 1.3"});
362 this.drp_videoEncoder.Location = new System.Drawing.Point(104, 21);
363 this.drp_videoEncoder.Name = "drp_videoEncoder";
364 this.drp_videoEncoder.Size = new System.Drawing.Size(156, 21);
365 this.drp_videoEncoder.TabIndex = 18;
366 this.drp_videoEncoder.Text = "H.264";
367 this.ToolTip.SetToolTip(this.drp_videoEncoder, "Step 5 - Select a video encoder");
368 this.drp_videoEncoder.SelectedIndexChanged += new System.EventHandler(this.drp_videoEncoder_SelectedIndexChanged);
370 // drp_audioCodec
372 this.drp_audioCodec.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
373 this.drp_audioCodec.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
374 this.drp_audioCodec.FormattingEnabled = true;
375 this.drp_audioCodec.Items.AddRange(new object[] {
376 "AAC",
377 "MP3",
378 "Vorbis",
379 "AC3"});
380 this.drp_audioCodec.Location = new System.Drawing.Point(376, 20);
381 this.drp_audioCodec.Name = "drp_audioCodec";
382 this.drp_audioCodec.Size = new System.Drawing.Size(111, 21);
383 this.drp_audioCodec.TabIndex = 20;
384 this.drp_audioCodec.Text = "AAC";
385 this.ToolTip.SetToolTip(this.drp_audioCodec, "Step 6 - Select an audio encoder.");
386 this.drp_audioCodec.SelectedIndexChanged += new System.EventHandler(this.drp_audioCodec_SelectedIndexChanged);
388 // CheckCRF
390 this.CheckCRF.AutoSize = true;
391 this.CheckCRF.Enabled = false;
392 this.CheckCRF.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
393 this.CheckCRF.Location = new System.Drawing.Point(446, 133);
394 this.CheckCRF.Name = "CheckCRF";
395 this.CheckCRF.Size = new System.Drawing.Size(146, 17);
396 this.CheckCRF.TabIndex = 67;
397 this.CheckCRF.Text = "Constant Rate Factor";
398 this.ToolTip.SetToolTip(this.CheckCRF, "Constant Rate Factor");
399 this.CheckCRF.UseVisualStyleBackColor = true;
401 // QueryEditorText
403 this.QueryEditorText.BorderStyle = System.Windows.Forms.BorderStyle.None;
404 this.QueryEditorText.Location = new System.Drawing.Point(16, 88);
405 this.QueryEditorText.Name = "QueryEditorText";
406 this.QueryEditorText.Size = new System.Drawing.Size(605, 93);
407 this.QueryEditorText.TabIndex = 93;
408 this.QueryEditorText.Text = "";
409 this.ToolTip.SetToolTip(this.QueryEditorText, "Manually add or edit a query generated by the GUI.");
411 // rtf_h264advanced
413 this.rtf_h264advanced.BorderStyle = System.Windows.Forms.BorderStyle.None;
414 this.rtf_h264advanced.Location = new System.Drawing.Point(16, 79);
415 this.rtf_h264advanced.Name = "rtf_h264advanced";
416 this.rtf_h264advanced.Size = new System.Drawing.Size(605, 76);
417 this.rtf_h264advanced.TabIndex = 84;
418 this.rtf_h264advanced.Text = "";
419 this.ToolTip.SetToolTip(this.rtf_h264advanced, "H.264 advanced options can be added here. See link below for details.");
421 // drp_audioBitrate
423 this.drp_audioBitrate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
424 this.drp_audioBitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
425 this.drp_audioBitrate.FormattingEnabled = true;
426 this.drp_audioBitrate.Items.AddRange(new object[] {
427 "32",
428 "40",
429 "48",
430 "56",
431 "64",
432 "80",
433 "86",
434 "112",
435 "128",
436 "160"});
437 this.drp_audioBitrate.Location = new System.Drawing.Point(137, 37);
438 this.drp_audioBitrate.Name = "drp_audioBitrate";
439 this.drp_audioBitrate.Size = new System.Drawing.Size(101, 21);
440 this.drp_audioBitrate.TabIndex = 70;
441 this.drp_audioBitrate.Text = "128";
442 this.ToolTip.SetToolTip(this.drp_audioBitrate, "Set the Audio Bit-Rate");
444 // drp_audioSampleRate
446 this.drp_audioSampleRate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
447 this.drp_audioSampleRate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
448 this.drp_audioSampleRate.FormattingEnabled = true;
449 this.drp_audioSampleRate.Items.AddRange(new object[] {
450 "48",
451 "44.1",
452 "32",
453 "24",
454 "22.05"});
455 this.drp_audioSampleRate.Location = new System.Drawing.Point(137, 67);
456 this.drp_audioSampleRate.Name = "drp_audioSampleRate";
457 this.drp_audioSampleRate.Size = new System.Drawing.Size(101, 21);
458 this.drp_audioSampleRate.TabIndex = 72;
459 this.drp_audioSampleRate.Text = "44.1";
460 this.ToolTip.SetToolTip(this.drp_audioSampleRate, "Set the Audio Sample Rate");
462 // check_largeFile
464 this.check_largeFile.AutoSize = true;
465 this.check_largeFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
466 this.check_largeFile.Location = new System.Drawing.Point(16, 107);
467 this.check_largeFile.Name = "check_largeFile";
468 this.check_largeFile.Size = new System.Drawing.Size(172, 17);
469 this.check_largeFile.TabIndex = 56;
470 this.check_largeFile.Text = "Larger mp4 Files (> 4GB)";
471 this.ToolTip.SetToolTip(this.check_largeFile, "Allows creation of mp4 files greater than 4GB.");
472 this.check_largeFile.UseVisualStyleBackColor = true;
473 this.check_largeFile.Click += new System.EventHandler(this.check_largeFile_CheckedChanged);
475 // check_turbo
477 this.check_turbo.AutoSize = true;
478 this.check_turbo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
479 this.check_turbo.Location = new System.Drawing.Point(37, 84);
480 this.check_turbo.Name = "check_turbo";
481 this.check_turbo.Size = new System.Drawing.Size(110, 17);
482 this.check_turbo.TabIndex = 55;
483 this.check_turbo.Text = "Turbo 1st Pass";
484 this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster.");
485 this.check_turbo.UseVisualStyleBackColor = true;
487 // drp_videoFramerate
489 this.drp_videoFramerate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
490 this.drp_videoFramerate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
491 this.drp_videoFramerate.FormattingEnabled = true;
492 this.drp_videoFramerate.Items.AddRange(new object[] {
493 "Automatic",
494 "5",
495 "10",
496 "12",
497 "15",
498 "23.976",
499 "24",
500 "25",
501 "29.97"});
502 this.drp_videoFramerate.Location = new System.Drawing.Point(126, 149);
503 this.drp_videoFramerate.Name = "drp_videoFramerate";
504 this.drp_videoFramerate.Size = new System.Drawing.Size(112, 21);
505 this.drp_videoFramerate.TabIndex = 59;
506 this.drp_videoFramerate.Text = "Automatic";
507 this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to automcatic in most cases.");
509 // slider_videoQuality
511 this.slider_videoQuality.Location = new System.Drawing.Point(435, 90);
512 this.slider_videoQuality.Maximum = 100;
513 this.slider_videoQuality.Name = "slider_videoQuality";
514 this.slider_videoQuality.Size = new System.Drawing.Size(167, 42);
515 this.slider_videoQuality.TabIndex = 66;
516 this.slider_videoQuality.TickFrequency = 17;
517 this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. (Around 70% is fine for most)");
518 this.slider_videoQuality.Scroll += new System.EventHandler(this.slider_videoQuality_Scroll);
520 // text_filesize
522 this.text_filesize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
523 this.text_filesize.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
524 this.text_filesize.Location = new System.Drawing.Point(446, 63);
525 this.text_filesize.Name = "text_filesize";
526 this.text_filesize.Size = new System.Drawing.Size(156, 21);
527 this.text_filesize.TabIndex = 64;
528 this.ToolTip.SetToolTip(this.text_filesize, "Set the file size you wish the encoded file to be.");
529 this.text_filesize.TextChanged += new System.EventHandler(this.text_filesize_TextChanged);
531 // text_bitrate
533 this.text_bitrate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
534 this.text_bitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
535 this.text_bitrate.Location = new System.Drawing.Point(446, 36);
536 this.text_bitrate.Name = "text_bitrate";
537 this.text_bitrate.Size = new System.Drawing.Size(156, 21);
538 this.text_bitrate.TabIndex = 62;
539 this.ToolTip.SetToolTip(this.text_bitrate, "Set the bitrate of the video");
540 this.text_bitrate.TextChanged += new System.EventHandler(this.text_bitrate_TextChanged);
542 // drp_subtitle
544 this.drp_subtitle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
545 this.drp_subtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
546 this.drp_subtitle.FormattingEnabled = true;
547 this.drp_subtitle.Location = new System.Drawing.Point(406, 36);
548 this.drp_subtitle.Name = "drp_subtitle";
549 this.drp_subtitle.Size = new System.Drawing.Size(213, 21);
550 this.drp_subtitle.TabIndex = 80;
551 this.drp_subtitle.Text = "None";
552 this.ToolTip.SetToolTip(this.drp_subtitle, "Select the subtitle language you require from this dropdown.");
554 // btn_presets
556 this.btn_presets.FlatAppearance.BorderColor = System.Drawing.Color.Black;
557 this.btn_presets.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
558 this.btn_presets.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
559 this.btn_presets.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
560 this.btn_presets.Location = new System.Drawing.Point(549, 12);
561 this.btn_presets.Name = "btn_presets";
562 this.btn_presets.Size = new System.Drawing.Size(111, 22);
563 this.btn_presets.TabIndex = 102;
564 this.btn_presets.Text = "Show Presets";
565 this.ToolTip.SetToolTip(this.btn_presets, "Show or Hide the preset section");
566 this.btn_presets.UseVisualStyleBackColor = true;
567 this.btn_presets.Click += new System.EventHandler(this.btn_presets_Click);
569 // btn_setDefault
571 this.btn_setDefault.BackColor = System.Drawing.SystemColors.ControlLight;
572 this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black;
573 this.btn_setDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
574 this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
575 this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
576 this.btn_setDefault.Location = new System.Drawing.Point(110, 23);
577 this.btn_setDefault.Name = "btn_setDefault";
578 this.btn_setDefault.Size = new System.Drawing.Size(72, 22);
579 this.btn_setDefault.TabIndex = 107;
580 this.btn_setDefault.TabStop = false;
581 this.btn_setDefault.Text = "Set Default";
582 this.ToolTip.SetToolTip(this.btn_setDefault, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" +
583 " > Options");
584 this.btn_setDefault.UseVisualStyleBackColor = false;
585 this.btn_setDefault.Click += new System.EventHandler(this.btn_setDefault_Click);
587 // ListBox_Presets
589 this.ListBox_Presets.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
590 this.ListBox_Presets.FormattingEnabled = true;
591 this.ListBox_Presets.Items.AddRange(new object[] {
592 "Animation",
593 "AppleTV",
594 "Bedlam",
595 "Blind",
596 "Broke",
597 "Classic",
598 "Constant Quality Rate",
599 "Deux Six Quatre",
600 "Film",
601 "iPhone",
602 "iPod High-Rez",
603 "iPod Low-Rez",
604 "Normal",
605 "PS3",
606 "PSP",
607 "QuickTime",
608 "Television"});
609 this.ListBox_Presets.Location = new System.Drawing.Point(11, 21);
610 this.ListBox_Presets.Name = "ListBox_Presets";
611 this.ListBox_Presets.Size = new System.Drawing.Size(174, 368);
612 this.ListBox_Presets.TabIndex = 104;
613 this.ToolTip.SetToolTip(this.ListBox_Presets, "To load a preset, simply click the preset you desire.");
614 this.ListBox_Presets.SelectedIndexChanged += new System.EventHandler(this.ListBox_Presets_SelectedIndexChanged);
616 // btn_removePreset
618 this.btn_removePreset.BackColor = System.Drawing.SystemColors.ControlLight;
619 this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;
620 this.btn_removePreset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
621 this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
622 this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
623 this.btn_removePreset.Location = new System.Drawing.Point(59, 23);
624 this.btn_removePreset.Name = "btn_removePreset";
625 this.btn_removePreset.Size = new System.Drawing.Size(45, 22);
626 this.btn_removePreset.TabIndex = 106;
627 this.btn_removePreset.TabStop = false;
628 this.btn_removePreset.Text = "Save";
629 this.ToolTip.SetToolTip(this.btn_removePreset, "Save the current settings as a preset.");
630 this.btn_removePreset.UseVisualStyleBackColor = false;
631 this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click);
633 // btn_addPreset
635 this.btn_addPreset.BackColor = System.Drawing.SystemColors.ControlLight;
636 this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;
637 this.btn_addPreset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
638 this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
639 this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
640 this.btn_addPreset.Location = new System.Drawing.Point(8, 23);
641 this.btn_addPreset.Name = "btn_addPreset";
642 this.btn_addPreset.Size = new System.Drawing.Size(45, 22);
643 this.btn_addPreset.TabIndex = 105;
644 this.btn_addPreset.TabStop = false;
645 this.btn_addPreset.Text = "Open";
646 this.ToolTip.SetToolTip(this.btn_addPreset, "Open a preset which you have saved.");
647 this.btn_addPreset.UseVisualStyleBackColor = false;
648 this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click);
650 // DVD_Open
652 this.DVD_Open.Description = "Select the \"VIDEO_TS\" folder from your DVD Drvie.";
653 this.DVD_Open.ShowNewFolderButton = false;
655 // File_Open
657 this.File_Open.DefaultExt = "hb";
658 this.File_Open.Filter = "hb|*.hb";
660 // ISO_Open
662 this.ISO_Open.DefaultExt = "ISO";
663 this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.m2t;*.vob;*.ts;*.mpeg;";
664 this.ISO_Open.SupportMultiDottedExtensions = true;
666 // FileToolStripMenuItem
668 this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
669 this.mnu_exit});
670 this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";
671 this.FileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
672 this.FileToolStripMenuItem.Text = "&File";
674 // mnu_exit
676 this.mnu_exit.Name = "mnu_exit";
677 this.mnu_exit.Size = new System.Drawing.Size(152, 22);
678 this.mnu_exit.Text = "E&xit";
679 this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click);
681 // mnu_open3
683 this.mnu_open3.Name = "mnu_open3";
684 this.mnu_open3.Size = new System.Drawing.Size(32, 19);
686 // ToolsToolStripMenuItem
688 this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
689 this.mnu_encode,
690 this.mnu_viewDVDdata,
691 this.ToolStripSeparator5,
692 this.mnu_options});
693 this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem";
694 this.ToolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
695 this.ToolsToolStripMenuItem.Text = "&Tools";
697 // mnu_encode
699 this.mnu_encode.Image = global::Handbrake.Properties.Resources.Queue_Small;
700 this.mnu_encode.Name = "mnu_encode";
701 this.mnu_encode.Size = new System.Drawing.Size(155, 22);
702 this.mnu_encode.Text = "View Queue";
703 this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click);
705 // mnu_viewDVDdata
707 this.mnu_viewDVDdata.Image = global::Handbrake.Properties.Resources.Output_Small;
708 this.mnu_viewDVDdata.Name = "mnu_viewDVDdata";
709 this.mnu_viewDVDdata.Size = new System.Drawing.Size(155, 22);
710 this.mnu_viewDVDdata.Text = "View DVD data";
711 this.mnu_viewDVDdata.Click += new System.EventHandler(this.mnu_viewDVDdata_Click);
713 // ToolStripSeparator5
715 this.ToolStripSeparator5.Name = "ToolStripSeparator5";
716 this.ToolStripSeparator5.Size = new System.Drawing.Size(152, 6);
718 // mnu_options
720 this.mnu_options.Image = global::Handbrake.Properties.Resources.Pref_Small;
721 this.mnu_options.Name = "mnu_options";
722 this.mnu_options.Size = new System.Drawing.Size(155, 22);
723 this.mnu_options.Text = "Options";
724 this.mnu_options.Click += new System.EventHandler(this.mnu_options_Click);
726 // PresetsToolStripMenuItem
728 this.PresetsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ControlLight;
729 this.PresetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
730 this.mnu_presetReset,
731 this.toolStripSeparator4,
732 this.mnu_SelectDefault});
733 this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem";
734 this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
735 this.PresetsToolStripMenuItem.Text = "&Presets";
737 // mnu_presetReset
739 this.mnu_presetReset.Name = "mnu_presetReset";
740 this.mnu_presetReset.Size = new System.Drawing.Size(194, 22);
741 this.mnu_presetReset.Text = "Update Built-in Presets";
742 this.mnu_presetReset.ToolTipText = "Resets all presets.";
743 this.mnu_presetReset.Visible = false;
744 this.mnu_presetReset.Click += new System.EventHandler(this.mnu_presetReset_Click);
746 // toolStripSeparator4
748 this.toolStripSeparator4.Name = "toolStripSeparator4";
749 this.toolStripSeparator4.Size = new System.Drawing.Size(191, 6);
750 this.toolStripSeparator4.Visible = false;
752 // mnu_SelectDefault
754 this.mnu_SelectDefault.Name = "mnu_SelectDefault";
755 this.mnu_SelectDefault.Size = new System.Drawing.Size(194, 22);
756 this.mnu_SelectDefault.Text = "Select Default Preset";
757 this.mnu_SelectDefault.ToolTipText = "Select HandBrake\'s default preset";
758 this.mnu_SelectDefault.Click += new System.EventHandler(this.mnu_SelectDefault_Click);
760 // HelpToolStripMenuItem
762 this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
763 this.mnu_quickStart,
764 this.toolStripSeparator1,
765 this.OnlineDocumentationToolStripMenuItem,
766 this.WebsiteToolStripMenuItem,
767 this.ToolStripSeparator3,
768 this.mnu_UpdateCheck,
769 this.toolStripSeparator6,
770 this.mnu_about});
771 this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
772 this.HelpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
773 this.HelpToolStripMenuItem.Text = "&Help";
775 // OnlineDocumentationToolStripMenuItem
777 this.OnlineDocumentationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
778 this.mnu_wiki,
779 this.mnu_faq,
780 this.mnu_onlineDocs});
781 this.OnlineDocumentationToolStripMenuItem.Name = "OnlineDocumentationToolStripMenuItem";
782 this.OnlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
783 this.OnlineDocumentationToolStripMenuItem.Text = "Online Documentation";
785 // mnu_wiki
787 this.mnu_wiki.Name = "mnu_wiki";
788 this.mnu_wiki.Size = new System.Drawing.Size(195, 22);
789 this.mnu_wiki.Text = "Wiki / User Guides";
790 this.mnu_wiki.Click += new System.EventHandler(this.mnu_wiki_Click);
792 // mnu_faq
794 this.mnu_faq.Name = "mnu_faq";
795 this.mnu_faq.Size = new System.Drawing.Size(195, 22);
796 this.mnu_faq.Text = "FAQ";
797 this.mnu_faq.Click += new System.EventHandler(this.mnu_faq_Click);
799 // mnu_onlineDocs
801 this.mnu_onlineDocs.Name = "mnu_onlineDocs";
802 this.mnu_onlineDocs.Size = new System.Drawing.Size(195, 22);
803 this.mnu_onlineDocs.Text = "Full Documentation List";
804 this.mnu_onlineDocs.Click += new System.EventHandler(this.mnu_onlineDocs_Click);
806 // WebsiteToolStripMenuItem
808 this.WebsiteToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
809 this.mnu_homepage,
810 this.mnu_forum});
811 this.WebsiteToolStripMenuItem.Name = "WebsiteToolStripMenuItem";
812 this.WebsiteToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
813 this.WebsiteToolStripMenuItem.Text = "Website";
815 // mnu_homepage
817 this.mnu_homepage.Name = "mnu_homepage";
818 this.mnu_homepage.Size = new System.Drawing.Size(136, 22);
819 this.mnu_homepage.Text = "Homepage";
820 this.mnu_homepage.Click += new System.EventHandler(this.mnu_homepage_Click);
822 // mnu_forum
824 this.mnu_forum.Name = "mnu_forum";
825 this.mnu_forum.Size = new System.Drawing.Size(136, 22);
826 this.mnu_forum.Text = "Forum";
827 this.mnu_forum.Click += new System.EventHandler(this.mnu_forum_Click);
829 // ToolStripSeparator3
831 this.ToolStripSeparator3.Name = "ToolStripSeparator3";
832 this.ToolStripSeparator3.Size = new System.Drawing.Size(194, 6);
834 // mnu_UpdateCheck
836 this.mnu_UpdateCheck.Name = "mnu_UpdateCheck";
837 this.mnu_UpdateCheck.Size = new System.Drawing.Size(197, 22);
838 this.mnu_UpdateCheck.Text = "Check for Updates";
839 this.mnu_UpdateCheck.Click += new System.EventHandler(this.mnu_UpdateCheck_Click);
841 // toolStripSeparator6
843 this.toolStripSeparator6.Name = "toolStripSeparator6";
844 this.toolStripSeparator6.Size = new System.Drawing.Size(194, 6);
846 // mnu_about
848 this.mnu_about.Name = "mnu_about";
849 this.mnu_about.Size = new System.Drawing.Size(197, 22);
850 this.mnu_about.Text = "About...";
851 this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click);
853 // frmMainMenu
855 this.frmMainMenu.BackColor = System.Drawing.SystemColors.ControlLight;
856 this.frmMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
857 this.FileToolStripMenuItem,
858 this.ToolsToolStripMenuItem,
859 this.PresetsToolStripMenuItem,
860 this.HelpToolStripMenuItem});
861 this.frmMainMenu.Location = new System.Drawing.Point(0, 0);
862 this.frmMainMenu.Name = "frmMainMenu";
863 this.frmMainMenu.Size = new System.Drawing.Size(873, 24);
864 this.frmMainMenu.TabIndex = 1;
865 this.frmMainMenu.Text = "MenuStrip1";
867 // GroupBox1
869 this.GroupBox1.BackColor = System.Drawing.SystemColors.ControlLight;
870 this.GroupBox1.Controls.Add(this.Label13);
871 this.GroupBox1.Controls.Add(this.drop_chapterFinish);
872 this.GroupBox1.Controls.Add(this.drop_chapterStart);
873 this.GroupBox1.Controls.Add(this.drp_dvdtitle);
874 this.GroupBox1.Controls.Add(this.RadioDVD);
875 this.GroupBox1.Controls.Add(this.RadioISO);
876 this.GroupBox1.Controls.Add(this.btn_Browse);
877 this.GroupBox1.Controls.Add(this.Label17);
878 this.GroupBox1.Controls.Add(this.text_source);
879 this.GroupBox1.Controls.Add(this.Label9);
880 this.GroupBox1.Controls.Add(this.Label10);
881 this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
882 this.GroupBox1.ForeColor = System.Drawing.Color.Black;
883 this.GroupBox1.Location = new System.Drawing.Point(14, 35);
884 this.GroupBox1.Name = "GroupBox1";
885 this.GroupBox1.Size = new System.Drawing.Size(647, 87);
886 this.GroupBox1.TabIndex = 12;
887 this.GroupBox1.TabStop = false;
888 this.GroupBox1.Text = "Source";
890 // Label13
892 this.Label13.AutoSize = true;
893 this.Label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
894 this.Label13.Location = new System.Drawing.Point(374, 58);
895 this.Label13.Name = "Label13";
896 this.Label13.Size = new System.Drawing.Size(21, 13);
897 this.Label13.TabIndex = 8;
898 this.Label13.Text = "To";
900 // RadioDVD
902 this.RadioDVD.AutoSize = true;
903 this.RadioDVD.Checked = true;
904 this.RadioDVD.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
905 this.RadioDVD.Location = new System.Drawing.Point(483, 22);
906 this.RadioDVD.Name = "RadioDVD";
907 this.RadioDVD.Size = new System.Drawing.Size(60, 17);
908 this.RadioDVD.TabIndex = 2;
909 this.RadioDVD.TabStop = true;
910 this.RadioDVD.Text = "Folder";
911 this.RadioDVD.UseVisualStyleBackColor = true;
913 // Label17
915 this.Label17.AutoSize = true;
916 this.Label17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
917 this.Label17.ForeColor = System.Drawing.Color.Black;
918 this.Label17.Location = new System.Drawing.Point(17, 22);
919 this.Label17.Name = "Label17";
920 this.Label17.Size = new System.Drawing.Size(52, 13);
921 this.Label17.TabIndex = 11;
922 this.Label17.Text = "Source:";
924 // Label9
926 this.Label9.AutoSize = true;
927 this.Label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
928 this.Label9.ForeColor = System.Drawing.Color.Black;
929 this.Label9.Location = new System.Drawing.Point(224, 58);
930 this.Label9.Name = "Label9";
931 this.Label9.Size = new System.Drawing.Size(64, 13);
932 this.Label9.TabIndex = 9;
933 this.Label9.Text = "Chapters:";
935 // Label10
937 this.Label10.AutoSize = true;
938 this.Label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
939 this.Label10.ForeColor = System.Drawing.Color.Black;
940 this.Label10.Location = new System.Drawing.Point(17, 55);
941 this.Label10.Name = "Label10";
942 this.Label10.Size = new System.Drawing.Size(36, 13);
943 this.Label10.TabIndex = 10;
944 this.Label10.Text = "Title:";
946 // groupBox_output
948 this.groupBox_output.BackColor = System.Drawing.SystemColors.ControlLight;
949 this.groupBox_output.Controls.Add(this.Label56);
950 this.groupBox_output.Controls.Add(this.lbl_Aspect);
951 this.groupBox_output.Controls.Add(this.Label91);
952 this.groupBox_output.Controls.Add(this.text_height);
953 this.groupBox_output.Controls.Add(this.Label55);
954 this.groupBox_output.Controls.Add(this.text_width);
955 this.groupBox_output.Controls.Add(this.drp_videoEncoder);
956 this.groupBox_output.Controls.Add(this.Label47);
957 this.groupBox_output.Controls.Add(this.drp_audioCodec);
958 this.groupBox_output.Controls.Add(this.Label12);
959 this.groupBox_output.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
960 this.groupBox_output.ForeColor = System.Drawing.Color.Black;
961 this.groupBox_output.Location = new System.Drawing.Point(14, 185);
962 this.groupBox_output.Name = "groupBox_output";
963 this.groupBox_output.Size = new System.Drawing.Size(647, 82);
964 this.groupBox_output.TabIndex = 16;
965 this.groupBox_output.TabStop = false;
966 this.groupBox_output.Text = "Output Settings (Preset: None)";
968 // Label56
970 this.Label56.AutoSize = true;
971 this.Label56.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
972 this.Label56.ForeColor = System.Drawing.Color.Black;
973 this.Label56.Location = new System.Drawing.Point(175, 57);
974 this.Label56.Name = "Label56";
975 this.Label56.Size = new System.Drawing.Size(15, 13);
976 this.Label56.TabIndex = 23;
977 this.Label56.Text = "x";
979 // lbl_Aspect
981 this.lbl_Aspect.AutoSize = true;
982 this.lbl_Aspect.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
983 this.lbl_Aspect.Location = new System.Drawing.Point(374, 57);
984 this.lbl_Aspect.Name = "lbl_Aspect";
985 this.lbl_Aspect.Size = new System.Drawing.Size(72, 12);
986 this.lbl_Aspect.TabIndex = 26;
987 this.lbl_Aspect.Text = "Select a Title";
989 // Label91
991 this.Label91.AutoSize = true;
992 this.Label91.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
993 this.Label91.Location = new System.Drawing.Point(270, 57);
994 this.Label91.Name = "Label91";
995 this.Label91.Size = new System.Drawing.Size(87, 13);
996 this.Label91.TabIndex = 25;
997 this.Label91.Text = "Aspect Ratio: ";
999 // Label55
1001 this.Label55.AutoSize = true;
1002 this.Label55.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1003 this.Label55.ForeColor = System.Drawing.Color.Black;
1004 this.Label55.Location = new System.Drawing.Point(17, 57);
1005 this.Label55.Name = "Label55";
1006 this.Label55.Size = new System.Drawing.Size(85, 13);
1007 this.Label55.TabIndex = 21;
1008 this.Label55.Text = "Width/Height:";
1010 // Label47
1012 this.Label47.AutoSize = true;
1013 this.Label47.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1014 this.Label47.ForeColor = System.Drawing.Color.Black;
1015 this.Label47.Location = new System.Drawing.Point(17, 24);
1016 this.Label47.Name = "Label47";
1017 this.Label47.Size = new System.Drawing.Size(62, 13);
1018 this.Label47.TabIndex = 17;
1019 this.Label47.Text = "Encoder: ";
1021 // Label12
1023 this.Label12.AutoSize = true;
1024 this.Label12.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1025 this.Label12.ForeColor = System.Drawing.Color.Black;
1026 this.Label12.Location = new System.Drawing.Point(270, 24);
1027 this.Label12.Name = "Label12";
1028 this.Label12.Size = new System.Drawing.Size(94, 13);
1029 this.Label12.TabIndex = 19;
1030 this.Label12.Text = "Audio Encoder:";
1032 // Label3
1034 this.Label3.AutoSize = true;
1035 this.Label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1036 this.Label3.ForeColor = System.Drawing.Color.Black;
1037 this.Label3.Location = new System.Drawing.Point(17, 21);
1038 this.Label3.Name = "Label3";
1039 this.Label3.Size = new System.Drawing.Size(31, 13);
1040 this.Label3.TabIndex = 3;
1041 this.Label3.Text = "File:";
1043 // lbl_update
1045 this.lbl_update.AutoSize = true;
1046 this.lbl_update.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1047 this.lbl_update.ForeColor = System.Drawing.Color.Black;
1048 this.lbl_update.Location = new System.Drawing.Point(93, 540);
1049 this.lbl_update.Name = "lbl_update";
1050 this.lbl_update.Size = new System.Drawing.Size(193, 13);
1051 this.lbl_update.TabIndex = 98;
1052 this.lbl_update.Text = "- A New Version is available!";
1053 this.lbl_update.Visible = false;
1055 // btn_queue
1057 this.btn_queue.BackColor = System.Drawing.SystemColors.ControlLight;
1058 this.btn_queue.FlatAppearance.BorderColor = System.Drawing.Color.Black;
1059 this.btn_queue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1060 this.btn_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1061 this.btn_queue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
1062 this.btn_queue.Location = new System.Drawing.Point(414, 535);
1063 this.btn_queue.Name = "btn_queue";
1064 this.btn_queue.Size = new System.Drawing.Size(115, 22);
1065 this.btn_queue.TabIndex = 100;
1066 this.btn_queue.TabStop = false;
1067 this.btn_queue.Text = "Add to Queue";
1068 this.btn_queue.UseVisualStyleBackColor = false;
1069 this.btn_queue.Click += new System.EventHandler(this.btn_queue_Click);
1071 // btn_encode
1073 this.btn_encode.BackColor = System.Drawing.SystemColors.ControlLight;
1074 this.btn_encode.FlatAppearance.BorderColor = System.Drawing.Color.Black;
1075 this.btn_encode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1076 this.btn_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1077 this.btn_encode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
1078 this.btn_encode.Location = new System.Drawing.Point(535, 535);
1079 this.btn_encode.Name = "btn_encode";
1080 this.btn_encode.Size = new System.Drawing.Size(124, 22);
1081 this.btn_encode.TabIndex = 101;
1082 this.btn_encode.TabStop = false;
1083 this.btn_encode.Text = "Encode Video";
1084 this.btn_encode.UseVisualStyleBackColor = false;
1085 this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click);
1087 // Version
1089 this.Version.BackColor = System.Drawing.Color.Transparent;
1090 this.Version.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1091 this.Version.Location = new System.Drawing.Point(11, 540);
1092 this.Version.Name = "Version";
1093 this.Version.Size = new System.Drawing.Size(84, 20);
1094 this.Version.TabIndex = 97;
1095 this.Version.Text = "Version 0.9.1";
1097 // lbl_encode
1099 this.lbl_encode.AutoSize = true;
1100 this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1101 this.lbl_encode.Location = new System.Drawing.Point(11, 520);
1102 this.lbl_encode.Name = "lbl_encode";
1103 this.lbl_encode.Size = new System.Drawing.Size(129, 13);
1104 this.lbl_encode.TabIndex = 96;
1105 this.lbl_encode.Text = "Encoding started...";
1106 this.lbl_encode.Visible = false;
1108 // btn_eCancel
1110 this.btn_eCancel.BackColor = System.Drawing.SystemColors.Control;
1111 this.btn_eCancel.Enabled = false;
1112 this.btn_eCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;
1113 this.btn_eCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1114 this.btn_eCancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1115 this.btn_eCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
1116 this.btn_eCancel.Location = new System.Drawing.Point(343, 535);
1117 this.btn_eCancel.Name = "btn_eCancel";
1118 this.btn_eCancel.Size = new System.Drawing.Size(65, 22);
1119 this.btn_eCancel.TabIndex = 99;
1120 this.btn_eCancel.TabStop = false;
1121 this.btn_eCancel.Text = "Cancel";
1122 this.btn_eCancel.UseVisualStyleBackColor = false;
1123 this.btn_eCancel.Visible = false;
1124 this.btn_eCancel.Click += new System.EventHandler(this.btn_eCancel_Click);
1126 // TabPage6
1128 this.TabPage6.BackColor = System.Drawing.SystemColors.ControlLight;
1129 this.TabPage6.Controls.Add(this.btn_copy);
1130 this.TabPage6.Controls.Add(this.label23);
1131 this.TabPage6.Controls.Add(this.Label7);
1132 this.TabPage6.Controls.Add(this.Label39);
1133 this.TabPage6.Controls.Add(this.btn_ClearQuery);
1134 this.TabPage6.Controls.Add(this.GenerateQuery);
1135 this.TabPage6.Controls.Add(this.QueryEditorText);
1136 this.TabPage6.Location = new System.Drawing.Point(4, 22);
1137 this.TabPage6.Name = "TabPage6";
1138 this.TabPage6.Padding = new System.Windows.Forms.Padding(3);
1139 this.TabPage6.Size = new System.Drawing.Size(639, 211);
1140 this.TabPage6.TabIndex = 6;
1141 this.TabPage6.Text = "Query Editor";
1143 // btn_copy
1145 this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black;
1146 this.btn_copy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1147 this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1148 this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
1149 this.btn_copy.Location = new System.Drawing.Point(176, 59);
1150 this.btn_copy.Name = "btn_copy";
1151 this.btn_copy.Size = new System.Drawing.Size(134, 23);
1152 this.btn_copy.TabIndex = 92;
1153 this.btn_copy.Text = "Copy to Clipboard";
1154 this.btn_copy.UseVisualStyleBackColor = true;
1155 this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);
1157 // label23
1159 this.label23.AutoSize = true;
1160 this.label23.Location = new System.Drawing.Point(13, 186);
1161 this.label23.Name = "label23";
1162 this.label23.Size = new System.Drawing.Size(403, 13);
1163 this.label23.TabIndex = 94;
1164 this.label23.Text = "Remember to re-generate the query each time you change a setting!";
1166 // Label7
1168 this.Label7.AutoSize = true;
1169 this.Label7.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1170 this.Label7.Location = new System.Drawing.Point(13, 13);
1171 this.Label7.Name = "Label7";
1172 this.Label7.Size = new System.Drawing.Size(89, 13);
1173 this.Label7.TabIndex = 89;
1174 this.Label7.Text = "Query Editor";
1176 // Label39
1178 this.Label39.AutoSize = true;
1179 this.Label39.Location = new System.Drawing.Point(13, 34);
1180 this.Label39.Name = "Label39";
1181 this.Label39.Size = new System.Drawing.Size(331, 13);
1182 this.Label39.TabIndex = 90;
1183 this.Label39.Text = "Here you can alter the query generated by the program.";
1185 // btn_ClearQuery
1187 this.btn_ClearQuery.FlatAppearance.BorderColor = System.Drawing.Color.Black;
1188 this.btn_ClearQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1189 this.btn_ClearQuery.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1190 this.btn_ClearQuery.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
1191 this.btn_ClearQuery.Location = new System.Drawing.Point(542, 59);
1192 this.btn_ClearQuery.Name = "btn_ClearQuery";
1193 this.btn_ClearQuery.Size = new System.Drawing.Size(79, 23);
1194 this.btn_ClearQuery.TabIndex = 95;
1195 this.btn_ClearQuery.Text = "Clear";
1196 this.btn_ClearQuery.UseVisualStyleBackColor = true;
1197 this.btn_ClearQuery.Click += new System.EventHandler(this.btn_ClearQuery_Click);
1199 // GenerateQuery
1201 this.GenerateQuery.FlatAppearance.BorderColor = System.Drawing.Color.Black;
1202 this.GenerateQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1203 this.GenerateQuery.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1204 this.GenerateQuery.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
1205 this.GenerateQuery.Location = new System.Drawing.Point(16, 59);
1206 this.GenerateQuery.Name = "GenerateQuery";
1207 this.GenerateQuery.Size = new System.Drawing.Size(154, 23);
1208 this.GenerateQuery.TabIndex = 91;
1209 this.GenerateQuery.Text = "Generate Query Now";
1210 this.GenerateQuery.UseVisualStyleBackColor = true;
1211 this.GenerateQuery.Click += new System.EventHandler(this.GenerateQuery_Click);
1213 // h264Tab
1215 this.h264Tab.BackColor = System.Drawing.SystemColors.ControlLight;
1216 this.h264Tab.Controls.Add(this.Label43);
1217 this.h264Tab.Controls.Add(this.label_h264);
1218 this.h264Tab.Controls.Add(this.Label95);
1219 this.h264Tab.Controls.Add(this.btn_h264Clear);
1220 this.h264Tab.Controls.Add(this.Label90);
1221 this.h264Tab.Controls.Add(this.rtf_h264advanced);
1222 this.h264Tab.Controls.Add(this.Label92);
1223 this.h264Tab.Location = new System.Drawing.Point(4, 22);
1224 this.h264Tab.Name = "h264Tab";
1225 this.h264Tab.Padding = new System.Windows.Forms.Padding(3);
1226 this.h264Tab.Size = new System.Drawing.Size(639, 211);
1227 this.h264Tab.TabIndex = 5;
1228 this.h264Tab.Text = "H.264";
1230 // Label43
1232 this.Label43.AutoSize = true;
1233 this.Label43.Location = new System.Drawing.Point(78, 187);
1234 this.Label43.Name = "Label43";
1235 this.Label43.Size = new System.Drawing.Size(158, 13);
1236 this.Label43.TabIndex = 87;
1237 this.Label43.Text = "for help using this feature.";
1239 // label_h264
1241 this.label_h264.AutoSize = true;
1242 this.label_h264.Location = new System.Drawing.Point(13, 187);
1243 this.label_h264.Name = "label_h264";
1244 this.label_h264.Size = new System.Drawing.Size(66, 13);
1245 this.label_h264.TabIndex = 86;
1246 this.label_h264.TabStop = true;
1247 this.label_h264.Text = "Click Here";
1248 this.label_h264.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.label_h264_LinkClicked);
1250 // Label95
1252 this.Label95.AutoSize = true;
1253 this.Label95.Location = new System.Drawing.Point(13, 168);
1254 this.Label95.Name = "Label95";
1255 this.Label95.Size = new System.Drawing.Size(387, 13);
1256 this.Label95.TabIndex = 85;
1257 this.Label95.Text = "Note: Incorrect usage of this feature will cause the encoder to fail!";
1259 // btn_h264Clear
1261 this.btn_h264Clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;
1262 this.btn_h264Clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1263 this.btn_h264Clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1264 this.btn_h264Clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
1265 this.btn_h264Clear.Location = new System.Drawing.Point(542, 50);
1266 this.btn_h264Clear.Name = "btn_h264Clear";
1267 this.btn_h264Clear.Size = new System.Drawing.Size(79, 23);
1268 this.btn_h264Clear.TabIndex = 88;
1269 this.btn_h264Clear.Text = "Clear";
1270 this.btn_h264Clear.UseVisualStyleBackColor = true;
1271 this.btn_h264Clear.Click += new System.EventHandler(this.btn_h264Clear_Click);
1273 // Label90
1275 this.Label90.AutoSize = true;
1276 this.Label90.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1277 this.Label90.Location = new System.Drawing.Point(13, 13);
1278 this.Label90.Name = "Label90";
1279 this.Label90.Size = new System.Drawing.Size(165, 13);
1280 this.Label90.TabIndex = 82;
1281 this.Label90.Text = "Advanced H.264 Options";
1283 // Label92
1285 this.Label92.AutoSize = true;
1286 this.Label92.Location = new System.Drawing.Point(13, 41);
1287 this.Label92.Name = "Label92";
1288 this.Label92.Size = new System.Drawing.Size(370, 26);
1289 this.Label92.TabIndex = 83;
1290 this.Label92.Text = "Specify advanced x264 options in the same style as mencoder:\r\noption1=value1:opti" +
1291 "on2=value2";
1293 // TabPage2
1295 this.TabPage2.BackColor = System.Drawing.SystemColors.ControlLight;
1296 this.TabPage2.Controls.Add(this.drp_subtitle);
1297 this.TabPage2.Controls.Add(this.Label19);
1298 this.TabPage2.Controls.Add(this.Label21);
1299 this.TabPage2.Controls.Add(this.Label20);
1300 this.TabPage2.Controls.Add(this.Label29);
1301 this.TabPage2.Controls.Add(this.drp_audioMixDown);
1302 this.TabPage2.Controls.Add(this.drp_audioChannels);
1303 this.TabPage2.Controls.Add(this.drp_audioBitrate);
1304 this.TabPage2.Controls.Add(this.Label14);
1305 this.TabPage2.Controls.Add(this.Label5);
1306 this.TabPage2.Controls.Add(this.Label35);
1307 this.TabPage2.Controls.Add(this.Label16);
1308 this.TabPage2.Controls.Add(this.Label32);
1309 this.TabPage2.Controls.Add(this.Label18);
1310 this.TabPage2.Controls.Add(this.drp_audioSampleRate);
1311 this.TabPage2.Location = new System.Drawing.Point(4, 22);
1312 this.TabPage2.Name = "TabPage2";
1313 this.TabPage2.Padding = new System.Windows.Forms.Padding(3);
1314 this.TabPage2.Size = new System.Drawing.Size(639, 211);
1315 this.TabPage2.TabIndex = 3;
1316 this.TabPage2.Text = "Audio && Subtitles";
1318 // Label19
1320 this.Label19.AutoSize = true;
1321 this.Label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1322 this.Label19.Location = new System.Drawing.Point(339, 13);
1323 this.Label19.Name = "Label19";
1324 this.Label19.Size = new System.Drawing.Size(64, 13);
1325 this.Label19.TabIndex = 78;
1326 this.Label19.Text = "Subtitles";
1328 // Label21
1330 this.Label21.AutoSize = true;
1331 this.Label21.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1332 this.Label21.Location = new System.Drawing.Point(403, 63);
1333 this.Label21.Name = "Label21";
1334 this.Label21.Size = new System.Drawing.Size(224, 26);
1335 this.Label21.TabIndex = 81;
1336 this.Label21.Text = "Please note that subtitles will be hard \r\ncoded into the video.\r\n";
1338 // Label20
1340 this.Label20.AutoSize = true;
1341 this.Label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1342 this.Label20.Location = new System.Drawing.Point(339, 39);
1343 this.Label20.Name = "Label20";
1344 this.Label20.Size = new System.Drawing.Size(61, 13);
1345 this.Label20.TabIndex = 79;
1346 this.Label20.Text = "Subtitles:";
1348 // Label29
1350 this.Label29.AutoSize = true;
1351 this.Label29.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1352 this.Label29.Location = new System.Drawing.Point(135, 151);
1353 this.Label29.Name = "Label29";
1354 this.Label29.Size = new System.Drawing.Size(189, 24);
1355 this.Label29.TabIndex = 77;
1356 this.Label29.Text = "Please note: Some options require a \r\n5.1 Audio Channel to be selected.";
1358 // drp_audioMixDown
1360 this.drp_audioMixDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1361 this.drp_audioMixDown.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1362 this.drp_audioMixDown.FormattingEnabled = true;
1363 this.drp_audioMixDown.Items.AddRange(new object[] {
1364 "Automatic",
1365 "Mono",
1366 "Stereo",
1367 "Dolby Surround",
1368 "Dolby Pro Logic II",
1369 "6 Channel Discrete"});
1370 this.drp_audioMixDown.Location = new System.Drawing.Point(137, 127);
1371 this.drp_audioMixDown.Name = "drp_audioMixDown";
1372 this.drp_audioMixDown.Size = new System.Drawing.Size(173, 21);
1373 this.drp_audioMixDown.TabIndex = 76;
1374 this.drp_audioMixDown.Text = "Automatic";
1375 this.drp_audioMixDown.SelectedIndexChanged += new System.EventHandler(this.drp_audioMixDown_SelectedIndexChanged);
1377 // drp_audioChannels
1379 this.drp_audioChannels.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1380 this.drp_audioChannels.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1381 this.drp_audioChannels.FormattingEnabled = true;
1382 this.drp_audioChannels.Location = new System.Drawing.Point(137, 97);
1383 this.drp_audioChannels.Name = "drp_audioChannels";
1384 this.drp_audioChannels.Size = new System.Drawing.Size(173, 21);
1385 this.drp_audioChannels.TabIndex = 74;
1386 this.drp_audioChannels.Text = "Automatic";
1388 // Label14
1390 this.Label14.AutoSize = true;
1391 this.Label14.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1392 this.Label14.Location = new System.Drawing.Point(13, 130);
1393 this.Label14.Name = "Label14";
1394 this.Label14.Size = new System.Drawing.Size(78, 13);
1395 this.Label14.TabIndex = 75;
1396 this.Label14.Text = "Track 1 Mix:";
1398 // Label5
1400 this.Label5.AutoSize = true;
1401 this.Label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1402 this.Label5.Location = new System.Drawing.Point(13, 13);
1403 this.Label5.Name = "Label5";
1404 this.Label5.Size = new System.Drawing.Size(101, 13);
1405 this.Label5.TabIndex = 68;
1406 this.Label5.Text = "Audio Settings";
1408 // Label35
1410 this.Label35.AutoSize = true;
1411 this.Label35.Location = new System.Drawing.Point(219, 103);
1412 this.Label35.Name = "Label35";
1413 this.Label35.Size = new System.Drawing.Size(0, 13);
1414 this.Label35.TabIndex = 30;
1416 // Label16
1418 this.Label16.AutoSize = true;
1419 this.Label16.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1420 this.Label16.Location = new System.Drawing.Point(13, 40);
1421 this.Label16.Name = "Label16";
1422 this.Label16.Size = new System.Drawing.Size(91, 13);
1423 this.Label16.TabIndex = 69;
1424 this.Label16.Text = "Bitrate (kbps):";
1426 // Label32
1428 this.Label32.AutoSize = true;
1429 this.Label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1430 this.Label32.Location = new System.Drawing.Point(13, 100);
1431 this.Label32.Name = "Label32";
1432 this.Label32.Size = new System.Drawing.Size(55, 13);
1433 this.Label32.TabIndex = 73;
1434 this.Label32.Text = "Track 1:";
1436 // Label18
1438 this.Label18.AutoSize = true;
1439 this.Label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1440 this.Label18.Location = new System.Drawing.Point(13, 70);
1441 this.Label18.Name = "Label18";
1442 this.Label18.Size = new System.Drawing.Size(120, 13);
1443 this.Label18.TabIndex = 71;
1444 this.Label18.Text = "Sample Rate (kHz):";
1446 // TabPage3
1448 this.TabPage3.BackColor = System.Drawing.SystemColors.ControlLight;
1449 this.TabPage3.Controls.Add(this.check_grayscale);
1450 this.TabPage3.Controls.Add(this.Label37);
1451 this.TabPage3.Controls.Add(this.check_largeFile);
1452 this.TabPage3.Controls.Add(this.check_turbo);
1453 this.TabPage3.Controls.Add(this.CheckCRF);
1454 this.TabPage3.Controls.Add(this.Label22);
1455 this.TabPage3.Controls.Add(this.check_2PassEncode);
1456 this.TabPage3.Controls.Add(this.Label2);
1457 this.TabPage3.Controls.Add(this.text_filesize);
1458 this.TabPage3.Controls.Add(this.Label42);
1459 this.TabPage3.Controls.Add(this.slider_videoQuality);
1460 this.TabPage3.Controls.Add(this.text_bitrate);
1461 this.TabPage3.Controls.Add(Label38);
1462 this.TabPage3.Controls.Add(this.SliderValue);
1463 this.TabPage3.Controls.Add(this.Label46);
1464 this.TabPage3.Controls.Add(this.Label40);
1465 this.TabPage3.Controls.Add(this.drp_videoFramerate);
1466 this.TabPage3.Location = new System.Drawing.Point(4, 22);
1467 this.TabPage3.Name = "TabPage3";
1468 this.TabPage3.Padding = new System.Windows.Forms.Padding(3);
1469 this.TabPage3.Size = new System.Drawing.Size(639, 211);
1470 this.TabPage3.TabIndex = 2;
1471 this.TabPage3.Text = "Video Settings";
1473 // check_grayscale
1475 this.check_grayscale.AutoSize = true;
1476 this.check_grayscale.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1477 this.check_grayscale.Location = new System.Drawing.Point(16, 38);
1478 this.check_grayscale.Name = "check_grayscale";
1479 this.check_grayscale.Size = new System.Drawing.Size(138, 17);
1480 this.check_grayscale.TabIndex = 53;
1481 this.check_grayscale.Text = "Grayscale Encoding";
1482 this.check_grayscale.UseVisualStyleBackColor = true;
1484 // Label37
1486 this.Label37.AutoSize = true;
1487 this.Label37.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1488 this.Label37.Location = new System.Drawing.Point(35, 127);
1489 this.Label37.Name = "Label37";
1490 this.Label37.Size = new System.Drawing.Size(241, 12);
1491 this.Label37.TabIndex = 57;
1492 this.Label37.Text = "Warning: Breaks iPod, @TV, PS3 compatibility.";
1494 // Label22
1496 this.Label22.AutoSize = true;
1497 this.Label22.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1498 this.Label22.Location = new System.Drawing.Point(13, 13);
1499 this.Label22.Name = "Label22";
1500 this.Label22.Size = new System.Drawing.Size(191, 13);
1501 this.Label22.TabIndex = 52;
1502 this.Label22.Text = "Advanced Encoding Settings";
1504 // check_2PassEncode
1506 this.check_2PassEncode.AutoSize = true;
1507 this.check_2PassEncode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1508 this.check_2PassEncode.Location = new System.Drawing.Point(16, 61);
1509 this.check_2PassEncode.Name = "check_2PassEncode";
1510 this.check_2PassEncode.Size = new System.Drawing.Size(119, 17);
1511 this.check_2PassEncode.TabIndex = 54;
1512 this.check_2PassEncode.Text = "2-Pass Encoding";
1513 this.check_2PassEncode.UseVisualStyleBackColor = true;
1515 // Label2
1517 this.Label2.AutoSize = true;
1518 this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1519 this.Label2.Location = new System.Drawing.Point(304, 13);
1520 this.Label2.Name = "Label2";
1521 this.Label2.Size = new System.Drawing.Size(110, 13);
1522 this.Label2.TabIndex = 60;
1523 this.Label2.Text = "Quality Settings";
1525 // Label42
1527 this.Label42.AutoSize = true;
1528 this.Label42.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1529 this.Label42.Location = new System.Drawing.Point(304, 38);
1530 this.Label42.Name = "Label42";
1531 this.Label42.Size = new System.Drawing.Size(117, 13);
1532 this.Label42.TabIndex = 61;
1533 this.Label42.Text = "Avg Bitrate (kbps):";
1535 // SliderValue
1537 this.SliderValue.AutoSize = true;
1538 this.SliderValue.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1539 this.SliderValue.Location = new System.Drawing.Point(599, 96);
1540 this.SliderValue.Name = "SliderValue";
1541 this.SliderValue.Size = new System.Drawing.Size(23, 12);
1542 this.SliderValue.TabIndex = 32;
1543 this.SliderValue.Text = "0%";
1545 // Label46
1547 this.Label46.AutoSize = true;
1548 this.Label46.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1549 this.Label46.Location = new System.Drawing.Point(13, 152);
1550 this.Label46.Name = "Label46";
1551 this.Label46.Size = new System.Drawing.Size(107, 13);
1552 this.Label46.TabIndex = 58;
1553 this.Label46.Text = "Video Framerate:";
1555 // Label40
1557 this.Label40.AutoSize = true;
1558 this.Label40.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1559 this.Label40.Location = new System.Drawing.Point(304, 96);
1560 this.Label40.Name = "Label40";
1561 this.Label40.Size = new System.Drawing.Size(107, 13);
1562 this.Label40.TabIndex = 65;
1563 this.Label40.Text = "Constant Quality:";
1565 // TabPage1
1567 this.TabPage1.BackColor = System.Drawing.SystemColors.ControlLight;
1568 this.TabPage1.Controls.Add(this.label24);
1569 this.TabPage1.Controls.Add(this.drp_deNoise);
1570 this.TabPage1.Controls.Add(this.label11);
1571 this.TabPage1.Controls.Add(this.check_deblock);
1572 this.TabPage1.Controls.Add(this.check_detelecine);
1573 this.TabPage1.Controls.Add(this.label4);
1574 this.TabPage1.Controls.Add(this.drp_deInterlace_option);
1575 this.TabPage1.Controls.Add(this.Check_ChapterMarkers);
1576 this.TabPage1.Controls.Add(this.CheckPixelRatio);
1577 this.TabPage1.Controls.Add(this.label6);
1578 this.TabPage1.Controls.Add(this.lbl_RecomendedCrop);
1579 this.TabPage1.Controls.Add(this.Label8);
1580 this.TabPage1.Controls.Add(this.Label1);
1581 this.TabPage1.Controls.Add(this.Label53);
1582 this.TabPage1.Controls.Add(this.Label52);
1583 this.TabPage1.Controls.Add(this.Label51);
1584 this.TabPage1.Controls.Add(this.Label50);
1585 this.TabPage1.Controls.Add(this.Label15);
1586 this.TabPage1.Controls.Add(this.text_top);
1587 this.TabPage1.Controls.Add(this.text_bottom);
1588 this.TabPage1.Controls.Add(this.drp_crop);
1589 this.TabPage1.Controls.Add(this.text_right);
1590 this.TabPage1.Controls.Add(this.text_left);
1591 this.TabPage1.Location = new System.Drawing.Point(4, 22);
1592 this.TabPage1.Name = "TabPage1";
1593 this.TabPage1.Padding = new System.Windows.Forms.Padding(3);
1594 this.TabPage1.Size = new System.Drawing.Size(639, 211);
1595 this.TabPage1.TabIndex = 0;
1596 this.TabPage1.Text = "Picture Settings";
1598 // label24
1600 this.label24.AutoSize = true;
1601 this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1602 this.label24.Location = new System.Drawing.Point(314, 13);
1603 this.label24.Name = "label24";
1604 this.label24.Size = new System.Drawing.Size(109, 13);
1605 this.label24.TabIndex = 42;
1606 this.label24.Text = "Picture Cleanup";
1608 // drp_deNoise
1610 this.drp_deNoise.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1611 this.drp_deNoise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1612 this.drp_deNoise.FormattingEnabled = true;
1613 this.drp_deNoise.Items.AddRange(new object[] {
1614 "None",
1615 "Weak",
1616 "Medium",
1617 "Strong"});
1618 this.drp_deNoise.Location = new System.Drawing.Point(416, 91);
1619 this.drp_deNoise.Name = "drp_deNoise";
1620 this.drp_deNoise.Size = new System.Drawing.Size(161, 21);
1621 this.drp_deNoise.TabIndex = 48;
1622 this.drp_deNoise.Text = "None";
1624 // label11
1626 this.label11.AutoSize = true;
1627 this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1628 this.label11.Location = new System.Drawing.Point(314, 94);
1629 this.label11.Name = "label11";
1630 this.label11.Size = new System.Drawing.Size(58, 13);
1631 this.label11.TabIndex = 47;
1632 this.label11.Text = "Denoise:";
1634 // check_deblock
1636 this.check_deblock.AutoSize = true;
1637 this.check_deblock.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1638 this.check_deblock.Location = new System.Drawing.Point(416, 37);
1639 this.check_deblock.Name = "check_deblock";
1640 this.check_deblock.Size = new System.Drawing.Size(72, 17);
1641 this.check_deblock.TabIndex = 44;
1642 this.check_deblock.Text = "Deblock";
1643 this.check_deblock.UseVisualStyleBackColor = true;
1645 // check_detelecine
1647 this.check_detelecine.AutoSize = true;
1648 this.check_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1649 this.check_detelecine.Location = new System.Drawing.Point(317, 36);
1650 this.check_detelecine.Name = "check_detelecine";
1651 this.check_detelecine.Size = new System.Drawing.Size(86, 17);
1652 this.check_detelecine.TabIndex = 43;
1653 this.check_detelecine.Text = "Detelecine";
1654 this.check_detelecine.UseVisualStyleBackColor = true;
1656 // label4
1658 this.label4.AutoSize = true;
1659 this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1660 this.label4.Location = new System.Drawing.Point(314, 66);
1661 this.label4.Name = "label4";
1662 this.label4.Size = new System.Drawing.Size(77, 13);
1663 this.label4.TabIndex = 45;
1664 this.label4.Text = "Deinterlace:";
1666 // drp_deInterlace_option
1668 this.drp_deInterlace_option.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1669 this.drp_deInterlace_option.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1670 this.drp_deInterlace_option.FormattingEnabled = true;
1671 this.drp_deInterlace_option.Items.AddRange(new object[] {
1672 "None",
1673 "Origional (Fast)",
1674 "yadif (Slow)",
1675 "yadif + mcdeint (Slower)",
1676 "yadif + mcdeint (Slowest)"});
1677 this.drp_deInterlace_option.Location = new System.Drawing.Point(416, 63);
1678 this.drp_deInterlace_option.Name = "drp_deInterlace_option";
1679 this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21);
1680 this.drp_deInterlace_option.TabIndex = 46;
1681 this.drp_deInterlace_option.Text = "None";
1683 // Check_ChapterMarkers
1685 this.Check_ChapterMarkers.AutoSize = true;
1686 this.Check_ChapterMarkers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1687 this.Check_ChapterMarkers.Location = new System.Drawing.Point(317, 173);
1688 this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";
1689 this.Check_ChapterMarkers.Size = new System.Drawing.Size(122, 17);
1690 this.Check_ChapterMarkers.TabIndex = 51;
1691 this.Check_ChapterMarkers.Text = "Chapter Markers";
1692 this.Check_ChapterMarkers.UseVisualStyleBackColor = true;
1693 this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged);
1695 // CheckPixelRatio
1697 this.CheckPixelRatio.AutoSize = true;
1698 this.CheckPixelRatio.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1699 this.CheckPixelRatio.Location = new System.Drawing.Point(317, 150);
1700 this.CheckPixelRatio.Name = "CheckPixelRatio";
1701 this.CheckPixelRatio.Size = new System.Drawing.Size(121, 17);
1702 this.CheckPixelRatio.TabIndex = 50;
1703 this.CheckPixelRatio.Text = "Anamorphic PAR";
1704 this.CheckPixelRatio.UseVisualStyleBackColor = true;
1705 this.CheckPixelRatio.CheckedChanged += new System.EventHandler(this.CheckPixelRatio_CheckedChanged);
1707 // label6
1709 this.label6.AutoSize = true;
1710 this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1711 this.label6.Location = new System.Drawing.Point(314, 128);
1712 this.label6.Name = "label6";
1713 this.label6.Size = new System.Drawing.Size(173, 13);
1714 this.label6.TabIndex = 49;
1715 this.label6.Text = "Additional Output Options";
1717 // lbl_RecomendedCrop
1719 this.lbl_RecomendedCrop.AutoSize = true;
1720 this.lbl_RecomendedCrop.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1721 this.lbl_RecomendedCrop.Location = new System.Drawing.Point(119, 72);
1722 this.lbl_RecomendedCrop.Name = "lbl_RecomendedCrop";
1723 this.lbl_RecomendedCrop.Size = new System.Drawing.Size(72, 12);
1724 this.lbl_RecomendedCrop.TabIndex = 32;
1725 this.lbl_RecomendedCrop.Text = "Select a Title";
1727 // Label8
1729 this.Label8.AutoSize = true;
1730 this.Label8.Location = new System.Drawing.Point(13, 71);
1731 this.Label8.Name = "Label8";
1732 this.Label8.Size = new System.Drawing.Size(70, 13);
1733 this.Label8.TabIndex = 31;
1734 this.Label8.Text = "Auto Crop:";
1736 // Label1
1738 this.Label1.AutoSize = true;
1739 this.Label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1740 this.Label1.Location = new System.Drawing.Point(13, 13);
1741 this.Label1.Name = "Label1";
1742 this.Label1.Size = new System.Drawing.Size(65, 13);
1743 this.Label1.TabIndex = 28;
1744 this.Label1.Text = "Cropping";
1746 // Label53
1748 this.Label53.AutoSize = true;
1749 this.Label53.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1750 this.Label53.Location = new System.Drawing.Point(134, 187);
1751 this.Label53.Name = "Label53";
1752 this.Label53.Size = new System.Drawing.Size(48, 13);
1753 this.Label53.TabIndex = 40;
1754 this.Label53.Text = "Bottom";
1756 // Label52
1758 this.Label52.AutoSize = true;
1759 this.Label52.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1760 this.Label52.Location = new System.Drawing.Point(138, 96);
1761 this.Label52.Name = "Label52";
1762 this.Label52.Size = new System.Drawing.Size(28, 13);
1763 this.Label52.TabIndex = 33;
1764 this.Label52.Text = "Top";
1766 // Label51
1768 this.Label51.AutoSize = true;
1769 this.Label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1770 this.Label51.Location = new System.Drawing.Point(247, 139);
1771 this.Label51.Name = "Label51";
1772 this.Label51.Size = new System.Drawing.Size(36, 13);
1773 this.Label51.TabIndex = 38;
1774 this.Label51.Text = "Right";
1776 // Label50
1778 this.Label50.AutoSize = true;
1779 this.Label50.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1780 this.Label50.Location = new System.Drawing.Point(13, 41);
1781 this.Label50.Name = "Label50";
1782 this.Label50.Size = new System.Drawing.Size(88, 13);
1783 this.Label50.TabIndex = 29;
1784 this.Label50.Text = "Select Option:";
1786 // Label15
1788 this.Label15.AutoSize = true;
1789 this.Label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1790 this.Label15.Location = new System.Drawing.Point(39, 139);
1791 this.Label15.Name = "Label15";
1792 this.Label15.Size = new System.Drawing.Size(28, 13);
1793 this.Label15.TabIndex = 35;
1794 this.Label15.Text = "Left";
1796 // text_top
1798 this.text_top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
1799 this.text_top.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1800 this.text_top.Location = new System.Drawing.Point(131, 111);
1801 this.text_top.Name = "text_top";
1802 this.text_top.Size = new System.Drawing.Size(51, 21);
1803 this.text_top.TabIndex = 34;
1804 this.text_top.Text = "0";
1806 // text_bottom
1808 this.text_bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
1809 this.text_bottom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1810 this.text_bottom.Location = new System.Drawing.Point(131, 163);
1811 this.text_bottom.Name = "text_bottom";
1812 this.text_bottom.Size = new System.Drawing.Size(51, 21);
1813 this.text_bottom.TabIndex = 41;
1814 this.text_bottom.Text = "0";
1816 // drp_crop
1818 this.drp_crop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1819 this.drp_crop.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1820 this.drp_crop.FormattingEnabled = true;
1821 this.drp_crop.Items.AddRange(new object[] {
1822 "Auto Crop",
1823 "No Crop",
1824 "Manual"});
1825 this.drp_crop.Location = new System.Drawing.Point(118, 36);
1826 this.drp_crop.Name = "drp_crop";
1827 this.drp_crop.Size = new System.Drawing.Size(123, 21);
1828 this.drp_crop.TabIndex = 30;
1829 this.drp_crop.Text = "No Crop";
1830 this.drp_crop.SelectedIndexChanged += new System.EventHandler(this.drp_crop_SelectedIndexChanged);
1832 // text_right
1834 this.text_right.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
1835 this.text_right.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1836 this.text_right.Location = new System.Drawing.Point(190, 136);
1837 this.text_right.Name = "text_right";
1838 this.text_right.Size = new System.Drawing.Size(51, 21);
1839 this.text_right.TabIndex = 37;
1840 this.text_right.Text = "0";
1842 // text_left
1844 this.text_left.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
1845 this.text_left.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1846 this.text_left.Location = new System.Drawing.Point(72, 136);
1847 this.text_left.Name = "text_left";
1848 this.text_left.Size = new System.Drawing.Size(51, 21);
1849 this.text_left.TabIndex = 36;
1850 this.text_left.Text = "0";
1852 // advancedOptions
1854 this.advancedOptions.Controls.Add(this.TabPage1);
1855 this.advancedOptions.Controls.Add(this.TabPage3);
1856 this.advancedOptions.Controls.Add(this.TabPage2);
1857 this.advancedOptions.Controls.Add(this.h264Tab);
1858 this.advancedOptions.Controls.Add(this.TabPage6);
1859 this.advancedOptions.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1860 this.advancedOptions.Location = new System.Drawing.Point(14, 276);
1861 this.advancedOptions.Name = "advancedOptions";
1862 this.advancedOptions.SelectedIndex = 0;
1863 this.advancedOptions.Size = new System.Drawing.Size(647, 237);
1864 this.advancedOptions.TabIndex = 27;
1865 this.advancedOptions.TabStop = false;
1867 // groupBox_dest
1869 this.groupBox_dest.Controls.Add(this.Label3);
1870 this.groupBox_dest.Controls.Add(this.text_destination);
1871 this.groupBox_dest.Controls.Add(this.btn_destBrowse);
1872 this.groupBox_dest.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1873 this.groupBox_dest.Location = new System.Drawing.Point(14, 128);
1874 this.groupBox_dest.Name = "groupBox_dest";
1875 this.groupBox_dest.Size = new System.Drawing.Size(646, 50);
1876 this.groupBox_dest.TabIndex = 13;
1877 this.groupBox_dest.TabStop = false;
1878 this.groupBox_dest.Text = "Destination";
1880 // groupBox2
1882 this.groupBox2.Controls.Add(this.ListBox_Presets);
1883 this.groupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1884 this.groupBox2.Location = new System.Drawing.Point(674, 35);
1885 this.groupBox2.Name = "groupBox2";
1886 this.groupBox2.Size = new System.Drawing.Size(193, 404);
1887 this.groupBox2.TabIndex = 103;
1888 this.groupBox2.TabStop = false;
1889 this.groupBox2.Text = "Presets";
1891 // groupBox3
1893 this.groupBox3.Controls.Add(this.btn_removePreset);
1894 this.groupBox3.Controls.Add(this.btn_setDefault);
1895 this.groupBox3.Controls.Add(this.btn_addPreset);
1896 this.groupBox3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1897 this.groupBox3.Location = new System.Drawing.Point(674, 448);
1898 this.groupBox3.Name = "groupBox3";
1899 this.groupBox3.Size = new System.Drawing.Size(193, 61);
1900 this.groupBox3.TabIndex = 108;
1901 this.groupBox3.TabStop = false;
1902 this.groupBox3.Text = "Preset Functions";
1904 // mnu_quickStart
1906 this.mnu_quickStart.Name = "mnu_quickStart";
1907 this.mnu_quickStart.Size = new System.Drawing.Size(197, 22);
1908 this.mnu_quickStart.Text = "Quick Start Information";
1909 this.mnu_quickStart.Click += new System.EventHandler(this.mnu_quickStart_Click);
1911 // toolStripSeparator1
1913 this.toolStripSeparator1.Name = "toolStripSeparator1";
1914 this.toolStripSeparator1.Size = new System.Drawing.Size(194, 6);
1916 // frmMain
1918 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1919 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1920 this.BackColor = System.Drawing.SystemColors.ControlLight;
1921 this.ClientSize = new System.Drawing.Size(873, 564);
1922 this.Controls.Add(this.groupBox3);
1923 this.Controls.Add(this.btn_presets);
1924 this.Controls.Add(this.groupBox2);
1925 this.Controls.Add(this.groupBox_dest);
1926 this.Controls.Add(this.btn_eCancel);
1927 this.Controls.Add(this.lbl_encode);
1928 this.Controls.Add(this.lbl_update);
1929 this.Controls.Add(this.btn_queue);
1930 this.Controls.Add(this.btn_encode);
1931 this.Controls.Add(this.Version);
1932 this.Controls.Add(this.advancedOptions);
1933 this.Controls.Add(this.groupBox_output);
1934 this.Controls.Add(this.GroupBox1);
1935 this.Controls.Add(this.frmMainMenu);
1936 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1937 this.MinimumSize = new System.Drawing.Size(680, 580);
1938 this.Name = "frmMain";
1939 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
1940 this.Text = "Handbrake";
1941 ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit();
1942 this.frmMainMenu.ResumeLayout(false);
1943 this.frmMainMenu.PerformLayout();
1944 this.GroupBox1.ResumeLayout(false);
1945 this.GroupBox1.PerformLayout();
1946 this.groupBox_output.ResumeLayout(false);
1947 this.groupBox_output.PerformLayout();
1948 this.TabPage6.ResumeLayout(false);
1949 this.TabPage6.PerformLayout();
1950 this.h264Tab.ResumeLayout(false);
1951 this.h264Tab.PerformLayout();
1952 this.TabPage2.ResumeLayout(false);
1953 this.TabPage2.PerformLayout();
1954 this.TabPage3.ResumeLayout(false);
1955 this.TabPage3.PerformLayout();
1956 this.TabPage1.ResumeLayout(false);
1957 this.TabPage1.PerformLayout();
1958 this.advancedOptions.ResumeLayout(false);
1959 this.groupBox_dest.ResumeLayout(false);
1960 this.groupBox_dest.PerformLayout();
1961 this.groupBox2.ResumeLayout(false);
1962 this.groupBox3.ResumeLayout(false);
1963 this.ResumeLayout(false);
1964 this.PerformLayout();
1968 #endregion
1970 internal System.Windows.Forms.SaveFileDialog File_Save;
1971 internal System.Windows.Forms.ToolTip ToolTip;
1972 internal System.Windows.Forms.OpenFileDialog File_Open;
1973 internal System.Windows.Forms.OpenFileDialog ISO_Open;
1974 internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;
1975 internal System.Windows.Forms.ToolStripMenuItem mnu_open3;
1976 internal System.Windows.Forms.ToolStripMenuItem mnu_exit;
1977 internal System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem;
1978 internal System.Windows.Forms.ToolStripMenuItem mnu_encode;
1979 internal System.Windows.Forms.ToolStripMenuItem mnu_viewDVDdata;
1980 internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;
1981 internal System.Windows.Forms.ToolStripMenuItem mnu_options;
1982 internal System.Windows.Forms.ToolStripMenuItem PresetsToolStripMenuItem;
1983 internal System.Windows.Forms.ToolStripMenuItem mnu_presetReset;
1984 internal System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;
1985 internal System.Windows.Forms.ToolStripMenuItem OnlineDocumentationToolStripMenuItem;
1986 internal System.Windows.Forms.ToolStripMenuItem mnu_wiki;
1987 internal System.Windows.Forms.ToolStripMenuItem mnu_onlineDocs;
1988 internal System.Windows.Forms.ToolStripMenuItem mnu_faq;
1989 internal System.Windows.Forms.ToolStripMenuItem WebsiteToolStripMenuItem;
1990 internal System.Windows.Forms.ToolStripMenuItem mnu_homepage;
1991 internal System.Windows.Forms.ToolStripMenuItem mnu_forum;
1992 internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;
1993 internal System.Windows.Forms.ToolStripMenuItem mnu_about;
1994 internal System.Windows.Forms.MenuStrip frmMainMenu;
1995 internal System.Windows.Forms.GroupBox GroupBox1;
1996 internal System.Windows.Forms.Label Label13;
1997 internal System.Windows.Forms.ComboBox drop_chapterFinish;
1998 internal System.Windows.Forms.ComboBox drop_chapterStart;
1999 internal System.Windows.Forms.ComboBox drp_dvdtitle;
2000 internal System.Windows.Forms.RadioButton RadioDVD;
2001 internal System.Windows.Forms.RadioButton RadioISO;
2002 internal System.Windows.Forms.Button btn_Browse;
2003 internal System.Windows.Forms.Label Label17;
2004 internal System.Windows.Forms.TextBox text_source;
2005 internal System.Windows.Forms.Label Label9;
2006 internal System.Windows.Forms.Label Label10;
2007 internal System.Windows.Forms.GroupBox groupBox_output;
2008 internal System.Windows.Forms.Label Label56;
2009 internal System.Windows.Forms.Label lbl_Aspect;
2010 internal System.Windows.Forms.Label Label91;
2011 internal System.Windows.Forms.TextBox text_height;
2012 internal System.Windows.Forms.Label Label55;
2013 internal System.Windows.Forms.TextBox text_width;
2014 internal System.Windows.Forms.Button btn_destBrowse;
2015 internal System.Windows.Forms.Label Label3;
2016 internal System.Windows.Forms.ComboBox drp_videoEncoder;
2017 internal System.Windows.Forms.Label Label47;
2018 internal System.Windows.Forms.TextBox text_destination;
2019 internal System.Windows.Forms.ComboBox drp_audioCodec;
2020 internal System.Windows.Forms.Label Label12;
2021 internal System.Windows.Forms.Label lbl_update;
2022 internal System.Windows.Forms.Button btn_queue;
2023 internal System.Windows.Forms.Button btn_encode;
2024 internal System.Windows.Forms.Label Version;
2025 internal System.Windows.Forms.SaveFileDialog DVD_Save;
2026 private System.Windows.Forms.Label lbl_encode;
2027 internal System.Windows.Forms.Button btn_eCancel;
2028 internal System.Windows.Forms.TabPage TabPage6;
2029 internal System.Windows.Forms.Label Label7;
2030 internal System.Windows.Forms.Label Label39;
2031 internal System.Windows.Forms.Button btn_ClearQuery;
2032 internal System.Windows.Forms.Button GenerateQuery;
2033 internal System.Windows.Forms.RichTextBox QueryEditorText;
2034 internal System.Windows.Forms.TabPage h264Tab;
2035 internal System.Windows.Forms.Label Label43;
2036 internal System.Windows.Forms.LinkLabel label_h264;
2037 internal System.Windows.Forms.Label Label95;
2038 internal System.Windows.Forms.Button btn_h264Clear;
2039 internal System.Windows.Forms.Label Label90;
2040 internal System.Windows.Forms.RichTextBox rtf_h264advanced;
2041 internal System.Windows.Forms.Label Label92;
2042 internal System.Windows.Forms.TabPage TabPage2;
2043 internal System.Windows.Forms.Label Label29;
2044 internal System.Windows.Forms.ComboBox drp_audioMixDown;
2045 internal System.Windows.Forms.ComboBox drp_audioChannels;
2046 internal System.Windows.Forms.ComboBox drp_audioBitrate;
2047 internal System.Windows.Forms.Label Label14;
2048 internal System.Windows.Forms.Label Label5;
2049 internal System.Windows.Forms.Label Label35;
2050 internal System.Windows.Forms.Label Label16;
2051 internal System.Windows.Forms.Label Label32;
2052 internal System.Windows.Forms.Label Label18;
2053 internal System.Windows.Forms.ComboBox drp_audioSampleRate;
2054 internal System.Windows.Forms.TabPage TabPage3;
2055 internal System.Windows.Forms.Label Label37;
2056 internal System.Windows.Forms.CheckBox check_largeFile;
2057 internal System.Windows.Forms.CheckBox check_turbo;
2058 internal System.Windows.Forms.CheckBox CheckCRF;
2059 internal System.Windows.Forms.Label Label22;
2060 internal System.Windows.Forms.Label Label2;
2061 internal System.Windows.Forms.Label SliderValue;
2062 internal System.Windows.Forms.ComboBox drp_videoFramerate;
2063 internal System.Windows.Forms.CheckBox check_2PassEncode;
2064 internal System.Windows.Forms.TrackBar slider_videoQuality;
2065 internal System.Windows.Forms.TextBox text_filesize;
2066 internal System.Windows.Forms.Label Label40;
2067 internal System.Windows.Forms.TextBox text_bitrate;
2068 internal System.Windows.Forms.Label Label42;
2069 internal System.Windows.Forms.TabPage TabPage1;
2070 internal System.Windows.Forms.CheckBox Check_ChapterMarkers;
2071 internal System.Windows.Forms.CheckBox CheckPixelRatio;
2072 internal System.Windows.Forms.Label label6;
2073 internal System.Windows.Forms.Label lbl_RecomendedCrop;
2074 internal System.Windows.Forms.Label Label8;
2075 internal System.Windows.Forms.Label Label1;
2076 internal System.Windows.Forms.Label Label53;
2077 internal System.Windows.Forms.Label Label52;
2078 internal System.Windows.Forms.Label Label51;
2079 internal System.Windows.Forms.Label Label50;
2080 internal System.Windows.Forms.Label Label15;
2081 internal System.Windows.Forms.TextBox text_top;
2082 internal System.Windows.Forms.TextBox text_bottom;
2083 internal System.Windows.Forms.ComboBox drp_crop;
2084 internal System.Windows.Forms.TextBox text_right;
2085 internal System.Windows.Forms.TextBox text_left;
2086 internal System.Windows.Forms.TabControl advancedOptions;
2087 internal System.Windows.Forms.Label Label46;
2088 internal System.Windows.Forms.FolderBrowserDialog DVD_Open;
2089 private System.Windows.Forms.GroupBox groupBox_dest;
2090 internal System.Windows.Forms.ComboBox drp_subtitle;
2091 internal System.Windows.Forms.Label Label19;
2092 internal System.Windows.Forms.Label Label21;
2093 internal System.Windows.Forms.Label Label20;
2094 internal System.Windows.Forms.CheckBox check_grayscale;
2095 internal System.Windows.Forms.Label label24;
2096 internal System.Windows.Forms.ComboBox drp_deNoise;
2097 internal System.Windows.Forms.Label label11;
2098 internal System.Windows.Forms.CheckBox check_deblock;
2099 internal System.Windows.Forms.CheckBox check_detelecine;
2100 internal System.Windows.Forms.Label label4;
2101 internal System.Windows.Forms.ComboBox drp_deInterlace_option;
2102 private System.Windows.Forms.Label label23;
2103 internal System.Windows.Forms.Button btn_copy;
2104 private System.Windows.Forms.GroupBox groupBox2;
2105 internal System.Windows.Forms.Button btn_removePreset;
2106 internal System.Windows.Forms.Button btn_addPreset;
2107 private System.Windows.Forms.ListBox ListBox_Presets;
2108 internal System.Windows.Forms.Button btn_presets;
2109 internal System.Windows.Forms.Button btn_setDefault;
2110 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
2111 private System.Windows.Forms.ToolStripMenuItem mnu_SelectDefault;
2112 private System.Windows.Forms.ToolStripMenuItem mnu_UpdateCheck;
2113 private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
2114 private System.Windows.Forms.GroupBox groupBox3;
2115 private System.Windows.Forms.ToolStripMenuItem mnu_quickStart;
2116 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;