OSDN Git Service

merge 0.9.4 to jp
[handbrake-jp/handbrake-jp.git] / win / C# / frmMain.Designer.cs
1 /*  frmMain.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 using System;\r
8 using System.Windows.Forms;\r
9 \r
10 namespace Handbrake\r
11 {\r
12     partial class frmMain\r
13     {\r
14         /// <summary>\r
15         /// Required designer variable.\r
16         /// </summary>\r
17         private System.ComponentModel.IContainer components = null;\r
18 \r
19         /// <summary>\r
20         /// Clean up any resources being used.\r
21         /// </summary>\r
22         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
23         protected override void Dispose(bool disposing)\r
24         {\r
25             if (disposing && (components != null))\r
26             {\r
27                 components.Dispose();\r
28             }\r
29             base.Dispose(disposing);\r
30         }\r
31 \r
32         #region Windows Form Designer generated code\r
33 \r
34         /// <summary>\r
35         /// Required method for Designer support - do not modify\r
36         /// the contents of this method with the code editor.\r
37         /// </summary>\r
38         private void InitializeComponent()\r
39         {\r
40             this.components = new System.ComponentModel.Container();\r
41             System.Windows.Forms.ContextMenuStrip notifyIconMenu;\r
42             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));\r
43             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();\r
44             this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();\r
45             this.DVD_Save = new System.Windows.Forms.SaveFileDialog();\r
46             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
47             this.text_destination = new System.Windows.Forms.TextBox();\r
48             this.drp_videoEncoder = new System.Windows.Forms.ComboBox();\r
49             this.check_largeFile = new System.Windows.Forms.CheckBox();\r
50             this.check_turbo = new System.Windows.Forms.CheckBox();\r
51             this.drp_videoFramerate = new System.Windows.Forms.ComboBox();\r
52             this.slider_videoQuality = new System.Windows.Forms.TrackBar();\r
53             this.text_filesize = new System.Windows.Forms.TextBox();\r
54             this.text_bitrate = new System.Windows.Forms.TextBox();\r
55             this.btn_setDefault = new System.Windows.Forms.Button();\r
56             this.check_optimiseMP4 = new System.Windows.Forms.CheckBox();\r
57             this.check_iPodAtom = new System.Windows.Forms.CheckBox();\r
58             this.data_chpt = new System.Windows.Forms.DataGridView();\r
59             this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
60             this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
61             this.ChaptersMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
62             this.mnu_resetChapters = new System.Windows.Forms.ToolStripMenuItem();\r
63             this.btn_addPreset = new System.Windows.Forms.Button();\r
64             this.btn_removePreset = new System.Windows.Forms.Button();\r
65             this.drop_format = new System.Windows.Forms.ComboBox();\r
66 /*\r
67             this.check_customCrop = new System.Windows.Forms.RadioButton();\r
68             this.check_autoCrop = new System.Windows.Forms.RadioButton();\r
69             this.check_Cabac = new System.Windows.Forms.CheckBox();\r
70             this.check_noDCTDecimate = new System.Windows.Forms.CheckBox();\r
71             this.check_noFastPSkip = new System.Windows.Forms.CheckBox();\r
72             this.drop_trellis = new System.Windows.Forms.ComboBox();\r
73             this.drop_deblockBeta = new System.Windows.Forms.ComboBox();\r
74             this.drop_deblockAlpha = new System.Windows.Forms.ComboBox();\r
75             this.check_8x8DCT = new System.Windows.Forms.CheckBox();\r
76             this.drop_analysis = new System.Windows.Forms.ComboBox();\r
77             this.drop_subpixelMotionEstimation = new System.Windows.Forms.ComboBox();\r
78             this.drop_MotionEstimationRange = new System.Windows.Forms.ComboBox();\r
79             this.drop_MotionEstimationMethod = new System.Windows.Forms.ComboBox();\r
80             this.check_pyrmidalBFrames = new System.Windows.Forms.CheckBox();\r
81             this.check_weightedBFrames = new System.Windows.Forms.CheckBox();\r
82             this.drop_directPrediction = new System.Windows.Forms.ComboBox();\r
83             this.drop_bFrames = new System.Windows.Forms.ComboBox();\r
84             this.drop_refFrames = new System.Windows.Forms.ComboBox();\r
85             this.check_mixedReferences = new System.Windows.Forms.CheckBox();\r
86             this.check_forced = new System.Windows.Forms.CheckBox();\r
87             this.lbl_src_res = new System.Windows.Forms.Label();\r
88             this.lbl_duration = new System.Windows.Forms.Label();\r
89             this.label_duration = new System.Windows.Forms.Label();\r
90             this.label7 = new System.Windows.Forms.Label();\r
91 */\r
92             this.drop_chapterFinish = new System.Windows.Forms.ComboBox();\r
93             this.drop_chapterStart = new System.Windows.Forms.ComboBox();\r
94             this.drop_angle = new System.Windows.Forms.ComboBox();\r
95             this.drp_dvdtitle = new System.Windows.Forms.ComboBox();\r
96             this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog();\r
97             this.File_Open = new System.Windows.Forms.OpenFileDialog();\r
98             this.ISO_Open = new System.Windows.Forms.OpenFileDialog();\r
99             this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
100             this.mnu_killCLI = new System.Windows.Forms.ToolStripMenuItem();\r
101             this.mnu_exit = new System.Windows.Forms.ToolStripMenuItem();\r
102             this.mnu_open3 = new System.Windows.Forms.ToolStripMenuItem();\r
103             this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
104             this.mnu_encode = new System.Windows.Forms.ToolStripMenuItem();\r
105             this.mnu_encodeLog = new System.Windows.Forms.ToolStripMenuItem();\r
106             this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();\r
107             this.mnu_options = new System.Windows.Forms.ToolStripMenuItem();\r
108             this.PresetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
109             this.mnu_presetReset = new System.Windows.Forms.ToolStripMenuItem();\r
110             this.mnu_delete_preset = new System.Windows.Forms.ToolStripMenuItem();\r
111             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();\r
112             this.btn_new_preset = new System.Windows.Forms.ToolStripMenuItem();\r
113             this.mnu_importMacPreset = new System.Windows.Forms.ToolStripMenuItem();\r
114             this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem();\r
115             this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
116             this.mnu_user_guide = new System.Windows.Forms.ToolStripMenuItem();\r
117             this.mnu_handbrake_home = new System.Windows.Forms.ToolStripMenuItem();\r
118             this.mnu_handbrake_forums = new System.Windows.Forms.ToolStripMenuItem();\r
119             this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();\r
120             this.mnu_UpdateCheck = new System.Windows.Forms.ToolStripMenuItem();\r
121             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();\r
122             this.mnu_about = new System.Windows.Forms.ToolStripMenuItem();\r
123             this.frmMainMenu = new System.Windows.Forms.MenuStrip();\r
124             this.label5 = new System.Windows.Forms.Label();\r
125             this.Label47 = new System.Windows.Forms.Label();\r
126             this.Label3 = new System.Windows.Forms.Label();\r
127 /*\r
128             this.TabPage2 = new System.Windows.Forms.TabPage();\r
129             this.lbl_drc4 = new System.Windows.Forms.Label();\r
130             this.lbl_drc3 = new System.Windows.Forms.Label();\r
131             this.lbl_drc2 = new System.Windows.Forms.Label();\r
132             this.lbl_drc1 = new System.Windows.Forms.Label();\r
133             this.trackBar4 = new System.Windows.Forms.TrackBar();\r
134             this.drp_track4Audio = new System.Windows.Forms.ComboBox();\r
135             this.lbl_t4 = new System.Windows.Forms.Label();\r
136             this.trackBar3 = new System.Windows.Forms.TrackBar();\r
137             this.drp_track3Audio = new System.Windows.Forms.ComboBox();\r
138             this.lbl_t3 = new System.Windows.Forms.Label();\r
139             this.trackBar2 = new System.Windows.Forms.TrackBar();\r
140             this.label16 = new System.Windows.Forms.Label();\r
141             this.trackBar1 = new System.Windows.Forms.TrackBar();\r
142             this.groupBox5 = new System.Windows.Forms.GroupBox();\r
143             this.groupBox3 = new System.Windows.Forms.GroupBox();\r
144             this.label68 = new System.Windows.Forms.Label();\r
145             this.label67 = new System.Windows.Forms.Label();\r
146             this.label66 = new System.Windows.Forms.Label();\r
147             this.label65 = new System.Windows.Forms.Label();\r
148             this.label14 = new System.Windows.Forms.Label();\r
149             this.drp_track2Audio = new System.Windows.Forms.ComboBox();\r
150             this.label28 = new System.Windows.Forms.Label();\r
151             this.label27 = new System.Windows.Forms.Label();\r
152             this.Label19 = new System.Windows.Forms.Label();\r
153             this.Label20 = new System.Windows.Forms.Label();\r
154             this.drp_track1Audio = new System.Windows.Forms.ComboBox();\r
155             this.Label32 = new System.Windows.Forms.Label();\r
156             this.TabPage3 = new System.Windows.Forms.TabPage();\r
157 */\r
158             this.tab_audio = new System.Windows.Forms.TabPage();\r
159             this.AudioSettings = new Handbrake.Controls.AudioPanel();\r
160             this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components);\r
161             this.tab_video = new System.Windows.Forms.TabPage();\r
162             this.radio_cq = new System.Windows.Forms.RadioButton();\r
163             this.radio_avgBitrate = new System.Windows.Forms.RadioButton();\r
164             this.radio_targetFilesize = new System.Windows.Forms.RadioButton();\r
165             this.label25 = new System.Windows.Forms.Label();\r
166             this.check_2PassEncode = new System.Windows.Forms.CheckBox();\r
167             this.Label2 = new System.Windows.Forms.Label();\r
168             this.SliderValue = new System.Windows.Forms.Label();\r
169             this.Label46 = new System.Windows.Forms.Label();\r
170             this.tab_picture = new System.Windows.Forms.TabPage();\r
171             this.PictureSettings = new Handbrake.Controls.PictureSettings();\r
172             this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox();\r
173             this.tabs_panel = new System.Windows.Forms.TabControl();\r
174             this.tab_filters = new System.Windows.Forms.TabPage();\r
175             this.Filters = new Handbrake.Controls.Filters();\r
176             this.tab_subtitles = new System.Windows.Forms.TabPage();\r
177             this.Subtitles = new Handbrake.Controls.Subtitles();\r
178             this.tab_chapters = new System.Windows.Forms.TabPage();\r
179             this.btn_importChapters = new System.Windows.Forms.Button();\r
180             this.label31 = new System.Windows.Forms.Label();\r
181             this.tab_advanced = new System.Windows.Forms.TabPage();\r
182             this.x264Panel = new Handbrake.Controls.x264Panel();\r
183             this.tab_query = new System.Windows.Forms.TabPage();\r
184             this.btn_clear = new System.Windows.Forms.Button();\r
185             this.label34 = new System.Windows.Forms.Label();\r
186             this.btn_generate_Query = new System.Windows.Forms.Button();\r
187             this.label33 = new System.Windows.Forms.Label();\r
188             this.rtf_query = new System.Windows.Forms.RichTextBox();\r
189             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
190             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
191             this.treeView_presets = new System.Windows.Forms.TreeView();\r
192             this.presets_menu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
193             this.pmnu_expandAll = new System.Windows.Forms.ToolStripMenuItem();\r
194             this.pmnu_collapse = new System.Windows.Forms.ToolStripMenuItem();\r
195             this.sep1 = new System.Windows.Forms.ToolStripSeparator();\r
196             this.pmnu_import = new System.Windows.Forms.ToolStripMenuItem();\r
197             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
198             this.pmnu_saveChanges = new System.Windows.Forms.ToolStripMenuItem();\r
199             this.pmnu_delete = new System.Windows.Forms.ToolStripMenuItem();\r
200             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
201             this.btn_source = new System.Windows.Forms.ToolStripDropDownButton();\r
202             this.btn_file_source = new System.Windows.Forms.ToolStripMenuItem();\r
203             this.btn_dvd_source = new System.Windows.Forms.ToolStripMenuItem();\r
204             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
205             this.mnu_dvd_drive = new System.Windows.Forms.ToolStripMenuItem();\r
206             this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();\r
207             this.btn_start = new System.Windows.Forms.ToolStripButton();\r
208             this.btn_add2Queue = new System.Windows.Forms.ToolStripButton();\r
209             this.btn_showQueue = new System.Windows.Forms.ToolStripButton();\r
210             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
211             this.tb_preview = new System.Windows.Forms.ToolStripButton();\r
212             this.btn_ActivityWindow = new System.Windows.Forms.ToolStripButton();\r
213             this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);\r
214             this.StatusStrip = new System.Windows.Forms.StatusStrip();\r
215             this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel();\r
216             this.lbl_updateCheck = new System.Windows.Forms.ToolStripStatusLabel();\r
217             this.hbproc = new System.Diagnostics.Process();\r
218             this.File_Save = new System.Windows.Forms.SaveFileDialog();\r
219             this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();\r
220             this.btn_destBrowse = new System.Windows.Forms.Button();\r
221             this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();\r
222             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
223             this.Label10 = new System.Windows.Forms.Label();\r
224             this.lbl_angle = new System.Windows.Forms.Label();\r
225             this.Label9 = new System.Windows.Forms.Label();\r
226             this.Label13 = new System.Windows.Forms.Label();\r
227             this.label_duration = new System.Windows.Forms.Label();\r
228             this.lbl_duration = new System.Windows.Forms.Label();\r
229             this.labelStaticDestination = new System.Windows.Forms.Label();\r
230             this.labelPreset = new System.Windows.Forms.Label();\r
231             this.labelSource = new System.Windows.Forms.Label();\r
232             this.labelStaticSource = new System.Windows.Forms.Label();\r
233             this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();\r
234             this.openPreset = new System.Windows.Forms.OpenFileDialog();\r
235             this.File_ChapterImport = new System.Windows.Forms.OpenFileDialog();\r
236             notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
237             notifyIconMenu.SuspendLayout();\r
238             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
239             ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit();\r
240             this.ChaptersMenu.SuspendLayout();\r
241             this.frmMainMenu.SuspendLayout();\r
242             this.tab_audio.SuspendLayout();\r
243             this.tab_video.SuspendLayout();\r
244             this.tab_picture.SuspendLayout();\r
245             this.tabs_panel.SuspendLayout();\r
246             this.tab_filters.SuspendLayout();\r
247             this.tab_subtitles.SuspendLayout();\r
248             this.tab_chapters.SuspendLayout();\r
249             this.tab_advanced.SuspendLayout();\r
250             this.tab_query.SuspendLayout();\r
251             this.groupBox2.SuspendLayout();\r
252             this.splitContainer1.Panel1.SuspendLayout();\r
253             this.splitContainer1.Panel2.SuspendLayout();\r
254             this.splitContainer1.SuspendLayout();\r
255             this.presets_menu.SuspendLayout();\r
256             this.toolStrip1.SuspendLayout();\r
257             this.StatusStrip.SuspendLayout();\r
258             this.tableLayoutPanel2.SuspendLayout();\r
259             this.tableLayoutPanel3.SuspendLayout();\r
260             this.tableLayoutPanel1.SuspendLayout();\r
261             this.flowLayoutPanel1.SuspendLayout();\r
262             this.SuspendLayout();\r
263             // \r
264 /*\r
265             // Label38\r
266             // \r
267             Label38.AutoSize = true;\r
268             Label38.BackColor = System.Drawing.Color.Transparent;\r
269             Label38.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
270             Label38.Location = new System.Drawing.Point(334, 35);\r
271             Label38.Name = "Label38";\r
272             Label38.Size = new System.Drawing.Size(82, 13);\r
273             Label38.TabIndex = 11;\r
274             Label38.Text = "\8fo\97Í\83T\83C\83Y(MB):";\r
275             // \r
276 */\r
277             // notifyIconMenu\r
278             // \r
279             notifyIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
280             this.btn_restore});\r
281             notifyIconMenu.Name = "notifyIconMenu";\r
282             notifyIconMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
283             notifyIconMenu.Size = new System.Drawing.Size(124, 26);\r
284             // \r
285             // btn_restore\r
286             // \r
287             this.btn_restore.Name = "btn_restore";\r
288             this.btn_restore.Size = new System.Drawing.Size(123, 22);\r
289             this.btn_restore.Text = "Restore";\r
290             this.btn_restore.Click += new System.EventHandler(this.btn_restore_Click);\r
291             // \r
292             // DVD_Save\r
293             // \r
294             this.DVD_Save.Filter = "mp4|*.mp4;*.m4v|mkv|*.mkv";\r
295             this.DVD_Save.SupportMultiDottedExtensions = true;\r
296             // \r
297             // ToolTip\r
298             // \r
299             this.ToolTip.Active = false;\r
300             this.ToolTip.AutomaticDelay = 1000;\r
301             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
302             this.ToolTip.ToolTipTitle = "Tooltip";\r
303             // \r
304 /*\r
305             // drop_chapterFinish\r
306             // \r
307             this.drop_chapterFinish.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
308             this.drop_chapterFinish.FormattingEnabled = true;\r
309             this.drop_chapterFinish.Location = new System.Drawing.Point(398, 48);\r
310             this.drop_chapterFinish.Name = "drop_chapterFinish";\r
311             this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21);\r
312             this.drop_chapterFinish.TabIndex = 10;\r
313             this.drop_chapterFinish.Text = "Auto";\r
314             this.ToolTip.SetToolTip(this.drop_chapterFinish, "\83G\83\93\83R\81[\83h\82·\82é\83`\83\83\83v\83^\81[\82ð\91I\91ð\82µ\82Ü\82·\81B\83f\83t\83H\83\8b\83g\82Å\82Í\82·\82×\82Ä\82Ì\83`\83\83\83v\83^\81[\82ª\91I\91ð\82³\82ê\82Ü\82·");\r
315             this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.drop_chapterFinish_SelectedIndexChanged);\r
316             // \r
317             // drop_chapterStart\r
318             // \r
319             this.drop_chapterStart.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
320             this.drop_chapterStart.FormattingEnabled = true;\r
321             this.drop_chapterStart.Location = new System.Drawing.Point(295, 48);\r
322             this.drop_chapterStart.Name = "drop_chapterStart";\r
323             this.drop_chapterStart.Size = new System.Drawing.Size(69, 21);\r
324             this.drop_chapterStart.TabIndex = 9;\r
325             this.drop_chapterStart.Text = "Auto";\r
326             this.ToolTip.SetToolTip(this.drop_chapterStart, "\83G\83\93\83R\81[\83h\82·\82é\83`\83\83\83v\83^\81[\82ð\91I\91ð\82µ\82Ü\82·\81B\83f\83t\83H\83\8b\83g\82Å\82Í\82·\82×\82Ä\82Ì\83`\83\83\83v\83^\81[\82ª\91I\91ð\82³\82ê\82Ü\82·");\r
327             this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.drop_chapterStart_SelectedIndexChanged);\r
328             // \r
329             // drp_dvdtitle\r
330             // \r
331             this.drp_dvdtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
332             this.drp_dvdtitle.FormattingEnabled = true;\r
333             this.drp_dvdtitle.Items.AddRange(new object[] {\r
334             "Automatic"});\r
335             this.drp_dvdtitle.Location = new System.Drawing.Point(99, 48);\r
336             this.drp_dvdtitle.Name = "drp_dvdtitle";\r
337             this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21);\r
338             this.drp_dvdtitle.TabIndex = 7;\r
339             this.drp_dvdtitle.Text = "Automatic";\r
340             this.ToolTip.SetToolTip(this.drp_dvdtitle, "\83G\83\93\83R\81[\83h\82·\82é\83^\83C\83g\83\8b\82ð\91I\91ð\82µ\82Ü\82·\81B\83f\83t\83H\83\8b\83g\82Å\82Í\8dÅ\82à\92·\82¢\83^\83C\83g\83\8b\82ª\91I\91ð\82³\82ê\82Ü\82·");\r
341             this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged);\r
342             this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click);\r
343             // \r
344             // text_source\r
345             // \r
346             this.text_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
347             this.text_source.Location = new System.Drawing.Point(99, 18);\r
348             this.text_source.Name = "text_source";\r
349             this.text_source.Size = new System.Drawing.Size(584, 21);\r
350             this.text_source.TabIndex = 1;\r
351             this.text_source.Text = "\81u\95Ï\8a·\8c³\81v\82ð\83N\83\8a\83b\83N\82µ\82Ä\8ew\92è";\r
352             this.ToolTip.SetToolTip(this.text_source, "\95Ï\8a·\8c³\82Ì\83t\83@\83C\83\8b\82â\83t\83H\83\8b\83_\81ADVD\82ð\91I\91ð\82µ\82Ü\82·");\r
353             // \r
354             // text_destination\r
355             // \r
356             this.text_destination.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
357             this.text_destination.Location = new System.Drawing.Point(99, 18);\r
358 */\r
359             // text_destination\r
360             // \r
361             this.text_destination.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
362                         | System.Windows.Forms.AnchorStyles.Right)));\r
363             this.text_destination.Location = new System.Drawing.Point(36, 3);\r
364             this.text_destination.Name = "text_destination";\r
365             this.text_destination.Size = new System.Drawing.Size(603, 21);\r
366             this.text_destination.TabIndex = 1;\r
367             this.ToolTip.SetToolTip(this.text_destination, "\83G\83\93\83R\81[\83h\82µ\82½\83t\83@\83C\83\8b\82Ì\95Û\91\90æ\82ð\8ew\92è\82µ\82Ü\82·");\r
368             this.text_destination.TextChanged += new System.EventHandler(this.text_destination_TextChanged);\r
369             // \r
370             // drp_videoEncoder\r
371             // \r
372             this.drp_videoEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
373             this.drp_videoEncoder.FormattingEnabled = true;\r
374             this.drp_videoEncoder.Items.AddRange(new object[] {\r
375             "MPEG-4 (FFmpeg)",\r
376             "H.264 (x264)",\r
377             "VP3 (Theora)"});\r
378             this.drp_videoEncoder.Location = new System.Drawing.Point(125, 32);\r
379             this.drp_videoEncoder.Name = "drp_videoEncoder";\r
380             this.drp_videoEncoder.Size = new System.Drawing.Size(126, 21);\r
381             this.drp_videoEncoder.TabIndex = 1;\r
382             this.ToolTip.SetToolTip(this.drp_videoEncoder, "\93®\89æ\83G\83\93\83R\81[\83_\82ð\91I\91ð\82µ\82Ü\82·");\r
383             this.drp_videoEncoder.SelectedIndexChanged += new System.EventHandler(this.drp_videoEncoder_SelectedIndexChanged);\r
384             // \r
385 /*\r
386             // drp_audbit_1\r
387             // \r
388             this.drp_audbit_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
389             this.drp_audbit_1.FormattingEnabled = true;\r
390             this.drp_audbit_1.Items.AddRange(new object[] {\r
391             "32",\r
392             "40",\r
393             "48",\r
394             "56",\r
395             "64",\r
396             "80",\r
397             "86",\r
398             "112",\r
399             "128",\r
400             "160"});\r
401             this.drp_audbit_1.Location = new System.Drawing.Point(546, 49);\r
402             this.drp_audbit_1.Name = "drp_audbit_1";\r
403             this.drp_audbit_1.Size = new System.Drawing.Size(70, 20);\r
404             this.drp_audbit_1.TabIndex = 11;\r
405             this.drp_audbit_1.Text = "160";\r
406             this.ToolTip.SetToolTip(this.drp_audbit_1, "\89¹\90º\82Ì\83r\83b\83g\83\8c\81[\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
407             // \r
408             // drp_audsr_1\r
409             // \r
410             this.drp_audsr_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
411             this.drp_audsr_1.FormattingEnabled = true;\r
412             this.drp_audsr_1.Items.AddRange(new object[] {\r
413             "Auto",\r
414             "48",\r
415             "44.1",\r
416             "32",\r
417             "24",\r
418             "22.05"});\r
419             this.drp_audsr_1.Location = new System.Drawing.Point(488, 49);\r
420             this.drp_audsr_1.Name = "drp_audsr_1";\r
421             this.drp_audsr_1.Size = new System.Drawing.Size(55, 20);\r
422             this.drp_audsr_1.TabIndex = 9;\r
423             this.drp_audsr_1.Text = "Auto";\r
424             this.ToolTip.SetToolTip(this.drp_audsr_1, "\89¹\90º\82Ì\83T\83\93\83v\83\8a\83\93\83O\83\8c\81[\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
425             // \r
426 */\r
427             // check_largeFile\r
428             // \r
429             this.check_largeFile.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
430             this.check_largeFile.AutoSize = true;\r
431             this.check_largeFile.BackColor = System.Drawing.Color.Transparent;\r
432 /*\r
433             this.check_largeFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
434             this.check_largeFile.Location = new System.Drawing.Point(193, 20);\r
435             this.check_largeFile.Name = "check_largeFile";\r
436             this.check_largeFile.Size = new System.Drawing.Size(83, 17);\r
437 */\r
438             this.check_largeFile.Location = new System.Drawing.Point(179, 5);\r
439             this.check_largeFile.Name = "check_largeFile";\r
440             this.check_largeFile.Size = new System.Drawing.Size(91, 17);\r
441             this.check_largeFile.TabIndex = 4;\r
442             this.check_largeFile.Text = "64\83r\83b\83gMP4";\r
443             this.ToolTip.SetToolTip(this.check_largeFile, "64\83r\83b\83gMP4\82ð\8dì\90¬\82·\82é\82±\82Æ\82Å\81A4GB\88È\8fã\82Ì\83T\83C\83Y\82Ì\93®\89æ\83t\83@\83C\83\8b\82ª\8dì\90¬\89Â\94\\82É\82È\82è\82Ü\82·\81B\r\n\82½\82¾\82µ\81AAppleTV Take 2\88È\8aO\82Å\82Ì\8dÄ\90\8cÝ\8a·\90«\82ª\96³\82­\82È\82é\89Â\94\\90«" +\r
444                     "\82ª\82 \82è\82Ü\82·");\r
445             this.check_largeFile.UseVisualStyleBackColor = false;\r
446             // \r
447             // check_turbo\r
448             // \r
449             this.check_turbo.AutoSize = true;\r
450             this.check_turbo.BackColor = System.Drawing.Color.Transparent;\r
451             this.check_turbo.Enabled = false;\r
452 /*\r
453             this.check_turbo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
454             this.check_turbo.Location = new System.Drawing.Point(37, 170);\r
455 */\r
456             this.check_turbo.Location = new System.Drawing.Point(146, 123);\r
457             this.check_turbo.Name = "check_turbo";\r
458             this.check_turbo.Size = new System.Drawing.Size(101, 17);\r
459             this.check_turbo.TabIndex = 7;\r
460             this.check_turbo.Text = "Turbo first Pass";\r
461             this.ToolTip.SetToolTip(this.check_turbo, "\83`\83F\83b\83N\82ð\93ü\82ê\82é\82Æ\81A2\83p\83X\83G\83\93\83R\81[\83h\82Ì\8eg\97p\8e\9e\82É1\89ñ\96Ú\82Ì\83p\83X\82ð\8d\82\91¬\82É\8ds\82¢\82Ü\82·");\r
462             this.check_turbo.UseVisualStyleBackColor = false;\r
463             // \r
464             // drp_videoFramerate\r
465             // \r
466             this.drp_videoFramerate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
467             this.drp_videoFramerate.FormattingEnabled = true;\r
468             this.drp_videoFramerate.Items.AddRange(new object[] {\r
469             "Same as source",\r
470             "5",\r
471             "10",\r
472             "12",\r
473             "15",\r
474             "23.976",\r
475             "24",\r
476             "25",\r
477             "29.97"});\r
478             this.drp_videoFramerate.Location = new System.Drawing.Point(125, 63);\r
479             this.drp_videoFramerate.Name = "drp_videoFramerate";\r
480             this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21);\r
481             this.drp_videoFramerate.TabIndex = 2;\r
482 /*\r
483             this.drp_videoFramerate.Text = "Same as source";\r
484             this.ToolTip.SetToolTip(this.drp_videoFramerate, "\92Ê\8fí\82Í\81uSame as source\81v\82ð\91I\91ð\82µ\82Ü\82·");\r
485             // \r
486             // slider_videoQuality\r
487             // \r
488             this.slider_videoQuality.Location = new System.Drawing.Point(468, 84);\r
489 */\r
490             this.ToolTip.SetToolTip(this.drp_videoFramerate, "\92Ê\8fí\82Í\81uSame as source\81v\82ð\91I\91ð\82µ\82Ü\82·");\r
491             // \r
492             // slider_videoQuality\r
493             // \r
494             this.slider_videoQuality.Enabled = false;\r
495             this.slider_videoQuality.Location = new System.Drawing.Point(347, 120);\r
496             this.slider_videoQuality.Margin = new System.Windows.Forms.Padding(0);\r
497             this.slider_videoQuality.Maximum = 100;\r
498             this.slider_videoQuality.Name = "slider_videoQuality";\r
499             this.slider_videoQuality.Size = new System.Drawing.Size(322, 45);\r
500             this.slider_videoQuality.TabIndex = 14;\r
501             this.slider_videoQuality.TickFrequency = 17;\r
502 /*\r
503             this.ToolTip.SetToolTip(this.slider_videoQuality, "\93®\89æ\82Ì\95i\8e¿\83\8c\83x\83\8b\82ð\91I\91ð\82µ\82Ü\82·\81B70\81\93\92ö\93x\82ª\91½\82­\82Ì\83P\81[\83X\82Å\97Ç\8dD\82Å\82·");\r
504             this.slider_videoQuality.Scroll += new System.EventHandler(this.slider_videoQuality_Scroll);\r
505             // \r
506             // text_filesize\r
507             // \r
508             this.text_filesize.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
509             this.text_filesize.Location = new System.Drawing.Point(476, 33);\r
510             this.text_filesize.Name = "text_filesize";\r
511             this.text_filesize.Size = new System.Drawing.Size(81, 21);\r
512             this.text_filesize.TabIndex = 12;\r
513             this.ToolTip.SetToolTip(this.text_filesize, "\83G\83\93\83R\81[\83h\8cã\82Ì\8aó\96]\83t\83@\83C\83\8b\83T\83C\83Y\82ð\8ew\92è\82µ\82Ü\82·");\r
514             this.text_filesize.TextChanged += new System.EventHandler(this.text_filesize_TextChanged);\r
515             // \r
516             // text_bitrate\r
517             // \r
518             this.text_bitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
519             this.text_bitrate.Location = new System.Drawing.Point(476, 58);\r
520             this.text_bitrate.Name = "text_bitrate";\r
521             this.text_bitrate.Size = new System.Drawing.Size(81, 21);\r
522             this.text_bitrate.TabIndex = 10;\r
523             this.ToolTip.SetToolTip(this.text_bitrate, "\93®\89æ\82Ì\83r\83b\83g\83\8c\81[\83g\82ð\90Ý\92è\82µ\82Ü\82·");\r
524             this.text_bitrate.TextChanged += new System.EventHandler(this.text_bitrate_TextChanged);\r
525             // \r
526             // drp_subtitle\r
527             // \r
528             this.drp_subtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
529             this.drp_subtitle.FormattingEnabled = true;\r
530             this.drp_subtitle.Items.AddRange(new object[] {\r
531             "None",\r
532             "Autoselect"});\r
533             this.drp_subtitle.Location = new System.Drawing.Point(79, 225);\r
534             this.drp_subtitle.Name = "drp_subtitle";\r
535             this.drp_subtitle.Size = new System.Drawing.Size(138, 21);\r
536             this.drp_subtitle.TabIndex = 43;\r
537             this.drp_subtitle.Text = "None";\r
538             this.ToolTip.SetToolTip(this.drp_subtitle, "\8e\9a\96\8b\82Ì\8c¾\8cê\82ð\8ew\92è\82µ\82Ü\82·\81B\r\nAutoselect\82ð\91I\91ð\82µ\82½\8fê\8d\87\81A1\89ñ\96Ú\82Ì\83p\83X\82Å\8e\9a\96\8b\82ð\83X\83L\83\83\83\93\82µ\81A\82»\82Ì\82¤\82¿\r\n\8e\9e\8aÔ\93I\82É10\81\93\88È\89º\82µ\82©\8eg\82í\82ê\82Ä\82¢\82È\82¢\82à\82Ì\82ð\91I\91ð\82µ\82Ü\82·\81B" +\r
539                     "\r\n\82±\82ê\82É\82æ\82è\81A\92Z\82¢\8c¾\8cê\83Z\83O\83\81\83\93\83g\82Ì\82½\82ß\82É\8e\9a\96\8b\82ð\94z\92u\82·\82é\82±\82Æ\82ª\82Å\82«\82Ü\82·\81B\82±\82ê\82Í\r\n\81u\8b­\90§\93I\82É\8e\9a\96\8b\82Ì\82Ý\82É\82·\82é\81v\82Æ\95¹\97p\82·\82é\82Ì\82ª\8dD\82Ü\82µ\82¢\82æ\82¤\82Å\82·");\r
540             this.drp_subtitle.SelectedIndexChanged += new System.EventHandler(this.drp_subtitle_SelectedIndexChanged);\r
541 */\r
542             this.ToolTip.SetToolTip(this.slider_videoQuality, "\93®\89æ\82Ì\95i\8e¿\83\8c\83x\83\8b\82ð\91I\91ð\82µ\82Ü\82·\81B59\81`63\81\93\82ª\93K\90Ø\82È\92l\82Å\82·\81B70\81\93\82æ\82è\91å\82«\82¢\92l\82ð\91I\91ð\82·\82é\82Æ\81A\8fo\97Í\83t\83@\83C\83\8b\82ª\93ü\97Í\83t\83@\83C\83\8b\82æ\82è\82à\91å\82«\82­\82È\82é\82©\82à\82µ\82ê\82Ü\82¹\82ñ\81B");\r
543             this.slider_videoQuality.ValueChanged += new System.EventHandler(this.slider_videoQuality_Scroll);\r
544             // \r
545             // text_filesize\r
546             // \r
547             this.text_filesize.Enabled = false;\r
548             this.text_filesize.Location = new System.Drawing.Point(482, 36);\r
549             this.text_filesize.Name = "text_filesize";\r
550             this.text_filesize.Size = new System.Drawing.Size(81, 21);\r
551             this.text_filesize.TabIndex = 12;\r
552             this.ToolTip.SetToolTip(this.text_filesize, "\83G\83\93\83R\81[\83h\8cã\82Ì\83t\83@\83C\83\8b\83T\83C\83Y\81i\96Ú\88À\81j\82ð\8ew\92è\82µ\82Ü\82·");\r
553             // \r
554             // text_bitrate\r
555             // \r
556             this.text_bitrate.Location = new System.Drawing.Point(482, 63);\r
557             this.text_bitrate.Name = "text_bitrate";\r
558             this.text_bitrate.Size = new System.Drawing.Size(81, 21);\r
559             this.text_bitrate.TabIndex = 10;\r
560             this.ToolTip.SetToolTip(this.text_bitrate, "\93®\89æ\82Ì\83r\83b\83g\83\8c\81[\83g\82ð\8ew\92è\82µ\82Ü\82·");\r
561             // \r
562             // btn_setDefault\r
563             // \r
564             this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
565             this.btn_setDefault.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
566             this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
567             this.btn_setDefault.Location = new System.Drawing.Point(135, 8);\r
568             this.btn_setDefault.Name = "btn_setDefault";\r
569             this.btn_setDefault.Size = new System.Drawing.Size(101, 22);\r
570             this.btn_setDefault.TabIndex = 1;\r
571             this.btn_setDefault.TabStop = false;\r
572             this.btn_setDefault.Text = "\83f\83t\83H\83\8b\83g\82É\90Ý\92è";\r
573             this.ToolTip.SetToolTip(this.btn_setDefault, "\8c»\8dÝ\82Ì\90Ý\92è\82ð\83f\83t\83H\83\8b\83g\90Ý\92è\82Æ\82µ\82Ä\95Û\91¶");\r
574             this.btn_setDefault.UseVisualStyleBackColor = true;\r
575             this.btn_setDefault.Click += new System.EventHandler(this.btn_setDefault_Click);\r
576             // \r
577 /*\r
578             // drp_audmix_1\r
579             // \r
580             this.drp_audmix_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
581             this.drp_audmix_1.FormattingEnabled = true;\r
582             this.drp_audmix_1.Items.AddRange(new object[] {\r
583             "Automatic",\r
584             "Mono",\r
585             "Stereo",\r
586             "Dolby Surround",\r
587             "Dolby Pro Logic II",\r
588             "6 Channel Discrete"});\r
589             this.drp_audmix_1.Location = new System.Drawing.Point(353, 49);\r
590             this.drp_audmix_1.Name = "drp_audmix_1";\r
591             this.drp_audmix_1.Size = new System.Drawing.Size(129, 20);\r
592             this.drp_audmix_1.TabIndex = 7;\r
593             this.drp_audmix_1.Text = "Automatic";\r
594             this.ToolTip.SetToolTip(this.drp_audmix_1, "\92\8d\88Ó:\82¢\82­\82Â\82©\82Ì\83I\83v\83V\83\87\83\93\82Í5.1\89¹\90º\83`\83\83\83\93\83l\83\8b\82ª\95K\97v\82Å\82·");\r
595             this.drp_audmix_1.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_1_SelectedIndexChanged);\r
596             // \r
597             // text_height\r
598             // \r
599             this.text_height.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
600             this.text_height.ForeColor = System.Drawing.SystemColors.InfoText;\r
601             this.text_height.Location = new System.Drawing.Point(498, 75);\r
602             this.text_height.Name = "text_height";\r
603             this.text_height.Size = new System.Drawing.Size(64, 21);\r
604             this.text_height.TabIndex = 19;\r
605             this.ToolTip.SetToolTip(this.text_height, "\93®\89æ\82Ì\89ð\91\9c\93x(\8d\82\82³)\81F\r\n\81u\83\8f\83C\83h\83X\83N\83\8a\81[\83\93\89»\81v\82ð\81uNone\81v\82É\82µ\82½\8fê\8d\87\82Ì\82Ý\95Ï\8dX\89Â\94\\82Å\82·");\r
606             this.text_height.TextChanged += new System.EventHandler(this.text_height_TextChanged);\r
607             // \r
608             // text_width\r
609             // \r
610             this.text_width.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
611             this.text_width.Location = new System.Drawing.Point(407, 75);\r
612             this.text_width.Name = "text_width";\r
613             this.text_width.Size = new System.Drawing.Size(64, 21);\r
614             this.text_width.TabIndex = 17;\r
615             this.ToolTip.SetToolTip(this.text_width, "\93®\89æ\82Ì\89ð\91\9c\93x(\95\9d)\81F\r\n\81u\83\8f\83C\83h\89»\81v\82ð\81uNone\81v\82à\82µ\82­\82Í\81uLoose\81v\82É\82µ\82½\8fê\8d\87\82Ì\82Ý\95Ï\8dX\89Â\94\\82Å\82·");\r
616             this.text_width.TextChanged += new System.EventHandler(this.text_width_TextChanged);\r
617             // \r
618 */\r
619             // check_optimiseMP4\r
620             // \r
621             this.check_optimiseMP4.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
622             this.check_optimiseMP4.AutoSize = true;\r
623             this.check_optimiseMP4.BackColor = System.Drawing.Color.Transparent;\r
624 /*\r
625             this.check_optimiseMP4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
626             this.check_optimiseMP4.Location = new System.Drawing.Point(304, 20);\r
627             this.check_optimiseMP4.Name = "check_optimiseMP4";\r
628             this.check_optimiseMP4.Size = new System.Drawing.Size(99, 17);\r
629 */\r
630             this.check_optimiseMP4.Location = new System.Drawing.Point(276, 5);\r
631             this.check_optimiseMP4.Name = "check_optimiseMP4";\r
632             this.check_optimiseMP4.Size = new System.Drawing.Size(96, 17);\r
633             this.check_optimiseMP4.TabIndex = 25;\r
634             this.check_optimiseMP4.Text = "Web\97p\82É\8dÅ\93K\89»";\r
635             this.ToolTip.SetToolTip(this.check_optimiseMP4, "Web\82©\82ç\82Ì\83_\83E\83\93\83\8d\81[\83h\8dÄ\90\82É\8dÅ\93K\89»\82³\82ê\82½\83v\83\8d\83O\83\8c\83b\83V\83u\8c`\8e®MP4\83t\83@\83C\83\8b\82ð\8dì\90¬\82Å\82«\82Ü\82·\81B\r\n\82½\82¾\82µ\81AQuickTime\82Å\82Í\8ag\92£\8eq\82ª.mp4\82Ì\8fê\8d\87\82É\82Ì\82Ý\8dÄ\90\89Â\94\\82Å" +\r
636                     "\82·\81B\r\nH.264\82Å\82Ì\82Ý\97\98\97p\89Â\94\\82Å\82·");\r
637             this.check_optimiseMP4.UseVisualStyleBackColor = false;\r
638             // \r
639             // check_iPodAtom\r
640             // \r
641             this.check_iPodAtom.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
642             this.check_iPodAtom.AutoSize = true;\r
643             this.check_iPodAtom.BackColor = System.Drawing.Color.Transparent;\r
644 /*\r
645             this.check_iPodAtom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
646             this.check_iPodAtom.Location = new System.Drawing.Point(420, 20);\r
647             this.check_iPodAtom.Name = "check_iPodAtom";\r
648             this.check_iPodAtom.Size = new System.Drawing.Size(98, 17);\r
649 */\r
650             this.check_iPodAtom.Location = new System.Drawing.Point(378, 5);\r
651             this.check_iPodAtom.Name = "check_iPodAtom";\r
652             this.check_iPodAtom.Size = new System.Drawing.Size(102, 17);\r
653             this.check_iPodAtom.TabIndex = 26;\r
654             this.check_iPodAtom.Text = "iPod 5G\82É\91Î\89\9e";\r
655             this.ToolTip.SetToolTip(this.check_iPodAtom, "iPod 5G\82É\91Î\89\9e\82µ\82½\93®\89æ\82ð\8dì\90¬\82·\82é\8fê\8d\87\81A\83`\83F\83b\83N\82ð\93ü\82ê\82Ü\82·");\r
656             this.check_iPodAtom.UseVisualStyleBackColor = false;\r
657             // \r
658             // data_chpt\r
659             // \r
660             this.data_chpt.AllowUserToAddRows = false;\r
661             this.data_chpt.AllowUserToDeleteRows = false;\r
662             this.data_chpt.AllowUserToResizeRows = false;\r
663             this.data_chpt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\r
664             this.data_chpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
665             this.number,\r
666             this.name});\r
667 /*\r
668             this.data_chpt.Location = new System.Drawing.Point(16, 51);\r
669             this.data_chpt.Name = "data_chpt";\r
670             this.data_chpt.RowTemplate.Height = 21;\r
671             this.data_chpt.Size = new System.Drawing.Size(661, 216);\r
672 */\r
673             this.data_chpt.ContextMenuStrip = this.ChaptersMenu;\r
674             this.data_chpt.Location = new System.Drawing.Point(16, 55);\r
675             this.data_chpt.MultiSelect = false;\r
676             this.data_chpt.Name = "data_chpt";\r
677             this.data_chpt.RowHeadersVisible = false;\r
678             this.data_chpt.Size = new System.Drawing.Size(684, 236);\r
679             this.data_chpt.TabIndex = 3;\r
680             this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip"));\r
681             // \r
682             // number\r
683             // \r
684 /*\r
685             dataGridViewCellStyle10.Format = "N0";\r
686             dataGridViewCellStyle10.NullValue = null;\r
687             this.number.DefaultCellStyle = dataGridViewCellStyle10;\r
688 */\r
689             dataGridViewCellStyle1.Format = "N0";\r
690             dataGridViewCellStyle1.NullValue = null;\r
691             this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
692             this.number.Frozen = true;\r
693             this.number.HeaderText = "Chapter Number";\r
694             this.number.MaxInputLength = 3;\r
695             this.number.Name = "number";\r
696             this.number.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
697             this.number.Width = 165;\r
698             // \r
699             // name\r
700             // \r
701             this.name.HeaderText = "Chapter Name";\r
702             this.name.Name = "name";\r
703             this.name.Width = 480;\r
704             // \r
705             // ChaptersMenu\r
706             // \r
707             this.ChaptersMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
708             this.mnu_resetChapters});\r
709             this.ChaptersMenu.Name = "presets_menu";\r
710             this.ChaptersMenu.Size = new System.Drawing.Size(191, 26);\r
711             this.ChaptersMenu.Text = ";";\r
712             // \r
713             // mnu_resetChapters\r
714             // \r
715             this.mnu_resetChapters.Name = "mnu_resetChapters";\r
716             this.mnu_resetChapters.Size = new System.Drawing.Size(190, 22);\r
717             this.mnu_resetChapters.Text = "Reset Chapter Names";\r
718             this.mnu_resetChapters.Click += new System.EventHandler(this.mnu_resetChapters_Click);\r
719             // \r
720             // btn_addPreset\r
721             // \r
722             this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
723             this.btn_addPreset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
724             this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
725             this.btn_addPreset.Location = new System.Drawing.Point(3, 7);\r
726             this.btn_addPreset.Name = "btn_addPreset";\r
727             this.btn_addPreset.Size = new System.Drawing.Size(49, 22);\r
728             this.btn_addPreset.TabIndex = 3;\r
729             this.btn_addPreset.TabStop = false;\r
730             this.btn_addPreset.Text = "\92Ç\89Á";\r
731             this.ToolTip.SetToolTip(this.btn_addPreset, "\83v\83\8a\83Z\83b\83g\90Ý\92è\82ð\92Ç\89Á");\r
732             this.btn_addPreset.UseVisualStyleBackColor = true;\r
733             this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click);\r
734             // \r
735             // btn_removePreset\r
736             // \r
737             this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
738             this.btn_removePreset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
739             this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
740             this.btn_removePreset.Location = new System.Drawing.Point(58, 8);\r
741             this.btn_removePreset.Name = "btn_removePreset";\r
742             this.btn_removePreset.Size = new System.Drawing.Size(71, 22);\r
743             this.btn_removePreset.TabIndex = 4;\r
744             this.btn_removePreset.TabStop = false;\r
745             this.btn_removePreset.Text = "\8dí\8f\9c";\r
746             this.ToolTip.SetToolTip(this.btn_removePreset, "\83v\83\8a\83Z\83b\83g\90Ý\92è\82ð\8dí\8f\9c");\r
747             this.btn_removePreset.UseVisualStyleBackColor = true;\r
748             this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click);\r
749             // \r
750 /*\r
751             // drp_audmix_2\r
752             // \r
753             this.drp_audmix_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
754             this.drp_audmix_2.FormattingEnabled = true;\r
755             this.drp_audmix_2.Items.AddRange(new object[] {\r
756             "Automatic",\r
757             "Mono",\r
758             "Stereo",\r
759             "Dolby Surround",\r
760             "Dolby Pro Logic II",\r
761             "6 Channel Discrete"});\r
762             this.drp_audmix_2.Location = new System.Drawing.Point(353, 85);\r
763             this.drp_audmix_2.Name = "drp_audmix_2";\r
764             this.drp_audmix_2.Size = new System.Drawing.Size(129, 20);\r
765             this.drp_audmix_2.TabIndex = 19;\r
766             this.drp_audmix_2.Text = "Automatic";\r
767             this.ToolTip.SetToolTip(this.drp_audmix_2, "\92\8d\88Ó:\82¢\82­\82Â\82©\82Ì\83I\83v\83V\83\87\83\93\82Í5.1\89¹\90º\83`\83\83\83\93\83l\83\8b\82ª\95K\97v\82Å\82·");\r
768             this.drp_audmix_2.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_2_SelectedIndexChanged);\r
769             // \r
770             // drp_audenc_1\r
771             // \r
772             this.drp_audenc_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
773             this.drp_audenc_1.FormattingEnabled = true;\r
774             this.drp_audenc_1.Items.AddRange(new object[] {\r
775             "AAC",\r
776             "MP3",\r
777             "Vorbis",\r
778             "AC3"});\r
779             this.drp_audenc_1.Location = new System.Drawing.Point(236, 49);\r
780             this.drp_audenc_1.Name = "drp_audenc_1";\r
781             this.drp_audenc_1.Size = new System.Drawing.Size(111, 20);\r
782             this.drp_audenc_1.TabIndex = 5;\r
783             this.drp_audenc_1.Text = "AAC";\r
784             this.ToolTip.SetToolTip(this.drp_audenc_1, "\89¹\90º\83R\81[\83f\83b\83N\82ð\91I\91ð\82µ\82Ü\82·");\r
785             this.drp_audenc_1.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_1_SelectedIndexChanged);\r
786             // \r
787             // drp_audenc_2\r
788             // \r
789             this.drp_audenc_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
790             this.drp_audenc_2.FormattingEnabled = true;\r
791             this.drp_audenc_2.Items.AddRange(new object[] {\r
792             "AAC",\r
793             "MP3",\r
794             "Vorbis",\r
795             "AC3"});\r
796             this.drp_audenc_2.Location = new System.Drawing.Point(236, 85);\r
797             this.drp_audenc_2.Name = "drp_audenc_2";\r
798             this.drp_audenc_2.Size = new System.Drawing.Size(111, 20);\r
799             this.drp_audenc_2.TabIndex = 18;\r
800             this.drp_audenc_2.Text = "AAC";\r
801             this.ToolTip.SetToolTip(this.drp_audenc_2, "\89¹\90º\83R\81[\83f\83b\83N\82ð\91I\91ð\82µ\82Ü\82·");\r
802             this.drp_audenc_2.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_2_SelectedIndexChanged);\r
803             // \r
804             // drp_audbit_2\r
805             // \r
806             this.drp_audbit_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
807             this.drp_audbit_2.FormattingEnabled = true;\r
808             this.drp_audbit_2.Items.AddRange(new object[] {\r
809             "32",\r
810             "40",\r
811             "48",\r
812             "56",\r
813             "64",\r
814             "80",\r
815             "86",\r
816             "112",\r
817             "128",\r
818             "160"});\r
819             this.drp_audbit_2.Location = new System.Drawing.Point(546, 85);\r
820             this.drp_audbit_2.Name = "drp_audbit_2";\r
821             this.drp_audbit_2.Size = new System.Drawing.Size(71, 20);\r
822             this.drp_audbit_2.TabIndex = 21;\r
823             this.drp_audbit_2.Text = "160";\r
824             this.ToolTip.SetToolTip(this.drp_audbit_2, "\89¹\90º\82Ì\83r\83b\83g\83\8c\81[\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
825             // \r
826             // drp_audsr_2\r
827             // \r
828             this.drp_audsr_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
829             this.drp_audsr_2.FormattingEnabled = true;\r
830             this.drp_audsr_2.Items.AddRange(new object[] {\r
831             "Auto",\r
832             "48",\r
833             "44.1",\r
834             "32",\r
835             "24",\r
836             "22.05"});\r
837             this.drp_audsr_2.Location = new System.Drawing.Point(488, 85);\r
838             this.drp_audsr_2.Name = "drp_audsr_2";\r
839             this.drp_audsr_2.Size = new System.Drawing.Size(52, 20);\r
840             this.drp_audsr_2.TabIndex = 20;\r
841             this.drp_audsr_2.Text = "Auto";\r
842             this.ToolTip.SetToolTip(this.drp_audsr_2, "\89¹\90º\82Ì\83T\83\93\83v\83\8a\83\93\83O\83\8c\81[\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
843             // \r
844             // drp_audsr_3\r
845             // \r
846             this.drp_audsr_3.Enabled = false;\r
847             this.drp_audsr_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
848             this.drp_audsr_3.FormattingEnabled = true;\r
849             this.drp_audsr_3.Items.AddRange(new object[] {\r
850             "Auto",\r
851             "48",\r
852             "44.1",\r
853             "32",\r
854             "24",\r
855             "22.05"});\r
856             this.drp_audsr_3.Location = new System.Drawing.Point(488, 123);\r
857             this.drp_audsr_3.Name = "drp_audsr_3";\r
858             this.drp_audsr_3.Size = new System.Drawing.Size(52, 20);\r
859             this.drp_audsr_3.TabIndex = 28;\r
860             this.drp_audsr_3.Text = "Auto";\r
861             this.ToolTip.SetToolTip(this.drp_audsr_3, "\89¹\90º\82Ì\83T\83\93\83v\83\8a\83\93\83O\83\8c\81[\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
862             // \r
863             // drp_audbit_3\r
864             // \r
865             this.drp_audbit_3.Enabled = false;\r
866             this.drp_audbit_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
867             this.drp_audbit_3.FormattingEnabled = true;\r
868             this.drp_audbit_3.Items.AddRange(new object[] {\r
869             "32",\r
870             "40",\r
871             "48",\r
872             "56",\r
873             "64",\r
874             "80",\r
875             "86",\r
876             "112",\r
877             "128",\r
878             "160"});\r
879             this.drp_audbit_3.Location = new System.Drawing.Point(546, 123);\r
880             this.drp_audbit_3.Name = "drp_audbit_3";\r
881             this.drp_audbit_3.Size = new System.Drawing.Size(71, 20);\r
882             this.drp_audbit_3.TabIndex = 29;\r
883             this.drp_audbit_3.Text = "160";\r
884             this.ToolTip.SetToolTip(this.drp_audbit_3, "\89¹\90º\82Ì\83r\83b\83g\83\8c\81[\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
885             // \r
886             // drp_audenc_3\r
887             // \r
888             this.drp_audenc_3.Enabled = false;\r
889             this.drp_audenc_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
890             this.drp_audenc_3.FormattingEnabled = true;\r
891             this.drp_audenc_3.Items.AddRange(new object[] {\r
892             "AAC",\r
893             "MP3",\r
894             "Vorbis",\r
895             "AC3"});\r
896             this.drp_audenc_3.Location = new System.Drawing.Point(236, 123);\r
897             this.drp_audenc_3.Name = "drp_audenc_3";\r
898             this.drp_audenc_3.Size = new System.Drawing.Size(111, 20);\r
899             this.drp_audenc_3.TabIndex = 26;\r
900             this.drp_audenc_3.Text = "AAC";\r
901             this.ToolTip.SetToolTip(this.drp_audenc_3, "\89¹\90º\83R\81[\83f\83b\83N\82ð\91I\91ð\82µ\82Ü\82·");\r
902             this.drp_audenc_3.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_3_SelectedIndexChanged);\r
903             // \r
904             // drp_audmix_3\r
905             // \r
906             this.drp_audmix_3.Enabled = false;\r
907             this.drp_audmix_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
908             this.drp_audmix_3.FormattingEnabled = true;\r
909             this.drp_audmix_3.Items.AddRange(new object[] {\r
910             "Automatic",\r
911             "Mono",\r
912             "Stereo",\r
913             "Dolby Surround",\r
914             "Dolby Pro Logic II",\r
915             "6 Channel Discrete"});\r
916             this.drp_audmix_3.Location = new System.Drawing.Point(353, 123);\r
917             this.drp_audmix_3.Name = "drp_audmix_3";\r
918             this.drp_audmix_3.Size = new System.Drawing.Size(129, 20);\r
919             this.drp_audmix_3.TabIndex = 27;\r
920             this.drp_audmix_3.Text = "Automatic";\r
921             this.ToolTip.SetToolTip(this.drp_audmix_3, "\92\8d\88Ó:\82¢\82­\82Â\82©\82Ì\83I\83v\83V\83\87\83\93\82Í5.1\89¹\90º\83`\83\83\83\93\83l\83\8b\82ª\95K\97v\82Å\82·");\r
922             this.drp_audmix_3.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_3_SelectedIndexChanged);\r
923             // \r
924             // drp_audsr_4\r
925             // \r
926             this.drp_audsr_4.Enabled = false;\r
927             this.drp_audsr_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
928             this.drp_audsr_4.FormattingEnabled = true;\r
929             this.drp_audsr_4.Items.AddRange(new object[] {\r
930             "Auto",\r
931             "48",\r
932             "44.1",\r
933             "32",\r
934             "24",\r
935             "22.05"});\r
936             this.drp_audsr_4.Location = new System.Drawing.Point(488, 162);\r
937             this.drp_audsr_4.Name = "drp_audsr_4";\r
938             this.drp_audsr_4.Size = new System.Drawing.Size(52, 20);\r
939             this.drp_audsr_4.TabIndex = 36;\r
940             this.drp_audsr_4.Text = "Auto";\r
941             this.ToolTip.SetToolTip(this.drp_audsr_4, "\89¹\90º\82Ì\83T\83\93\83v\83\8a\83\93\83O\83\8c\81[\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
942             // \r
943             // drp_audbit_4\r
944             // \r
945             this.drp_audbit_4.Enabled = false;\r
946             this.drp_audbit_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
947             this.drp_audbit_4.FormattingEnabled = true;\r
948             this.drp_audbit_4.Items.AddRange(new object[] {\r
949             "32",\r
950             "40",\r
951             "48",\r
952             "56",\r
953             "64",\r
954             "80",\r
955             "86",\r
956             "112",\r
957             "128",\r
958             "160"});\r
959             this.drp_audbit_4.Location = new System.Drawing.Point(546, 162);\r
960             this.drp_audbit_4.Name = "drp_audbit_4";\r
961             this.drp_audbit_4.Size = new System.Drawing.Size(70, 20);\r
962             this.drp_audbit_4.TabIndex = 37;\r
963             this.drp_audbit_4.Text = "160";\r
964             this.ToolTip.SetToolTip(this.drp_audbit_4, "\89¹\90º\82Ì\83r\83b\83g\83\8c\81[\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
965             // \r
966             // drp_audenc_4\r
967             // \r
968             this.drp_audenc_4.Enabled = false;\r
969             this.drp_audenc_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
970             this.drp_audenc_4.FormattingEnabled = true;\r
971             this.drp_audenc_4.Items.AddRange(new object[] {\r
972             "AAC",\r
973             "MP3",\r
974             "Vorbis",\r
975             "AC3"});\r
976             this.drp_audenc_4.Location = new System.Drawing.Point(236, 162);\r
977             this.drp_audenc_4.Name = "drp_audenc_4";\r
978             this.drp_audenc_4.Size = new System.Drawing.Size(111, 20);\r
979             this.drp_audenc_4.TabIndex = 34;\r
980             this.drp_audenc_4.Text = "AAC";\r
981             this.ToolTip.SetToolTip(this.drp_audenc_4, "\89¹\90º\83R\81[\83f\83b\83N\82ð\91I\91ð\82µ\82Ü\82·");\r
982             this.drp_audenc_4.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_4_SelectedIndexChanged);\r
983             // \r
984             // drp_audmix_4\r
985             // \r
986             this.drp_audmix_4.Enabled = false;\r
987             this.drp_audmix_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
988             this.drp_audmix_4.FormattingEnabled = true;\r
989             this.drp_audmix_4.Items.AddRange(new object[] {\r
990             "Automatic",\r
991             "Mono",\r
992             "Stereo",\r
993             "Dolby Surround",\r
994             "Dolby Pro Logic II",\r
995             "6 Channel Discrete"});\r
996             this.drp_audmix_4.Location = new System.Drawing.Point(353, 162);\r
997             this.drp_audmix_4.Name = "drp_audmix_4";\r
998             this.drp_audmix_4.Size = new System.Drawing.Size(129, 20);\r
999             this.drp_audmix_4.TabIndex = 35;\r
1000             this.drp_audmix_4.Text = "Automatic";\r
1001             this.ToolTip.SetToolTip(this.drp_audmix_4, "\92\8d\88Ó:\82¢\82­\82Â\82©\82Ì\83I\83v\83V\83\87\83\93\82Í5.1\89¹\90º\83`\83\83\83\93\83l\83\8b\82ª\95K\97v\82Å\82·");\r
1002             this.drp_audmix_4.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_4_SelectedIndexChanged);\r
1003             // \r
1004 */\r
1005             // drop_format\r
1006             // \r
1007             this.drop_format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1008             this.drop_format.FormattingEnabled = true;\r
1009             this.drop_format.Items.AddRange(new object[] {\r
1010             "MP4 File",\r
1011 /*\r
1012             "M4V File",\r
1013             "MKV File",\r
1014             "AVI File",\r
1015             "OGM File"});\r
1016             this.drop_format.Location = new System.Drawing.Point(75, 18);\r
1017 */\r
1018             "MKV File"});\r
1019             this.drop_format.Location = new System.Drawing.Point(67, 3);\r
1020             this.drop_format.Name = "drop_format";\r
1021             this.drop_format.Size = new System.Drawing.Size(106, 21);\r
1022             this.drop_format.TabIndex = 28;\r
1023             this.ToolTip.SetToolTip(this.drop_format, "\83R\83\93\83e\83i\83t\83H\81[\83}\83b\83g\82ð\91I\91ð\82µ\82Ü\82·");\r
1024             this.drop_format.SelectedIndexChanged += new System.EventHandler(this.drop_format_SelectedIndexChanged);\r
1025             // \r
1026 /*\r
1027             // check_customCrop\r
1028             // \r
1029             this.check_customCrop.AutoSize = true;\r
1030             this.check_customCrop.ForeColor = System.Drawing.Color.Black;\r
1031             this.check_customCrop.Location = new System.Drawing.Point(16, 54);\r
1032             this.check_customCrop.Name = "check_customCrop";\r
1033             this.check_customCrop.Size = new System.Drawing.Size(60, 17);\r
1034             this.check_customCrop.TabIndex = 34;\r
1035             this.check_customCrop.Text = "\83J\83X\83^\83\80:";\r
1036             this.ToolTip.SetToolTip(this.check_customCrop, "\83g\83\8a\83~\83\93\83O\82·\82é\95\9d\82ð\8eè\93®\82Å\8ew\92è\82µ\82Ü\82·");\r
1037             this.check_customCrop.UseVisualStyleBackColor = true;\r
1038             this.check_customCrop.CheckedChanged += new System.EventHandler(this.check_customCrop_CheckedChanged);\r
1039             // \r
1040             // check_autoCrop\r
1041             // \r
1042             this.check_autoCrop.AutoSize = true;\r
1043             this.check_autoCrop.Checked = true;\r
1044             this.check_autoCrop.Location = new System.Drawing.Point(16, 31);\r
1045             this.check_autoCrop.Name = "check_autoCrop";\r
1046             this.check_autoCrop.Size = new System.Drawing.Size(45, 17);\r
1047             this.check_autoCrop.TabIndex = 33;\r
1048             this.check_autoCrop.TabStop = true;\r
1049             this.check_autoCrop.Text = "\8e©\93®";\r
1050             this.ToolTip.SetToolTip(this.check_autoCrop, "\83g\83\8a\83~\83\93\83O\83T\83C\83Y\82ð\8e©\93®\90Ý\92è\82µ\82Ü\82·");\r
1051             this.check_autoCrop.UseVisualStyleBackColor = true;\r
1052             this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged);\r
1053             // \r
1054             // check_Cabac\r
1055             // \r
1056             this.check_Cabac.AutoSize = true;\r
1057             this.check_Cabac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1058             this.check_Cabac.Checked = true;\r
1059             this.check_Cabac.CheckState = System.Windows.Forms.CheckState.Checked;\r
1060             this.check_Cabac.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
1061             this.check_Cabac.Location = new System.Drawing.Point(547, 198);\r
1062             this.check_Cabac.Name = "check_Cabac";\r
1063             this.check_Cabac.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
1064             this.check_Cabac.Size = new System.Drawing.Size(132, 16);\r
1065             this.check_Cabac.TabIndex = 40;\r
1066             this.check_Cabac.Text = "CABAC\83G\83\93\83g\83\8d\83s\81[\95\84\8d\86\89»:";\r
1067             this.check_Cabac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1068             this.ToolTip.SetToolTip(this.check_Cabac, resources.GetString("check_Cabac.ToolTip"));\r
1069             this.check_Cabac.UseVisualStyleBackColor = true;\r
1070             this.check_Cabac.CheckStateChanged += new System.EventHandler(this.check_Cabac_CheckedChanged);\r
1071             // \r
1072             // check_noDCTDecimate\r
1073             // \r
1074             this.check_noDCTDecimate.AutoSize = true;\r
1075             this.check_noDCTDecimate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1076             this.check_noDCTDecimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
1077             this.check_noDCTDecimate.Location = new System.Drawing.Point(539, 177);\r
1078             this.check_noDCTDecimate.Name = "check_noDCTDecimate";\r
1079             this.check_noDCTDecimate.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
1080             this.check_noDCTDecimate.Size = new System.Drawing.Size(140, 16);\r
1081             this.check_noDCTDecimate.TabIndex = 39;\r
1082             this.check_noDCTDecimate.Text = "DCT-Decimate\82ð\8eg\82í\82È\82¢:";\r
1083             this.check_noDCTDecimate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1084             this.ToolTip.SetToolTip(this.check_noDCTDecimate, "On\82É\82·\82é\82Æ\81A\95i\8e¿\82É\91å\82«\82­\89e\8b¿\82µ\82È\82¢DCT\83u\83\8d\83b\83N\82ð\96³\8e\8b\82µ\82È\82­\82È\82è\82Ü\82·\81B\r\n\88ê\92è\95i\8e¿\82Å\82Ì\83G\83\93\83R\81[\83h\82ð\91I\91ð\82·\82é\8fê\8d\87\82É\82Ì\82Ý\97\98\97p\89Â\94\\82Å\82·\81B\r\n\83t\83@\83C\83\8b\83T\83C\83Y\82 \82½\82è\82Ì\93®\89æ" +\r
1085                     "\95i\8e¿\82ð\8eá\8a±\8cü\8fã\82Å\82«\82Ü\82·");\r
1086             this.check_noDCTDecimate.UseVisualStyleBackColor = true;\r
1087             this.check_noDCTDecimate.CheckStateChanged += new System.EventHandler(this.check_noDCTDecimate_CheckedChanged);\r
1088             // \r
1089             // check_noFastPSkip\r
1090             // \r
1091             this.check_noFastPSkip.AutoSize = true;\r
1092             this.check_noFastPSkip.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1093             this.check_noFastPSkip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
1094             this.check_noFastPSkip.Location = new System.Drawing.Point(406, 177);\r
1095             this.check_noFastPSkip.Name = "check_noFastPSkip";\r
1096             this.check_noFastPSkip.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
1097             this.check_noFastPSkip.Size = new System.Drawing.Size(125, 16);\r
1098             this.check_noFastPSkip.TabIndex = 38;\r
1099             this.check_noFastPSkip.Text = "Fast-P-Skip\82ð\8eg\82í\82È\82¢:";\r
1100             this.check_noFastPSkip.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1101             this.ToolTip.SetToolTip(this.check_noFastPSkip, "On\82É\82·\82é\82Æ\81AP\83t\83\8c\81[\83\80\82Ì\8d\82\91¬\83X\83L\83b\83v\82ð\8eg\97p\82µ\82È\82­\82È\82è\82Ü\82·\81B\r\nOff\82É\82·\82é\82Æ\90Â\8bó\82Ì\82æ\82¤\82È\92P\90F\95\94\95ª\82Ì\83u\83\8d\83b\83N\83m\83C\83Y\82ð\89ü\91P\82Å\82«\82Ü\82·\82ª\81A\r\n\83G\83\93\83R\81[\83h\91¬\93x\82Í\8eá\8a±\92á\89º\82µ" +\r
1102                     "\82Ü\82·");\r
1103             this.check_noFastPSkip.UseVisualStyleBackColor = true;\r
1104             this.check_noFastPSkip.CheckStateChanged += new System.EventHandler(this.check_noFastPSkip_CheckedChanged);\r
1105             // \r
1106             // drop_trellis\r
1107             // \r
1108             this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1109             this.drop_trellis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1110             this.drop_trellis.FormattingEnabled = true;\r
1111             this.drop_trellis.Items.AddRange(new object[] {\r
1112             "Default (0)",\r
1113             "0",\r
1114             "1",\r
1115             "2"});\r
1116             this.drop_trellis.Location = new System.Drawing.Point(537, 153);\r
1117             this.drop_trellis.Name = "drop_trellis";\r
1118             this.drop_trellis.Size = new System.Drawing.Size(143, 20);\r
1119             this.drop_trellis.TabIndex = 37;\r
1120             this.ToolTip.SetToolTip(this.drop_trellis, "Trellis\82ð\97\98\97p\82·\82é\82±\82Æ\82Å\81A\89æ\8e¿\97ò\89»\82ª\96Ú\97§\82Â\82Æ\8ev\82í\82ê\82é\97Ì\88æ\82Ì\83f\81[\83^\97Ê\82ð\94÷\92²\90®\82Å\82«\82Ü\82·\81B\r\n\83t\83@\83C\83\8b\83T\83C\83Y/\83r\83b\83g\83\8c\81[\83g\82Ì\97}\90§\81A\82à\82µ\82­\82Í\93®\89æ\95i\8e¿\82Ì\8cü\8fã\82ª\8aú\91Ò\82Å\82«" +\r
1121                     "\82Ü\82·\81B\r\n1\82É\90Ý\92è\82·\82é\82Æ\81A\8dÅ\8fI\83G\83\93\83R\81[\83h\8e\9e\82Ì\82Ý\82ÅTrellis\82ð\97\98\97p\82µ\82Ü\82·\81B\r\n2\82É\90Ý\92è\82·\82é\82Æ\81A\82·\82×\82Ä\82Ì\83\82\81[\83h\8c\88\92è\8e\9e\82ÉTrellis\82ð\97\98\97p\82µ\82Ü\82·\81B\82½\82¾\82µ\81ATre" +\r
1122                     "llis\82ð\8eg\97p\82·\82é\82Æ\83G\83\93\83R\81[\83h\82ª\92x\82­\82È\82è\82Ü\82·\81B");\r
1123             this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.drop_trellis_SelectedIndexChanged);\r
1124             // \r
1125             // drop_deblockBeta\r
1126             // \r
1127             this.drop_deblockBeta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1128             this.drop_deblockBeta.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1129             this.drop_deblockBeta.FormattingEnabled = true;\r
1130             this.drop_deblockBeta.Items.AddRange(new object[] {\r
1131             "Default (0)",\r
1132             "-6",\r
1133             "-5",\r
1134             "-4",\r
1135             "-3",\r
1136             "-2",\r
1137             "-1",\r
1138             "0",\r
1139             "1",\r
1140             "2",\r
1141             "3",\r
1142             "4",\r
1143             "5",\r
1144             "6"});\r
1145             this.drop_deblockBeta.Location = new System.Drawing.Point(611, 128);\r
1146             this.drop_deblockBeta.Name = "drop_deblockBeta";\r
1147             this.drop_deblockBeta.Size = new System.Drawing.Size(69, 20);\r
1148             this.drop_deblockBeta.TabIndex = 36;\r
1149             this.ToolTip.SetToolTip(this.drop_deblockBeta, resources.GetString("drop_deblockBeta.ToolTip"));\r
1150             this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.drop_deblockBeta_SelectedIndexChanged);\r
1151             // \r
1152             // drop_deblockAlpha\r
1153             // \r
1154             this.drop_deblockAlpha.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1155             this.drop_deblockAlpha.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1156             this.drop_deblockAlpha.FormattingEnabled = true;\r
1157             this.drop_deblockAlpha.Items.AddRange(new object[] {\r
1158             "Default (0)",\r
1159             "-6",\r
1160             "-5",\r
1161             "-4",\r
1162             "-3",\r
1163             "-2",\r
1164             "-1",\r
1165             "0",\r
1166             "1",\r
1167             "2",\r
1168             "3",\r
1169             "4",\r
1170             "5",\r
1171             "6"});\r
1172             this.drop_deblockAlpha.Location = new System.Drawing.Point(537, 128);\r
1173             this.drop_deblockAlpha.Name = "drop_deblockAlpha";\r
1174             this.drop_deblockAlpha.Size = new System.Drawing.Size(68, 20);\r
1175             this.drop_deblockAlpha.TabIndex = 35;\r
1176             this.ToolTip.SetToolTip(this.drop_deblockAlpha, resources.GetString("drop_deblockAlpha.ToolTip"));\r
1177             this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.drop_deblockAlpha_SelectedIndexChanged);\r
1178             // \r
1179             // check_8x8DCT\r
1180             // \r
1181             this.check_8x8DCT.AutoSize = true;\r
1182             this.check_8x8DCT.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1183             this.check_8x8DCT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
1184             this.check_8x8DCT.Location = new System.Drawing.Point(608, 98);\r
1185             this.check_8x8DCT.Name = "check_8x8DCT";\r
1186             this.check_8x8DCT.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
1187             this.check_8x8DCT.Size = new System.Drawing.Size(71, 16);\r
1188             this.check_8x8DCT.TabIndex = 34;\r
1189             this.check_8x8DCT.Text = "8x8 DCT:";\r
1190             this.check_8x8DCT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1191             this.ToolTip.SetToolTip(this.check_8x8DCT, "\81uAnalysis\81v\82ð\81uAll\81v\82É\90Ý\92è\82µ\82½\8fê\8d\87\81A\82±\82ê\82ðOn\82É\82·\82é\82Æ8x8\83s\83N\83Z\83\8b\82Ì\83}\83N\83\8d\83u\83\8d\83b\83N\82ª\97\98\97p\89Â\94\\82É\82È\82è\82Ü\82·\81B\r\n\82±\82ê\82ÍH.264\82ÌHigh Profil" +\r
1192                     "e\82Ì\8b@\94\\82Å\82 \82é\82½\82ß\81A\8cÝ\8a·\90«\82ª\8eá\8a±\92á\89º\82µ\82Ü\82·\82ª\81A\83r\83b\83g\83\8c\81[\83g\82 \82½\82è\82Ì\95i\8e¿\82Í\8cü\8fã\82µ\82Ü\82·");\r
1193             this.check_8x8DCT.UseVisualStyleBackColor = true;\r
1194             this.check_8x8DCT.CheckStateChanged += new System.EventHandler(this.check_8x8DCT_CheckedChanged);\r
1195             // \r
1196             // drop_analysis\r
1197             // \r
1198             this.drop_analysis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1199             this.drop_analysis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1200             this.drop_analysis.FormattingEnabled = true;\r
1201             this.drop_analysis.Items.AddRange(new object[] {\r
1202             "Default (some)",\r
1203             "None",\r
1204             "All"});\r
1205             this.drop_analysis.Location = new System.Drawing.Point(537, 97);\r
1206             this.drop_analysis.Name = "drop_analysis";\r
1207             this.drop_analysis.Size = new System.Drawing.Size(63, 20);\r
1208             this.drop_analysis.TabIndex = 33;\r
1209             this.ToolTip.SetToolTip(this.drop_analysis, resources.GetString("drop_analysis.ToolTip"));\r
1210             this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.drop_analysis_SelectedIndexChanged);\r
1211             // \r
1212             // drop_subpixelMotionEstimation\r
1213             // \r
1214             this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1215             this.drop_subpixelMotionEstimation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1216             this.drop_subpixelMotionEstimation.FormattingEnabled = true;\r
1217             this.drop_subpixelMotionEstimation.Items.AddRange(new object[] {\r
1218             "Default (6)",\r
1219             "0",\r
1220             "1",\r
1221             "2",\r
1222             "3",\r
1223             "4",\r
1224             "5",\r
1225             "6",\r
1226             "7",\r
1227             "8",\r
1228             "9"});\r
1229             this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(537, 64);\r
1230             this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";\r
1231             this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 20);\r
1232             this.drop_subpixelMotionEstimation.TabIndex = 32;\r
1233             this.ToolTip.SetToolTip(this.drop_subpixelMotionEstimation, "\82±\82Ì\90Ý\92è\82Å\82Í\81A\93®\82«\97\\91ª\82Ì\97±\93x\82ð\8ew\92è\82Å\82«\82Ü\82·\81B\r\n\92l\82ð\91å\82«\82­\82·\82é\82±\82Æ\82Å\81A\82æ\82è\8d\82\95i\8e¿\82È\93®\89æ\82ð\90\90¬\82Å\82«\82Ü\82·\82ª\81A\83G\83\93\83R\81[\83h\82Í\92x\82­\82È\82è\82Ü\82·\81B\r\n6\81A7\82ð\91I\91ð\82µ\82½\8fê\8d\87\81AB\83t\83\8c" +\r
1234                     "\81[\83\80\82Ì\83\8c\81[\83g\82Ð\82¸\82Ý\8dÅ\93K\89»\82É\8e\97\82½\82æ\82¤\82È\8dÅ\93K\89»\82ð\97\98\97p\82µ\82Ü\82·");\r
1235             this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.drop_subpixelMotionEstimation_SelectedIndexChanged);\r
1236             // \r
1237             // drop_MotionEstimationRange\r
1238             // \r
1239             this.drop_MotionEstimationRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1240             this.drop_MotionEstimationRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1241             this.drop_MotionEstimationRange.FormattingEnabled = true;\r
1242             this.drop_MotionEstimationRange.Items.AddRange(new object[] {\r
1243             "Default (16)",\r
1244             "4",\r
1245             "5",\r
1246             "6",\r
1247             "7",\r
1248             "8",\r
1249             "9",\r
1250             "10",\r
1251             "11",\r
1252             "12",\r
1253             "13",\r
1254             "14",\r
1255             "15",\r
1256             "16",\r
1257             "17",\r
1258             "18",\r
1259             "19",\r
1260             "20",\r
1261             "21",\r
1262             "22",\r
1263             "23",\r
1264             "24",\r
1265             "25",\r
1266             "26",\r
1267             "27",\r
1268             "28",\r
1269             "29",\r
1270             "30",\r
1271             "31",\r
1272             "32",\r
1273             "33",\r
1274             "34",\r
1275             "35",\r
1276             "36",\r
1277             "37",\r
1278             "38",\r
1279             "39",\r
1280             "40",\r
1281             "41",\r
1282             "42",\r
1283             "43",\r
1284             "44",\r
1285             "45",\r
1286             "46",\r
1287             "47",\r
1288             "48",\r
1289             "49",\r
1290             "50",\r
1291             "51",\r
1292             "52",\r
1293             "53",\r
1294             "54",\r
1295             "55",\r
1296             "56",\r
1297             "57",\r
1298             "58",\r
1299             "59",\r
1300             "60",\r
1301             "61",\r
1302             "62",\r
1303             "63",\r
1304             "64"});\r
1305             this.drop_MotionEstimationRange.Location = new System.Drawing.Point(537, 37);\r
1306             this.drop_MotionEstimationRange.Name = "drop_MotionEstimationRange";\r
1307             this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 20);\r
1308             this.drop_MotionEstimationRange.TabIndex = 31;\r
1309             this.ToolTip.SetToolTip(this.drop_MotionEstimationRange, "\93®\82«\97\\91ª\82ð\8ds\82¤\8c\9f\8dõ\94Í\88Í\82ð\8ew\92è\82Å\82«\82Ü\82·\81B\r\n\93®\82«\97\\91ª\95û\96@\82É\81uUneven Multi-Hexagonal\81v\82à\82µ\82­\82Í\81uExhaustive\81v\82ð\91I\91ð\82µ\82½\8fê\8d\87\82É\82Ì\82Ý\r\n\8cø" +\r
1310                     "\89Ê\82ª\82 \82è\82Ü\82·\81B24\81A32\81A64\82ª\93K\90Ø\82Å\82·");\r
1311             this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationRange_SelectedIndexChanged);\r
1312             // \r
1313             // drop_MotionEstimationMethod\r
1314             // \r
1315             this.drop_MotionEstimationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1316             this.drop_MotionEstimationMethod.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1317             this.drop_MotionEstimationMethod.FormattingEnabled = true;\r
1318             this.drop_MotionEstimationMethod.ItemHeight = 12;\r
1319             this.drop_MotionEstimationMethod.Items.AddRange(new object[] {\r
1320             "Default (Hexagon)",\r
1321             "Diamond",\r
1322             "Hexagon",\r
1323             "Uneven Multi-Hexagon",\r
1324             "Exhaustive"});\r
1325             this.drop_MotionEstimationMethod.Location = new System.Drawing.Point(537, 10);\r
1326             this.drop_MotionEstimationMethod.Name = "drop_MotionEstimationMethod";\r
1327             this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 20);\r
1328             this.drop_MotionEstimationMethod.TabIndex = 30;\r
1329             this.ToolTip.SetToolTip(this.drop_MotionEstimationMethod, "\93®\82«\97\\91ª\82É\8eg\97p\82·\82é\92T\8dõ\91\8b\82Ì\8c`\8fó\82ð\8ew\92è\82µ\82Ü\82·\81B\r\n\81uDiamond\81v\81i\83_\83C\83\84\83\82\83\93\83h\81j\81A\81uHexagon\81v\81i\98Z\8ap\8c`\81j\81A\r\n\81uUneven Multi-Hexagon\81v" +\r
1330                     "\81i\95s\93\99\95¡\90\94\98Z\8ap\8c`\81j\81A\81uExhaustive\81v\81i\91S\91Ì\81j\82ª\91I\91ð\89Â\94\\82Å\82·\81B\r\n\81uUneven Multi-Hexagon\81v\82ª\83x\83X\83g\82Å\82·\81B\81uExhaustive\81v\82Í\92á\91¬" +\r
1331                     "\82Å\82·");\r
1332             this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationMethod_SelectedIndexChanged);\r
1333             // \r
1334             // check_pyrmidalBFrames\r
1335             // \r
1336             this.check_pyrmidalBFrames.AutoSize = true;\r
1337             this.check_pyrmidalBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1338             this.check_pyrmidalBFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
1339             this.check_pyrmidalBFrames.Location = new System.Drawing.Point(50, 152);\r
1340             this.check_pyrmidalBFrames.Name = "check_pyrmidalBFrames";\r
1341             this.check_pyrmidalBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
1342             this.check_pyrmidalBFrames.Size = new System.Drawing.Size(93, 16);\r
1343             this.check_pyrmidalBFrames.TabIndex = 17;\r
1344             this.check_pyrmidalBFrames.Text = "B\83t\83\8c\81[\83\80\82Ì\8aK\91w\89»:";\r
1345             this.check_pyrmidalBFrames.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1346             this.ToolTip.SetToolTip(this.check_pyrmidalBFrames, "On\82É\82·\82é\82Æ\81A\82Ù\82©\82ÌB\83t\83\8c\81[\83\80\82ð\8eQ\8fÆ\83t\83\8c\81[\83\80\82Æ\82µ\82Ä\97\98\97p\82Å\82«\82é\82æ\82¤\82É\82È\82è\82Ü\82·\81B\r\n\82±\82ê\82ÍHigh Profile\82Ì\8b@\94\\82È\82Ì\82Å\81AOn\82É\82·\82é\82ÆQuickTime\82Å\82Í\8dÄ\90¶" +\r
1347                     "\82Å\82«\82È\82­\82È\82é\89Â\94\\90«\82ª\82 \82è\82Ü\82·\81B\r\n\82±\82Ì\8b@\94\\82ð\97\98\97p\82·\82é\82±\82Æ\82Å\81A\83r\83b\83g\83\8c\81[\83g\82 \82½\82è\82Ì\95i\8e¿\82ð\8cü\8fã\82Å\82«\82Ü\82·\81B\r\n\97L\8cø\82É\8eg\82¤\82É\82Í\81A\97\9d\98_\93I\82É\82Í\81A\8f­\82È\82­\82Æ\82à2\82Â\88È\8fã\82ÌB\83t\83\8c\81[" +\r
1348                     "\83\80\82ð\8eg\97p\82·\82é\95K\97v\82ª\82 \82è\82Ü\82·");\r
1349             this.check_pyrmidalBFrames.UseVisualStyleBackColor = true;\r
1350             this.check_pyrmidalBFrames.CheckStateChanged += new System.EventHandler(this.check_pyrmidalBFrames_CheckedChanged);\r
1351             // \r
1352             // check_weightedBFrames\r
1353             // \r
1354             this.check_weightedBFrames.AutoSize = true;\r
1355             this.check_weightedBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1356             this.check_weightedBFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
1357             this.check_weightedBFrames.Location = new System.Drawing.Point(44, 133);\r
1358             this.check_weightedBFrames.Name = "check_weightedBFrames";\r
1359             this.check_weightedBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
1360             this.check_weightedBFrames.Size = new System.Drawing.Size(99, 16);\r
1361             this.check_weightedBFrames.TabIndex = 14;\r
1362             this.check_weightedBFrames.Text = "B\83t\83\8c\81[\83\80\82Ì\8fd\82Ý\95t\82¯:";\r
1363             this.ToolTip.SetToolTip(this.check_weightedBFrames, "On\82É\82·\82é\82Æ\81Ax264\83G\83\93\83R\81[\83_\82ÍB\83t\83\8c\81[\83\80\82ð\90\90¬\82·\82é\82©\82Ç\82¤\82©\8c\88\92è\82·\82é\8dÛ\82É\r\n\91O\8cã\82ÌP\83t\83\8c\81[\83\80\82ª\82Ç\82ê\82¾\82¯\97£\82ê\82Ä\82¢\82é\82©\82ð\8dl\97\82·\82é\82æ\82¤\82É\82È\82è\82Ü\82·\81B\82±\82ê\82É\82æ\82è\81A\93®\82«\82ª\90³" +\r
1364                     "\8am\82É\r\n\97\\91ª\82Å\82«\82¸\82É\95i\8e¿\82ª\88«\89»\82µ\82»\82¤\82É\82È\82Á\82½\8fê\8d\87\82ÉB\83t\83\8c\81[\83\80\82Ì\90\94\82ð\8f­\82È\82­\82µ\81A\95i\8e¿\88Û\8e\9d\82ð\90}\82é\82æ\82¤\82É\r\n\82È\82è\82Ü\82·\81B\82±\82Ì\8b@\94\\82Í1\82Â\88È\8fã\82ÌB\83t\83\8c\81[\83\80\82ð\8eg\97p\82·\82é\8dÛ\82É\97L\97p\82Å" +\r
1365                     "\82·");\r
1366             this.check_weightedBFrames.UseVisualStyleBackColor = true;\r
1367             this.check_weightedBFrames.CheckStateChanged += new System.EventHandler(this.check_weightedBFrames_CheckedChanged);\r
1368             // \r
1369             // drop_directPrediction\r
1370             // \r
1371             this.drop_directPrediction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1372             this.drop_directPrediction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1373             this.drop_directPrediction.FormattingEnabled = true;\r
1374             this.drop_directPrediction.Items.AddRange(new object[] {\r
1375             "Default (Spatial)",\r
1376             "None",\r
1377             "Spatial",\r
1378             "Temporal",\r
1379             "Automatic"});\r
1380             this.drop_directPrediction.Location = new System.Drawing.Point(157, 109);\r
1381             this.drop_directPrediction.Name = "drop_directPrediction";\r
1382             this.drop_directPrediction.Size = new System.Drawing.Size(121, 20);\r
1383             this.drop_directPrediction.TabIndex = 13;\r
1384             this.ToolTip.SetToolTip(this.drop_directPrediction, resources.GetString("drop_directPrediction.ToolTip"));\r
1385             this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.drop_directPrediction_SelectedIndexChanged);\r
1386             // \r
1387             // drop_bFrames\r
1388             // \r
1389             this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1390             this.drop_bFrames.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1391             this.drop_bFrames.FormattingEnabled = true;\r
1392             this.drop_bFrames.Items.AddRange(new object[] {\r
1393             "Default (0)",\r
1394             "0",\r
1395             "1",\r
1396             "2",\r
1397             "3",\r
1398             "4",\r
1399             "5",\r
1400             "6",\r
1401             "7",\r
1402             "8",\r
1403             "9",\r
1404             "10",\r
1405             "11",\r
1406             "12",\r
1407             "13",\r
1408             "14",\r
1409             "15",\r
1410             "16"});\r
1411             this.drop_bFrames.Location = new System.Drawing.Point(157, 84);\r
1412             this.drop_bFrames.Name = "drop_bFrames";\r
1413             this.drop_bFrames.Size = new System.Drawing.Size(121, 20);\r
1414             this.drop_bFrames.TabIndex = 12;\r
1415             this.ToolTip.SetToolTip(this.drop_bFrames, "B\83t\83\8c\81[\83\80\82Ì\90\94\82ð\8ew\92è\82µ\82Ü\82·\81B\92Ê\8fí\82Í1\82©\82ç6\92ö\93x\82ª\91Ã\93\96\82Å\82·\81B\r\nB\83t\83\8c\81[\83\80\82Í\82Ù\82©\82Ì\83t\83\8c\81[\83\80\82æ\82è\82à\83T\83C\83Y\82ª\8f¬\82³\82¢\82Ì\82Å\81A\83r\83b\83g\83\8c\81[\83g\82 \82½\82è\82Ì\95i\8e¿\82ð\82æ\82è\89ü\91P\82Å\82«\82Ü\82·\81B\r\n" +\r
1416                     "\83A\83j\83\81\82È\82Ç\82Å\82Í\81A9\82©\82ç16\92ö\93x\82È\82Ç\82à\97L\8cø\82Å\82·");\r
1417             this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.drop_bFrames_SelectedIndexChanged);\r
1418             // \r
1419             // drop_refFrames\r
1420             // \r
1421             this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1422             this.drop_refFrames.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
1423             this.drop_refFrames.FormattingEnabled = true;\r
1424             this.drop_refFrames.Items.AddRange(new object[] {\r
1425             "Default (1)",\r
1426             "0",\r
1427             "1",\r
1428             "2",\r
1429             "3",\r
1430             "4",\r
1431             "5",\r
1432             "6",\r
1433             "7",\r
1434             "8",\r
1435             "9",\r
1436             "10",\r
1437             "11",\r
1438             "12",\r
1439             "13",\r
1440             "14",\r
1441             "15",\r
1442             "16"});\r
1443             this.drop_refFrames.Location = new System.Drawing.Point(157, 34);\r
1444             this.drop_refFrames.Name = "drop_refFrames";\r
1445             this.drop_refFrames.Size = new System.Drawing.Size(121, 20);\r
1446             this.drop_refFrames.TabIndex = 10;\r
1447             this.ToolTip.SetToolTip(this.drop_refFrames, "\92Ê\8fí\82Í1\82©\82ç6\92ö\93x\82ª\91Ã\93\96\82Å\82·\81B\82»\82ê\88È\8fã\82Ì\92l\82É\90Ý\92è\82µ\82½\8fê\8d\87\81A\r\n\95i\8e¿\82Í\8cü\8fã\82µ\82Ü\82·\82ª\83G\83\93\83R\81[\83h\82Í\92x\82­\82È\82è\82Ü\82·");\r
1448             this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.drop_refFrames_SelectedIndexChanged);\r
1449             // \r
1450             // check_mixedReferences\r
1451             // \r
1452             this.check_mixedReferences.AutoSize = true;\r
1453             this.check_mixedReferences.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1454             this.check_mixedReferences.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
1455             this.check_mixedReferences.Location = new System.Drawing.Point(54, 58);\r
1456             this.check_mixedReferences.Name = "check_mixedReferences";\r
1457             this.check_mixedReferences.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
1458             this.check_mixedReferences.Size = new System.Drawing.Size(61, 16);\r
1459             this.check_mixedReferences.TabIndex = 11;\r
1460             this.check_mixedReferences.Text = "\8d¬\8d\87\8eQ\8fÆ:";\r
1461             this.check_mixedReferences.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
1462             this.ToolTip.SetToolTip(this.check_mixedReferences, "On\82É\82·\82é\82Æ\81A1\82Â\82Ì\83t\83\8c\81[\83\80\82Ì\88Ù\82È\82é\95\94\95ª\82ª\82»\82ê\82¼\82ê\88Ù\82È\82é\8eQ\8fÆ\83t\83\8c\81[\83\80\82ð\8eQ\8fÆ\82Å\82«\82é\82æ\82¤\82É\82È\82è\82Ü\82·");\r
1463             this.check_mixedReferences.UseVisualStyleBackColor = true;\r
1464             this.check_mixedReferences.CheckStateChanged += new System.EventHandler(this.check_mixedReferences_CheckedChanged);\r
1465             // \r
1466             // check_forced\r
1467             // \r
1468             this.check_forced.AutoSize = true;\r
1469             this.check_forced.BackColor = System.Drawing.Color.Transparent;\r
1470             this.check_forced.Enabled = false;\r
1471             this.check_forced.Location = new System.Drawing.Point(223, 228);\r
1472             this.check_forced.Name = "check_forced";\r
1473             this.check_forced.Size = new System.Drawing.Size(125, 17);\r
1474             this.check_forced.TabIndex = 44;\r
1475             this.check_forced.Text = "\8b­\90§\93I\82É\8e\9a\96\8b\82Ì\82Ý\82É\82·\82é";\r
1476             this.ToolTip.SetToolTip(this.check_forced, "\91I\91ð\82³\82ê\82½\83X\83g\83\8a\81[\83\80\82Ì\8e\9a\96\8b\82Ì\82Ý\82ð\95\\8e¦\82µ\82Ü\82·\81B\81uAutoselect\81v\82Æ\95¹\97p\82·\82é\82Æ\8cø\89Ê\93I\82Å\82·");\r
1477             this.check_forced.UseVisualStyleBackColor = false;\r
1478             // \r
1479             // lbl_src_res\r
1480             // \r
1481             this.lbl_src_res.AutoSize = true;\r
1482             this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;\r
1483             this.lbl_src_res.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1484             this.lbl_src_res.Location = new System.Drawing.Point(405, 31);\r
1485             this.lbl_src_res.Name = "lbl_src_res";\r
1486             this.lbl_src_res.Size = new System.Drawing.Size(72, 12);\r
1487             this.lbl_src_res.TabIndex = 13;\r
1488             this.lbl_src_res.Text = "Select a Title";\r
1489 */\r
1490             // drop_chapterFinish\r
1491             // \r
1492             this.drop_chapterFinish.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1493             this.drop_chapterFinish.FormattingEnabled = true;\r
1494             this.drop_chapterFinish.Location = new System.Drawing.Point(447, 3);\r
1495             this.drop_chapterFinish.Name = "drop_chapterFinish";\r
1496             this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21);\r
1497             this.drop_chapterFinish.TabIndex = 10;\r
1498             this.ToolTip.SetToolTip(this.drop_chapterFinish, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
1499             this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.chapersChanged);\r
1500             // \r
1501 /*\r
1502             this.lbl_duration.AutoSize = true;\r
1503             this.lbl_duration.BackColor = System.Drawing.Color.Transparent;\r
1504             this.lbl_duration.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1505             this.lbl_duration.Location = new System.Drawing.Point(569, 52);\r
1506             this.lbl_duration.Name = "lbl_duration";\r
1507             this.lbl_duration.Size = new System.Drawing.Size(72, 12);\r
1508             this.lbl_duration.TabIndex = 43;\r
1509             this.lbl_duration.Text = "Select a Title";\r
1510 */\r
1511             // drop_chapterStart\r
1512             // \r
1513             this.drop_chapterStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1514             this.drop_chapterStart.FormattingEnabled = true;\r
1515             this.drop_chapterStart.Location = new System.Drawing.Point(321, 3);\r
1516             this.drop_chapterStart.Name = "drop_chapterStart";\r
1517             this.drop_chapterStart.Size = new System.Drawing.Size(69, 21);\r
1518             this.drop_chapterStart.TabIndex = 9;\r
1519             this.ToolTip.SetToolTip(this.drop_chapterStart, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
1520             this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.chapersChanged);\r
1521             // \r
1522 /*\r
1523             this.label_duration.AutoSize = true;\r
1524             this.label_duration.BackColor = System.Drawing.Color.Transparent;\r
1525             this.label_duration.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1526             this.label_duration.Location = new System.Drawing.Point(502, 51);\r
1527             this.label_duration.Name = "label_duration";\r
1528             this.label_duration.Size = new System.Drawing.Size(32, 13);\r
1529             this.label_duration.TabIndex = 42;\r
1530             this.label_duration.Text = "\8e\9e\8aÔ:";\r
1531 */\r
1532             // drop_angle\r
1533             // \r
1534             this.drop_angle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1535             this.drop_angle.FormattingEnabled = true;\r
1536             this.drop_angle.Location = new System.Drawing.Point(209, 3);\r
1537             this.drop_angle.Name = "drop_angle";\r
1538             this.drop_angle.Size = new System.Drawing.Size(45, 21);\r
1539             this.drop_angle.TabIndex = 45;\r
1540             this.ToolTip.SetToolTip(this.drop_angle, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
1541             // \r
1542 /*\r
1543             this.label7.AutoSize = true;\r
1544             this.label7.BackColor = System.Drawing.Color.Transparent;\r
1545             this.label7.Location = new System.Drawing.Point(311, 31);\r
1546             this.label7.Name = "label7";\r
1547             this.label7.Size = new System.Drawing.Size(42, 13);\r
1548             this.label7.TabIndex = 12;\r
1549             this.label7.Text = "\95Ï\8a·\8c³:";\r
1550 */\r
1551             // drp_dvdtitle\r
1552             // \r
1553             this.drp_dvdtitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
1554             this.drp_dvdtitle.FormattingEnabled = true;\r
1555             this.drp_dvdtitle.Items.AddRange(new object[] {\r
1556             "Automatic"});\r
1557             this.drp_dvdtitle.Location = new System.Drawing.Point(40, 3);\r
1558             this.drp_dvdtitle.Name = "drp_dvdtitle";\r
1559             this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21);\r
1560             this.drp_dvdtitle.TabIndex = 7;\r
1561             this.ToolTip.SetToolTip(this.drp_dvdtitle, "Select the title you wish to encode.\r\nThe longest title is selected by default af" +\r
1562                     "ter you have scanned a source.");\r
1563             this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged);\r
1564             this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click);\r
1565             // \r
1566             // DVD_Open\r
1567             // \r
1568             this.DVD_Open.Description = "DVD\83h\83\89\83C\83u\82É\83Z\83b\83g\82³\82ê\82½DVD\82Ì\81uVIDEO_TS\81v\83t\83H\83\8b\83_\82ð\91I\91ð\82µ\82Ü\82·";\r
1569             // \r
1570             // File_Open\r
1571             // \r
1572             this.File_Open.DefaultExt = "hb";\r
1573             this.File_Open.Filter = "hb|*.hb";\r
1574             // \r
1575             // ISO_Open\r
1576             // \r
1577             this.ISO_Open.DefaultExt = "ISO";\r
1578             this.ISO_Open.Filter = "All Files|*.*";\r
1579             this.ISO_Open.RestoreDirectory = true;\r
1580             this.ISO_Open.SupportMultiDottedExtensions = true;\r
1581             // \r
1582             // FileToolStripMenuItem\r
1583             // \r
1584             this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1585             this.mnu_killCLI,\r
1586             this.mnu_exit});\r
1587             this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";\r
1588             this.FileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);\r
1589             this.FileToolStripMenuItem.Text = "\83t\83@\83C\83\8b(&F)";\r
1590             // \r
1591             // mnu_killCLI\r
1592             // \r
1593             this.mnu_killCLI.Name = "mnu_killCLI";\r
1594             this.mnu_killCLI.Size = new System.Drawing.Size(143, 22);\r
1595             this.mnu_killCLI.Text = "Cancel Scan";\r
1596             this.mnu_killCLI.Visible = false;\r
1597             this.mnu_killCLI.Click += new System.EventHandler(this.mnu_killCLI_Click);\r
1598             // \r
1599             // mnu_exit\r
1600             // \r
1601             this.mnu_exit.Name = "mnu_exit";\r
1602             this.mnu_exit.Size = new System.Drawing.Size(143, 22);\r
1603             this.mnu_exit.Text = "\8fI\97¹(E&)";\r
1604             this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click);\r
1605             // \r
1606             // mnu_open3\r
1607             // \r
1608             this.mnu_open3.Name = "mnu_open3";\r
1609             this.mnu_open3.Size = new System.Drawing.Size(32, 19);\r
1610             // \r
1611             // ToolsToolStripMenuItem\r
1612             // \r
1613             this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1614             this.mnu_encode,\r
1615             this.mnu_encodeLog,\r
1616             this.ToolStripSeparator5,\r
1617             this.mnu_options});\r
1618             this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem";\r
1619             this.ToolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);\r
1620             this.ToolsToolStripMenuItem.Text = "\83c\81[\83\8b(&T)";\r
1621             // \r
1622             // mnu_encode\r
1623             // \r
1624             this.mnu_encode.Image = global::Handbrake.Properties.Resources.Queue_Small;\r
1625             this.mnu_encode.Name = "mnu_encode";\r
1626             this.mnu_encode.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));\r
1627             this.mnu_encode.Size = new System.Drawing.Size(186, 22);\r
1628             this.mnu_encode.Text = "\83L\83\85\81[\82ð\95\\8e¦";\r
1629             this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click);\r
1630             // \r
1631             // mnu_encodeLog\r
1632             // \r
1633             this.mnu_encodeLog.Image = global::Handbrake.Properties.Resources.ActivityWindow_small;\r
1634             this.mnu_encodeLog.Name = "mnu_encodeLog";\r
1635             this.mnu_encodeLog.Size = new System.Drawing.Size(186, 22);\r
1636             this.mnu_encodeLog.Text = "\97\9a\97ð\83E\83B\83\93\83h\83E";\r
1637             this.mnu_encodeLog.Click += new System.EventHandler(this.mnu_encodeLog_Click);\r
1638             // \r
1639             // ToolStripSeparator5\r
1640             // \r
1641             this.ToolStripSeparator5.Name = "ToolStripSeparator5";\r
1642             this.ToolStripSeparator5.Size = new System.Drawing.Size(183, 6);\r
1643             // \r
1644             // mnu_options\r
1645             // \r
1646             this.mnu_options.Image = global::Handbrake.Properties.Resources.Pref_Small;\r
1647             this.mnu_options.Name = "mnu_options";\r
1648             this.mnu_options.Size = new System.Drawing.Size(186, 22);\r
1649             this.mnu_options.Text = "\83I\83v\83V\83\87\83\93\90Ý\92è...";\r
1650             this.mnu_options.Click += new System.EventHandler(this.mnu_options_Click);\r
1651             // \r
1652             // PresetsToolStripMenuItem\r
1653             // \r
1654             this.PresetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1655             this.mnu_presetReset,\r
1656             this.mnu_delete_preset,\r
1657             this.toolStripSeparator7,\r
1658             this.btn_new_preset,\r
1659             this.mnu_importMacPreset,\r
1660             this.mnu_SelectDefault});\r
1661             this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem";\r
1662             this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(55, 20);\r
1663             this.PresetsToolStripMenuItem.Text = "\83v\83\8a\83Z\83b\83g(&P)";\r
1664             // \r
1665             // mnu_presetReset\r
1666             // \r
1667             this.mnu_presetReset.Name = "mnu_presetReset";\r
1668             this.mnu_presetReset.Size = new System.Drawing.Size(194, 22);\r
1669             this.mnu_presetReset.Text = "\91g\82Ý\8d\9e\82Ý\83v\83\8a\83Z\83b\83g\82Ì\83A\83b\83v\83f\81[\83g";\r
1670             this.mnu_presetReset.ToolTipText = "Resets all presets.";\r
1671             this.mnu_presetReset.Click += new System.EventHandler(this.mnu_presetReset_Click);\r
1672             // \r
1673             // mnu_delete_preset\r
1674             // \r
1675             this.mnu_delete_preset.Name = "mnu_delete_preset";\r
1676             this.mnu_delete_preset.Size = new System.Drawing.Size(194, 22);\r
1677             this.mnu_delete_preset.Text = "\91g\82Ý\8d\9e\82Ý\83v\83\8a\83Z\83b\83g\82Ì\8dí\8f\9c";\r
1678             this.mnu_delete_preset.Click += new System.EventHandler(this.mnu_delete_preset_Click);\r
1679             // \r
1680             // toolStripSeparator7\r
1681             // \r
1682             this.toolStripSeparator7.Name = "toolStripSeparator7";\r
1683             this.toolStripSeparator7.Size = new System.Drawing.Size(191, 6);\r
1684             // \r
1685             // btn_new_preset\r
1686             // \r
1687             this.btn_new_preset.Name = "btn_new_preset";\r
1688             this.btn_new_preset.Size = new System.Drawing.Size(194, 22);\r
1689             this.btn_new_preset.Text = "\90V\8bK\83v\83\8a\83Z\83b\83g";\r
1690             this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click);\r
1691             // \r
1692             // mnu_importMacPreset\r
1693             // \r
1694             this.mnu_importMacPreset.Name = "mnu_importMacPreset";\r
1695             this.mnu_importMacPreset.Size = new System.Drawing.Size(194, 22);\r
1696             this.mnu_importMacPreset.Text = "Import";\r
1697             this.mnu_importMacPreset.Click += new System.EventHandler(this.mnu_importMacPreset_Click);\r
1698             // \r
1699             // mnu_SelectDefault\r
1700             // \r
1701             this.mnu_SelectDefault.Name = "mnu_SelectDefault";\r
1702             this.mnu_SelectDefault.Size = new System.Drawing.Size(194, 22);\r
1703             this.mnu_SelectDefault.Text = "\83f\83t\83H\83\8b\83g\83v\83\8a\83Z\83b\83g\82É\90Ý\92è";\r
1704             this.mnu_SelectDefault.ToolTipText = "Select HandBrake\'s default preset";\r
1705             this.mnu_SelectDefault.Click += new System.EventHandler(this.mnu_SelectDefault_Click);\r
1706             // \r
1707             // HelpToolStripMenuItem\r
1708             // \r
1709             this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1710             this.mnu_user_guide,\r
1711             this.mnu_handbrake_home,\r
1712             this.mnu_handbrake_forums,\r
1713             this.ToolStripSeparator3,\r
1714             this.mnu_UpdateCheck,\r
1715             this.toolStripSeparator6,\r
1716             this.mnu_about});\r
1717             this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";\r
1718             this.HelpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);\r
1719             this.HelpToolStripMenuItem.Text = "\83w\83\8b\83v(&H)";\r
1720             // \r
1721             // mnu_user_guide\r
1722             // \r
1723             this.mnu_user_guide.Image = global::Handbrake.Properties.Resources.Help16;\r
1724             this.mnu_user_guide.Name = "mnu_user_guide";\r
1725             this.mnu_user_guide.Size = new System.Drawing.Size(192, 22);\r
1726             this.mnu_user_guide.Text = "HandBrake\83\86\81[\83U\81[\83K\83C\83h";\r
1727             this.mnu_user_guide.Click += new System.EventHandler(this.mnu_user_guide_Click);\r
1728             // \r
1729             // mnu_handbrake_home\r
1730             // \r
1731             this.mnu_handbrake_home.Image = global::Handbrake.Properties.Resources.info16;\r
1732             this.mnu_handbrake_home.Name = "mnu_handbrake_home";\r
1733             this.mnu_handbrake_home.Size = new System.Drawing.Size(192, 22);\r
1734             this.mnu_handbrake_home.Text = "HandBrake\83z\81[\83\80\83y\81[\83W";\r
1735             this.mnu_handbrake_home.Click += new System.EventHandler(this.mnu_handbrake_home_Click);\r
1736             // \r
1737             // mnu_handbrake_forums\r
1738             // \r
1739             this.mnu_handbrake_forums.Name = "mnu_handbrake_forums";\r
1740             this.mnu_handbrake_forums.Size = new System.Drawing.Size(192, 22);\r
1741             this.mnu_handbrake_forums.Text = "HandBrake\8cf\8e¦\94Â";\r
1742             this.mnu_handbrake_forums.Click += new System.EventHandler(this.mnu_handbrake_forums_Click);\r
1743             // \r
1744             // ToolStripSeparator3\r
1745             // \r
1746             this.ToolStripSeparator3.Name = "ToolStripSeparator3";\r
1747             this.ToolStripSeparator3.Size = new System.Drawing.Size(189, 6);\r
1748             // \r
1749             // mnu_UpdateCheck\r
1750             // \r
1751             this.mnu_UpdateCheck.Name = "mnu_UpdateCheck";\r
1752             this.mnu_UpdateCheck.Size = new System.Drawing.Size(192, 22);\r
1753             this.mnu_UpdateCheck.Text = "\83A\83b\83v\83f\81[\83g\82Ì\8am\94F...";\r
1754             this.mnu_UpdateCheck.Click += new System.EventHandler(this.mnu_UpdateCheck_Click);\r
1755             // \r
1756             // toolStripSeparator6\r
1757             // \r
1758             this.toolStripSeparator6.Name = "toolStripSeparator6";\r
1759             this.toolStripSeparator6.Size = new System.Drawing.Size(189, 6);\r
1760             // \r
1761             // mnu_about\r
1762             // \r
1763             this.mnu_about.Image = global::Handbrake.Properties.Resources.hb16;\r
1764             this.mnu_about.Name = "mnu_about";\r
1765             this.mnu_about.Size = new System.Drawing.Size(192, 22);\r
1766             this.mnu_about.Text = "HandBrake\82É\82Â\82¢\82Ä...";\r
1767             this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click);\r
1768             // \r
1769             // frmMainMenu\r
1770             // \r
1771             this.frmMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
1772             this.FileToolStripMenuItem,\r
1773             this.ToolsToolStripMenuItem,\r
1774             this.PresetsToolStripMenuItem,\r
1775             this.HelpToolStripMenuItem});\r
1776             this.frmMainMenu.Location = new System.Drawing.Point(0, 0);\r
1777             this.frmMainMenu.Name = "frmMainMenu";\r
1778             this.frmMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
1779             this.frmMainMenu.Size = new System.Drawing.Size(1002, 24);\r
1780             this.frmMainMenu.TabIndex = 0;\r
1781 /*\r
1782             this.frmMainMenu.Text = "MenuStrip1";\r
1783             // \r
1784             // GroupBox1\r
1785             // \r
1786             this.GroupBox1.Controls.Add(this.lbl_duration);\r
1787             this.GroupBox1.Controls.Add(this.label_duration);\r
1788             this.GroupBox1.Controls.Add(this.Label13);\r
1789             this.GroupBox1.Controls.Add(this.drop_chapterFinish);\r
1790             this.GroupBox1.Controls.Add(this.drop_chapterStart);\r
1791             this.GroupBox1.Controls.Add(this.drp_dvdtitle);\r
1792             this.GroupBox1.Controls.Add(this.Label17);\r
1793             this.GroupBox1.Controls.Add(this.text_source);\r
1794             this.GroupBox1.Controls.Add(this.Label9);\r
1795             this.GroupBox1.Controls.Add(this.Label10);\r
1796             this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1797             this.GroupBox1.ForeColor = System.Drawing.Color.Black;\r
1798             this.GroupBox1.Location = new System.Drawing.Point(12, 65);\r
1799             this.GroupBox1.Name = "GroupBox1";\r
1800             this.GroupBox1.Size = new System.Drawing.Size(705, 80);\r
1801             this.GroupBox1.TabIndex = 2;\r
1802             this.GroupBox1.TabStop = false;\r
1803             this.GroupBox1.Text = "\95Ï\8a·\8c³";\r
1804             // \r
1805             // Label13\r
1806             // \r
1807             this.Label13.AutoSize = true;\r
1808             this.Label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1809             this.Label13.Location = new System.Drawing.Point(370, 51);\r
1810             this.Label13.Name = "Label13";\r
1811             this.Label13.Size = new System.Drawing.Size(22, 13);\r
1812             this.Label13.TabIndex = 10;\r
1813             this.Label13.Text = "\82©\82ç";\r
1814             // \r
1815             // Label17\r
1816             // \r
1817             this.Label17.AutoSize = true;\r
1818             this.Label17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1819             this.Label17.ForeColor = System.Drawing.Color.Black;\r
1820             this.Label17.Location = new System.Drawing.Point(17, 20);\r
1821             this.Label17.Name = "Label17";\r
1822             this.Label17.Size = new System.Drawing.Size(42, 13);\r
1823             this.Label17.TabIndex = 0;\r
1824             this.Label17.Text = "\95Ï\8a·\8c³:";\r
1825             // \r
1826             // Label9\r
1827             // \r
1828             this.Label9.AutoSize = true;\r
1829             this.Label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1830             this.Label9.ForeColor = System.Drawing.Color.Black;\r
1831             this.Label9.Location = new System.Drawing.Point(225, 51);\r
1832             this.Label9.Name = "Label9";\r
1833             this.Label9.Size = new System.Drawing.Size(50, 13);\r
1834             this.Label9.TabIndex = 8;\r
1835             this.Label9.Text = "\83`\83\83\83v\83^\81[:";\r
1836             // \r
1837             // Label10\r
1838             // \r
1839             this.Label10.AutoSize = true;\r
1840             this.Label10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1841             this.Label10.ForeColor = System.Drawing.Color.Black;\r
1842             this.Label10.Location = new System.Drawing.Point(17, 51);\r
1843             this.Label10.Name = "Label10";\r
1844             this.Label10.Size = new System.Drawing.Size(41, 13);\r
1845             this.Label10.TabIndex = 6;\r
1846             this.Label10.Text = "\83^\83C\83g\83\8b:";\r
1847             // \r
1848             // groupBox_output\r
1849             // \r
1850             this.groupBox_output.Controls.Add(this.drop_format);\r
1851             this.groupBox_output.Controls.Add(this.label5);\r
1852             this.groupBox_output.Controls.Add(this.check_largeFile);\r
1853             this.groupBox_output.Controls.Add(this.check_iPodAtom);\r
1854             this.groupBox_output.Controls.Add(this.check_optimiseMP4);\r
1855             this.groupBox_output.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1856             this.groupBox_output.ForeColor = System.Drawing.Color.Black;\r
1857             this.groupBox_output.Location = new System.Drawing.Point(12, 198);\r
1858             this.groupBox_output.Name = "groupBox_output";\r
1859             this.groupBox_output.Size = new System.Drawing.Size(705, 46);\r
1860             this.groupBox_output.TabIndex = 4;\r
1861             this.groupBox_output.TabStop = false;\r
1862             this.groupBox_output.Text = "Output Settings (Preset: None)";\r
1863 */\r
1864             this.frmMainMenu.Text = "MenuStrip";\r
1865             // \r
1866             // label5\r
1867             // \r
1868             this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
1869             this.label5.AutoSize = true;\r
1870             this.label5.ForeColor = System.Drawing.Color.Black;\r
1871 /*\r
1872             this.label5.Location = new System.Drawing.Point(17, 21);\r
1873             this.label5.Name = "label5";\r
1874             this.label5.Size = new System.Drawing.Size(55, 13);\r
1875             this.label5.TabIndex = 27;\r
1876             this.label5.Text = "\83t\83H\81[\83}\83b\83g:";\r
1877 */\r
1878             this.label5.Location = new System.Drawing.Point(3, 7);\r
1879             this.label5.Name = "label5";\r
1880             this.label5.Size = new System.Drawing.Size(58, 13);\r
1881             this.label5.TabIndex = 27;\r
1882             this.label5.Text = "\83R\83\93\83e\83i:";\r
1883             // \r
1884             // Label47\r
1885             // \r
1886             this.Label47.AutoSize = true;\r
1887             this.Label47.BackColor = System.Drawing.Color.Transparent;\r
1888             this.Label47.ForeColor = System.Drawing.Color.Black;\r
1889             this.Label47.Location = new System.Drawing.Point(13, 36);\r
1890             this.Label47.Name = "Label47";\r
1891             this.Label47.Size = new System.Drawing.Size(70, 13);\r
1892             this.Label47.TabIndex = 0;\r
1893             this.Label47.Text = "\93®\89æ\83R\81[\83f\83b\83N:";\r
1894             // \r
1895             // Label3\r
1896             // \r
1897             this.Label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
1898             this.Label3.AutoSize = true;\r
1899             this.Label3.ForeColor = System.Drawing.Color.Black;\r
1900             this.Label3.Location = new System.Drawing.Point(3, 8);\r
1901             this.Label3.Name = "Label3";\r
1902             this.Label3.Size = new System.Drawing.Size(27, 13);\r
1903             this.Label3.TabIndex = 0;\r
1904             this.Label3.Text = "\95Û\91\90æ\83t\83@\83C\83\8b:";\r
1905             // \r
1906 /*\r
1907             // TabPage2\r
1908             // \r
1909             this.TabPage2.BackColor = System.Drawing.Color.Transparent;\r
1910             this.TabPage2.Controls.Add(this.lbl_drc4);\r
1911             this.TabPage2.Controls.Add(this.lbl_drc3);\r
1912             this.TabPage2.Controls.Add(this.lbl_drc2);\r
1913             this.TabPage2.Controls.Add(this.lbl_drc1);\r
1914             this.TabPage2.Controls.Add(this.trackBar4);\r
1915             this.TabPage2.Controls.Add(this.drp_audsr_4);\r
1916             this.TabPage2.Controls.Add(this.drp_audbit_4);\r
1917             this.TabPage2.Controls.Add(this.drp_audenc_4);\r
1918             this.TabPage2.Controls.Add(this.drp_audmix_4);\r
1919             this.TabPage2.Controls.Add(this.drp_track4Audio);\r
1920             this.TabPage2.Controls.Add(this.lbl_t4);\r
1921             this.TabPage2.Controls.Add(this.trackBar3);\r
1922             this.TabPage2.Controls.Add(this.drp_audsr_3);\r
1923             this.TabPage2.Controls.Add(this.drp_audbit_3);\r
1924             this.TabPage2.Controls.Add(this.drp_audenc_3);\r
1925             this.TabPage2.Controls.Add(this.drp_audmix_3);\r
1926             this.TabPage2.Controls.Add(this.drp_track3Audio);\r
1927             this.TabPage2.Controls.Add(this.lbl_t3);\r
1928             this.TabPage2.Controls.Add(this.trackBar2);\r
1929             this.TabPage2.Controls.Add(this.label16);\r
1930             this.TabPage2.Controls.Add(this.trackBar1);\r
1931             this.TabPage2.Controls.Add(this.groupBox5);\r
1932             this.TabPage2.Controls.Add(this.groupBox3);\r
1933             this.TabPage2.Controls.Add(this.label68);\r
1934             this.TabPage2.Controls.Add(this.label67);\r
1935             this.TabPage2.Controls.Add(this.drp_audsr_2);\r
1936             this.TabPage2.Controls.Add(this.label66);\r
1937             this.TabPage2.Controls.Add(this.drp_audbit_2);\r
1938             this.TabPage2.Controls.Add(this.label65);\r
1939             this.TabPage2.Controls.Add(this.label14);\r
1940             this.TabPage2.Controls.Add(this.drp_audenc_2);\r
1941             this.TabPage2.Controls.Add(this.drp_audenc_1);\r
1942             this.TabPage2.Controls.Add(this.drp_audmix_2);\r
1943             this.TabPage2.Controls.Add(this.check_forced);\r
1944             this.TabPage2.Controls.Add(this.drp_track2Audio);\r
1945             this.TabPage2.Controls.Add(this.label28);\r
1946             this.TabPage2.Controls.Add(this.label27);\r
1947             this.TabPage2.Controls.Add(this.drp_subtitle);\r
1948             this.TabPage2.Controls.Add(this.Label19);\r
1949             this.TabPage2.Controls.Add(this.Label20);\r
1950             this.TabPage2.Controls.Add(this.drp_audmix_1);\r
1951             this.TabPage2.Controls.Add(this.drp_track1Audio);\r
1952             this.TabPage2.Controls.Add(this.drp_audbit_1);\r
1953             this.TabPage2.Controls.Add(this.Label32);\r
1954             this.TabPage2.Controls.Add(this.drp_audsr_1);\r
1955             this.TabPage2.Location = new System.Drawing.Point(4, 22);\r
1956             this.TabPage2.Name = "TabPage2";\r
1957             this.TabPage2.Padding = new System.Windows.Forms.Padding(3);\r
1958             this.TabPage2.Size = new System.Drawing.Size(697, 290);\r
1959             this.TabPage2.TabIndex = 3;\r
1960             this.TabPage2.Text = "\89¹\90º\82Æ\8e\9a\96\8b";\r
1961             this.TabPage2.UseVisualStyleBackColor = true;\r
1962             // \r
1963             // lbl_drc4\r
1964             // \r
1965             this.lbl_drc4.AutoSize = true;\r
1966             this.lbl_drc4.BackColor = System.Drawing.Color.Transparent;\r
1967             this.lbl_drc4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1968             this.lbl_drc4.Location = new System.Drawing.Point(670, 162);\r
1969             this.lbl_drc4.Name = "lbl_drc4";\r
1970             this.lbl_drc4.Size = new System.Drawing.Size(19, 13);\r
1971             this.lbl_drc4.TabIndex = 39;\r
1972             this.lbl_drc4.Text = "1:";\r
1973             // \r
1974             // lbl_drc3\r
1975             // \r
1976             this.lbl_drc3.AutoSize = true;\r
1977             this.lbl_drc3.BackColor = System.Drawing.Color.Transparent;\r
1978             this.lbl_drc3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1979             this.lbl_drc3.Location = new System.Drawing.Point(670, 125);\r
1980             this.lbl_drc3.Name = "lbl_drc3";\r
1981             this.lbl_drc3.Size = new System.Drawing.Size(19, 13);\r
1982             this.lbl_drc3.TabIndex = 31;\r
1983             this.lbl_drc3.Text = "1:";\r
1984             // \r
1985             // lbl_drc2\r
1986             // \r
1987             this.lbl_drc2.AutoSize = true;\r
1988             this.lbl_drc2.BackColor = System.Drawing.Color.Transparent;\r
1989             this.lbl_drc2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
1990             this.lbl_drc2.Location = new System.Drawing.Point(670, 83);\r
1991             this.lbl_drc2.Name = "lbl_drc2";\r
1992             this.lbl_drc2.Size = new System.Drawing.Size(19, 13);\r
1993             this.lbl_drc2.TabIndex = 23;\r
1994             this.lbl_drc2.Text = "1:";\r
1995             // \r
1996             // lbl_drc1\r
1997             // \r
1998             this.lbl_drc1.AutoSize = true;\r
1999             this.lbl_drc1.BackColor = System.Drawing.Color.Transparent;\r
2000             this.lbl_drc1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2001             this.lbl_drc1.Location = new System.Drawing.Point(670, 49);\r
2002             this.lbl_drc1.Name = "lbl_drc1";\r
2003             this.lbl_drc1.Size = new System.Drawing.Size(19, 13);\r
2004             this.lbl_drc1.TabIndex = 15;\r
2005             this.lbl_drc1.Text = "1:";\r
2006             // \r
2007             // trackBar4\r
2008             // \r
2009             this.trackBar4.Enabled = false;\r
2010             this.trackBar4.LargeChange = 0;\r
2011             this.trackBar4.Location = new System.Drawing.Point(620, 156);\r
2012             this.trackBar4.Margin = new System.Windows.Forms.Padding(0);\r
2013             this.trackBar4.Maximum = 30;\r
2014             this.trackBar4.Name = "trackBar4";\r
2015             this.trackBar4.Size = new System.Drawing.Size(49, 42);\r
2016             this.trackBar4.TabIndex = 38;\r
2017             this.trackBar4.TickFrequency = 10;\r
2018             this.ToolTip.SetToolTip(this.trackBar4, "\83_\83C\83i\83~\83b\83N\83\8c\83\93\83W\83R\83\93\83v\83\8c\83b\83V\83\87\83\93\81iDRC\81j\82Ì\8b­\93x\82ð\8ew\92è\82µ\82Ü\82·");\r
2019             this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_Scroll);\r
2020             // \r
2021             // drp_track4Audio\r
2022             // \r
2023             this.drp_track4Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2024             this.drp_track4Audio.FormattingEnabled = true;\r
2025             this.drp_track4Audio.Items.AddRange(new object[] {\r
2026             "None"});\r
2027             this.drp_track4Audio.Location = new System.Drawing.Point(36, 161);\r
2028             this.drp_track4Audio.Name = "drp_track4Audio";\r
2029             this.drp_track4Audio.Size = new System.Drawing.Size(194, 20);\r
2030             this.drp_track4Audio.TabIndex = 33;\r
2031             this.drp_track4Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track4Audio_SelectedIndexChanged);\r
2032             // \r
2033             // lbl_t4\r
2034             // \r
2035             this.lbl_t4.AutoSize = true;\r
2036             this.lbl_t4.BackColor = System.Drawing.Color.Transparent;\r
2037             this.lbl_t4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2038             this.lbl_t4.Location = new System.Drawing.Point(13, 163);\r
2039             this.lbl_t4.Name = "lbl_t4";\r
2040             this.lbl_t4.Size = new System.Drawing.Size(19, 13);\r
2041             this.lbl_t4.TabIndex = 32;\r
2042             this.lbl_t4.Text = "4:";\r
2043             // \r
2044             // trackBar3\r
2045             // \r
2046             this.trackBar3.Enabled = false;\r
2047             this.trackBar3.LargeChange = 0;\r
2048             this.trackBar3.Location = new System.Drawing.Point(620, 118);\r
2049             this.trackBar3.Margin = new System.Windows.Forms.Padding(0);\r
2050             this.trackBar3.Maximum = 30;\r
2051             this.trackBar3.Name = "trackBar3";\r
2052             this.trackBar3.Size = new System.Drawing.Size(49, 42);\r
2053             this.trackBar3.TabIndex = 30;\r
2054             this.trackBar3.TickFrequency = 10;\r
2055             this.ToolTip.SetToolTip(this.trackBar3, "\83_\83C\83i\83~\83b\83N\83\8c\83\93\83W\83R\83\93\83v\83\8c\83b\83V\83\87\83\93\81iDRC\81j\82Ì\8b­\93x\82ð\8ew\92è\82µ\82Ü\82·");\r
2056             this.trackBar3.ValueChanged += new System.EventHandler(this.trackBar3_Scroll);\r
2057             // \r
2058             // drp_track3Audio\r
2059             // \r
2060             this.drp_track3Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2061             this.drp_track3Audio.FormattingEnabled = true;\r
2062             this.drp_track3Audio.Items.AddRange(new object[] {\r
2063             "None"});\r
2064             this.drp_track3Audio.Location = new System.Drawing.Point(36, 122);\r
2065             this.drp_track3Audio.Name = "drp_track3Audio";\r
2066             this.drp_track3Audio.Size = new System.Drawing.Size(194, 20);\r
2067             this.drp_track3Audio.TabIndex = 25;\r
2068             this.drp_track3Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track3Audio_SelectedIndexChanged);\r
2069             // \r
2070             // lbl_t3\r
2071             // \r
2072             this.lbl_t3.AutoSize = true;\r
2073             this.lbl_t3.BackColor = System.Drawing.Color.Transparent;\r
2074             this.lbl_t3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2075             this.lbl_t3.Location = new System.Drawing.Point(13, 125);\r
2076             this.lbl_t3.Name = "lbl_t3";\r
2077             this.lbl_t3.Size = new System.Drawing.Size(19, 13);\r
2078             this.lbl_t3.TabIndex = 24;\r
2079             this.lbl_t3.Text = "3:";\r
2080             // \r
2081             // trackBar2\r
2082             // \r
2083             this.trackBar2.LargeChange = 0;\r
2084             this.trackBar2.Location = new System.Drawing.Point(620, 79);\r
2085             this.trackBar2.Margin = new System.Windows.Forms.Padding(0);\r
2086             this.trackBar2.Maximum = 30;\r
2087             this.trackBar2.Name = "trackBar2";\r
2088             this.trackBar2.Size = new System.Drawing.Size(49, 42);\r
2089             this.trackBar2.TabIndex = 22;\r
2090             this.trackBar2.TickFrequency = 10;\r
2091             this.ToolTip.SetToolTip(this.trackBar2, "\83_\83C\83i\83~\83b\83N\83\8c\83\93\83W\83R\83\93\83v\83\8c\83b\83V\83\87\83\93\81iDRC\81j\82Ì\8b­\93x\82ð\8ew\92è\82µ\82Ü\82·");\r
2092             this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_Scroll);\r
2093             // \r
2094             // label16\r
2095             // \r
2096             this.label16.AutoSize = true;\r
2097             this.label16.BackColor = System.Drawing.Color.Transparent;\r
2098             this.label16.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2099             this.label16.Location = new System.Drawing.Point(628, 33);\r
2100             this.label16.Name = "label16";\r
2101             this.label16.Size = new System.Drawing.Size(28, 12);\r
2102             this.label16.TabIndex = 14;\r
2103             this.label16.Text = "DRC";\r
2104             // \r
2105             // trackBar1\r
2106             // \r
2107             this.trackBar1.LargeChange = 0;\r
2108             this.trackBar1.Location = new System.Drawing.Point(619, 44);\r
2109             this.trackBar1.Margin = new System.Windows.Forms.Padding(0);\r
2110             this.trackBar1.Maximum = 30;\r
2111             this.trackBar1.Name = "trackBar1";\r
2112             this.trackBar1.Size = new System.Drawing.Size(50, 42);\r
2113             this.trackBar1.TabIndex = 13;\r
2114             this.trackBar1.TickFrequency = 10;\r
2115             this.ToolTip.SetToolTip(this.trackBar1, "\83_\83C\83i\83~\83b\83N\83\8c\83\93\83W\83R\83\93\83v\83\8c\83b\83V\83\87\83\93\81iDRC\81j\82Ì\8b­\93x\82ð\8ew\92è\82µ\82Ü\82·");\r
2116             this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_Scroll);\r
2117             // \r
2118             // groupBox5\r
2119             // \r
2120             this.groupBox5.Location = new System.Drawing.Point(107, 12);\r
2121             this.groupBox5.Name = "groupBox5";\r
2122             this.groupBox5.Size = new System.Drawing.Size(577, 9);\r
2123             this.groupBox5.TabIndex = 1;\r
2124             this.groupBox5.TabStop = false;\r
2125             // \r
2126             // groupBox3\r
2127             // \r
2128             this.groupBox3.Location = new System.Drawing.Point(83, 202);\r
2129             this.groupBox3.Name = "groupBox3";\r
2130             this.groupBox3.Size = new System.Drawing.Size(601, 9);\r
2131             this.groupBox3.TabIndex = 41;\r
2132             this.groupBox3.TabStop = false;\r
2133             // \r
2134             // label68\r
2135             // \r
2136             this.label68.AutoSize = true;\r
2137             this.label68.BackColor = System.Drawing.Color.Transparent;\r
2138             this.label68.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2139             this.label68.Location = new System.Drawing.Point(13, 12);\r
2140             this.label68.Name = "label68";\r
2141             this.label68.Size = new System.Drawing.Size(60, 13);\r
2142             this.label68.TabIndex = 0;\r
2143             this.label68.Text = "\89¹\90º\83g\83\89\83b\83N";\r
2144             // \r
2145             // label67\r
2146             // \r
2147             this.label67.AutoSize = true;\r
2148             this.label67.BackColor = System.Drawing.Color.Transparent;\r
2149             this.label67.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2150             this.label67.Location = new System.Drawing.Point(479, 22);\r
2151             this.label67.Name = "label67";\r
2152             this.label67.Size = new System.Drawing.Size(65, 24);\r
2153             this.label67.TabIndex = 10;\r
2154             this.label67.Text = "\83T\83\93\83v\83\8a\83\93\83O\83\8c\81[\83g\r\n(kHz)";\r
2155             // \r
2156             // label66\r
2157             // \r
2158             this.label66.AutoSize = true;\r
2159             this.label66.BackColor = System.Drawing.Color.Transparent;\r
2160             this.label66.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2161             this.label66.Location = new System.Drawing.Point(542, 33);\r
2162             this.label66.Name = "label66";\r
2163             this.label66.Size = new System.Drawing.Size(75, 12);\r
2164             this.label66.TabIndex = 12;\r
2165             this.label66.Text = "\83r\83b\83g\83\8c\81[\83g(Kbps)";\r
2166             // \r
2167             // label65\r
2168             // \r
2169             this.label65.AutoSize = true;\r
2170             this.label65.BackColor = System.Drawing.Color.Transparent;\r
2171             this.label65.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2172             this.label65.Location = new System.Drawing.Point(255, 33);\r
2173             this.label65.Name = "label65";\r
2174             this.label65.Size = new System.Drawing.Size(54, 12);\r
2175             this.label65.TabIndex = 6;\r
2176             this.label65.Text = "\89¹\90º\83R\81[\83f\83b\83N";\r
2177             // \r
2178             // label14\r
2179             // \r
2180             this.label14.AutoSize = true;\r
2181             this.label14.BackColor = System.Drawing.Color.Transparent;\r
2182             this.label14.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2183             this.label14.Location = new System.Drawing.Point(380, 33);\r
2184             this.label14.Name = "label14";\r
2185             this.label14.Size = new System.Drawing.Size(49, 12);\r
2186             this.label14.TabIndex = 8;\r
2187             this.label14.Text = "\83~\83b\83N\83X\83_\83E\83\93";\r
2188             // \r
2189             // drp_track2Audio\r
2190             // \r
2191             this.drp_track2Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2192             this.drp_track2Audio.FormattingEnabled = true;\r
2193             this.drp_track2Audio.Items.AddRange(new object[] {\r
2194             "None"});\r
2195             this.drp_track2Audio.Location = new System.Drawing.Point(36, 84);\r
2196             this.drp_track2Audio.Name = "drp_track2Audio";\r
2197             this.drp_track2Audio.Size = new System.Drawing.Size(194, 20);\r
2198             this.drp_track2Audio.TabIndex = 17;\r
2199             this.drp_track2Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track2Audio_SelectedIndexChanged);\r
2200             // \r
2201             // label28\r
2202             // \r
2203             this.label28.AutoSize = true;\r
2204             this.label28.BackColor = System.Drawing.Color.Transparent;\r
2205             this.label28.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2206             this.label28.Location = new System.Drawing.Point(13, 87);\r
2207             this.label28.Name = "label28";\r
2208             this.label28.Size = new System.Drawing.Size(19, 13);\r
2209             this.label28.TabIndex = 16;\r
2210             this.label28.Text = "2:";\r
2211             // \r
2212             // label27\r
2213             // \r
2214             this.label27.AutoSize = true;\r
2215             this.label27.BackColor = System.Drawing.Color.Transparent;\r
2216             this.label27.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2217             this.label27.Location = new System.Drawing.Point(107, 33);\r
2218             this.label27.Name = "label27";\r
2219             this.label27.Size = new System.Drawing.Size(32, 12);\r
2220             this.label27.TabIndex = 4;\r
2221             this.label27.Text = "\95Ï\8a·\8c³";\r
2222             // \r
2223             // Label19\r
2224             // \r
2225             this.Label19.AutoSize = true;\r
2226             this.Label19.BackColor = System.Drawing.Color.Transparent;\r
2227             this.Label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2228             this.Label19.Location = new System.Drawing.Point(13, 202);\r
2229             this.Label19.Name = "Label19";\r
2230             this.Label19.Size = new System.Drawing.Size(29, 13);\r
2231             this.Label19.TabIndex = 40;\r
2232             this.Label19.Text = "\8e\9a\96\8b";\r
2233             // \r
2234             // Label20\r
2235             // \r
2236             this.Label20.AutoSize = true;\r
2237             this.Label20.BackColor = System.Drawing.Color.Transparent;\r
2238             this.Label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2239             this.Label20.Location = new System.Drawing.Point(13, 228);\r
2240             this.Label20.Name = "Label20";\r
2241             this.Label20.Size = new System.Drawing.Size(32, 13);\r
2242             this.Label20.TabIndex = 42;\r
2243             this.Label20.Text = "\8e\9a\96\8b:";\r
2244             // \r
2245             // drp_track1Audio\r
2246             // \r
2247             this.drp_track1Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2248             this.drp_track1Audio.FormattingEnabled = true;\r
2249             this.drp_track1Audio.Items.AddRange(new object[] {\r
2250             "Automatic"});\r
2251             this.drp_track1Audio.Location = new System.Drawing.Point(36, 50);\r
2252             this.drp_track1Audio.Name = "drp_track1Audio";\r
2253             this.drp_track1Audio.Size = new System.Drawing.Size(194, 20);\r
2254             this.drp_track1Audio.TabIndex = 3;\r
2255             // \r
2256             // Label32\r
2257             // \r
2258             this.Label32.AutoSize = true;\r
2259             this.Label32.BackColor = System.Drawing.Color.Transparent;\r
2260             this.Label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2261             this.Label32.Location = new System.Drawing.Point(13, 53);\r
2262             this.Label32.Name = "Label32";\r
2263             this.Label32.Size = new System.Drawing.Size(19, 13);\r
2264             this.Label32.TabIndex = 2;\r
2265             this.Label32.Text = "1:";\r
2266             // \r
2267             // TabPage3\r
2268             // \r
2269             this.TabPage3.BackColor = System.Drawing.Color.Transparent;\r
2270             this.TabPage3.Controls.Add(this.drp_videoEncoder);\r
2271             this.TabPage3.Controls.Add(this.Label47);\r
2272             this.TabPage3.Controls.Add(this.label25);\r
2273             this.TabPage3.Controls.Add(this.check_grayscale);\r
2274             this.TabPage3.Controls.Add(this.check_turbo);\r
2275             this.TabPage3.Controls.Add(this.Label22);\r
2276             this.TabPage3.Controls.Add(this.check_2PassEncode);\r
2277             this.TabPage3.Controls.Add(this.Label2);\r
2278             this.TabPage3.Controls.Add(this.text_filesize);\r
2279             this.TabPage3.Controls.Add(this.Label42);\r
2280             this.TabPage3.Controls.Add(this.slider_videoQuality);\r
2281             this.TabPage3.Controls.Add(this.text_bitrate);\r
2282             this.TabPage3.Controls.Add(Label38);\r
2283             this.TabPage3.Controls.Add(this.SliderValue);\r
2284             this.TabPage3.Controls.Add(this.Label46);\r
2285             this.TabPage3.Controls.Add(this.Label40);\r
2286             this.TabPage3.Controls.Add(this.drp_videoFramerate);\r
2287             this.TabPage3.Location = new System.Drawing.Point(4, 22);\r
2288             this.TabPage3.Name = "TabPage3";\r
2289             this.TabPage3.Padding = new System.Windows.Forms.Padding(3);\r
2290             this.TabPage3.Size = new System.Drawing.Size(697, 290);\r
2291             this.TabPage3.TabIndex = 2;\r
2292             this.TabPage3.Text = "\93®\89æ";\r
2293             this.TabPage3.UseVisualStyleBackColor = true;\r
2294 */\r
2295             // tab_audio\r
2296             // \r
2297             this.tab_audio.BackColor = System.Drawing.Color.Transparent;\r
2298             this.tab_audio.Controls.Add(this.AudioSettings);\r
2299             this.tab_audio.Location = new System.Drawing.Point(4, 22);\r
2300             this.tab_audio.Name = "tab_audio";\r
2301             this.tab_audio.Padding = new System.Windows.Forms.Padding(3);\r
2302             this.tab_audio.Size = new System.Drawing.Size(724, 308);\r
2303             this.tab_audio.TabIndex = 3;\r
2304             this.tab_audio.Text = "\89¹\90º";\r
2305             this.tab_audio.UseVisualStyleBackColor = true;\r
2306             // \r
2307             // AudioSettings\r
2308             // \r
2309             this.AudioSettings.BackColor = System.Drawing.Color.Transparent;\r
2310             this.AudioSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2311             this.AudioSettings.Location = new System.Drawing.Point(0, 0);\r
2312             this.AudioSettings.Name = "AudioSettings";\r
2313             this.AudioSettings.Size = new System.Drawing.Size(715, 310);\r
2314             this.AudioSettings.TabIndex = 0;\r
2315             // \r
2316             // AudioMenuRowHeightHack\r
2317             // \r
2318             this.AudioMenuRowHeightHack.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;\r
2319             this.AudioMenuRowHeightHack.ImageSize = new System.Drawing.Size(1, 18);\r
2320             this.AudioMenuRowHeightHack.TransparentColor = System.Drawing.Color.Transparent;\r
2321             // \r
2322             // tab_video\r
2323             // \r
2324             this.tab_video.BackColor = System.Drawing.Color.Transparent;\r
2325             this.tab_video.Controls.Add(this.radio_cq);\r
2326             this.tab_video.Controls.Add(this.radio_avgBitrate);\r
2327             this.tab_video.Controls.Add(this.radio_targetFilesize);\r
2328             this.tab_video.Controls.Add(this.drp_videoEncoder);\r
2329             this.tab_video.Controls.Add(this.Label47);\r
2330             this.tab_video.Controls.Add(this.label25);\r
2331             this.tab_video.Controls.Add(this.check_turbo);\r
2332             this.tab_video.Controls.Add(this.check_2PassEncode);\r
2333             this.tab_video.Controls.Add(this.Label2);\r
2334             this.tab_video.Controls.Add(this.text_filesize);\r
2335             this.tab_video.Controls.Add(this.slider_videoQuality);\r
2336             this.tab_video.Controls.Add(this.text_bitrate);\r
2337             this.tab_video.Controls.Add(this.SliderValue);\r
2338             this.tab_video.Controls.Add(this.Label46);\r
2339             this.tab_video.Controls.Add(this.drp_videoFramerate);\r
2340             this.tab_video.Location = new System.Drawing.Point(4, 22);\r
2341             this.tab_video.Name = "tab_video";\r
2342             this.tab_video.Padding = new System.Windows.Forms.Padding(3);\r
2343             this.tab_video.Size = new System.Drawing.Size(724, 308);\r
2344             this.tab_video.TabIndex = 2;\r
2345             this.tab_video.Text = "Video";\r
2346             this.tab_video.UseVisualStyleBackColor = true;\r
2347             // \r
2348             // radio_cq\r
2349             // \r
2350             this.radio_cq.AutoSize = true;\r
2351             this.radio_cq.BackColor = System.Drawing.Color.Transparent;\r
2352             this.radio_cq.Location = new System.Drawing.Point(336, 97);\r
2353             this.radio_cq.Name = "radio_cq";\r
2354             this.radio_cq.Size = new System.Drawing.Size(110, 17);\r
2355             this.radio_cq.TabIndex = 18;\r
2356             this.radio_cq.Text = "Constant Quality:";\r
2357             this.radio_cq.UseVisualStyleBackColor = false;\r
2358             this.radio_cq.CheckedChanged += new System.EventHandler(this.radio_cq_CheckedChanged);\r
2359             // \r
2360             // radio_avgBitrate\r
2361             // \r
2362             this.radio_avgBitrate.AutoSize = true;\r
2363             this.radio_avgBitrate.BackColor = System.Drawing.Color.Transparent;\r
2364             this.radio_avgBitrate.Checked = true;\r
2365             this.radio_avgBitrate.Location = new System.Drawing.Point(336, 64);\r
2366             this.radio_avgBitrate.Name = "radio_avgBitrate";\r
2367             this.radio_avgBitrate.Size = new System.Drawing.Size(116, 17);\r
2368             this.radio_avgBitrate.TabIndex = 17;\r
2369             this.radio_avgBitrate.TabStop = true;\r
2370             this.radio_avgBitrate.Text = "Avg Bitrate (kbps):";\r
2371             this.radio_avgBitrate.UseVisualStyleBackColor = false;\r
2372             this.radio_avgBitrate.CheckedChanged += new System.EventHandler(this.radio_avgBitrate_CheckedChanged);\r
2373             // \r
2374             // radio_targetFilesize\r
2375             // \r
2376             this.radio_targetFilesize.AutoSize = true;\r
2377             this.radio_targetFilesize.BackColor = System.Drawing.Color.Transparent;\r
2378             this.radio_targetFilesize.Location = new System.Drawing.Point(336, 37);\r
2379             this.radio_targetFilesize.Name = "radio_targetFilesize";\r
2380             this.radio_targetFilesize.Size = new System.Drawing.Size(108, 17);\r
2381             this.radio_targetFilesize.TabIndex = 16;\r
2382             this.radio_targetFilesize.Text = "Target Size (MB):";\r
2383             this.radio_targetFilesize.UseVisualStyleBackColor = false;\r
2384             this.radio_targetFilesize.CheckedChanged += new System.EventHandler(this.radio_targetFilesize_CheckedChanged);\r
2385             // \r
2386             // label25\r
2387             // \r
2388             this.label25.AutoSize = true;\r
2389             this.label25.BackColor = System.Drawing.Color.Transparent;\r
2390 /*\r
2391             this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2392             this.label25.Location = new System.Drawing.Point(13, 12);\r
2393             this.label25.Name = "label25";\r
2394             this.label25.Size = new System.Drawing.Size(29, 13);\r
2395 */\r
2396             this.label25.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2397             this.label25.Location = new System.Drawing.Point(13, 13);\r
2398             this.label25.Name = "label25";\r
2399             this.label25.Size = new System.Drawing.Size(38, 13);\r
2400             this.label25.TabIndex = 0;\r
2401             this.label25.Text = "\93®\89æ";\r
2402             // \r
2403 /*\r
2404             // check_grayscale\r
2405             // \r
2406             this.check_grayscale.AutoSize = true;\r
2407             this.check_grayscale.BackColor = System.Drawing.Color.Transparent;\r
2408             this.check_grayscale.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2409             this.check_grayscale.Location = new System.Drawing.Point(16, 127);\r
2410             this.check_grayscale.Name = "check_grayscale";\r
2411             this.check_grayscale.Size = new System.Drawing.Size(81, 17);\r
2412             this.check_grayscale.TabIndex = 5;\r
2413             this.check_grayscale.Text = "\83O\83\8c\83C\83X\83P\81[\83\8b";\r
2414             this.ToolTip.SetToolTip(this.check_grayscale, "\83`\83F\83b\83N\82ð\93ü\82ê\82é\82Æ\93®\89æ\82ð\83O\83\8c\83C\83X\83P\81[\83\8b\89»\82µ\82Ü\82·");\r
2415             this.check_grayscale.UseVisualStyleBackColor = false;\r
2416             // \r
2417             // Label22\r
2418             // \r
2419             this.Label22.AutoSize = true;\r
2420             this.Label22.BackColor = System.Drawing.Color.Transparent;\r
2421             this.Label22.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2422             this.Label22.Location = new System.Drawing.Point(13, 109);\r
2423             this.Label22.Name = "Label22";\r
2424             this.Label22.Size = new System.Drawing.Size(93, 13);\r
2425             this.Label22.TabIndex = 4;\r
2426             this.Label22.Text = "\83G\83\93\83R\81[\83h\92Ç\89Á\90Ý\92è";\r
2427             // \r
2428 */\r
2429             // check_2PassEncode\r
2430             // \r
2431             this.check_2PassEncode.AutoSize = true;\r
2432             this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent;\r
2433 /*\r
2434             this.check_2PassEncode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2435             this.check_2PassEncode.Location = new System.Drawing.Point(16, 149);\r
2436             this.check_2PassEncode.Name = "check_2PassEncode";\r
2437             this.check_2PassEncode.Size = new System.Drawing.Size(101, 17);\r
2438 */\r
2439             this.check_2PassEncode.Location = new System.Drawing.Point(125, 100);\r
2440             this.check_2PassEncode.Name = "check_2PassEncode";\r
2441             this.check_2PassEncode.Size = new System.Drawing.Size(104, 17);\r
2442             this.check_2PassEncode.TabIndex = 6;\r
2443             this.check_2PassEncode.Text = "2-Pass\83G\83\93\83R\81[\83h";\r
2444             this.ToolTip.SetToolTip(this.check_2PassEncode, "2\83p\83X\83G\83\93\83R\81[\83h\82ð\8ds\82¤\8fê\8d\87\81A\83`\83F\83b\83N\82ð\93ü\82ê\82Ü\82·\81B2\83p\83X\83G\83\93\83R\81[\83h\82Í\83G\83\93\83R\81[\83h\82ª\92x\82­\82È\82è\82Ü\82·\82ª\81A\95i\8e¿\82ª\8cü\8fã\82µ\82Ü\82·");\r
2445             this.check_2PassEncode.UseVisualStyleBackColor = false;\r
2446             this.check_2PassEncode.CheckedChanged += new System.EventHandler(this.check_2PassEncode_CheckedChanged);\r
2447             // \r
2448             // Label2\r
2449             // \r
2450             this.Label2.AutoSize = true;\r
2451             this.Label2.BackColor = System.Drawing.Color.Transparent;\r
2452 /*\r
2453             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2454             this.Label2.Location = new System.Drawing.Point(334, 12);\r
2455             this.Label2.Name = "Label2";\r
2456             this.Label2.Size = new System.Drawing.Size(29, 13);\r
2457 */\r
2458             this.Label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2459             this.Label2.Location = new System.Drawing.Point(334, 13);\r
2460             this.Label2.Name = "Label2";\r
2461             this.Label2.Size = new System.Drawing.Size(47, 13);\r
2462             this.Label2.TabIndex = 8;\r
2463             this.Label2.Text = "\95i\8e¿";\r
2464             // \r
2465 /*\r
2466             // Label42\r
2467             // \r
2468             this.Label42.AutoSize = true;\r
2469             this.Label42.BackColor = System.Drawing.Color.Transparent;\r
2470             this.Label42.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2471             this.Label42.Location = new System.Drawing.Point(334, 60);\r
2472             this.Label42.Name = "Label42";\r
2473             this.Label42.Size = new System.Drawing.Size(112, 13);\r
2474             this.Label42.TabIndex = 9;\r
2475             this.Label42.Text = "\95½\8bÏ\83r\83b\83g\83\8c\81[\83g(kbps):";\r
2476             // \r
2477 */\r
2478             // SliderValue\r
2479             // \r
2480             this.SliderValue.AutoSize = true;\r
2481             this.SliderValue.BackColor = System.Drawing.Color.Transparent;\r
2482 /*\r
2483             this.SliderValue.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2484             this.SliderValue.Location = new System.Drawing.Point(641, 92);\r
2485 */\r
2486             this.SliderValue.Location = new System.Drawing.Point(480, 100);\r
2487             this.SliderValue.Name = "SliderValue";\r
2488             this.SliderValue.Size = new System.Drawing.Size(24, 13);\r
2489             this.SliderValue.TabIndex = 15;\r
2490             this.SliderValue.Text = "0%";\r
2491             // \r
2492             // Label46\r
2493             // \r
2494             this.Label46.AutoSize = true;\r
2495             this.Label46.BackColor = System.Drawing.Color.Transparent;\r
2496 /*\r
2497             this.Label46.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2498             this.Label46.Location = new System.Drawing.Point(13, 66);\r
2499             this.Label46.Name = "Label46";\r
2500             this.Label46.Size = new System.Drawing.Size(97, 13);\r
2501 */\r
2502             this.Label46.Location = new System.Drawing.Point(13, 71);\r
2503             this.Label46.Name = "Label46";\r
2504             this.Label46.Size = new System.Drawing.Size(90, 13);\r
2505             this.Label46.TabIndex = 1;\r
2506             this.Label46.Text = "\83t\83\8c\81[\83\80\83\8c\81[\83g(FPS):";\r
2507             // \r
2508 /*\r
2509             // Label40\r
2510             // \r
2511             this.Label40.AutoSize = true;\r
2512             this.Label40.BackColor = System.Drawing.Color.Transparent;\r
2513             this.Label40.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2514             this.Label40.Location = new System.Drawing.Point(334, 91);\r
2515             this.Label40.Name = "Label40";\r
2516             this.Label40.Size = new System.Drawing.Size(32, 13);\r
2517             this.Label40.TabIndex = 13;\r
2518             this.Label40.Text = "\95i\8e¿:";\r
2519             // \r
2520             // TabPage1\r
2521             // \r
2522             this.TabPage1.BackColor = System.Drawing.Color.Transparent;\r
2523             this.TabPage1.Controls.Add(this.slider_deblock);\r
2524             this.TabPage1.Controls.Add(this.label8);\r
2525             this.TabPage1.Controls.Add(this.lbl_deblockVal);\r
2526             this.TabPage1.Controls.Add(this.check_customCrop);\r
2527             this.TabPage1.Controls.Add(this.check_autoCrop);\r
2528             this.TabPage1.Controls.Add(this.check_decomb);\r
2529             this.TabPage1.Controls.Add(this.lbl_src_res);\r
2530             this.TabPage1.Controls.Add(this.label7);\r
2531             this.TabPage1.Controls.Add(this.label6);\r
2532             this.TabPage1.Controls.Add(this.drp_anamorphic);\r
2533             this.TabPage1.Controls.Add(this.text_bottom);\r
2534             this.TabPage1.Controls.Add(this.text_top);\r
2535             this.TabPage1.Controls.Add(this.text_left);\r
2536             this.TabPage1.Controls.Add(this.text_right);\r
2537             this.TabPage1.Controls.Add(this.label26);\r
2538             this.TabPage1.Controls.Add(this.Label56);\r
2539             this.TabPage1.Controls.Add(this.lbl_Aspect);\r
2540             this.TabPage1.Controls.Add(this.Label91);\r
2541             this.TabPage1.Controls.Add(this.text_height);\r
2542             this.TabPage1.Controls.Add(this.Label55);\r
2543             this.TabPage1.Controls.Add(this.text_width);\r
2544             this.TabPage1.Controls.Add(this.label24);\r
2545             this.TabPage1.Controls.Add(this.drp_deNoise);\r
2546             this.TabPage1.Controls.Add(this.label11);\r
2547             this.TabPage1.Controls.Add(this.check_detelecine);\r
2548             this.TabPage1.Controls.Add(this.label4);\r
2549             this.TabPage1.Controls.Add(this.drp_deInterlace_option);\r
2550             this.TabPage1.Controls.Add(this.Label1);\r
2551             this.TabPage1.Controls.Add(this.Label53);\r
2552             this.TabPage1.Controls.Add(this.Label52);\r
2553             this.TabPage1.Controls.Add(this.Label51);\r
2554             this.TabPage1.Controls.Add(this.Label15);\r
2555             this.TabPage1.Location = new System.Drawing.Point(4, 22);\r
2556             this.TabPage1.Name = "TabPage1";\r
2557             this.TabPage1.Padding = new System.Windows.Forms.Padding(3);\r
2558             this.TabPage1.Size = new System.Drawing.Size(697, 290);\r
2559             this.TabPage1.TabIndex = 0;\r
2560             this.TabPage1.Text = "\89æ\91\9c";\r
2561             this.TabPage1.UseVisualStyleBackColor = true;\r
2562             // \r
2563             // slider_deblock\r
2564             // \r
2565             this.slider_deblock.Location = new System.Drawing.Point(407, 244);\r
2566             this.slider_deblock.Maximum = 15;\r
2567             this.slider_deblock.Minimum = 4;\r
2568             this.slider_deblock.Name = "slider_deblock";\r
2569             this.slider_deblock.Size = new System.Drawing.Size(174, 42);\r
2570             this.slider_deblock.TabIndex = 35;\r
2571             this.ToolTip.SetToolTip(this.slider_deblock, "Deblock\83t\83B\83\8b\83^\81i\83u\83\8d\83b\83N\83m\83C\83Y\8f\9c\8b\8e\83t\83B\83\8b\83^\81j\82Ì\8b­\93x\82ð\8ew\92è\82µ\82Ü\82·\81B\92l\82ª\91å\82«\82¢\82Ù\82Ç\8cø\89Ê\82ª\8b­\82­\82È\82è\82Ü\82·");\r
2572             this.slider_deblock.Value = 4;\r
2573             this.slider_deblock.Scroll += new System.EventHandler(this.slider_deblock_Scroll);\r
2574             // \r
2575             // label8\r
2576             // \r
2577             this.label8.AutoSize = true;\r
2578             this.label8.BackColor = System.Drawing.Color.Transparent;\r
2579             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2580             this.label8.Location = new System.Drawing.Point(311, 248);\r
2581             this.label8.Name = "label8";\r
2582             this.label8.Size = new System.Drawing.Size(58, 13);\r
2583             this.label8.TabIndex = 37;\r
2584             this.label8.Text = "Deblock:";\r
2585             // \r
2586             // lbl_deblockVal\r
2587             // \r
2588             this.lbl_deblockVal.AutoSize = true;\r
2589             this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent;\r
2590             this.lbl_deblockVal.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2591             this.lbl_deblockVal.Location = new System.Drawing.Point(585, 248);\r
2592             this.lbl_deblockVal.Name = "lbl_deblockVal";\r
2593             this.lbl_deblockVal.Size = new System.Drawing.Size(24, 13);\r
2594             this.lbl_deblockVal.TabIndex = 36;\r
2595             this.lbl_deblockVal.Text = "Off";\r
2596             // \r
2597             // check_decomb\r
2598             // \r
2599             this.check_decomb.AutoSize = true;\r
2600             this.check_decomb.BackColor = System.Drawing.Color.Transparent;\r
2601             this.check_decomb.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2602             this.check_decomb.Location = new System.Drawing.Point(314, 174);\r
2603             this.check_decomb.Name = "check_decomb";\r
2604             this.check_decomb.Size = new System.Drawing.Size(73, 17);\r
2605             this.check_decomb.TabIndex = 32;\r
2606             this.check_decomb.Text = "Decomb";\r
2607             this.ToolTip.SetToolTip(this.check_decomb, "\83C\83\93\83^\81[\83\8c\81[\83X\8f\9c\8b\8e\83t\83B\83\8b\83^\82Å\82 \82éDecomb\83t\83B\83\8b\83^\82ð\8eg\97p\82·\82é\8fê\8d\87\83`\83F\83b\83N\82ð\93ü\82ê\82Ü\82·");\r
2608             this.check_decomb.UseVisualStyleBackColor = false;\r
2609             // \r
2610             // label6\r
2611             // \r
2612             this.label6.AutoSize = true;\r
2613             this.label6.BackColor = System.Drawing.Color.Transparent;\r
2614             this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2615             this.label6.Location = new System.Drawing.Point(311, 102);\r
2616             this.label6.Name = "label6";\r
2617             this.label6.Size = new System.Drawing.Size(44, 13);\r
2618             this.label6.TabIndex = 20;\r
2619             this.label6.Text = "\83\8f\83C\83h\89»:";\r
2620             // \r
2621             // drp_anamorphic\r
2622             // \r
2623             this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2624             this.drp_anamorphic.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2625             this.drp_anamorphic.FormattingEnabled = true;\r
2626             this.drp_anamorphic.Items.AddRange(new object[] {\r
2627             "None",\r
2628             "Strict",\r
2629             "Loose"});\r
2630             this.drp_anamorphic.Location = new System.Drawing.Point(407, 100);\r
2631             this.drp_anamorphic.Name = "drp_anamorphic";\r
2632             this.drp_anamorphic.Size = new System.Drawing.Size(110, 21);\r
2633             this.drp_anamorphic.TabIndex = 21;\r
2634             this.ToolTip.SetToolTip(this.drp_anamorphic, "\81ustrict\81v\82Å\82Í\93®\89æ\82ð\8cµ\96§\82É\83\8f\83C\83h\89»\82µ\82Ü\82·\81B\81uloose\81v\82Å\82Í\81A\95\9d\82¨\82æ\82Ñ\8d\82\82³\82ª16\82Ì\94{\90\94\82É\82È\82é\82æ\82¤\82É\83\8f\83C\83h\89»\82µ\82Ü\82·");\r
2635             this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged);\r
2636             // \r
2637             // text_bottom\r
2638             // \r
2639             this.text_bottom.Enabled = false;\r
2640             this.text_bottom.Location = new System.Drawing.Point(96, 136);\r
2641             this.text_bottom.Maximum = new decimal(new int[] {\r
2642             1080,\r
2643             0,\r
2644             0,\r
2645             0});\r
2646             this.text_bottom.Name = "text_bottom";\r
2647             this.text_bottom.Size = new System.Drawing.Size(44, 21);\r
2648             this.text_bottom.TabIndex = 9;\r
2649             // \r
2650             // text_top\r
2651             // \r
2652             this.text_top.Enabled = false;\r
2653             this.text_top.Location = new System.Drawing.Point(96, 93);\r
2654             this.text_top.Maximum = new decimal(new int[] {\r
2655             1080,\r
2656             0,\r
2657             0,\r
2658             0});\r
2659             this.text_top.Name = "text_top";\r
2660             this.text_top.Size = new System.Drawing.Size(44, 21);\r
2661             this.text_top.TabIndex = 6;\r
2662             // \r
2663             // text_left\r
2664             // \r
2665             this.text_left.Enabled = false;\r
2666             this.text_left.Location = new System.Drawing.Point(45, 114);\r
2667             this.text_left.Maximum = new decimal(new int[] {\r
2668             1920,\r
2669             0,\r
2670             0,\r
2671             0});\r
2672             this.text_left.Name = "text_left";\r
2673             this.text_left.Size = new System.Drawing.Size(44, 21);\r
2674             this.text_left.TabIndex = 4;\r
2675             // \r
2676             // text_right\r
2677             // \r
2678             this.text_right.Enabled = false;\r
2679             this.text_right.Location = new System.Drawing.Point(147, 114);\r
2680             this.text_right.Maximum = new decimal(new int[] {\r
2681             1920,\r
2682             0,\r
2683             0,\r
2684             0});\r
2685             this.text_right.Name = "text_right";\r
2686             this.text_right.Size = new System.Drawing.Size(44, 21);\r
2687             this.text_right.TabIndex = 7;\r
2688             // \r
2689             // label26\r
2690             // \r
2691             this.label26.AutoSize = true;\r
2692             this.label26.BackColor = System.Drawing.Color.Transparent;\r
2693             this.label26.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2694             this.label26.Location = new System.Drawing.Point(311, 12);\r
2695             this.label26.Name = "label26";\r
2696             this.label26.Size = new System.Drawing.Size(33, 13);\r
2697             this.label26.TabIndex = 11;\r
2698             this.label26.Text = "\83T\83C\83Y";\r
2699             // \r
2700             // Label56\r
2701             // \r
2702             this.Label56.AutoSize = true;\r
2703             this.Label56.BackColor = System.Drawing.Color.Transparent;\r
2704             this.Label56.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2705             this.Label56.ForeColor = System.Drawing.Color.Black;\r
2706             this.Label56.Location = new System.Drawing.Point(477, 78);\r
2707             this.Label56.Name = "Label56";\r
2708             this.Label56.Size = new System.Drawing.Size(15, 13);\r
2709             this.Label56.TabIndex = 18;\r
2710             this.Label56.Text = "x";\r
2711             // \r
2712             // lbl_Aspect\r
2713             // \r
2714             this.lbl_Aspect.AutoSize = true;\r
2715             this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent;\r
2716             this.lbl_Aspect.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2717             this.lbl_Aspect.Location = new System.Drawing.Point(405, 54);\r
2718             this.lbl_Aspect.Name = "lbl_Aspect";\r
2719             this.lbl_Aspect.Size = new System.Drawing.Size(72, 12);\r
2720             this.lbl_Aspect.TabIndex = 15;\r
2721             this.lbl_Aspect.Text = "Select a Title";\r
2722             // \r
2723             // Label91\r
2724             // \r
2725             this.Label91.AutoSize = true;\r
2726             this.Label91.BackColor = System.Drawing.Color.Transparent;\r
2727             this.Label91.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2728             this.Label91.Location = new System.Drawing.Point(311, 53);\r
2729             this.Label91.Name = "Label91";\r
2730             this.Label91.Size = new System.Drawing.Size(60, 13);\r
2731             this.Label91.TabIndex = 14;\r
2732             this.Label91.Text = "\83A\83X\83y\83N\83g\94ä:";\r
2733             // \r
2734             // Label55\r
2735             // \r
2736             this.Label55.AutoSize = true;\r
2737             this.Label55.BackColor = System.Drawing.Color.Transparent;\r
2738             this.Label55.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2739             this.Label55.ForeColor = System.Drawing.Color.Black;\r
2740             this.Label55.Location = new System.Drawing.Point(311, 78);\r
2741             this.Label55.Name = "Label55";\r
2742             this.Label55.Size = new System.Drawing.Size(44, 13);\r
2743             this.Label55.TabIndex = 16;\r
2744             this.Label55.Text = "\95\9d/\8d\82\82³:";\r
2745             // \r
2746             // label24\r
2747             // \r
2748             this.label24.AutoSize = true;\r
2749             this.label24.BackColor = System.Drawing.Color.Transparent;\r
2750             this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2751             this.label24.Location = new System.Drawing.Point(311, 131);\r
2752             this.label24.Name = "label24";\r
2753             this.label24.Size = new System.Drawing.Size(39, 13);\r
2754             this.label24.TabIndex = 22;\r
2755             this.label24.Text = "\83t\83B\83\8b\83^";\r
2756             // \r
2757             // drp_deNoise\r
2758             // \r
2759             this.drp_deNoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2760             this.drp_deNoise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2761             this.drp_deNoise.FormattingEnabled = true;\r
2762             this.drp_deNoise.Items.AddRange(new object[] {\r
2763             "None",\r
2764             "Weak",\r
2765             "Medium",\r
2766             "Strong"});\r
2767             this.drp_deNoise.Location = new System.Drawing.Point(413, 219);\r
2768             this.drp_deNoise.Name = "drp_deNoise";\r
2769             this.drp_deNoise.Size = new System.Drawing.Size(161, 21);\r
2770             this.drp_deNoise.TabIndex = 29;\r
2771             this.ToolTip.SetToolTip(this.drp_deNoise, "\83m\83C\83Y\8cy\8c¸\83t\83B\83\8b\83^\82Ì\8b­\93x\82ð\8ew\92è\82µ\82Ü\82·\81B\81uWeak\81v\81uMediam\81v\81uStrong\81v\82Ì\8f\87\82É\8cø\89Ê\82ª\8b­\82­\82È\82è\82Ü\82·");\r
2772             // \r
2773             // label11\r
2774             // \r
2775             this.label11.AutoSize = true;\r
2776             this.label11.BackColor = System.Drawing.Color.Transparent;\r
2777             this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2778             this.label11.Location = new System.Drawing.Point(311, 222);\r
2779             this.label11.Name = "label11";\r
2780             this.label11.Size = new System.Drawing.Size(54, 13);\r
2781             this.label11.TabIndex = 28;\r
2782             this.label11.Text = "\83m\83C\83Y\8cy\8c¸:";\r
2783             // \r
2784             // check_detelecine\r
2785             // \r
2786             this.check_detelecine.AutoSize = true;\r
2787             this.check_detelecine.BackColor = System.Drawing.Color.Transparent;\r
2788             this.check_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2789             this.check_detelecine.Location = new System.Drawing.Point(314, 152);\r
2790             this.check_detelecine.Name = "check_detelecine";\r
2791             this.check_detelecine.Size = new System.Drawing.Size(86, 17);\r
2792             this.check_detelecine.TabIndex = 23;\r
2793             this.check_detelecine.Text = "Detelecine";\r
2794             this.ToolTip.SetToolTip(this.check_detelecine, "\8bt\83e\83\8c\83V\83l\83t\83B\83\8b\83^\82ð\8eg\97p\82·\82é\8fê\8d\87\83`\83F\83b\83N\82ð\93ü\82ê\82Ü\82·");\r
2795             this.check_detelecine.UseVisualStyleBackColor = false;\r
2796             // \r
2797             // label4\r
2798             // \r
2799             this.label4.AutoSize = true;\r
2800             this.label4.BackColor = System.Drawing.Color.Transparent;\r
2801             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2802             this.label4.Location = new System.Drawing.Point(311, 196);\r
2803             this.label4.Name = "label4";\r
2804             this.label4.Size = new System.Drawing.Size(73, 13);\r
2805             this.label4.TabIndex = 26;\r
2806             this.label4.Text = "\83f\83C\83\93\83^\81[\83\8c\81[\83X:";\r
2807             // \r
2808             // drp_deInterlace_option\r
2809             // \r
2810             this.drp_deInterlace_option.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
2811             this.drp_deInterlace_option.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2812             this.drp_deInterlace_option.FormattingEnabled = true;\r
2813             this.drp_deInterlace_option.Items.AddRange(new object[] {\r
2814             "None",\r
2815             "Fast",\r
2816             "Slow",\r
2817             "Slower"});\r
2818             this.drp_deInterlace_option.Location = new System.Drawing.Point(413, 193);\r
2819             this.drp_deInterlace_option.Name = "drp_deInterlace_option";\r
2820             this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21);\r
2821             this.drp_deInterlace_option.TabIndex = 27;\r
2822             this.ToolTip.SetToolTip(this.drp_deInterlace_option, "\83f\83C\83\93\83^\81[\83\8c\81[\83X\8f\88\97\9d\82Ì\8eg\97p/\95i\8e¿\82ð\91I\91ð\82µ\82Ü\82·\81B\81uFast\81v\82Í\82à\82Á\82Æ\82à\8d\82\91¬\82Å\82·\81B\r\n\81uSlow\81v\81uSlower\81v\82Ì\8f\87\82É\8f\88\97\9d\82ª\82æ\82è\92x\82­\82È\82è\82Ü\82·\82ª\81A\95i\8e¿\82Í\8cü\8fã\82µ\82Ü\82·\81B\r" +\r
2823                     "\n\81uNone\81v\82ð\91I\91ð\82·\82é\82Æ\81A\83f\83C\83\93\83^\81[\83\8c\81[\83X\82ð\8eg\97p\82µ\82Ü\82¹\82ñ");\r
2824             // \r
2825             // Label1\r
2826             // \r
2827             this.Label1.AutoSize = true;\r
2828             this.Label1.BackColor = System.Drawing.Color.Transparent;\r
2829             this.Label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2830             this.Label1.Location = new System.Drawing.Point(13, 12);\r
2831             this.Label1.Name = "Label1";\r
2832             this.Label1.Size = new System.Drawing.Size(46, 13);\r
2833             this.Label1.TabIndex = 0;\r
2834             this.Label1.Text = "\83g\83\8a\83~\83\93\83O";\r
2835             // \r
2836             // Label53\r
2837             // \r
2838             this.Label53.AutoSize = true;\r
2839             this.Label53.BackColor = System.Drawing.Color.Transparent;\r
2840             this.Label53.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2841             this.Label53.Location = new System.Drawing.Point(94, 158);\r
2842             this.Label53.Name = "Label53";\r
2843             this.Label53.Size = new System.Drawing.Size(17, 13);\r
2844             this.Label53.TabIndex = 10;\r
2845             this.Label53.Text = "\89º";\r
2846             // \r
2847             // Label52\r
2848             // \r
2849             this.Label52.AutoSize = true;\r
2850             this.Label52.BackColor = System.Drawing.Color.Transparent;\r
2851             this.Label52.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2852             this.Label52.Location = new System.Drawing.Point(103, 79);\r
2853             this.Label52.Name = "Label52";\r
2854             this.Label52.Size = new System.Drawing.Size(17, 13);\r
2855             this.Label52.TabIndex = 5;\r
2856             this.Label52.Text = "\8fã";\r
2857             // \r
2858             // Label51\r
2859             // \r
2860             this.Label51.AutoSize = true;\r
2861             this.Label51.BackColor = System.Drawing.Color.Transparent;\r
2862             this.Label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2863             this.Label51.Location = new System.Drawing.Point(190, 115);\r
2864             this.Label51.Name = "Label51";\r
2865             this.Label51.Size = new System.Drawing.Size(17, 13);\r
2866             this.Label51.TabIndex = 8;\r
2867             this.Label51.Text = "\89E";\r
2868             // \r
2869             // Label15\r
2870             // \r
2871             this.Label15.AutoSize = true;\r
2872             this.Label15.BackColor = System.Drawing.Color.Transparent;\r
2873             this.Label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2874             this.Label15.Location = new System.Drawing.Point(13, 115);\r
2875             this.Label15.Name = "Label15";\r
2876             this.Label15.Size = new System.Drawing.Size(17, 13);\r
2877             this.Label15.TabIndex = 3;\r
2878             this.Label15.Text = "\8d¶";\r
2879 */\r
2880             // tab_picture\r
2881             // \r
2882             this.tab_picture.BackColor = System.Drawing.Color.Transparent;\r
2883             this.tab_picture.Controls.Add(this.PictureSettings);\r
2884             this.tab_picture.Location = new System.Drawing.Point(4, 22);\r
2885             this.tab_picture.Name = "tab_picture";\r
2886             this.tab_picture.Padding = new System.Windows.Forms.Padding(3);\r
2887             this.tab_picture.Size = new System.Drawing.Size(724, 308);\r
2888             this.tab_picture.TabIndex = 0;\r
2889             this.tab_picture.Text = "Picture";\r
2890             this.tab_picture.UseVisualStyleBackColor = true;\r
2891             // \r
2892             // PictureSettings\r
2893             // \r
2894             this.PictureSettings.BackColor = System.Drawing.Color.Transparent;\r
2895             this.PictureSettings.Enabled = false;\r
2896             this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2897             this.PictureSettings.Location = new System.Drawing.Point(0, 0);\r
2898             this.PictureSettings.Name = "PictureSettings";\r
2899             this.PictureSettings.Size = new System.Drawing.Size(666, 279);\r
2900             this.PictureSettings.TabIndex = 0;\r
2901             // \r
2902             // Check_ChapterMarkers\r
2903             // \r
2904             this.Check_ChapterMarkers.AutoSize = true;\r
2905             this.Check_ChapterMarkers.BackColor = System.Drawing.Color.Transparent;\r
2906 /*\r
2907             this.Check_ChapterMarkers.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2908             this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 30);\r
2909             this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";\r
2910             this.Check_ChapterMarkers.Size = new System.Drawing.Size(123, 17);\r
2911 */\r
2912             this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 32);\r
2913             this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";\r
2914             this.Check_ChapterMarkers.Size = new System.Drawing.Size(140, 17);\r
2915             this.Check_ChapterMarkers.TabIndex = 1;\r
2916             this.Check_ChapterMarkers.Text = "\83`\83\83\83v\83^\81[\83}\81[\83J\81[\82ð\8dì\90¬";\r
2917             this.ToolTip.SetToolTip(this.Check_ChapterMarkers, "\83`\83\83\83v\83^\81[\83}\81[\83J\81[\82ð\8dì\90¬\82·\82é\8fê\8d\87\83`\83F\83b\83N\82ð\93ü\82ê\82Ü\82·");\r
2918             this.Check_ChapterMarkers.UseVisualStyleBackColor = false;\r
2919             this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged);\r
2920             // \r
2921 /*\r
2922             // advancedOptions\r
2923             // \r
2924             this.advancedOptions.Controls.Add(this.TabPage1);\r
2925             this.advancedOptions.Controls.Add(this.TabPage3);\r
2926             this.advancedOptions.Controls.Add(this.TabPage2);\r
2927             this.advancedOptions.Controls.Add(this.tab_chapters);\r
2928             this.advancedOptions.Controls.Add(this.h264Tab);\r
2929             this.advancedOptions.Controls.Add(this.tabPage4);\r
2930             this.advancedOptions.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2931             this.advancedOptions.Location = new System.Drawing.Point(12, 253);\r
2932             this.advancedOptions.Name = "advancedOptions";\r
2933             this.advancedOptions.SelectedIndex = 0;\r
2934             this.advancedOptions.Size = new System.Drawing.Size(705, 316);\r
2935             this.advancedOptions.TabIndex = 5;\r
2936             this.advancedOptions.TabStop = false;\r
2937 */\r
2938             // tabs_panel\r
2939             // \r
2940             this.tabs_panel.Controls.Add(this.tab_picture);\r
2941             this.tabs_panel.Controls.Add(this.tab_filters);\r
2942             this.tabs_panel.Controls.Add(this.tab_video);\r
2943             this.tabs_panel.Controls.Add(this.tab_audio);\r
2944             this.tabs_panel.Controls.Add(this.tab_subtitles);\r
2945             this.tabs_panel.Controls.Add(this.tab_chapters);\r
2946             this.tabs_panel.Controls.Add(this.tab_advanced);\r
2947             this.tabs_panel.Controls.Add(this.tab_query);\r
2948             this.tabs_panel.Location = new System.Drawing.Point(12, 218);\r
2949             this.tabs_panel.Name = "tabs_panel";\r
2950             this.tabs_panel.SelectedIndex = 0;\r
2951             this.tabs_panel.Size = new System.Drawing.Size(732, 334);\r
2952             this.tabs_panel.TabIndex = 5;\r
2953             this.tabs_panel.TabStop = false;\r
2954             // \r
2955             // tab_filters\r
2956             // \r
2957             this.tab_filters.Controls.Add(this.Filters);\r
2958             this.tab_filters.Location = new System.Drawing.Point(4, 22);\r
2959             this.tab_filters.Name = "tab_filters";\r
2960             this.tab_filters.Size = new System.Drawing.Size(724, 308);\r
2961             this.tab_filters.TabIndex = 9;\r
2962             this.tab_filters.Text = "Video Filters";\r
2963             this.tab_filters.UseVisualStyleBackColor = true;\r
2964             // \r
2965             // Filters\r
2966             // \r
2967             this.Filters.BackColor = System.Drawing.Color.Transparent;\r
2968             this.Filters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2969             this.Filters.Location = new System.Drawing.Point(0, 0);\r
2970             this.Filters.Name = "Filters";\r
2971             this.Filters.Size = new System.Drawing.Size(713, 310);\r
2972             this.Filters.TabIndex = 0;\r
2973             // \r
2974             // tab_subtitles\r
2975             // \r
2976             this.tab_subtitles.Controls.Add(this.Subtitles);\r
2977             this.tab_subtitles.Location = new System.Drawing.Point(4, 22);\r
2978             this.tab_subtitles.Name = "tab_subtitles";\r
2979             this.tab_subtitles.Padding = new System.Windows.Forms.Padding(3);\r
2980             this.tab_subtitles.Size = new System.Drawing.Size(724, 308);\r
2981             this.tab_subtitles.TabIndex = 10;\r
2982             this.tab_subtitles.Text = "Subtitles";\r
2983             this.tab_subtitles.UseVisualStyleBackColor = true;\r
2984             // \r
2985             // Subtitles\r
2986             // \r
2987             this.Subtitles.BackColor = System.Drawing.Color.Transparent;\r
2988             this.Subtitles.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
2989             this.Subtitles.Location = new System.Drawing.Point(0, 0);\r
2990             this.Subtitles.Name = "Subtitles";\r
2991             this.Subtitles.Size = new System.Drawing.Size(722, 310);\r
2992             this.Subtitles.TabIndex = 0;\r
2993 \r
2994             // \r
2995             // tab_chapters\r
2996             // \r
2997             this.tab_chapters.BackColor = System.Drawing.Color.Transparent;\r
2998             this.tab_chapters.Controls.Add(this.btn_importChapters);\r
2999             this.tab_chapters.Controls.Add(this.label31);\r
3000             this.tab_chapters.Controls.Add(this.data_chpt);\r
3001             this.tab_chapters.Controls.Add(this.Check_ChapterMarkers);\r
3002             this.tab_chapters.Location = new System.Drawing.Point(4, 22);\r
3003             this.tab_chapters.Name = "tab_chapters";\r
3004 /*\r
3005             this.tab_chapters.Size = new System.Drawing.Size(697, 290);\r
3006             this.tab_chapters.TabIndex = 6;\r
3007             this.tab_chapters.Text = "\83`\83\83\83v\83^\81[";\r
3008             this.tab_chapters.UseVisualStyleBackColor = true;\r
3009 */\r
3010             this.tab_chapters.Size = new System.Drawing.Size(724, 308);\r
3011             this.tab_chapters.TabIndex = 6;\r
3012             this.tab_chapters.Text = "\83`\83\83\83v\83^\81[";\r
3013             this.tab_chapters.UseVisualStyleBackColor = true;\r
3014             // \r
3015             // btn_importChapters\r
3016             // \r
3017             this.btn_importChapters.AutoSize = true;\r
3018             this.btn_importChapters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3019             this.btn_importChapters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
3020             this.btn_importChapters.Location = new System.Drawing.Point(625, 26);\r
3021             this.btn_importChapters.Name = "btn_importChapters";\r
3022             this.btn_importChapters.Size = new System.Drawing.Size(75, 23);\r
3023             this.btn_importChapters.TabIndex = 14;\r
3024             this.btn_importChapters.Text = "Import";\r
3025             this.ToolTip.SetToolTip(this.btn_importChapters, resources.GetString("btn_importChapters.ToolTip"));\r
3026             this.btn_importChapters.UseVisualStyleBackColor = true;\r
3027             this.btn_importChapters.Click += new System.EventHandler(this.btn_importChapters_Click);\r
3028             // \r
3029             // label31\r
3030             // \r
3031             this.label31.AutoSize = true;\r
3032             this.label31.BackColor = System.Drawing.Color.Transparent;\r
3033 /*\r
3034             this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3035             this.label31.Location = new System.Drawing.Point(13, 12);\r
3036             this.label31.Name = "label31";\r
3037             this.label31.Size = new System.Drawing.Size(85, 13);\r
3038 */\r
3039             this.label31.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3040             this.label31.Location = new System.Drawing.Point(13, 13);\r
3041             this.label31.Name = "label31";\r
3042             this.label31.Size = new System.Drawing.Size(102, 13);\r
3043             this.label31.TabIndex = 0;\r
3044             this.label31.Text = "\83`\83\83\83v\83^\81[\83}\81[\83J\81[";\r
3045             // \r
3046 /*\r
3047             // h264Tab\r
3048             // \r
3049             this.h264Tab.BackColor = System.Drawing.Color.Transparent;\r
3050             this.h264Tab.Controls.Add(this.label43);\r
3051             this.h264Tab.Controls.Add(this.btn_reset);\r
3052             this.h264Tab.Controls.Add(this.rtf_x264Query);\r
3053             this.h264Tab.Controls.Add(this.check_Cabac);\r
3054             this.h264Tab.Controls.Add(this.check_noDCTDecimate);\r
3055             this.h264Tab.Controls.Add(this.check_noFastPSkip);\r
3056             this.h264Tab.Controls.Add(this.lbl_trellis);\r
3057             this.h264Tab.Controls.Add(this.drop_trellis);\r
3058             this.h264Tab.Controls.Add(this.drop_deblockBeta);\r
3059             this.h264Tab.Controls.Add(this.label41);\r
3060             this.h264Tab.Controls.Add(this.drop_deblockAlpha);\r
3061             this.h264Tab.Controls.Add(this.panel3);\r
3062             this.h264Tab.Controls.Add(this.panel1);\r
3063             this.h264Tab.Controls.Add(this.panel2);\r
3064             this.h264Tab.Controls.Add(this.check_8x8DCT);\r
3065             this.h264Tab.Controls.Add(this.label45);\r
3066             this.h264Tab.Controls.Add(this.drop_analysis);\r
3067             this.h264Tab.Controls.Add(this.label48);\r
3068             this.h264Tab.Controls.Add(this.drop_subpixelMotionEstimation);\r
3069             this.h264Tab.Controls.Add(this.label49);\r
3070             this.h264Tab.Controls.Add(this.drop_MotionEstimationRange);\r
3071             this.h264Tab.Controls.Add(this.label54);\r
3072             this.h264Tab.Controls.Add(this.drop_MotionEstimationMethod);\r
3073             this.h264Tab.Controls.Add(this.check_pyrmidalBFrames);\r
3074             this.h264Tab.Controls.Add(this.check_weightedBFrames);\r
3075             this.h264Tab.Controls.Add(this.lbl_direct_prediction);\r
3076             this.h264Tab.Controls.Add(this.drop_directPrediction);\r
3077             this.h264Tab.Controls.Add(this.label62);\r
3078             this.h264Tab.Controls.Add(this.drop_bFrames);\r
3079             this.h264Tab.Controls.Add(this.label64);\r
3080             this.h264Tab.Controls.Add(this.drop_refFrames);\r
3081             this.h264Tab.Controls.Add(this.check_mixedReferences);\r
3082             this.h264Tab.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3083             this.h264Tab.Location = new System.Drawing.Point(4, 22);\r
3084             this.h264Tab.Name = "h264Tab";\r
3085             this.h264Tab.Padding = new System.Windows.Forms.Padding(3);\r
3086             this.h264Tab.Size = new System.Drawing.Size(697, 290);\r
3087             this.h264Tab.TabIndex = 8;\r
3088             this.h264Tab.Text = "H.264\92Ç\89Á\90Ý\92è";\r
3089             this.h264Tab.UseVisualStyleBackColor = true;\r
3090             // \r
3091             // label43\r
3092             // \r
3093             this.label43.AutoSize = true;\r
3094             this.label43.BackColor = System.Drawing.Color.Transparent;\r
3095             this.label43.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3096             this.label43.Location = new System.Drawing.Point(13, 12);\r
3097             this.label43.Name = "label43";\r
3098             this.label43.Size = new System.Drawing.Size(88, 13);\r
3099             this.label43.TabIndex = 0;\r
3100             this.label43.Text = "H.264\92Ç\89Á\90Ý\92è";\r
3101             // \r
3102             // btn_reset\r
3103             // \r
3104             this.btn_reset.Location = new System.Drawing.Point(13, 207);\r
3105             this.btn_reset.Name = "btn_reset";\r
3106             this.btn_reset.Size = new System.Drawing.Size(75, 21);\r
3107             this.btn_reset.TabIndex = 41;\r
3108             this.btn_reset.Text = "\82·\82×\82Ä\83\8a\83Z\83b\83g";\r
3109             this.btn_reset.UseVisualStyleBackColor = true;\r
3110             this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);\r
3111             // \r
3112             // rtf_x264Query\r
3113             // \r
3114             this.rtf_x264Query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
3115             this.rtf_x264Query.Location = new System.Drawing.Point(13, 234);\r
3116             this.rtf_x264Query.Name = "rtf_x264Query";\r
3117             this.rtf_x264Query.Size = new System.Drawing.Size(667, 40);\r
3118             this.rtf_x264Query.TabIndex = 42;\r
3119             this.rtf_x264Query.Text = "";\r
3120             this.rtf_x264Query.LostFocus += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
3121             this.rtf_x264Query.TextChanged += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
3122             // \r
3123             // lbl_trellis\r
3124             // \r
3125             this.lbl_trellis.AutoSize = true;\r
3126             this.lbl_trellis.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3127             this.lbl_trellis.Location = new System.Drawing.Point(490, 156);\r
3128             this.lbl_trellis.Name = "lbl_trellis";\r
3129             this.lbl_trellis.Size = new System.Drawing.Size(41, 12);\r
3130             this.lbl_trellis.TabIndex = 26;\r
3131             this.lbl_trellis.Text = "Trellis:";\r
3132             // \r
3133             // label41\r
3134             // \r
3135             this.label41.AutoSize = true;\r
3136             this.label41.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3137             this.label41.Location = new System.Drawing.Point(466, 136);\r
3138             this.label41.Name = "label41";\r
3139             this.label41.Size = new System.Drawing.Size(65, 12);\r
3140             this.label41.TabIndex = 25;\r
3141             this.label41.Text = "Deblocking:";\r
3142             // \r
3143             // panel3\r
3144             // \r
3145             this.panel3.BackColor = System.Drawing.Color.Black;\r
3146             this.panel3.Location = new System.Drawing.Point(396, 121);\r
3147             this.panel3.Margin = new System.Windows.Forms.Padding(0);\r
3148             this.panel3.Name = "panel3";\r
3149             this.panel3.Size = new System.Drawing.Size(284, 1);\r
3150             this.panel3.TabIndex = 24;\r
3151             // \r
3152             // panel1\r
3153             // \r
3154             this.panel1.BackColor = System.Drawing.Color.Black;\r
3155             this.panel1.Location = new System.Drawing.Point(13, 78);\r
3156             this.panel1.Margin = new System.Windows.Forms.Padding(0);\r
3157             this.panel1.Name = "panel1";\r
3158             this.panel1.Size = new System.Drawing.Size(284, 1);\r
3159             this.panel1.TabIndex = 3;\r
3160             // \r
3161             // panel2\r
3162             // \r
3163             this.panel2.BackColor = System.Drawing.Color.Black;\r
3164             this.panel2.Location = new System.Drawing.Point(396, 88);\r
3165             this.panel2.Margin = new System.Windows.Forms.Padding(0);\r
3166             this.panel2.Name = "panel2";\r
3167             this.panel2.Size = new System.Drawing.Size(284, 1);\r
3168             this.panel2.TabIndex = 21;\r
3169             // \r
3170             // label45\r
3171             // \r
3172             this.label45.AutoSize = true;\r
3173             this.label45.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3174             this.label45.Location = new System.Drawing.Point(478, 100);\r
3175             this.label45.Name = "label45";\r
3176             this.label45.Size = new System.Drawing.Size(27, 12);\r
3177             this.label45.TabIndex = 22;\r
3178             this.label45.Text = "\89ð\90Í:";\r
3179             // \r
3180             // label48\r
3181             // \r
3182             this.label48.AutoSize = true;\r
3183             this.label48.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3184             this.label48.Location = new System.Drawing.Point(385, 66);\r
3185             this.label48.Name = "label48";\r
3186             this.label48.Size = new System.Drawing.Size(84, 12);\r
3187             this.label48.TabIndex = 20;\r
3188             this.label48.Text = "\83T\83u\83s\83N\83Z\83\8b\93®\82«\90\84\92è:";\r
3189             // \r
3190             // label49\r
3191             // \r
3192             this.label49.AutoSize = true;\r
3193             this.label49.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3194             this.label49.Location = new System.Drawing.Point(397, 40);\r
3195             this.label49.Name = "label49";\r
3196             this.label49.Size = new System.Drawing.Size(61, 12);\r
3197             this.label49.TabIndex = 19;\r
3198             this.label49.Text = "\93®\82«\97\\91ª\94Í\88Í:";\r
3199             // \r
3200             // label54\r
3201             // \r
3202             this.label54.AutoSize = true;\r
3203             this.label54.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3204             this.label54.Location = new System.Drawing.Point(391, 13);\r
3205             this.label54.Name = "label54";\r
3206             this.label54.Size = new System.Drawing.Size(61, 12);\r
3207             this.label54.TabIndex = 18;\r
3208             this.label54.Text = "\93®\82«\97\\91ª\95û\8e®:";\r
3209             // \r
3210             // lbl_direct_prediction\r
3211             // \r
3212             this.lbl_direct_prediction.AutoSize = true;\r
3213             this.lbl_direct_prediction.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3214             this.lbl_direct_prediction.Location = new System.Drawing.Point(52, 112);\r
3215             this.lbl_direct_prediction.Name = "lbl_direct_prediction";\r
3216             this.lbl_direct_prediction.Size = new System.Drawing.Size(60, 12);\r
3217             this.lbl_direct_prediction.TabIndex = 5;\r
3218             this.lbl_direct_prediction.Text = "\83_\83C\83\8c\83N\83g\97\\91ª:";\r
3219             // \r
3220             // label62\r
3221             // \r
3222             this.label62.AutoSize = true;\r
3223             this.label62.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3224             this.label62.Location = new System.Drawing.Point(88, 87);\r
3225             this.label62.Name = "label62";\r
3226             this.label62.Size = new System.Drawing.Size(43, 12);\r
3227             this.label62.TabIndex = 4;\r
3228             this.label62.Text = "B\83t\83\8c\81[\83\80:";\r
3229             // \r
3230             // label64\r
3231             // \r
3232             this.label64.AutoSize = true;\r
3233             this.label64.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3234             this.label64.Location = new System.Drawing.Point(47, 37);\r
3235             this.label64.Name = "label64";\r
3236             this.label64.Size = new System.Drawing.Size(54, 12);\r
3237             this.label64.TabIndex = 1;\r
3238             this.label64.Text = "\8eQ\8fÆ\83t\83\8c\81[\83\80:";\r
3239             // \r
3240             // tabPage4\r
3241             // \r
3242             this.tabPage4.Controls.Add(this.btn_clear);\r
3243             this.tabPage4.Controls.Add(this.label34);\r
3244             this.tabPage4.Controls.Add(this.btn_generate_Query);\r
3245             this.tabPage4.Controls.Add(this.label33);\r
3246             this.tabPage4.Controls.Add(this.rtf_query);\r
3247             this.tabPage4.Location = new System.Drawing.Point(4, 22);\r
3248             this.tabPage4.Name = "tabPage4";\r
3249             this.tabPage4.Size = new System.Drawing.Size(697, 290);\r
3250             this.tabPage4.TabIndex = 7;\r
3251             this.tabPage4.Text = "\83N\83G\83\8a\81[\83G\83f\83B\83^";\r
3252             this.tabPage4.UseVisualStyleBackColor = true;\r
3253 */\r
3254             // tab_advanced\r
3255             // \r
3256             this.tab_advanced.BackColor = System.Drawing.Color.Transparent;\r
3257             this.tab_advanced.Controls.Add(this.x264Panel);\r
3258             this.tab_advanced.Location = new System.Drawing.Point(4, 22);\r
3259             this.tab_advanced.Name = "tab_advanced";\r
3260             this.tab_advanced.Padding = new System.Windows.Forms.Padding(3);\r
3261             this.tab_advanced.Size = new System.Drawing.Size(724, 308);\r
3262             this.tab_advanced.TabIndex = 8;\r
3263             this.tab_advanced.Text = "Advanced";\r
3264             this.tab_advanced.UseVisualStyleBackColor = true;\r
3265             // \r
3266             // x264Panel\r
3267             // \r
3268             this.x264Panel.BackColor = System.Drawing.Color.Transparent;\r
3269             this.x264Panel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3270             this.x264Panel.Location = new System.Drawing.Point(0, 0);\r
3271             this.x264Panel.Name = "x264Panel";\r
3272             this.x264Panel.Size = new System.Drawing.Size(720, 306);\r
3273             this.x264Panel.TabIndex = 0;\r
3274             this.x264Panel.x264Query = "";\r
3275             // \r
3276             // tab_query\r
3277             // \r
3278             this.tab_query.Controls.Add(this.btn_clear);\r
3279             this.tab_query.Controls.Add(this.label34);\r
3280             this.tab_query.Controls.Add(this.btn_generate_Query);\r
3281             this.tab_query.Controls.Add(this.label33);\r
3282             this.tab_query.Controls.Add(this.rtf_query);\r
3283             this.tab_query.Location = new System.Drawing.Point(4, 22);\r
3284             this.tab_query.Name = "tab_query";\r
3285             this.tab_query.Size = new System.Drawing.Size(724, 308);\r
3286             this.tab_query.TabIndex = 7;\r
3287             this.tab_query.Text = "Query Editor";\r
3288             this.tab_query.UseVisualStyleBackColor = true;\r
3289             // \r
3290             // btn_clear\r
3291             // \r
3292             this.btn_clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
3293             this.btn_clear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3294             this.btn_clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
3295             this.btn_clear.Location = new System.Drawing.Point(634, 75);\r
3296             this.btn_clear.Name = "btn_clear";\r
3297             this.btn_clear.Size = new System.Drawing.Size(75, 20);\r
3298             this.btn_clear.TabIndex = 4;\r
3299             this.btn_clear.Text = "\83N\83\8a\83A";\r
3300             this.btn_clear.UseVisualStyleBackColor = true;\r
3301             this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);\r
3302             // \r
3303             // label34\r
3304             // \r
3305             this.label34.AutoSize = true;\r
3306             this.label34.Location = new System.Drawing.Point(13, 33);\r
3307             this.label34.Name = "label34";\r
3308             this.label34.Size = new System.Drawing.Size(367, 26);\r
3309             this.label34.TabIndex = 1;\r
3310             this.label34.Text = "\82±\82Ì\97\93\82Å\82Í\90\90¬\82³\82ê\82½\83R\83}\83\93\83h\83\89\83C\83\93\81i\83N\83G\83\8a\81[\81j\82ð\95Ò\8fW\82Å\82«\82Ü\82·\81B\r\n\83R\83}\83\93\83h\83\89\83C\83\93\82ÍGUI\82Å\83I\83v\83V\83\87\83\93\82ð\95Ï\8dX\82·\82é\82Æ\81A\8dÄ\90\90¬\82³\82ê\82Ü\82·\81B";\r
3311             // \r
3312             // btn_generate_Query\r
3313             // \r
3314             this.btn_generate_Query.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
3315             this.btn_generate_Query.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3316             this.btn_generate_Query.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
3317             this.btn_generate_Query.Location = new System.Drawing.Point(16, 69);\r
3318             this.btn_generate_Query.Name = "btn_generate_Query";\r
3319             this.btn_generate_Query.Size = new System.Drawing.Size(126, 20);\r
3320             this.btn_generate_Query.TabIndex = 2;\r
3321             this.btn_generate_Query.Text = "\83N\83G\83\8a\81[\82ð\90\90¬";\r
3322             this.btn_generate_Query.UseVisualStyleBackColor = true;\r
3323             this.btn_generate_Query.Click += new System.EventHandler(this.btn_generate_Query_Click);\r
3324             // \r
3325             // label33\r
3326             // \r
3327             this.label33.AutoSize = true;\r
3328             this.label33.BackColor = System.Drawing.Color.Transparent;\r
3329 /*\r
3330             this.label33.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3331             this.label33.Location = new System.Drawing.Point(13, 12);\r
3332             this.label33.Name = "label33";\r
3333             this.label33.Size = new System.Drawing.Size(73, 13);\r
3334 */\r
3335             this.label33.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3336             this.label33.Location = new System.Drawing.Point(13, 13);\r
3337             this.label33.Name = "label33";\r
3338             this.label33.Size = new System.Drawing.Size(77, 13);\r
3339             this.label33.TabIndex = 0;\r
3340             this.label33.Text = "\83N\83G\83\8a\81[\83G\83f\83B\83^";\r
3341             // \r
3342             // rtf_query\r
3343             // \r
3344             this.rtf_query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
3345             this.rtf_query.Location = new System.Drawing.Point(16, 95);\r
3346             this.rtf_query.Name = "rtf_query";\r
3347 /*\r
3348             this.rtf_query.Size = new System.Drawing.Size(661, 168);\r
3349             this.rtf_query.TabIndex = 5;\r
3350             this.rtf_query.Text = "";\r
3351             // \r
3352             // groupBox_dest\r
3353             // \r
3354             this.groupBox_dest.Controls.Add(this.btn_destBrowse);\r
3355             this.groupBox_dest.Controls.Add(this.Label3);\r
3356             this.groupBox_dest.Controls.Add(this.text_destination);\r
3357             this.groupBox_dest.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3358             this.groupBox_dest.ForeColor = System.Drawing.Color.Black;\r
3359             this.groupBox_dest.Location = new System.Drawing.Point(12, 148);\r
3360             this.groupBox_dest.Name = "groupBox_dest";\r
3361             this.groupBox_dest.Size = new System.Drawing.Size(705, 46);\r
3362             this.groupBox_dest.TabIndex = 3;\r
3363             this.groupBox_dest.TabStop = false;\r
3364             this.groupBox_dest.Text = "\95Û\91\90æ";\r
3365             // \r
3366             // btn_destBrowse\r
3367             // \r
3368             this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
3369             this.btn_destBrowse.Location = new System.Drawing.Point(608, 16);\r
3370             this.btn_destBrowse.Name = "btn_destBrowse";\r
3371             this.btn_destBrowse.Size = new System.Drawing.Size(75, 21);\r
3372             this.btn_destBrowse.TabIndex = 13;\r
3373             this.btn_destBrowse.Text = "\83u\83\89\83E\83Y...";\r
3374             this.btn_destBrowse.UseVisualStyleBackColor = true;\r
3375             this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
3376             // \r
3377 */\r
3378             this.rtf_query.Size = new System.Drawing.Size(693, 190);\r
3379             this.rtf_query.TabIndex = 5;\r
3380             this.rtf_query.Text = "";\r
3381             // \r
3382             // groupBox2\r
3383             // \r
3384             this.groupBox2.Controls.Add(this.splitContainer1);\r
3385             this.groupBox2.ForeColor = System.Drawing.Color.Black;\r
3386             this.groupBox2.Location = new System.Drawing.Point(750, 70);\r
3387             this.groupBox2.Name = "groupBox2";\r
3388             this.groupBox2.Size = new System.Drawing.Size(246, 482);\r
3389             this.groupBox2.TabIndex = 6;\r
3390             this.groupBox2.TabStop = false;\r
3391             this.groupBox2.Text = "\83v\83\8a\83Z\83b\83g";\r
3392             // \r
3393             // splitContainer1\r
3394             // \r
3395             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\r
3396             this.splitContainer1.Location = new System.Drawing.Point(3, 17);\r
3397             this.splitContainer1.Name = "splitContainer1";\r
3398             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
3399             // \r
3400             // splitContainer1.Panel1\r
3401             // \r
3402             this.splitContainer1.Panel1.Controls.Add(this.treeView_presets);\r
3403             // \r
3404             // splitContainer1.Panel2\r
3405             // \r
3406             this.splitContainer1.Panel2.Controls.Add(this.btn_addPreset);\r
3407             this.splitContainer1.Panel2.Controls.Add(this.btn_removePreset);\r
3408             this.splitContainer1.Panel2.Controls.Add(this.btn_setDefault);\r
3409             this.splitContainer1.Size = new System.Drawing.Size(240, 462);\r
3410             this.splitContainer1.SplitterDistance = 424;\r
3411             this.splitContainer1.TabIndex = 1;\r
3412             // \r
3413             // treeView_presets\r
3414             // \r
3415             this.treeView_presets.ContextMenuStrip = this.presets_menu;\r
3416             this.treeView_presets.Dock = System.Windows.Forms.DockStyle.Fill;\r
3417             this.treeView_presets.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3418             this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue;\r
3419             this.treeView_presets.FullRowSelect = true;\r
3420             this.treeView_presets.HideSelection = false;\r
3421             this.treeView_presets.ItemHeight = 21;\r
3422             this.treeView_presets.Location = new System.Drawing.Point(0, 0);\r
3423             this.treeView_presets.Name = "treeView_presets";\r
3424             this.treeView_presets.ShowLines = false;\r
3425             this.treeView_presets.Size = new System.Drawing.Size(240, 424);\r
3426             this.treeView_presets.TabIndex = 0;\r
3427             this.treeView_presets.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeview_presets_mouseUp);\r
3428             this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
3429             this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
3430             // \r
3431             // presets_menu\r
3432             // \r
3433             this.presets_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
3434             this.pmnu_expandAll,\r
3435             this.pmnu_collapse,\r
3436             this.sep1,\r
3437             this.pmnu_import,\r
3438             this.toolStripSeparator2,\r
3439             this.pmnu_saveChanges,\r
3440             this.pmnu_delete});\r
3441             this.presets_menu.Name = "presets_menu";\r
3442             this.presets_menu.Size = new System.Drawing.Size(155, 126);\r
3443             this.presets_menu.Text = ";";\r
3444             this.presets_menu.Opening += new System.ComponentModel.CancelEventHandler(this.presets_menu_Opening);\r
3445             // \r
3446             // pmnu_expandAll\r
3447             // \r
3448             this.pmnu_expandAll.Name = "pmnu_expandAll";\r
3449             this.pmnu_expandAll.Size = new System.Drawing.Size(154, 22);\r
3450             this.pmnu_expandAll.Text = "Expand All";\r
3451             this.pmnu_expandAll.Click += new System.EventHandler(this.pmnu_expandAll_Click);\r
3452             // \r
3453             // pmnu_collapse\r
3454             // \r
3455             this.pmnu_collapse.Name = "pmnu_collapse";\r
3456             this.pmnu_collapse.Size = new System.Drawing.Size(154, 22);\r
3457             this.pmnu_collapse.Text = "Collapse All";\r
3458             this.pmnu_collapse.Click += new System.EventHandler(this.pmnu_collapse_Click);\r
3459             // \r
3460             // sep1\r
3461             // \r
3462             this.sep1.Name = "sep1";\r
3463             this.sep1.Size = new System.Drawing.Size(151, 6);\r
3464             // \r
3465             // pmnu_import\r
3466             // \r
3467             this.pmnu_import.Name = "pmnu_import";\r
3468             this.pmnu_import.Size = new System.Drawing.Size(154, 22);\r
3469             this.pmnu_import.Text = "Import";\r
3470             this.pmnu_import.Click += new System.EventHandler(this.pmnu_import_Click);\r
3471             // \r
3472             // toolStripSeparator2\r
3473             // \r
3474             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
3475             this.toolStripSeparator2.Size = new System.Drawing.Size(151, 6);\r
3476             // \r
3477             // pmnu_saveChanges\r
3478             // \r
3479             this.pmnu_saveChanges.Name = "pmnu_saveChanges";\r
3480             this.pmnu_saveChanges.Size = new System.Drawing.Size(154, 22);\r
3481             this.pmnu_saveChanges.Text = "Save Changes";\r
3482             this.pmnu_saveChanges.Click += new System.EventHandler(this.pmnu_saveChanges_Click);\r
3483             // \r
3484             // pmnu_delete\r
3485             // \r
3486             this.pmnu_delete.Name = "pmnu_delete";\r
3487             this.pmnu_delete.Size = new System.Drawing.Size(154, 22);\r
3488             this.pmnu_delete.Text = "Delete";\r
3489             this.pmnu_delete.Click += new System.EventHandler(this.pmnu_delete_click);\r
3490             // \r
3491             // toolStrip1\r
3492             // \r
3493             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
3494             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
3495             this.btn_source,\r
3496             this.toolStripSeparator10,\r
3497             this.btn_start,\r
3498             this.btn_add2Queue,\r
3499             this.btn_showQueue,\r
3500             this.toolStripSeparator4,\r
3501             this.tb_preview,\r
3502             this.btn_ActivityWindow});\r
3503             this.toolStrip1.Location = new System.Drawing.Point(0, 24);\r
3504             this.toolStrip1.Name = "toolStrip1";\r
3505             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
3506             this.toolStrip1.Size = new System.Drawing.Size(1002, 39);\r
3507             this.toolStrip1.TabIndex = 1;\r
3508             this.toolStrip1.Text = "toolStrip1";\r
3509             // \r
3510             // btn_source\r
3511             // \r
3512             this.btn_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
3513             this.btn_file_source,\r
3514             this.btn_dvd_source,\r
3515             this.toolStripSeparator1,\r
3516             this.mnu_dvd_drive});\r
3517             this.btn_source.Image = global::Handbrake.Properties.Resources.Movies;\r
3518             this.btn_source.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3519             this.btn_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3520             this.btn_source.Name = "btn_source";\r
3521             this.btn_source.Size = new System.Drawing.Size(85, 36);\r
3522             this.btn_source.Text = "\95Ï\8a·\8c³";\r
3523             this.btn_source.ToolTipText = "\95Ï\8a·\8c³\83t\83@\83C\83\8b/\83t\83H\83\8b\83_\82ð\91I\91ð\82µ\82Ü\82·";\r
3524             this.btn_source.Click += new System.EventHandler(this.btn_source_Click);\r
3525             // \r
3526             // btn_file_source\r
3527             // \r
3528             this.btn_file_source.Image = global::Handbrake.Properties.Resources.Movies_Small;\r
3529             this.btn_file_source.Name = "btn_file_source";\r
3530             this.btn_file_source.Size = new System.Drawing.Size(194, 22);\r
3531             this.btn_file_source.Text = "\93®\89æ\83t\83@\83C\83\8b";\r
3532             this.btn_file_source.Click += new System.EventHandler(this.btn_file_source_Click);\r
3533             // \r
3534             // btn_dvd_source\r
3535             // \r
3536             this.btn_dvd_source.Image = ((System.Drawing.Image)(resources.GetObject("btn_dvd_source.Image")));\r
3537             this.btn_dvd_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3538             this.btn_dvd_source.Name = "btn_dvd_source";\r
3539             this.btn_dvd_source.Size = new System.Drawing.Size(194, 22);\r
3540             this.btn_dvd_source.Text = "DVD/ VIDEO_TS\83t\83H\83\8b\83_";\r
3541             this.btn_dvd_source.Click += new System.EventHandler(this.btn_dvd_source_Click);\r
3542             // \r
3543             // toolStripSeparator1\r
3544             // \r
3545             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
3546             this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6);\r
3547             // \r
3548             // mnu_dvd_drive\r
3549             // \r
3550             this.mnu_dvd_drive.Image = global::Handbrake.Properties.Resources.disc_small;\r
3551             this.mnu_dvd_drive.Name = "mnu_dvd_drive";\r
3552             this.mnu_dvd_drive.Size = new System.Drawing.Size(194, 22); \r
3553             this.mnu_dvd_drive.Text = "DVD\83h\83\89\83C\83u\82É\83f\83B\83X\83N\82ª\82 \82è\82Ü\82¹\82ñ";\r
3554             this.mnu_dvd_drive.Visible = false;\r
3555             this.mnu_dvd_drive.Click += new System.EventHandler(this.mnu_dvd_drive_Click);\r
3556             // \r
3557             // toolStripSeparator10\r
3558             // \r
3559             this.toolStripSeparator10.Name = "toolStripSeparator10";\r
3560             this.toolStripSeparator10.Size = new System.Drawing.Size(6, 39);\r
3561             // \r
3562             // btn_start\r
3563             // \r
3564             this.btn_start.Image = global::Handbrake.Properties.Resources.Play;\r
3565             this.btn_start.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3566             this.btn_start.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3567             this.btn_start.Name = "btn_start";\r
3568             this.btn_start.Size = new System.Drawing.Size(67, 36);\r
3569             this.btn_start.Text = "\95Ï\8a·\8aJ\8en";\r
3570             this.btn_start.ToolTipText = "\83G\83\93\83R\81[\83h\8f\88\97\9d\82ð\8aJ\8en\82µ\82Ü\82·";\r
3571             this.btn_start.Click += new System.EventHandler(this.btn_start_Click);\r
3572             // \r
3573             // btn_add2Queue\r
3574             // \r
3575             this.btn_add2Queue.Image = global::Handbrake.Properties.Resources.AddToQueue;\r
3576             this.btn_add2Queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3577             this.btn_add2Queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3578             this.btn_add2Queue.Name = "btn_add2Queue";\r
3579             this.btn_add2Queue.Size = new System.Drawing.Size(110, 36);\r
3580             this.btn_add2Queue.Text = "\83L\83\85\81[\82É\92Ç\89Á";\r
3581             this.btn_add2Queue.ToolTipText = "\90V\8bK\83A\83C\83e\83\80\82ð\83L\83\85\81[\82É\92Ç\89Á\82µ\82Ü\82·";\r
3582             this.btn_add2Queue.Click += new System.EventHandler(this.btn_add2Queue_Click);\r
3583             // \r
3584             // btn_showQueue\r
3585             // \r
3586             this.btn_showQueue.Image = global::Handbrake.Properties.Resources.Queue;\r
3587             this.btn_showQueue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3588             this.btn_showQueue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3589             this.btn_showQueue.Name = "btn_showQueue";\r
3590             this.btn_showQueue.Size = new System.Drawing.Size(104, 36);\r
3591             this.btn_showQueue.Tag = "";\r
3592             this.btn_showQueue.Text = "\83L\83\85\81[\82Ì\95\\8e¦";\r
3593             this.btn_showQueue.Click += new System.EventHandler(this.btn_showQueue_Click);\r
3594             // \r
3595             // toolStripSeparator4\r
3596             // \r
3597             this.toolStripSeparator4.Name = "toolStripSeparator4";\r
3598             this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);\r
3599             // \r
3600             // tb_preview\r
3601             // \r
3602             this.tb_preview.Image = global::Handbrake.Properties.Resources.window;\r
3603             this.tb_preview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3604             this.tb_preview.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3605             this.tb_preview.Name = "tb_preview";\r
3606             this.tb_preview.Size = new System.Drawing.Size(81, 36);\r
3607             this.tb_preview.Text = "Preview";\r
3608             this.tb_preview.Click += new System.EventHandler(this.tb_preview_Click);\r
3609             // \r
3610             // btn_ActivityWindow\r
3611             // \r
3612             this.btn_ActivityWindow.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
3613             this.btn_ActivityWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
3614             this.btn_ActivityWindow.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3615             this.btn_ActivityWindow.Name = "btn_ActivityWindow";\r
3616 /*\r
3617             this.btn_ActivityWindow.Size = new System.Drawing.Size(128, 36);\r
3618             this.btn_ActivityWindow.Text = "\97\9a\97ð\83E\83B\83\93\83h\83E";\r
3619             this.btn_ActivityWindow.ToolTipText = "\97\9a\97ð\83E\83B\83\93\83h\83E\82Å\83\8d\83O\82â\83G\83\93\83R\81[\83h\8dì\8bÆ\82Ì\90i\92»\82ð\8am\94F\82µ\82Ü\82·";\r
3620             this.btn_ActivityWindow.Click += new System.EventHandler(this.btn_ActivityWindow_Click);\r
3621             // \r
3622             // toolStripSeparator8\r
3623             // \r
3624             this.toolStripSeparator8.Name = "toolStripSeparator8";\r
3625             this.toolStripSeparator8.Size = new System.Drawing.Size(6, 39);\r
3626             // \r
3627             // btn_minimize\r
3628             // \r
3629             this.btn_minimize.Image = global::Handbrake.Properties.Resources.hb32;\r
3630             this.btn_minimize.ImageTransparentColor = System.Drawing.Color.Magenta;\r
3631             this.btn_minimize.Name = "btn_minimize";\r
3632             this.btn_minimize.Size = new System.Drawing.Size(64, 36);\r
3633             this.btn_minimize.Text = "\8dÅ\8f¬\89»";\r
3634             this.btn_minimize.ToolTipText = "\8dÅ\8f¬\89»\82µ\82Ä\83^\83X\83N\83g\83\8c\83C\82É\83A\83C\83R\83\93\82ð\93ü\82ê\82Ü\82·";\r
3635             this.btn_minimize.Click += new System.EventHandler(this.btn_minimize_Click);\r
3636             // \r
3637 */\r
3638             this.btn_ActivityWindow.Size = new System.Drawing.Size(120, 36);\r
3639             this.btn_ActivityWindow.Text = "\97\9a\97ð\83E\83B\83\93\83h\83E";\r
3640             this.btn_ActivityWindow.ToolTipText = "\97\9a\97ð\83E\83B\83\93\83h\83E\82Å\83\8d\83O\82â\83G\83\93\83R\81[\83h\8dì\8bÆ\82Ì\90i\92»\82ð\8am\94F\82µ\82Ü\82·";\r
3641             this.btn_ActivityWindow.Click += new System.EventHandler(this.btn_ActivityWindow_Click);\r
3642             // \r
3643             // notifyIcon\r
3644             // \r
3645             this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
3646             this.notifyIcon.BalloonTipText = "HandBrake Status Here";\r
3647             this.notifyIcon.BalloonTipTitle = "HandBrake";\r
3648             this.notifyIcon.ContextMenuStrip = notifyIconMenu;\r
3649             this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));\r
3650             this.notifyIcon.Text = "HandBrake";\r
3651             this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);\r
3652             // \r
3653             // StatusStrip\r
3654             // \r
3655             this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
3656             this.lbl_encode,\r
3657             this.lbl_updateCheck});\r
3658             this.StatusStrip.Location = new System.Drawing.Point(0, 561);\r
3659             this.StatusStrip.Name = "StatusStrip";\r
3660             this.StatusStrip.Size = new System.Drawing.Size(1002, 22);\r
3661             this.StatusStrip.SizingGrip = false;\r
3662             this.StatusStrip.TabIndex = 7;\r
3663             this.StatusStrip.Text = "statusStrip1";\r
3664             // \r
3665             // lbl_encode\r
3666             // \r
3667             this.lbl_encode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3668             this.lbl_encode.Name = "lbl_encode";\r
3669             this.lbl_encode.Size = new System.Drawing.Size(28, 17);\r
3670             this.lbl_encode.Text = "{0}";\r
3671             // \r
3672             // lbl_updateCheck\r
3673             // \r
3674             this.lbl_updateCheck.BackColor = System.Drawing.Color.Transparent;\r
3675             this.lbl_updateCheck.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
3676             this.lbl_updateCheck.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3677             this.lbl_updateCheck.Name = "lbl_updateCheck";\r
3678             this.lbl_updateCheck.Size = new System.Drawing.Size(139, 17);\r
3679             this.lbl_updateCheck.Text = "Checking for Updates ...";\r
3680             this.lbl_updateCheck.Visible = false;\r
3681             // \r
3682             // hbproc\r
3683             // \r
3684             this.hbproc.StartInfo.Domain = "";\r
3685             this.hbproc.StartInfo.LoadUserProfile = false;\r
3686             this.hbproc.StartInfo.Password = null;\r
3687             this.hbproc.StartInfo.StandardErrorEncoding = null;\r
3688             this.hbproc.StartInfo.StandardOutputEncoding = null;\r
3689             this.hbproc.StartInfo.UserName = "";\r
3690             this.hbproc.SynchronizingObject = this;\r
3691             // \r
3692             // File_Save\r
3693             // \r
3694             this.File_Save.DefaultExt = "hb";\r
3695             this.File_Save.Filter = "hb|*.hb";\r
3696             // \r
3697             // tableLayoutPanel2\r
3698             // \r
3699             this.tableLayoutPanel2.AutoSize = true;\r
3700             this.tableLayoutPanel2.ColumnCount = 3;\r
3701             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3702             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
3703             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3704             this.tableLayoutPanel2.Controls.Add(this.Label3, 0, 0);\r
3705             this.tableLayoutPanel2.Controls.Add(this.text_destination, 1, 0);\r
3706             this.tableLayoutPanel2.Controls.Add(this.btn_destBrowse, 2, 0);\r
3707             this.tableLayoutPanel2.Location = new System.Drawing.Point(21, 132);\r
3708             this.tableLayoutPanel2.Name = "tableLayoutPanel2";\r
3709             this.tableLayoutPanel2.RowCount = 1;\r
3710             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
3711             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));\r
3712             this.tableLayoutPanel2.Size = new System.Drawing.Size(723, 29);\r
3713             this.tableLayoutPanel2.TabIndex = 50;\r
3714             // \r
3715             // btn_destBrowse\r
3716             // \r
3717             this.btn_destBrowse.AutoSize = true;\r
3718             this.btn_destBrowse.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3719             this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
3720             this.btn_destBrowse.Location = new System.Drawing.Point(645, 3);\r
3721             this.btn_destBrowse.Name = "btn_destBrowse";\r
3722             this.btn_destBrowse.Size = new System.Drawing.Size(75, 23);\r
3723             this.btn_destBrowse.TabIndex = 13;\r
3724             this.btn_destBrowse.Text = "Browse";\r
3725             this.btn_destBrowse.UseVisualStyleBackColor = true;\r
3726             this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
3727             // \r
3728             // tableLayoutPanel3\r
3729             // \r
3730             this.tableLayoutPanel3.AutoSize = true;\r
3731             this.tableLayoutPanel3.ColumnCount = 5;\r
3732             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3733             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3734             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3735             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3736             this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3737             this.tableLayoutPanel3.Controls.Add(this.label5, 0, 0);\r
3738             this.tableLayoutPanel3.Controls.Add(this.drop_format, 1, 0);\r
3739             this.tableLayoutPanel3.Controls.Add(this.check_largeFile, 2, 0);\r
3740             this.tableLayoutPanel3.Controls.Add(this.check_optimiseMP4, 3, 0);\r
3741             this.tableLayoutPanel3.Controls.Add(this.check_iPodAtom, 4, 0);\r
3742             this.tableLayoutPanel3.Location = new System.Drawing.Point(21, 180);\r
3743             this.tableLayoutPanel3.Name = "tableLayoutPanel3";\r
3744             this.tableLayoutPanel3.RowCount = 1;\r
3745             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
3746             this.tableLayoutPanel3.Size = new System.Drawing.Size(723, 27);\r
3747             this.tableLayoutPanel3.TabIndex = 51;\r
3748             // \r
3749             // tableLayoutPanel1\r
3750             // \r
3751             this.tableLayoutPanel1.AutoSize = true;\r
3752             this.tableLayoutPanel1.ColumnCount = 10;\r
3753             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3754             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3755             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3756             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3757             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3758             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3759             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3760             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3761             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3762             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
3763             this.tableLayoutPanel1.Controls.Add(this.Label10, 0, 0);\r
3764             this.tableLayoutPanel1.Controls.Add(this.drp_dvdtitle, 1, 0);\r
3765             this.tableLayoutPanel1.Controls.Add(this.lbl_angle, 2, 0);\r
3766             this.tableLayoutPanel1.Controls.Add(this.drop_angle, 3, 0);\r
3767             this.tableLayoutPanel1.Controls.Add(this.Label9, 4, 0);\r
3768             this.tableLayoutPanel1.Controls.Add(this.drop_chapterStart, 5, 0);\r
3769             this.tableLayoutPanel1.Controls.Add(this.Label13, 6, 0);\r
3770             this.tableLayoutPanel1.Controls.Add(this.drop_chapterFinish, 7, 0);\r
3771             this.tableLayoutPanel1.Controls.Add(this.label_duration, 8, 0);\r
3772             this.tableLayoutPanel1.Controls.Add(this.lbl_duration, 9, 0);\r
3773             this.tableLayoutPanel1.Location = new System.Drawing.Point(21, 86);\r
3774             this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
3775             this.tableLayoutPanel1.RowCount = 1;\r
3776             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
3777             this.tableLayoutPanel1.Size = new System.Drawing.Size(723, 27);\r
3778             this.tableLayoutPanel1.TabIndex = 49;\r
3779             // \r
3780             // Label10\r
3781             // \r
3782             this.Label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
3783             this.Label10.AutoSize = true;\r
3784             this.Label10.ForeColor = System.Drawing.Color.Black;\r
3785             this.Label10.Location = new System.Drawing.Point(3, 7);\r
3786             this.Label10.Name = "Label10";\r
3787             this.Label10.Size = new System.Drawing.Size(31, 13);\r
3788             this.Label10.TabIndex = 6;\r
3789             this.Label10.Text = "Title:";\r
3790             // \r
3791             // lbl_angle\r
3792             // \r
3793             this.lbl_angle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
3794             this.lbl_angle.AutoSize = true;\r
3795             this.lbl_angle.ForeColor = System.Drawing.Color.Black;\r
3796             this.lbl_angle.Location = new System.Drawing.Point(165, 7);\r
3797             this.lbl_angle.Name = "lbl_angle";\r
3798             this.lbl_angle.Size = new System.Drawing.Size(38, 13);\r
3799             this.lbl_angle.TabIndex = 44;\r
3800             this.lbl_angle.Text = "Angle:";\r
3801             // \r
3802             // Label9\r
3803             // \r
3804             this.Label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
3805             this.Label9.AutoSize = true;\r
3806             this.Label9.ForeColor = System.Drawing.Color.Black;\r
3807             this.Label9.Location = new System.Drawing.Point(260, 7);\r
3808             this.Label9.Name = "Label9";\r
3809             this.Label9.Size = new System.Drawing.Size(55, 13);\r
3810             this.Label9.TabIndex = 8;\r
3811             this.Label9.Text = "Chapters:";\r
3812             // \r
3813             // Label13\r
3814             // \r
3815             this.Label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
3816             this.Label13.AutoSize = true;\r
3817             this.Label13.Location = new System.Drawing.Point(396, 7);\r
3818             this.Label13.Name = "Label13";\r
3819             this.Label13.Size = new System.Drawing.Size(45, 13);\r
3820             this.Label13.TabIndex = 10;\r
3821             this.Label13.Text = "through";\r
3822             // \r
3823             // label_duration\r
3824             // \r
3825             this.label_duration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
3826             this.label_duration.AutoSize = true;\r
3827             this.label_duration.BackColor = System.Drawing.Color.Transparent;\r
3828             this.label_duration.Location = new System.Drawing.Point(522, 7);\r
3829             this.label_duration.Name = "label_duration";\r
3830             this.label_duration.Size = new System.Drawing.Size(52, 13);\r
3831             this.label_duration.TabIndex = 42;\r
3832             this.label_duration.Text = "Duration:";\r
3833             // \r
3834             // lbl_duration\r
3835             // \r
3836             this.lbl_duration.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
3837             this.lbl_duration.AutoSize = true;\r
3838             this.lbl_duration.BackColor = System.Drawing.Color.Transparent;\r
3839             this.lbl_duration.Location = new System.Drawing.Point(580, 7);\r
3840             this.lbl_duration.Name = "lbl_duration";\r
3841             this.lbl_duration.Size = new System.Drawing.Size(39, 13);\r
3842             this.lbl_duration.TabIndex = 43;\r
3843             this.lbl_duration.Text = "--:--:--";\r
3844             // \r
3845             // labelStaticDestination\r
3846             // \r
3847             this.labelStaticDestination.AutoSize = true;\r
3848             this.labelStaticDestination.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3849             this.labelStaticDestination.Location = new System.Drawing.Point(9, 116);\r
3850             this.labelStaticDestination.Name = "labelStaticDestination";\r
3851             this.labelStaticDestination.Size = new System.Drawing.Size(75, 13);\r
3852             this.labelStaticDestination.TabIndex = 53;\r
3853             this.labelStaticDestination.Text = "Destination:";\r
3854             // \r
3855             // labelPreset\r
3856             // \r
3857             this.labelPreset.AutoSize = true;\r
3858             this.labelPreset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3859             this.labelPreset.Location = new System.Drawing.Point(9, 164);\r
3860             this.labelPreset.Name = "labelPreset";\r
3861             this.labelPreset.Size = new System.Drawing.Size(180, 13);\r
3862             this.labelPreset.TabIndex = 54;\r
3863             this.labelPreset.Text = "Output Settings (Preset: None)";\r
3864             // \r
3865             // labelSource\r
3866             // \r
3867             this.labelSource.AutoSize = true;\r
3868             this.labelSource.Location = new System.Drawing.Point(55, 0);\r
3869             this.labelSource.Name = "labelSource";\r
3870             this.labelSource.Size = new System.Drawing.Size(137, 13);\r
3871             this.labelSource.TabIndex = 52;\r
3872             this.labelSource.Text = "Select \"Source\" to continue";\r
3873             // \r
3874             // labelStaticSource\r
3875             // \r
3876             this.labelStaticSource.AutoSize = true;\r
3877             this.labelStaticSource.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3878             this.labelStaticSource.Location = new System.Drawing.Point(0, 0);\r
3879             this.labelStaticSource.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);\r
3880             this.labelStaticSource.Name = "labelStaticSource";\r
3881             this.labelStaticSource.Size = new System.Drawing.Size(49, 13);\r
3882             this.labelStaticSource.TabIndex = 51;\r
3883             this.labelStaticSource.Text = "Source:";\r
3884             // \r
3885             // flowLayoutPanel1\r
3886             // \r
3887             this.flowLayoutPanel1.AutoSize = true;\r
3888             this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
3889             this.flowLayoutPanel1.Controls.Add(this.labelStaticSource);\r
3890             this.flowLayoutPanel1.Controls.Add(this.labelSource);\r
3891             this.flowLayoutPanel1.Location = new System.Drawing.Point(9, 70);\r
3892             this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);\r
3893             this.flowLayoutPanel1.Name = "flowLayoutPanel1";\r
3894             this.flowLayoutPanel1.Size = new System.Drawing.Size(195, 13);\r
3895             this.flowLayoutPanel1.TabIndex = 55;\r
3896             // \r
3897             // openPreset\r
3898             // \r
3899             this.openPreset.DefaultExt = "plist";\r
3900             this.openPreset.Filter = "Plist Files|*.plist";\r
3901             // \r
3902             // File_ChapterImport\r
3903             // \r
3904             this.File_ChapterImport.Filter = "CSV Files|*.csv";\r
3905             // \r
3906             // frmMain\r
3907             // \r
3908 /*\r
3909             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
3910             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
3911             this.ClientSize = new System.Drawing.Size(985, 601);\r
3912             this.Controls.Add(this.GroupBox1);\r
3913             this.Controls.Add(this.groupBox_dest);\r
3914             this.Controls.Add(this.groupBox_output);\r
3915             this.Controls.Add(this.groupBox2);\r
3916 */\r
3917             this.AllowDrop = true;\r
3918             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r
3919             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;\r
3920             this.AutoScroll = true;\r
3921             this.AutoSize = true;\r
3922             this.ClientSize = new System.Drawing.Size(1002, 583);\r
3923             this.Controls.Add(this.tableLayoutPanel3);\r
3924             this.Controls.Add(this.toolStrip1);\r
3925             this.Controls.Add(this.flowLayoutPanel1);\r
3926             this.Controls.Add(this.frmMainMenu);\r
3927             this.Controls.Add(this.tableLayoutPanel2);\r
3928             this.Controls.Add(this.labelPreset);\r
3929             this.Controls.Add(this.groupBox2);\r
3930             this.Controls.Add(this.StatusStrip);\r
3931             this.Controls.Add(this.labelStaticDestination);\r
3932             this.Controls.Add(this.tableLayoutPanel1);\r
3933             this.Controls.Add(this.tabs_panel);\r
3934             this.DoubleBuffered = true;\r
3935             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
3936             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
3937             this.MinimumSize = new System.Drawing.Size(900, 500);\r
3938             this.Name = "frmMain";\r
3939             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
3940             this.Text = "HandBrake";\r
3941             notifyIconMenu.ResumeLayout(false);\r
3942             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit();\r
3943             ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit();\r
3944             this.ChaptersMenu.ResumeLayout(false);\r
3945             this.frmMainMenu.ResumeLayout(false);\r
3946             this.frmMainMenu.PerformLayout();\r
3947             this.tab_audio.ResumeLayout(false);\r
3948             this.tab_video.ResumeLayout(false);\r
3949             this.tab_video.PerformLayout();\r
3950             this.tab_picture.ResumeLayout(false);\r
3951             this.tabs_panel.ResumeLayout(false);\r
3952             this.tab_filters.ResumeLayout(false);\r
3953             this.tab_subtitles.ResumeLayout(false);\r
3954             this.tab_chapters.ResumeLayout(false);\r
3955             this.tab_chapters.PerformLayout();\r
3956             this.tab_advanced.ResumeLayout(false);\r
3957             this.tab_query.ResumeLayout(false);\r
3958             this.tab_query.PerformLayout();\r
3959             this.groupBox2.ResumeLayout(false);\r
3960             this.splitContainer1.Panel1.ResumeLayout(false);\r
3961             this.splitContainer1.Panel2.ResumeLayout(false);\r
3962             this.splitContainer1.ResumeLayout(false);\r
3963             this.presets_menu.ResumeLayout(false);\r
3964             this.toolStrip1.ResumeLayout(false);\r
3965             this.toolStrip1.PerformLayout();\r
3966             this.StatusStrip.ResumeLayout(false);\r
3967             this.StatusStrip.PerformLayout();\r
3968             this.tableLayoutPanel2.ResumeLayout(false);\r
3969             this.tableLayoutPanel2.PerformLayout();\r
3970             this.tableLayoutPanel3.ResumeLayout(false);\r
3971             this.tableLayoutPanel3.PerformLayout();\r
3972             this.tableLayoutPanel1.ResumeLayout(false);\r
3973             this.tableLayoutPanel1.PerformLayout();\r
3974             this.flowLayoutPanel1.ResumeLayout(false);\r
3975             this.flowLayoutPanel1.PerformLayout();\r
3976             this.ResumeLayout(false);\r
3977             this.PerformLayout();\r
3978 \r
3979         }\r
3980 \r
3981         #endregion\r
3982 \r
3983         internal System.Windows.Forms.ToolTip ToolTip;\r
3984         internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;\r
3985         internal System.Windows.Forms.ToolStripMenuItem mnu_open3;\r
3986         internal System.Windows.Forms.ToolStripMenuItem mnu_exit;\r
3987         internal System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem;\r
3988         internal System.Windows.Forms.ToolStripMenuItem mnu_encode;\r
3989         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;\r
3990         internal System.Windows.Forms.ToolStripMenuItem mnu_options;\r
3991         internal System.Windows.Forms.ToolStripMenuItem PresetsToolStripMenuItem;\r
3992         internal System.Windows.Forms.ToolStripMenuItem mnu_presetReset;\r
3993         internal System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;\r
3994         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;\r
3995         internal System.Windows.Forms.ToolStripMenuItem mnu_about;\r
3996         internal System.Windows.Forms.MenuStrip frmMainMenu;\r
3997         internal System.Windows.Forms.Label Label3;\r
3998         internal System.Windows.Forms.ComboBox drp_videoEncoder;\r
3999         internal System.Windows.Forms.Label Label47;\r
4000         internal System.Windows.Forms.TextBox text_destination;\r
4001         internal System.Windows.Forms.TabPage tab_audio;\r
4002         internal System.Windows.Forms.TabPage tab_video;\r
4003         internal System.Windows.Forms.CheckBox check_largeFile;\r
4004         internal System.Windows.Forms.CheckBox check_turbo;\r
4005         internal System.Windows.Forms.Label Label2;\r
4006         internal System.Windows.Forms.Label SliderValue;\r
4007         internal System.Windows.Forms.ComboBox drp_videoFramerate;\r
4008         internal System.Windows.Forms.CheckBox check_2PassEncode;\r
4009         internal System.Windows.Forms.TrackBar slider_videoQuality;\r
4010         internal System.Windows.Forms.TextBox text_filesize;\r
4011         internal System.Windows.Forms.TextBox text_bitrate;\r
4012         internal System.Windows.Forms.TabPage tab_picture;\r
4013         internal System.Windows.Forms.CheckBox Check_ChapterMarkers;\r
4014         internal System.Windows.Forms.TabControl tabs_panel;\r
4015         internal System.Windows.Forms.Label Label46;\r
4016         private System.Windows.Forms.GroupBox groupBox2;\r
4017         internal System.Windows.Forms.Button btn_setDefault;\r
4018         private System.Windows.Forms.ToolStripMenuItem mnu_SelectDefault;\r
4019         private System.Windows.Forms.ToolStripMenuItem mnu_UpdateCheck;\r
4020         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;\r
4021         private System.Windows.Forms.SaveFileDialog DVD_Save;\r
4022         private System.Windows.Forms.OpenFileDialog File_Open;\r
4023         private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;\r
4024         internal System.Windows.Forms.CheckBox check_iPodAtom;\r
4025         private System.Windows.Forms.TabPage tab_chapters;\r
4026         internal System.Windows.Forms.Label label31;\r
4027         internal System.Windows.Forms.CheckBox check_optimiseMP4;\r
4028         internal System.Windows.Forms.DataGridView data_chpt;\r
4029         private System.Windows.Forms.TabPage tab_query;\r
4030         private System.Windows.Forms.Label label34;\r
4031         internal System.Windows.Forms.Button btn_generate_Query;\r
4032         internal System.Windows.Forms.Label label33;\r
4033         internal System.Windows.Forms.Button btn_clear;\r
4034         private System.Windows.Forms.ToolStrip toolStrip1;\r
4035         private System.Windows.Forms.ToolStripButton btn_start;\r
4036         private System.Windows.Forms.ToolStripButton btn_add2Queue;\r
4037         private System.Windows.Forms.ToolStripButton btn_showQueue;\r
4038         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;\r
4039         private System.Windows.Forms.ToolStripButton btn_ActivityWindow;\r
4040         private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_home;\r
4041         internal System.Windows.Forms.Button btn_removePreset;\r
4042         internal System.Windows.Forms.Button btn_addPreset;\r
4043         internal System.Windows.Forms.Label label25;\r
4044         internal System.Windows.Forms.TabPage tab_advanced;\r
4045         internal System.Windows.Forms.TreeView treeView_presets;\r
4046         internal System.Windows.Forms.RichTextBox rtf_query;\r
4047         private System.Windows.Forms.NotifyIcon notifyIcon;\r
4048         private System.Windows.Forms.ToolStripMenuItem btn_restore;\r
4049         private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;\r
4050         private System.Windows.Forms.ToolStripMenuItem btn_file_source;\r
4051         private System.Windows.Forms.ToolStripMenuItem mnu_delete_preset;\r
4052         private System.Windows.Forms.ToolStripMenuItem btn_new_preset;\r
4053         private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_forums;\r
4054         private System.Windows.Forms.ToolStripMenuItem mnu_user_guide;\r
4055         private System.Windows.Forms.ToolStripDropDownButton btn_source;\r
4056         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
4057         private System.Windows.Forms.ToolStripMenuItem btn_dvd_source;\r
4058         internal System.Windows.Forms.ComboBox drop_format;\r
4059         internal System.Windows.Forms.Label label5;\r
4060         internal System.Windows.Forms.ToolStripMenuItem mnu_encodeLog;\r
4061         private System.Windows.Forms.StatusStrip StatusStrip;\r
4062         private System.Windows.Forms.ToolStripStatusLabel lbl_encode;\r
4063         internal System.Windows.Forms.OpenFileDialog ISO_Open;\r
4064         internal System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
4065         internal System.Windows.Forms.ToolStripMenuItem mnu_dvd_drive;\r
4066         private System.Windows.Forms.ContextMenuStrip presets_menu;\r
4067         private System.Windows.Forms.ToolStripMenuItem pmnu_expandAll;\r
4068         private System.Windows.Forms.ToolStripMenuItem pmnu_collapse;\r
4069         private System.Windows.Forms.ToolStripSeparator sep1;\r
4070         private System.Windows.Forms.ToolStripMenuItem pmnu_delete;\r
4071         private System.Windows.Forms.SplitContainer splitContainer1;\r
4072         private System.Windows.Forms.ImageList AudioMenuRowHeightHack;\r
4073         private System.Windows.Forms.ToolStripMenuItem pmnu_saveChanges;\r
4074         private System.Windows.Forms.ToolStripMenuItem mnu_killCLI;\r
4075         private System.Windows.Forms.TabPage tab_filters;\r
4076         internal System.Windows.Forms.RadioButton radio_cq;\r
4077         internal System.Windows.Forms.RadioButton radio_avgBitrate;\r
4078         internal System.Windows.Forms.RadioButton radio_targetFilesize;\r
4079         internal Handbrake.Controls.x264Panel x264Panel;\r
4080         private System.Windows.Forms.ToolStripButton tb_preview;\r
4081         private System.Windows.Forms.DataGridViewTextBoxColumn number;\r
4082         private System.Windows.Forms.DataGridViewTextBoxColumn name;\r
4083         private System.Diagnostics.Process hbproc;\r
4084         private TabPage tab_subtitles;\r
4085         internal Handbrake.Controls.AudioPanel AudioSettings;\r
4086         internal Handbrake.Controls.Subtitles Subtitles;\r
4087         internal Handbrake.Controls.Filters Filters;\r
4088         private ToolStripStatusLabel lbl_updateCheck;\r
4089         internal SaveFileDialog File_Save;\r
4090         private TableLayoutPanel tableLayoutPanel2;\r
4091         private Button btn_destBrowse;\r
4092         private TableLayoutPanel tableLayoutPanel3;\r
4093         private TableLayoutPanel tableLayoutPanel1;\r
4094         internal Label lbl_angle;\r
4095         internal ComboBox drop_angle;\r
4096         internal Label Label9;\r
4097         internal ComboBox drop_chapterStart;\r
4098         internal Label Label13;\r
4099         internal ComboBox drop_chapterFinish;\r
4100         internal Label label_duration;\r
4101         internal Label lbl_duration;\r
4102         private Label labelStaticDestination;\r
4103         internal Label labelPreset;\r
4104         internal Handbrake.Controls.PictureSettings PictureSettings;\r
4105         private Label labelSource;\r
4106         internal ComboBox drp_dvdtitle;\r
4107         internal Label Label10;\r
4108         private Label labelStaticSource;\r
4109         private FlowLayoutPanel flowLayoutPanel1;\r
4110         private ToolStripMenuItem mnu_importMacPreset;\r
4111         private OpenFileDialog openPreset;\r
4112         private Button btn_importChapters;\r
4113         private OpenFileDialog File_ChapterImport;\r
4114         private ContextMenuStrip ChaptersMenu;\r
4115         private ToolStripMenuItem mnu_resetChapters;\r
4116         private ToolStripMenuItem pmnu_import;\r
4117         private ToolStripSeparator toolStripSeparator2;\r
4118     }\r
4119 }