OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 8 Feb 2011 19:20:56 +0000 (19:20 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 8 Feb 2011 19:20:56 +0000 (19:20 +0000)
- Didn't quite get the tab order setup right in the last checkin. Should now be fixed.

git-svn-id: svn://localhost/HandBrake/trunk@3789 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain.Designer.cs

index 1b3c264..5476787 100644 (file)
@@ -111,6 +111,7 @@ namespace Handbrake
             this.Label47 = new System.Windows.Forms.Label();\r
             this.Label3 = new System.Windows.Forms.Label();\r
             this.tab_audio = new System.Windows.Forms.TabPage();\r
+            this.AudioSettings = new Handbrake.Controls.AudioPanel();\r
             this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components);\r
             this.tab_video = new System.Windows.Forms.TabPage();\r
             this.lbl_rfwarn = new System.Windows.Forms.Label();\r
@@ -124,13 +125,17 @@ namespace Handbrake
             this.lbl_SliderValue = new System.Windows.Forms.Label();\r
             this.lbl_framerate = new System.Windows.Forms.Label();\r
             this.tab_picture = new System.Windows.Forms.TabPage();\r
+            this.PictureSettings = new Handbrake.Controls.PictureSettings();\r
             this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox();\r
             this.tabs_panel = new System.Windows.Forms.TabControl();\r
             this.tab_filters = new System.Windows.Forms.TabPage();\r
+            this.Filters = new Handbrake.Controls.Filters();\r
             this.tab_subtitles = new System.Windows.Forms.TabPage();\r
+            this.Subtitles = new Handbrake.Controls.Subtitles();\r
             this.tab_chapters = new System.Windows.Forms.TabPage();\r
             this.label31 = new System.Windows.Forms.Label();\r
             this.tab_advanced = new System.Windows.Forms.TabPage();\r
+            this.x264Panel = new Handbrake.Controls.x264Panel();\r
             this.tab_query = new System.Windows.Forms.TabPage();\r
             this.btn_clear = new System.Windows.Forms.Button();\r
             this.label34 = new System.Windows.Forms.Label();\r
@@ -175,11 +180,6 @@ namespace Handbrake
             this.SourceLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();\r
             this.openPreset = new System.Windows.Forms.OpenFileDialog();\r
             this.File_ChapterImport = new System.Windows.Forms.OpenFileDialog();\r
-            this.PictureSettings = new Handbrake.Controls.PictureSettings();\r
-            this.Filters = new Handbrake.Controls.Filters();\r
-            this.AudioSettings = new Handbrake.Controls.AudioPanel();\r
-            this.Subtitles = new Handbrake.Controls.Subtitles();\r
-            this.x264Panel = new Handbrake.Controls.x264Panel();\r
             notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
             notifyIconMenu.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
@@ -244,7 +244,7 @@ namespace Handbrake
             this.text_destination.Location = new System.Drawing.Point(36, 3);\r
             this.text_destination.Name = "text_destination";\r
             this.text_destination.Size = new System.Drawing.Size(603, 21);\r
-            this.text_destination.TabIndex = 6;\r
+            this.text_destination.TabIndex = 1;\r
             this.ToolTip.SetToolTip(this.text_destination, "Location where the encoded file will be saved.");\r
             this.text_destination.TextChanged += new System.EventHandler(this.text_destination_TextChanged);\r
             // \r
@@ -259,7 +259,7 @@ namespace Handbrake
             this.drp_videoEncoder.Location = new System.Drawing.Point(125, 35);\r
             this.drp_videoEncoder.Name = "drp_videoEncoder";\r
             this.drp_videoEncoder.Size = new System.Drawing.Size(126, 21);\r
-            this.drp_videoEncoder.TabIndex = 16;\r
+            this.drp_videoEncoder.TabIndex = 6;\r
             this.ToolTip.SetToolTip(this.drp_videoEncoder, "Select a video encoder");\r
             this.drp_videoEncoder.SelectedIndexChanged += new System.EventHandler(this.drp_videoEncoder_SelectedIndexChanged);\r
             // \r
@@ -271,7 +271,7 @@ namespace Handbrake
             this.check_largeFile.Location = new System.Drawing.Point(179, 5);\r
             this.check_largeFile.Name = "check_largeFile";\r
             this.check_largeFile.Size = new System.Drawing.Size(91, 17);\r
-            this.check_largeFile.TabIndex = 10;\r
+            this.check_largeFile.TabIndex = 2;\r
             this.check_largeFile.Text = "Large file size";\r
             this.ToolTip.SetToolTip(this.check_largeFile, "Caution: This option will likely break device compatibility with all but the Appl" +\r
                     "eTV Take 2.\r\nChecking this box enables a 64bit mp4 file which can be over 4GB.");\r
@@ -284,8 +284,8 @@ namespace Handbrake
             this.check_turbo.Enabled = false;\r
             this.check_turbo.Location = new System.Drawing.Point(146, 143);\r
             this.check_turbo.Name = "check_turbo";\r
-            this.check_turbo.Size = new System.Drawing.Size(101, 17);\r
-            this.check_turbo.TabIndex = 20;\r
+            this.check_turbo.Size = new System.Drawing.Size(99, 17);\r
+            this.check_turbo.TabIndex = 9;\r
             this.check_turbo.Text = "Turbo first Pass";\r
             this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster.");\r
             this.check_turbo.UseVisualStyleBackColor = false;\r
@@ -307,7 +307,7 @@ namespace Handbrake
             this.drp_videoFramerate.Location = new System.Drawing.Point(125, 62);\r
             this.drp_videoFramerate.Name = "drp_videoFramerate";\r
             this.drp_videoFramerate.Size = new System.Drawing.Size(125, 21);\r
-            this.drp_videoFramerate.TabIndex = 17;\r
+            this.drp_videoFramerate.TabIndex = 2;\r
             this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases.");\r
             this.drp_videoFramerate.SelectedIndexChanged += new System.EventHandler(this.drp_videoFramerate_SelectedIndexChanged);\r
             // \r
@@ -320,7 +320,7 @@ namespace Handbrake
             this.slider_videoQuality.Maximum = 100;\r
             this.slider_videoQuality.Name = "slider_videoQuality";\r
             this.slider_videoQuality.Size = new System.Drawing.Size(322, 45);\r
-            this.slider_videoQuality.TabIndex = 26;\r
+            this.slider_videoQuality.TabIndex = 13;\r
             this.slider_videoQuality.TickFrequency = 17;\r
             this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. ");\r
             this.slider_videoQuality.ValueChanged += new System.EventHandler(this.slider_videoQuality_Scroll);\r
@@ -331,7 +331,7 @@ namespace Handbrake
             this.text_filesize.Location = new System.Drawing.Point(511, 36);\r
             this.text_filesize.Name = "text_filesize";\r
             this.text_filesize.Size = new System.Drawing.Size(81, 21);\r
-            this.text_filesize.TabIndex = 24;\r
+            this.text_filesize.TabIndex = 12;\r
             this.ToolTip.SetToolTip(this.text_filesize, "Set the file size you wish the encoded file to be.");\r
             // \r
             // text_bitrate\r
@@ -339,7 +339,7 @@ namespace Handbrake
             this.text_bitrate.Location = new System.Drawing.Point(511, 63);\r
             this.text_bitrate.Name = "text_bitrate";\r
             this.text_bitrate.Size = new System.Drawing.Size(81, 21);\r
-            this.text_bitrate.TabIndex = 25;\r
+            this.text_bitrate.TabIndex = 14;\r
             this.ToolTip.SetToolTip(this.text_bitrate, "Set the bitrate of the video");\r
             // \r
             // btn_setDefault\r
@@ -350,7 +350,7 @@ namespace Handbrake
             this.btn_setDefault.Location = new System.Drawing.Point(135, 8);\r
             this.btn_setDefault.Name = "btn_setDefault";\r
             this.btn_setDefault.Size = new System.Drawing.Size(101, 22);\r
-            this.btn_setDefault.TabIndex = 39;\r
+            this.btn_setDefault.TabIndex = 2;\r
             this.btn_setDefault.Text = "Set Default";\r
             this.ToolTip.SetToolTip(this.btn_setDefault, "Set current settings as program defaults.");\r
             this.btn_setDefault.UseVisualStyleBackColor = true;\r
@@ -364,7 +364,7 @@ namespace Handbrake
             this.check_optimiseMP4.Location = new System.Drawing.Point(276, 5);\r
             this.check_optimiseMP4.Name = "check_optimiseMP4";\r
             this.check_optimiseMP4.Size = new System.Drawing.Size(96, 17);\r
-            this.check_optimiseMP4.TabIndex = 11;\r
+            this.check_optimiseMP4.TabIndex = 3;\r
             this.check_optimiseMP4.Text = "Web optimized";\r
             this.ToolTip.SetToolTip(this.check_optimiseMP4, "MP4 files can be optimized for progressive downloads over the Web,\r\nbut note that" +\r
                     " QuickTime can only read the files as long as the file extension is .mp4\r\nCan on" +\r
@@ -379,7 +379,7 @@ namespace Handbrake
             this.check_iPodAtom.Location = new System.Drawing.Point(378, 5);\r
             this.check_iPodAtom.Name = "check_iPodAtom";\r
             this.check_iPodAtom.Size = new System.Drawing.Size(102, 17);\r
-            this.check_iPodAtom.TabIndex = 12;\r
+            this.check_iPodAtom.TabIndex = 4;\r
             this.check_iPodAtom.Text = "iPod 5G support";\r
             this.ToolTip.SetToolTip(this.check_iPodAtom, "Support for legacy 5th Generation iPods.\r\nEncodes will not sync if this option is" +\r
                     " not enabled for H.264 encodes.");\r
@@ -402,7 +402,7 @@ namespace Handbrake
             this.data_chpt.Name = "data_chpt";\r
             this.data_chpt.RowHeadersVisible = false;\r
             this.data_chpt.Size = new System.Drawing.Size(684, 236);\r
-            this.data_chpt.TabIndex = 30;\r
+            this.data_chpt.TabIndex = 3;\r
             this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip"));\r
             // \r
             // number\r
@@ -458,7 +458,7 @@ namespace Handbrake
             this.btn_addPreset.Location = new System.Drawing.Point(3, 8);\r
             this.btn_addPreset.Name = "btn_addPreset";\r
             this.btn_addPreset.Size = new System.Drawing.Size(49, 22);\r
-            this.btn_addPreset.TabIndex = 37;\r
+            this.btn_addPreset.TabIndex = 0;\r
             this.btn_addPreset.Text = "Add";\r
             this.ToolTip.SetToolTip(this.btn_addPreset, "This option will take the current settings and add it as a new preset.");\r
             this.btn_addPreset.UseVisualStyleBackColor = true;\r
@@ -472,7 +472,7 @@ namespace Handbrake
             this.btn_removePreset.Location = new System.Drawing.Point(58, 8);\r
             this.btn_removePreset.Name = "btn_removePreset";\r
             this.btn_removePreset.Size = new System.Drawing.Size(71, 22);\r
-            this.btn_removePreset.TabIndex = 38;\r
+            this.btn_removePreset.TabIndex = 1;\r
             this.btn_removePreset.Text = "Remove";\r
             this.ToolTip.SetToolTip(this.btn_removePreset, "Remove the selected preset from the panel above.");\r
             this.btn_removePreset.UseVisualStyleBackColor = true;\r
@@ -488,7 +488,7 @@ namespace Handbrake
             this.drop_format.Location = new System.Drawing.Point(67, 3);\r
             this.drop_format.Name = "drop_format";\r
             this.drop_format.Size = new System.Drawing.Size(106, 21);\r
-            this.drop_format.TabIndex = 9;\r
+            this.drop_format.TabIndex = 1;\r
             this.ToolTip.SetToolTip(this.drop_format, "Select the file container format.\r\nHandBrake supports MKV and MP4(M4v)");\r
             this.drop_format.SelectedIndexChanged += new System.EventHandler(this.drop_format_SelectedIndexChanged);\r
             // \r
@@ -499,7 +499,7 @@ namespace Handbrake
             this.drop_chapterFinish.Location = new System.Drawing.Point(509, 3);\r
             this.drop_chapterFinish.Name = "drop_chapterFinish";\r
             this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21);\r
-            this.drop_chapterFinish.TabIndex = 5;\r
+            this.drop_chapterFinish.TabIndex = 7;\r
             this.ToolTip.SetToolTip(this.drop_chapterFinish, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
             this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.chapersChanged);\r
             // \r
@@ -510,7 +510,7 @@ namespace Handbrake
             this.drop_chapterStart.Location = new System.Drawing.Point(383, 3);\r
             this.drop_chapterStart.Name = "drop_chapterStart";\r
             this.drop_chapterStart.Size = new System.Drawing.Size(69, 21);\r
-            this.drop_chapterStart.TabIndex = 4;\r
+            this.drop_chapterStart.TabIndex = 5;\r
             this.ToolTip.SetToolTip(this.drop_chapterStart, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
             this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.chapersChanged);\r
             // \r
@@ -521,7 +521,7 @@ namespace Handbrake
             this.drop_angle.Location = new System.Drawing.Point(209, 3);\r
             this.drop_angle.Name = "drop_angle";\r
             this.drop_angle.Size = new System.Drawing.Size(45, 21);\r
-            this.drop_angle.TabIndex = 2;\r
+            this.drop_angle.TabIndex = 3;\r
             this.ToolTip.SetToolTip(this.drop_angle, "Select the chapter range you would like to enocde. (default: All Chapters)");\r
             // \r
             // drp_dvdtitle\r
@@ -548,7 +548,7 @@ namespace Handbrake
             this.btn_importChapters.Location = new System.Drawing.Point(544, 28);\r
             this.btn_importChapters.Name = "btn_importChapters";\r
             this.btn_importChapters.Size = new System.Drawing.Size(75, 23);\r
-            this.btn_importChapters.TabIndex = 31;\r
+            this.btn_importChapters.TabIndex = 1;\r
             this.btn_importChapters.Text = "Import";\r
             this.ToolTip.SetToolTip(this.btn_importChapters, resources.GetString("btn_importChapters.ToolTip"));\r
             this.btn_importChapters.UseVisualStyleBackColor = true;\r
@@ -562,7 +562,7 @@ namespace Handbrake
             this.btn_export.Location = new System.Drawing.Point(625, 28);\r
             this.btn_export.Name = "btn_export";\r
             this.btn_export.Size = new System.Drawing.Size(75, 23);\r
-            this.btn_export.TabIndex = 32;\r
+            this.btn_export.TabIndex = 0;\r
             this.btn_export.Text = "Export";\r
             this.ToolTip.SetToolTip(this.btn_export, resources.GetString("btn_export.ToolTip"));\r
             this.btn_export.UseVisualStyleBackColor = true;\r
@@ -579,7 +579,7 @@ namespace Handbrake
             this.drop_mode.Location = new System.Drawing.Point(295, 3);\r
             this.drop_mode.Name = "drop_mode";\r
             this.drop_mode.Size = new System.Drawing.Size(77, 21);\r
-            this.drop_mode.TabIndex = 3;\r
+            this.drop_mode.TabIndex = 4;\r
             this.ToolTip.SetToolTip(this.drop_mode, resources.GetString("drop_mode.ToolTip"));\r
             this.drop_mode.SelectedIndexChanged += new System.EventHandler(this.drop_mode_SelectedIndexChanged);\r
             // \r
@@ -591,7 +591,7 @@ namespace Handbrake
             this.btn_generate_Query.Location = new System.Drawing.Point(16, 104);\r
             this.btn_generate_Query.Name = "btn_generate_Query";\r
             this.btn_generate_Query.Size = new System.Drawing.Size(126, 22);\r
-            this.btn_generate_Query.TabIndex = 34;\r
+            this.btn_generate_Query.TabIndex = 2;\r
             this.btn_generate_Query.Text = "Generate Query";\r
             this.ToolTip.SetToolTip(this.btn_generate_Query, "This will allow you to override the generated query.\r\nNote, The query in the box " +\r
                     "below will always override any automatically generated query, even if you change" +\r
@@ -612,7 +612,7 @@ namespace Handbrake
             this.treeView_presets.Name = "treeView_presets";\r
             this.treeView_presets.ShowLines = false;\r
             this.treeView_presets.Size = new System.Drawing.Size(240, 424);\r
-            this.treeView_presets.TabIndex = 8;\r
+            this.treeView_presets.TabIndex = 0;\r
             this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
             this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
             this.treeView_presets.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TreeViewPresetsMouseMove);\r
@@ -890,6 +890,7 @@ namespace Handbrake
             this.frmMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
             this.frmMainMenu.Size = new System.Drawing.Size(1002, 24);\r
             this.frmMainMenu.TabIndex = 0;\r
+            this.frmMainMenu.TabStop = true;\r
             this.frmMainMenu.Text = "MenuStrip";\r
             // \r
             // label5\r
@@ -900,7 +901,7 @@ namespace Handbrake
             this.label5.Location = new System.Drawing.Point(3, 7);\r
             this.label5.Name = "label5";\r
             this.label5.Size = new System.Drawing.Size(58, 13);\r
-            this.label5.TabIndex = 27;\r
+            this.label5.TabIndex = 0;\r
             this.label5.Text = "Container:";\r
             // \r
             // Label47\r
@@ -911,7 +912,7 @@ namespace Handbrake
             this.Label47.Location = new System.Drawing.Point(13, 39);\r
             this.Label47.Name = "Label47";\r
             this.Label47.Size = new System.Drawing.Size(70, 13);\r
-            this.Label47.TabIndex = 0;\r
+            this.Label47.TabIndex = 7;\r
             this.Label47.Text = "Video Codec:";\r
             // \r
             // Label3\r
@@ -937,6 +938,15 @@ namespace Handbrake
             this.tab_audio.Text = "Audio";\r
             this.tab_audio.UseVisualStyleBackColor = true;\r
             // \r
+            // AudioSettings\r
+            // \r
+            this.AudioSettings.BackColor = System.Drawing.Color.Transparent;\r
+            this.AudioSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.AudioSettings.Location = new System.Drawing.Point(0, 0);\r
+            this.AudioSettings.Name = "AudioSettings";\r
+            this.AudioSettings.Size = new System.Drawing.Size(715, 310);\r
+            this.AudioSettings.TabIndex = 0;\r
+            // \r
             // AudioMenuRowHeightHack\r
             // \r
             this.AudioMenuRowHeightHack.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;\r
@@ -979,7 +989,7 @@ namespace Handbrake
             this.lbl_rfwarn.Location = new System.Drawing.Point(385, 165);\r
             this.lbl_rfwarn.Name = "lbl_rfwarn";\r
             this.lbl_rfwarn.Size = new System.Drawing.Size(321, 39);\r
-            this.lbl_rfwarn.TabIndex = 20;\r
+            this.lbl_rfwarn.TabIndex = 0;\r
             this.lbl_rfwarn.Text = "RF:0 is x264\'s lossless mode.\r\nThis will result in a very large output which may " +\r
                 "not be compatible\r\nwith your playback software.";\r
             this.lbl_rfwarn.Visible = false;\r
@@ -990,8 +1000,8 @@ namespace Handbrake
             this.checkMaximumFramerate.BackColor = System.Drawing.Color.Transparent;\r
             this.checkMaximumFramerate.Location = new System.Drawing.Point(125, 89);\r
             this.checkMaximumFramerate.Name = "checkMaximumFramerate";\r
-            this.checkMaximumFramerate.Size = new System.Drawing.Size(132, 17);\r
-            this.checkMaximumFramerate.TabIndex = 18;\r
+            this.checkMaximumFramerate.Size = new System.Drawing.Size(131, 17);\r
+            this.checkMaximumFramerate.TabIndex = 1;\r
             this.checkMaximumFramerate.Text = "Peak Framerate (VFR)";\r
             this.checkMaximumFramerate.UseVisualStyleBackColor = false;\r
             // \r
@@ -1001,8 +1011,8 @@ namespace Handbrake
             this.radio_cq.BackColor = System.Drawing.Color.Transparent;\r
             this.radio_cq.Location = new System.Drawing.Point(365, 97);\r
             this.radio_cq.Name = "radio_cq";\r
-            this.radio_cq.Size = new System.Drawing.Size(110, 17);\r
-            this.radio_cq.TabIndex = 23;\r
+            this.radio_cq.Size = new System.Drawing.Size(105, 17);\r
+            this.radio_cq.TabIndex = 3;\r
             this.radio_cq.Text = "Constant Quality:";\r
             this.radio_cq.UseVisualStyleBackColor = false;\r
             this.radio_cq.CheckedChanged += new System.EventHandler(this.radio_cq_CheckedChanged);\r
@@ -1014,8 +1024,8 @@ namespace Handbrake
             this.radio_avgBitrate.Checked = true;\r
             this.radio_avgBitrate.Location = new System.Drawing.Point(365, 64);\r
             this.radio_avgBitrate.Name = "radio_avgBitrate";\r
-            this.radio_avgBitrate.Size = new System.Drawing.Size(116, 17);\r
-            this.radio_avgBitrate.TabIndex = 22;\r
+            this.radio_avgBitrate.Size = new System.Drawing.Size(112, 17);\r
+            this.radio_avgBitrate.TabIndex = 4;\r
             this.radio_avgBitrate.TabStop = true;\r
             this.radio_avgBitrate.Text = "Avg Bitrate (kbps):";\r
             this.radio_avgBitrate.UseVisualStyleBackColor = false;\r
@@ -1027,8 +1037,8 @@ namespace Handbrake
             this.radio_targetFilesize.BackColor = System.Drawing.Color.Transparent;\r
             this.radio_targetFilesize.Location = new System.Drawing.Point(365, 37);\r
             this.radio_targetFilesize.Name = "radio_targetFilesize";\r
-            this.radio_targetFilesize.Size = new System.Drawing.Size(108, 17);\r
-            this.radio_targetFilesize.TabIndex = 21;\r
+            this.radio_targetFilesize.Size = new System.Drawing.Size(107, 17);\r
+            this.radio_targetFilesize.TabIndex = 5;\r
             this.radio_targetFilesize.Text = "Target Size (MB):";\r
             this.radio_targetFilesize.UseVisualStyleBackColor = false;\r
             this.radio_targetFilesize.CheckedChanged += new System.EventHandler(this.radio_targetFilesize_CheckedChanged);\r
@@ -1041,7 +1051,7 @@ namespace Handbrake
             this.label25.Location = new System.Drawing.Point(13, 13);\r
             this.label25.Name = "label25";\r
             this.label25.Size = new System.Drawing.Size(38, 13);\r
-            this.label25.TabIndex = 0;\r
+            this.label25.TabIndex = 8;\r
             this.label25.Text = "Video";\r
             // \r
             // check_2PassEncode\r
@@ -1050,8 +1060,8 @@ namespace Handbrake
             this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent;\r
             this.check_2PassEncode.Location = new System.Drawing.Point(125, 120);\r
             this.check_2PassEncode.Name = "check_2PassEncode";\r
-            this.check_2PassEncode.Size = new System.Drawing.Size(104, 17);\r
-            this.check_2PassEncode.TabIndex = 19;\r
+            this.check_2PassEncode.Size = new System.Drawing.Size(106, 17);\r
+            this.check_2PassEncode.TabIndex = 10;\r
             this.check_2PassEncode.Text = "2-Pass Encoding";\r
             this.check_2PassEncode.UseVisualStyleBackColor = false;\r
             this.check_2PassEncode.CheckedChanged += new System.EventHandler(this.check_2PassEncode_CheckedChanged);\r
@@ -1064,7 +1074,7 @@ namespace Handbrake
             this.Label2.Location = new System.Drawing.Point(363, 13);\r
             this.Label2.Name = "Label2";\r
             this.Label2.Size = new System.Drawing.Size(47, 13);\r
-            this.Label2.TabIndex = 8;\r
+            this.Label2.TabIndex = 11;\r
             this.Label2.Text = "Quality";\r
             // \r
             // lbl_SliderValue\r
@@ -1085,7 +1095,7 @@ namespace Handbrake
             this.lbl_framerate.Location = new System.Drawing.Point(13, 65);\r
             this.lbl_framerate.Name = "lbl_framerate";\r
             this.lbl_framerate.Size = new System.Drawing.Size(90, 13);\r
-            this.lbl_framerate.TabIndex = 1;\r
+            this.lbl_framerate.TabIndex = 16;\r
             this.lbl_framerate.Text = "Framerate (FPS):";\r
             // \r
             // tab_picture\r
@@ -1100,14 +1110,26 @@ namespace Handbrake
             this.tab_picture.Text = "Picture";\r
             this.tab_picture.UseVisualStyleBackColor = true;\r
             // \r
+            // PictureSettings\r
+            // \r
+            this.PictureSettings.BackColor = System.Drawing.Color.Transparent;\r
+            this.PictureSettings.CurrentlySelectedPreset = null;\r
+            this.PictureSettings.Enabled = false;\r
+            this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.PictureSettings.Location = new System.Drawing.Point(0, 0);\r
+            this.PictureSettings.Name = "PictureSettings";\r
+            this.PictureSettings.PresetMaximumResolution = new System.Drawing.Size(0, 0);\r
+            this.PictureSettings.Size = new System.Drawing.Size(666, 279);\r
+            this.PictureSettings.TabIndex = 0;\r
+            // \r
             // Check_ChapterMarkers\r
             // \r
             this.Check_ChapterMarkers.AutoSize = true;\r
             this.Check_ChapterMarkers.BackColor = System.Drawing.Color.Transparent;\r
             this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 32);\r
             this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";\r
-            this.Check_ChapterMarkers.Size = new System.Drawing.Size(140, 17);\r
-            this.Check_ChapterMarkers.TabIndex = 29;\r
+            this.Check_ChapterMarkers.Size = new System.Drawing.Size(136, 17);\r
+            this.Check_ChapterMarkers.TabIndex = 4;\r
             this.Check_ChapterMarkers.Text = "Create chapter markers";\r
             this.Check_ChapterMarkers.UseVisualStyleBackColor = false;\r
             this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged);\r
@@ -1126,7 +1148,7 @@ namespace Handbrake
             this.tabs_panel.Name = "tabs_panel";\r
             this.tabs_panel.SelectedIndex = 0;\r
             this.tabs_panel.Size = new System.Drawing.Size(732, 334);\r
-            this.tabs_panel.TabIndex = 13;\r
+            this.tabs_panel.TabIndex = 6;\r
             // \r
             // tab_filters\r
             // \r
@@ -1134,10 +1156,19 @@ namespace Handbrake
             this.tab_filters.Location = new System.Drawing.Point(4, 22);\r
             this.tab_filters.Name = "tab_filters";\r
             this.tab_filters.Size = new System.Drawing.Size(724, 308);\r
-            this.tab_filters.TabIndex = 9;\r
+            this.tab_filters.TabIndex = 1;\r
             this.tab_filters.Text = "Video Filters";\r
             this.tab_filters.UseVisualStyleBackColor = true;\r
             // \r
+            // Filters\r
+            // \r
+            this.Filters.BackColor = System.Drawing.Color.Transparent;\r
+            this.Filters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.Filters.Location = new System.Drawing.Point(0, 0);\r
+            this.Filters.Name = "Filters";\r
+            this.Filters.Size = new System.Drawing.Size(713, 310);\r
+            this.Filters.TabIndex = 0;\r
+            // \r
             // tab_subtitles\r
             // \r
             this.tab_subtitles.Controls.Add(this.Subtitles);\r
@@ -1145,10 +1176,19 @@ namespace Handbrake
             this.tab_subtitles.Name = "tab_subtitles";\r
             this.tab_subtitles.Padding = new System.Windows.Forms.Padding(3);\r
             this.tab_subtitles.Size = new System.Drawing.Size(724, 308);\r
-            this.tab_subtitles.TabIndex = 10;\r
+            this.tab_subtitles.TabIndex = 4;\r
             this.tab_subtitles.Text = "Subtitles";\r
             this.tab_subtitles.UseVisualStyleBackColor = true;\r
             // \r
+            // Subtitles\r
+            // \r
+            this.Subtitles.BackColor = System.Drawing.Color.Transparent;\r
+            this.Subtitles.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.Subtitles.Location = new System.Drawing.Point(0, 0);\r
+            this.Subtitles.Name = "Subtitles";\r
+            this.Subtitles.Size = new System.Drawing.Size(722, 310);\r
+            this.Subtitles.TabIndex = 0;\r
+            // \r
             // tab_chapters\r
             // \r
             this.tab_chapters.BackColor = System.Drawing.Color.Transparent;\r
@@ -1160,7 +1200,7 @@ namespace Handbrake
             this.tab_chapters.Location = new System.Drawing.Point(4, 22);\r
             this.tab_chapters.Name = "tab_chapters";\r
             this.tab_chapters.Size = new System.Drawing.Size(724, 308);\r
-            this.tab_chapters.TabIndex = 6;\r
+            this.tab_chapters.TabIndex = 5;\r
             this.tab_chapters.Text = "Chapters";\r
             this.tab_chapters.UseVisualStyleBackColor = true;\r
             // \r
@@ -1172,7 +1212,7 @@ namespace Handbrake
             this.label31.Location = new System.Drawing.Point(13, 13);\r
             this.label31.Name = "label31";\r
             this.label31.Size = new System.Drawing.Size(102, 13);\r
-            this.label31.TabIndex = 0;\r
+            this.label31.TabIndex = 2;\r
             this.label31.Text = "Chapter Markers";\r
             // \r
             // tab_advanced\r
@@ -1183,10 +1223,20 @@ namespace Handbrake
             this.tab_advanced.Name = "tab_advanced";\r
             this.tab_advanced.Padding = new System.Windows.Forms.Padding(3);\r
             this.tab_advanced.Size = new System.Drawing.Size(724, 308);\r
-            this.tab_advanced.TabIndex = 8;\r
+            this.tab_advanced.TabIndex = 6;\r
             this.tab_advanced.Text = "Advanced";\r
             this.tab_advanced.UseVisualStyleBackColor = true;\r
             // \r
+            // x264Panel\r
+            // \r
+            this.x264Panel.BackColor = System.Drawing.Color.Transparent;\r
+            this.x264Panel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.x264Panel.Location = new System.Drawing.Point(0, 0);\r
+            this.x264Panel.Name = "x264Panel";\r
+            this.x264Panel.Size = new System.Drawing.Size(720, 306);\r
+            this.x264Panel.TabIndex = 0;\r
+            this.x264Panel.X264Query = "";\r
+            // \r
             // tab_query\r
             // \r
             this.tab_query.Controls.Add(this.btn_clear);\r
@@ -1209,7 +1259,7 @@ namespace Handbrake
             this.btn_clear.Location = new System.Drawing.Point(634, 104);\r
             this.btn_clear.Name = "btn_clear";\r
             this.btn_clear.Size = new System.Drawing.Size(75, 22);\r
-            this.btn_clear.TabIndex = 36;\r
+            this.btn_clear.TabIndex = 0;\r
             this.btn_clear.Text = "Clear";\r
             this.btn_clear.UseVisualStyleBackColor = true;\r
             this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);\r
@@ -1231,7 +1281,7 @@ namespace Handbrake
             this.label33.Location = new System.Drawing.Point(13, 13);\r
             this.label33.Name = "label33";\r
             this.label33.Size = new System.Drawing.Size(77, 13);\r
-            this.label33.TabIndex = 0;\r
+            this.label33.TabIndex = 3;\r
             this.label33.Text = "Query Editor";\r
             // \r
             // rtf_query\r
@@ -1240,7 +1290,7 @@ namespace Handbrake
             this.rtf_query.Location = new System.Drawing.Point(16, 132);\r
             this.rtf_query.Name = "rtf_query";\r
             this.rtf_query.Size = new System.Drawing.Size(693, 161);\r
-            this.rtf_query.TabIndex = 35;\r
+            this.rtf_query.TabIndex = 4;\r
             this.rtf_query.Text = "";\r
             // \r
             // groupBox2\r
@@ -1250,7 +1300,7 @@ namespace Handbrake
             this.groupBox2.Location = new System.Drawing.Point(750, 70);\r
             this.groupBox2.Name = "groupBox2";\r
             this.groupBox2.Size = new System.Drawing.Size(246, 482);\r
-            this.groupBox2.TabIndex = 100;\r
+            this.groupBox2.TabIndex = 4;\r
             this.groupBox2.TabStop = false;\r
             this.groupBox2.Text = "Presets";\r
             // \r
@@ -1272,7 +1322,7 @@ namespace Handbrake
             this.splitContainer1.Panel2.Controls.Add(this.btn_setDefault);\r
             this.splitContainer1.Size = new System.Drawing.Size(240, 462);\r
             this.splitContainer1.SplitterDistance = 424;\r
-            this.splitContainer1.TabIndex = 1;\r
+            this.splitContainer1.TabIndex = 0;\r
             // \r
             // toolStrip1\r
             // \r
@@ -1290,7 +1340,7 @@ namespace Handbrake
             this.toolStrip1.Name = "toolStrip1";\r
             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
             this.toolStrip1.Size = new System.Drawing.Size(1002, 39);\r
-            this.toolStrip1.TabIndex = 0;\r
+            this.toolStrip1.TabIndex = 1;\r
             this.toolStrip1.TabStop = true;\r
             this.toolStrip1.Text = "toolStrip1";\r
             // \r
@@ -1495,7 +1545,7 @@ namespace Handbrake
             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
             this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));\r
             this.tableLayoutPanel2.Size = new System.Drawing.Size(723, 29);\r
-            this.tableLayoutPanel2.TabIndex = 50;\r
+            this.tableLayoutPanel2.TabIndex = 3;\r
             // \r
             // btn_destBrowse\r
             // \r
@@ -1505,7 +1555,7 @@ namespace Handbrake
             this.btn_destBrowse.Location = new System.Drawing.Point(645, 3);\r
             this.btn_destBrowse.Name = "btn_destBrowse";\r
             this.btn_destBrowse.Size = new System.Drawing.Size(75, 23);\r
-            this.btn_destBrowse.TabIndex = 7;\r
+            this.btn_destBrowse.TabIndex = 2;\r
             this.btn_destBrowse.Text = "Browse";\r
             this.btn_destBrowse.UseVisualStyleBackColor = true;\r
             this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
@@ -1529,7 +1579,7 @@ namespace Handbrake
             this.tableLayoutPanel3.RowCount = 1;\r
             this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
             this.tableLayoutPanel3.Size = new System.Drawing.Size(723, 27);\r
-            this.tableLayoutPanel3.TabIndex = 51;\r
+            this.tableLayoutPanel3.TabIndex = 5;\r
             // \r
             // tableLayoutPanel1\r
             // \r
@@ -1562,7 +1612,7 @@ namespace Handbrake
             this.tableLayoutPanel1.RowCount = 1;\r
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
             this.tableLayoutPanel1.Size = new System.Drawing.Size(723, 27);\r
-            this.tableLayoutPanel1.TabIndex = 49;\r
+            this.tableLayoutPanel1.TabIndex = 2;\r
             // \r
             // Label10\r
             // \r
@@ -1572,7 +1622,7 @@ namespace Handbrake
             this.Label10.Location = new System.Drawing.Point(3, 7);\r
             this.Label10.Name = "Label10";\r
             this.Label10.Size = new System.Drawing.Size(31, 13);\r
-            this.Label10.TabIndex = 2;\r
+            this.Label10.TabIndex = 0;\r
             this.Label10.Text = "Title:";\r
             // \r
             // lbl_angle\r
@@ -1583,7 +1633,7 @@ namespace Handbrake
             this.lbl_angle.Location = new System.Drawing.Point(165, 7);\r
             this.lbl_angle.Name = "lbl_angle";\r
             this.lbl_angle.Size = new System.Drawing.Size(38, 13);\r
-            this.lbl_angle.TabIndex = 44;\r
+            this.lbl_angle.TabIndex = 2;\r
             this.lbl_angle.Text = "Angle:";\r
             // \r
             // Label13\r
@@ -1593,7 +1643,7 @@ namespace Handbrake
             this.Label13.Location = new System.Drawing.Point(458, 7);\r
             this.Label13.Name = "Label13";\r
             this.Label13.Size = new System.Drawing.Size(45, 13);\r
-            this.Label13.TabIndex = 10;\r
+            this.Label13.TabIndex = 6;\r
             this.Label13.Text = "through";\r
             // \r
             // label_duration\r
@@ -1604,7 +1654,7 @@ namespace Handbrake
             this.label_duration.Location = new System.Drawing.Point(584, 7);\r
             this.label_duration.Name = "label_duration";\r
             this.label_duration.Size = new System.Drawing.Size(52, 13);\r
-            this.label_duration.TabIndex = 42;\r
+            this.label_duration.TabIndex = 8;\r
             this.label_duration.Text = "Duration:";\r
             // \r
             // lbl_duration\r
@@ -1615,7 +1665,7 @@ namespace Handbrake
             this.lbl_duration.Location = new System.Drawing.Point(642, 7);\r
             this.lbl_duration.Name = "lbl_duration";\r
             this.lbl_duration.Size = new System.Drawing.Size(39, 13);\r
-            this.lbl_duration.TabIndex = 43;\r
+            this.lbl_duration.TabIndex = 9;\r
             this.lbl_duration.Text = "--:--:--";\r
             // \r
             // labelStaticDestination\r
@@ -1625,7 +1675,7 @@ namespace Handbrake
             this.labelStaticDestination.Location = new System.Drawing.Point(9, 116);\r
             this.labelStaticDestination.Name = "labelStaticDestination";\r
             this.labelStaticDestination.Size = new System.Drawing.Size(75, 13);\r
-            this.labelStaticDestination.TabIndex = 53;\r
+            this.labelStaticDestination.TabIndex = 3;\r
             this.labelStaticDestination.Text = "Destination:";\r
             // \r
             // labelPreset\r
@@ -1635,7 +1685,7 @@ namespace Handbrake
             this.labelPreset.Location = new System.Drawing.Point(9, 164);\r
             this.labelPreset.Name = "labelPreset";\r
             this.labelPreset.Size = new System.Drawing.Size(180, 13);\r
-            this.labelPreset.TabIndex = 54;\r
+            this.labelPreset.TabIndex = 5;\r
             this.labelPreset.Text = "Output Settings (Preset: None)";\r
             // \r
             // labelSource\r
@@ -1655,7 +1705,7 @@ namespace Handbrake
             this.labelStaticSource.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);\r
             this.labelStaticSource.Name = "labelStaticSource";\r
             this.labelStaticSource.Size = new System.Drawing.Size(49, 13);\r
-            this.labelStaticSource.TabIndex = 1;\r
+            this.labelStaticSource.TabIndex = 0;\r
             this.labelStaticSource.Text = "Source:";\r
             // \r
             // SourceLayoutPanel\r
@@ -1668,7 +1718,7 @@ namespace Handbrake
             this.SourceLayoutPanel.Margin = new System.Windows.Forms.Padding(0);\r
             this.SourceLayoutPanel.Name = "SourceLayoutPanel";\r
             this.SourceLayoutPanel.Size = new System.Drawing.Size(195, 13);\r
-            this.SourceLayoutPanel.TabIndex = 55;\r
+            this.SourceLayoutPanel.TabIndex = 2;\r
             // \r
             // openPreset\r
             // \r
@@ -1679,55 +1729,6 @@ namespace Handbrake
             // \r
             this.File_ChapterImport.Filter = "CSV Files|*.csv";\r
             // \r
-            // PictureSettings\r
-            // \r
-            this.PictureSettings.BackColor = System.Drawing.Color.Transparent;\r
-            this.PictureSettings.CurrentlySelectedPreset = null;\r
-            this.PictureSettings.Enabled = false;\r
-            this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.PictureSettings.Location = new System.Drawing.Point(0, 0);\r
-            this.PictureSettings.Name = "PictureSettings";\r
-            this.PictureSettings.PresetMaximumResolution = new System.Drawing.Size(0, 0);\r
-            this.PictureSettings.Size = new System.Drawing.Size(666, 279);\r
-            this.PictureSettings.TabIndex = 14;\r
-            // \r
-            // Filters\r
-            // \r
-            this.Filters.BackColor = System.Drawing.Color.Transparent;\r
-            this.Filters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Filters.Location = new System.Drawing.Point(0, 0);\r
-            this.Filters.Name = "Filters";\r
-            this.Filters.Size = new System.Drawing.Size(713, 310);\r
-            this.Filters.TabIndex = 15;\r
-            // \r
-            // AudioSettings\r
-            // \r
-            this.AudioSettings.BackColor = System.Drawing.Color.Transparent;\r
-            this.AudioSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.AudioSettings.Location = new System.Drawing.Point(0, 0);\r
-            this.AudioSettings.Name = "AudioSettings";\r
-            this.AudioSettings.Size = new System.Drawing.Size(715, 310);\r
-            this.AudioSettings.TabIndex = 27;\r
-            // \r
-            // Subtitles\r
-            // \r
-            this.Subtitles.BackColor = System.Drawing.Color.Transparent;\r
-            this.Subtitles.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Subtitles.Location = new System.Drawing.Point(0, 0);\r
-            this.Subtitles.Name = "Subtitles";\r
-            this.Subtitles.Size = new System.Drawing.Size(722, 310);\r
-            this.Subtitles.TabIndex = 28;\r
-            // \r
-            // x264Panel\r
-            // \r
-            this.x264Panel.BackColor = System.Drawing.Color.Transparent;\r
-            this.x264Panel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.x264Panel.Location = new System.Drawing.Point(0, 0);\r
-            this.x264Panel.Name = "x264Panel";\r
-            this.x264Panel.Size = new System.Drawing.Size(720, 306);\r
-            this.x264Panel.TabIndex = 33;\r
-            this.x264Panel.X264Query = "";\r
-            // \r
             // frmMain\r
             // \r
             this.AllowDrop = true;\r