OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Sep 2008 11:30:30 +0000 (11:30 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Sep 2008 11:30:30 +0000 (11:30 +0000)
- Fixed a number of incorrect tooltips and text labels.
- Moved the deblock control again, see if I can't completely avoid it overlapping another control.

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

win/C#/frmAbout.Designer.cs
win/C#/frmMain.Designer.cs
win/C#/frmMain.resx
win/C#/frmOptions.Designer.cs

index c289725..b9955d4 100644 (file)
@@ -88,7 +88,7 @@ namespace Handbrake
             this.Label3.Name = "Label3";\r
             this.Label3.Size = new System.Drawing.Size(78, 13);\r
             this.Label3.TabIndex = 25;\r
-            this.Label3.Text = "Handbrake";\r
+            this.Label3.Text = "HandBrake";\r
             // \r
             // PictureBox1\r
             // \r
@@ -149,7 +149,7 @@ namespace Handbrake
             this.MinimizeBox = false;\r
             this.Name = "frmAbout";\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
-            this.Text = "About Handbrake";\r
+            this.Text = "About HandBrake";\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
             this.ResumeLayout(false);\r
             this.PerformLayout();\r
index eb197e7..6f24755 100644 (file)
@@ -38,7 +38,7 @@ namespace Handbrake
             System.Windows.Forms.Label Label38;\r
             System.Windows.Forms.ContextMenuStrip notifyIconMenu;\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));\r
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();\r
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();\r
             this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();\r
             this.DVD_Save = new System.Windows.Forms.SaveFileDialog();\r
             this.File_Save = new System.Windows.Forms.SaveFileDialog();\r
@@ -495,7 +495,7 @@ namespace Handbrake
             this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21);\r
             this.drp_videoFramerate.TabIndex = 2;\r
             this.drp_videoFramerate.Text = "Same as source";\r
-            this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to automcatic in most cases.");\r
+            this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases.");\r
             // \r
             // slider_videoQuality\r
             // \r
@@ -548,7 +548,7 @@ namespace Handbrake
             this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_setDefault.Location = new System.Drawing.Point(115, 502);\r
+            this.btn_setDefault.Location = new System.Drawing.Point(115, 508);\r
             this.btn_setDefault.Name = "btn_setDefault";\r
             this.btn_setDefault.Size = new System.Drawing.Size(72, 22);\r
             this.btn_setDefault.TabIndex = 1;\r
@@ -646,9 +646,9 @@ namespace Handbrake
             // \r
             // number\r
             // \r
-            dataGridViewCellStyle1.Format = "N0";\r
-            dataGridViewCellStyle1.NullValue = null;\r
-            this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
+            dataGridViewCellStyle4.Format = "N0";\r
+            dataGridViewCellStyle4.NullValue = null;\r
+            this.number.DefaultCellStyle = dataGridViewCellStyle4;\r
             this.number.HeaderText = "Chapter Number";\r
             this.number.MaxInputLength = 3;\r
             this.number.Name = "number";\r
@@ -665,14 +665,13 @@ namespace Handbrake
             this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_addPreset.Location = new System.Drawing.Point(10, 502);\r
+            this.btn_addPreset.Location = new System.Drawing.Point(10, 508);\r
             this.btn_addPreset.Name = "btn_addPreset";\r
             this.btn_addPreset.Size = new System.Drawing.Size(35, 22);\r
             this.btn_addPreset.TabIndex = 3;\r
             this.btn_addPreset.TabStop = false;\r
             this.btn_addPreset.Text = "Add";\r
-            this.ToolTip.SetToolTip(this.btn_addPreset, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" +\r
-                    " > Options");\r
+            this.ToolTip.SetToolTip(this.btn_addPreset, "Add a preset to the preset panel");\r
             this.btn_addPreset.UseVisualStyleBackColor = true;\r
             this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click);\r
             // \r
@@ -681,14 +680,13 @@ namespace Handbrake
             this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
             this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_removePreset.Location = new System.Drawing.Point(51, 502);\r
+            this.btn_removePreset.Location = new System.Drawing.Point(51, 508);\r
             this.btn_removePreset.Name = "btn_removePreset";\r
             this.btn_removePreset.Size = new System.Drawing.Size(58, 22);\r
             this.btn_removePreset.TabIndex = 4;\r
             this.btn_removePreset.TabStop = false;\r
             this.btn_removePreset.Text = "Remove";\r
-            this.ToolTip.SetToolTip(this.btn_removePreset, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" +\r
-                    " > Options");\r
+            this.ToolTip.SetToolTip(this.btn_removePreset, "Remove a preset from the panel above.");\r
             this.btn_removePreset.UseVisualStyleBackColor = true;\r
             this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click);\r
             // \r
@@ -955,7 +953,6 @@ namespace Handbrake
             this.lbl_src_res.Size = new System.Drawing.Size(72, 12);\r
             this.lbl_src_res.TabIndex = 13;\r
             this.lbl_src_res.Text = "Select a Title";\r
-            this.ToolTip.SetToolTip(this.lbl_src_res, "Top / Bottom / Left / Right");\r
             // \r
             // lbl_duration\r
             // \r
@@ -967,7 +964,6 @@ namespace Handbrake
             this.lbl_duration.Size = new System.Drawing.Size(72, 12);\r
             this.lbl_duration.TabIndex = 43;\r
             this.lbl_duration.Text = "Select a Title";\r
-            this.ToolTip.SetToolTip(this.lbl_duration, "Top / Bottom / Left / Right");\r
             // \r
             // label_duration\r
             // \r
@@ -979,7 +975,6 @@ namespace Handbrake
             this.label_duration.Size = new System.Drawing.Size(61, 13);\r
             this.label_duration.TabIndex = 42;\r
             this.label_duration.Text = "Duration:";\r
-            this.ToolTip.SetToolTip(this.label_duration, "Top / Bottom / Left / Right");\r
             // \r
             // drop_format\r
             // \r
@@ -1889,13 +1884,13 @@ namespace Handbrake
             this.TabPage1.Location = new System.Drawing.Point(4, 22);\r
             this.TabPage1.Name = "TabPage1";\r
             this.TabPage1.Padding = new System.Windows.Forms.Padding(3);\r
-            this.TabPage1.Size = new System.Drawing.Size(697, 307);\r
+            this.TabPage1.Size = new System.Drawing.Size(697, 316);\r
             this.TabPage1.TabIndex = 0;\r
             this.TabPage1.Text = "Picture Settings";\r
             // \r
             // slider_deblock\r
             // \r
-            this.slider_deblock.Location = new System.Drawing.Point(406, 201);\r
+            this.slider_deblock.Location = new System.Drawing.Point(407, 264);\r
             this.slider_deblock.Maximum = 15;\r
             this.slider_deblock.Name = "slider_deblock";\r
             this.slider_deblock.Size = new System.Drawing.Size(174, 42);\r
@@ -1907,7 +1902,7 @@ namespace Handbrake
             this.label8.AutoSize = true;\r
             this.label8.BackColor = System.Drawing.Color.Transparent;\r
             this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label8.Location = new System.Drawing.Point(311, 215);\r
+            this.label8.Location = new System.Drawing.Point(311, 269);\r
             this.label8.Name = "label8";\r
             this.label8.Size = new System.Drawing.Size(58, 13);\r
             this.label8.TabIndex = 37;\r
@@ -1918,7 +1913,7 @@ namespace Handbrake
             this.lbl_deblockVal.AutoSize = true;\r
             this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent;\r
             this.lbl_deblockVal.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_deblockVal.Location = new System.Drawing.Point(584, 215);\r
+            this.lbl_deblockVal.Location = new System.Drawing.Point(585, 269);\r
             this.lbl_deblockVal.Name = "lbl_deblockVal";\r
             this.lbl_deblockVal.Size = new System.Drawing.Size(14, 13);\r
             this.lbl_deblockVal.TabIndex = 36;\r
@@ -2129,7 +2124,7 @@ namespace Handbrake
             "Weak",\r
             "Medium",\r
             "Strong"});\r
-            this.drp_deNoise.Location = new System.Drawing.Point(413, 277);\r
+            this.drp_deNoise.Location = new System.Drawing.Point(413, 237);\r
             this.drp_deNoise.Name = "drp_deNoise";\r
             this.drp_deNoise.Size = new System.Drawing.Size(161, 21);\r
             this.drp_deNoise.TabIndex = 29;\r
@@ -2139,7 +2134,7 @@ namespace Handbrake
             this.label11.AutoSize = true;\r
             this.label11.BackColor = System.Drawing.Color.Transparent;\r
             this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label11.Location = new System.Drawing.Point(311, 280);\r
+            this.label11.Location = new System.Drawing.Point(311, 240);\r
             this.label11.Name = "label11";\r
             this.label11.Size = new System.Drawing.Size(58, 13);\r
             this.label11.TabIndex = 28;\r
@@ -2162,7 +2157,7 @@ namespace Handbrake
             this.label4.AutoSize = true;\r
             this.label4.BackColor = System.Drawing.Color.Transparent;\r
             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label4.Location = new System.Drawing.Point(311, 252);\r
+            this.label4.Location = new System.Drawing.Point(311, 212);\r
             this.label4.Name = "label4";\r
             this.label4.Size = new System.Drawing.Size(77, 13);\r
             this.label4.TabIndex = 26;\r
@@ -2178,7 +2173,7 @@ namespace Handbrake
             "Fast",\r
             "Slow",\r
             "Slower"});\r
-            this.drp_deInterlace_option.Location = new System.Drawing.Point(413, 249);\r
+            this.drp_deInterlace_option.Location = new System.Drawing.Point(413, 209);\r
             this.drp_deInterlace_option.Name = "drp_deInterlace_option";\r
             this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21);\r
             this.drp_deInterlace_option.TabIndex = 27;\r
@@ -2263,7 +2258,7 @@ namespace Handbrake
             this.advancedOptions.Location = new System.Drawing.Point(12, 274);\r
             this.advancedOptions.Name = "advancedOptions";\r
             this.advancedOptions.SelectedIndex = 0;\r
-            this.advancedOptions.Size = new System.Drawing.Size(705, 333);\r
+            this.advancedOptions.Size = new System.Drawing.Size(705, 342);\r
             this.advancedOptions.TabIndex = 5;\r
             this.advancedOptions.TabStop = false;\r
             // \r
@@ -2997,7 +2992,7 @@ namespace Handbrake
             this.groupBox2.ForeColor = System.Drawing.Color.Black;\r
             this.groupBox2.Location = new System.Drawing.Point(728, 70);\r
             this.groupBox2.Name = "groupBox2";\r
-            this.groupBox2.Size = new System.Drawing.Size(218, 537);\r
+            this.groupBox2.Size = new System.Drawing.Size(218, 546);\r
             this.groupBox2.TabIndex = 6;\r
             this.groupBox2.TabStop = false;\r
             this.groupBox2.Text = "Presets";\r
@@ -3147,8 +3142,8 @@ namespace Handbrake
             this.btn_minimize.Image = global::Handbrake.Properties.Resources.hb32;\r
             this.btn_minimize.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.btn_minimize.Name = "btn_minimize";\r
-            this.btn_minimize.Size = new System.Drawing.Size(122, 36);\r
-            this.btn_minimize.Text = "Minimize To Taskbar";\r
+            this.btn_minimize.Size = new System.Drawing.Size(144, 36);\r
+            this.btn_minimize.Text = "Minimize To System Tray";\r
             this.btn_minimize.Click += new System.EventHandler(this.btn_minimize_Click);\r
             // \r
             // notifyIcon\r
@@ -3165,7 +3160,7 @@ namespace Handbrake
             // \r
             this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.lbl_encode});\r
-            this.StatusStrip.Location = new System.Drawing.Point(0, 619);\r
+            this.StatusStrip.Location = new System.Drawing.Point(0, 629);\r
             this.StatusStrip.Name = "StatusStrip";\r
             this.StatusStrip.Size = new System.Drawing.Size(958, 22);\r
             this.StatusStrip.TabIndex = 7;\r
@@ -3182,7 +3177,7 @@ namespace Handbrake
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(958, 641);\r
+            this.ClientSize = new System.Drawing.Size(958, 651);\r
             this.Controls.Add(this.GroupBox1);\r
             this.Controls.Add(this.groupBox_dest);\r
             this.Controls.Add(this.groupBox_output);\r
index 1b5323e..d0c9f18 100644 (file)
@@ -155,6 +155,12 @@ Make sure you have selected a "Title" from the "Source" box above otherwise
 the list will not be populated with the correct amount of chapters.\r
 Note: Do not change any of the chapter numbers!</value>\r
   </data>\r
+  <metadata name="number.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">\r
+    <value>True</value>\r
+  </metadata>\r
+  <metadata name="name.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">\r
+    <value>True</value>\r
+  </metadata>\r
   <metadata name="DVD_Open.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
     <value>223, 15</value>\r
   </metadata>\r
index a8f2e16..7555735 100644 (file)
@@ -40,6 +40,9 @@ namespace Handbrake
             this.drp_completeOption = new System.Windows.Forms.ComboBox();\r
             this.tab_options = new System.Windows.Forms.TabControl();\r
             this.tab_general = new System.Windows.Forms.TabPage();\r
+            this.label7 = new System.Windows.Forms.Label();\r
+            this.label5 = new System.Windows.Forms.Label();\r
+            this.txt_autoNameFormat = new System.Windows.Forms.TextBox();\r
             this.btn_browse = new System.Windows.Forms.Button();\r
             this.label10 = new System.Windows.Forms.Label();\r
             this.text_an_path = new System.Windows.Forms.TextBox();\r
@@ -69,9 +72,6 @@ namespace Handbrake
             this.pictureBox2 = new System.Windows.Forms.PictureBox();\r
             this.pathFinder = new System.Windows.Forms.FolderBrowserDialog();\r
             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
-            this.txt_autoNameFormat = new System.Windows.Forms.TextBox();\r
-            this.label5 = new System.Windows.Forms.Label();\r
-            this.label7 = new System.Windows.Forms.Label();\r
             this.tab_options.SuspendLayout();\r
             this.tab_general.SuspendLayout();\r
             this.tab_picture.SuspendLayout();\r
@@ -149,6 +149,34 @@ namespace Handbrake
             this.tab_general.Text = "General";\r
             this.tab_general.UseVisualStyleBackColor = true;\r
             // \r
+            // label7\r
+            // \r
+            this.label7.AutoSize = true;\r
+            this.label7.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label7.Location = new System.Drawing.Point(197, 222);\r
+            this.label7.Name = "label7";\r
+            this.label7.Size = new System.Drawing.Size(242, 12);\r
+            this.label7.TabIndex = 81;\r
+            this.label7.Text = "Available Options: {source} {title} {chapters}";\r
+            // \r
+            // label5\r
+            // \r
+            this.label5.AutoSize = true;\r
+            this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label5.Location = new System.Drawing.Point(111, 201);\r
+            this.label5.Name = "label5";\r
+            this.label5.Size = new System.Drawing.Size(52, 13);\r
+            this.label5.TabIndex = 80;\r
+            this.label5.Text = "Format:";\r
+            // \r
+            // txt_autoNameFormat\r
+            // \r
+            this.txt_autoNameFormat.Location = new System.Drawing.Point(199, 198);\r
+            this.txt_autoNameFormat.Name = "txt_autoNameFormat";\r
+            this.txt_autoNameFormat.Size = new System.Drawing.Size(255, 21);\r
+            this.txt_autoNameFormat.TabIndex = 79;\r
+            this.txt_autoNameFormat.TextChanged += new System.EventHandler(this.txt_autoNameFormat_TextChanged);\r
+            // \r
             // btn_browse\r
             // \r
             this.btn_browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
@@ -274,7 +302,7 @@ namespace Handbrake
             this.tab_picture.Controls.Add(this.label3);\r
             this.tab_picture.Location = new System.Drawing.Point(4, 22);\r
             this.tab_picture.Name = "tab_picture";\r
-            this.tab_picture.Size = new System.Drawing.Size(482, 292);\r
+            this.tab_picture.Size = new System.Drawing.Size(482, 259);\r
             this.tab_picture.TabIndex = 5;\r
             this.tab_picture.Text = "Picture";\r
             this.tab_picture.UseVisualStyleBackColor = true;\r
@@ -285,7 +313,7 @@ namespace Handbrake
             this.txt_decomb.Name = "txt_decomb";\r
             this.txt_decomb.Size = new System.Drawing.Size(181, 21);\r
             this.txt_decomb.TabIndex = 78;\r
-            this.ToolTip.SetToolTip(this.txt_decomb, "Default location where Auto named files are stored.");\r
+            this.ToolTip.SetToolTip(this.txt_decomb, "Default: 4:10:15:9:10:35:9");\r
             this.txt_decomb.TextChanged += new System.EventHandler(this.txt_decomb_TextChanged);\r
             // \r
             // label3\r
@@ -308,7 +336,7 @@ namespace Handbrake
             this.tab_cli.Controls.Add(this.Label4);\r
             this.tab_cli.Location = new System.Drawing.Point(4, 22);\r
             this.tab_cli.Name = "tab_cli";\r
-            this.tab_cli.Size = new System.Drawing.Size(482, 292);\r
+            this.tab_cli.Size = new System.Drawing.Size(482, 259);\r
             this.tab_cli.TabIndex = 2;\r
             this.tab_cli.Text = "CLI";\r
             this.tab_cli.UseVisualStyleBackColor = true;\r
@@ -410,7 +438,7 @@ namespace Handbrake
             this.tab_advanced.Location = new System.Drawing.Point(4, 22);\r
             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(482, 292);\r
+            this.tab_advanced.Size = new System.Drawing.Size(482, 259);\r
             this.tab_advanced.TabIndex = 4;\r
             this.tab_advanced.Text = "Advanced";\r
             this.tab_advanced.UseVisualStyleBackColor = true;\r
@@ -490,34 +518,6 @@ namespace Handbrake
             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
             this.ToolTip.ToolTipTitle = "Tooltip";\r
             // \r
-            // txt_autoNameFormat\r
-            // \r
-            this.txt_autoNameFormat.Location = new System.Drawing.Point(199, 198);\r
-            this.txt_autoNameFormat.Name = "txt_autoNameFormat";\r
-            this.txt_autoNameFormat.Size = new System.Drawing.Size(255, 21);\r
-            this.txt_autoNameFormat.TabIndex = 79;\r
-            this.txt_autoNameFormat.TextChanged += new System.EventHandler(this.txt_autoNameFormat_TextChanged);\r
-            // \r
-            // label5\r
-            // \r
-            this.label5.AutoSize = true;\r
-            this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label5.Location = new System.Drawing.Point(111, 201);\r
-            this.label5.Name = "label5";\r
-            this.label5.Size = new System.Drawing.Size(52, 13);\r
-            this.label5.TabIndex = 80;\r
-            this.label5.Text = "Format:";\r
-            // \r
-            // label7\r
-            // \r
-            this.label7.AutoSize = true;\r
-            this.label7.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label7.Location = new System.Drawing.Point(197, 222);\r
-            this.label7.Name = "label7";\r
-            this.label7.Size = new System.Drawing.Size(242, 12);\r
-            this.label7.TabIndex = 81;\r
-            this.label7.Text = "Available Options: {source} {title} {chapters}";\r
-            // \r
             // frmOptions\r
             // \r
             this.ClientSize = new System.Drawing.Size(514, 375);\r