OSDN Git Service

import 0.9.4
[handbrake-jp/handbrake-jp.git] / win / C# / Controls / Subtitles.Designer.cs
diff --git a/win/C#/Controls/Subtitles.Designer.cs b/win/C#/Controls/Subtitles.Designer.cs
new file mode 100644 (file)
index 0000000..5f1eaa1
--- /dev/null
@@ -0,0 +1,482 @@
+namespace Handbrake.Controls\r
+{\r
+    partial class Subtitles\r
+    {\r
+        /// <summary> \r
+        /// Required designer variable.\r
+        /// </summary>\r
+        private System.ComponentModel.IContainer components = null;\r
+\r
+        /// <summary> \r
+        /// Clean up any resources being used.\r
+        /// </summary>\r
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
+        protected override void Dispose(bool disposing)\r
+        {\r
+            if (disposing && (components != null))\r
+            {\r
+                components.Dispose();\r
+            }\r
+            base.Dispose(disposing);\r
+        }\r
+\r
+        #region Component Designer generated code\r
+\r
+        /// <summary> \r
+        /// Required method for Designer support - do not modify \r
+        /// the contents of this method with the code editor.\r
+        /// </summary>\r
+        private void InitializeComponent()\r
+        {\r
+            this.components = new System.ComponentModel.Container();\r
+            this.btn_addTrack = new System.Windows.Forms.Button();\r
+            this.btn_RemoveSubTrack = new System.Windows.Forms.Button();\r
+            this.lv_subList = new System.Windows.Forms.ListView();\r
+            this.col_Source = new System.Windows.Forms.ColumnHeader();\r
+            this.col_forced = new System.Windows.Forms.ColumnHeader();\r
+            this.col_burned = new System.Windows.Forms.ColumnHeader();\r
+            this.col_defaultTrack = new System.Windows.Forms.ColumnHeader();\r
+            this.col_srtLang = new System.Windows.Forms.ColumnHeader();\r
+            this.col_srtChar = new System.Windows.Forms.ColumnHeader();\r
+            this.col_srtOffset = new System.Windows.Forms.ColumnHeader();\r
+            this.subMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
+            this.mnu_moveup = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_movedown = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
+            this.mnu_remove = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.label68 = new System.Windows.Forms.Label();\r
+            this.SubGroupBox = new System.Windows.Forms.GroupBox();\r
+            this.drp_subtitleTracks = new System.Windows.Forms.ComboBox();\r
+            this.label10 = new System.Windows.Forms.Label();\r
+            this.label9 = new System.Windows.Forms.Label();\r
+            this.label2 = new System.Windows.Forms.Label();\r
+            this.srt_offset = new System.Windows.Forms.NumericUpDown();\r
+            this.srt_lang = new System.Windows.Forms.ComboBox();\r
+            this.label8 = new System.Windows.Forms.Label();\r
+            this.srt_charcode = new System.Windows.Forms.ComboBox();\r
+            this.label4 = new System.Windows.Forms.Label();\r
+            this.check_forced = new System.Windows.Forms.CheckBox();\r
+            this.label7 = new System.Windows.Forms.Label();\r
+            this.label3 = new System.Windows.Forms.Label();\r
+            this.check_default = new System.Windows.Forms.CheckBox();\r
+            this.check_burned = new System.Windows.Forms.CheckBox();\r
+            this.btn_srtAdd = new System.Windows.Forms.Button();\r
+            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();\r
+            this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
+            this.subMenu.SuspendLayout();\r
+            this.SubGroupBox.SuspendLayout();\r
+            ((System.ComponentModel.ISupportInitialize)(this.srt_offset)).BeginInit();\r
+            this.SuspendLayout();\r
+            // \r
+            // btn_addTrack\r
+            // \r
+            this.btn_addTrack.BackColor = System.Drawing.Color.Transparent;\r
+            this.btn_addTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_addTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_addTrack.Location = new System.Drawing.Point(16, 38);\r
+            this.btn_addTrack.Name = "btn_addTrack";\r
+            this.btn_addTrack.Size = new System.Drawing.Size(57, 23);\r
+            this.btn_addTrack.TabIndex = 68;\r
+            this.btn_addTrack.Text = "Add";\r
+            this.toolTip.SetToolTip(this.btn_addTrack, "Add a new subtitle track to the list below");\r
+            this.btn_addTrack.UseVisualStyleBackColor = false;\r
+            this.btn_addTrack.Click += new System.EventHandler(this.btn_addSubTrack_Click);\r
+            // \r
+            // btn_RemoveSubTrack\r
+            // \r
+            this.btn_RemoveSubTrack.BackColor = System.Drawing.Color.Transparent;\r
+            this.btn_RemoveSubTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_RemoveSubTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_RemoveSubTrack.Location = new System.Drawing.Point(79, 38);\r
+            this.btn_RemoveSubTrack.Name = "btn_RemoveSubTrack";\r
+            this.btn_RemoveSubTrack.Size = new System.Drawing.Size(73, 23);\r
+            this.btn_RemoveSubTrack.TabIndex = 69;\r
+            this.btn_RemoveSubTrack.Text = "Remove";\r
+            this.btn_RemoveSubTrack.UseVisualStyleBackColor = false;\r
+            this.btn_RemoveSubTrack.Click += new System.EventHandler(this.btn_RemoveSubTrack_Click);\r
+            // \r
+            // lv_subList\r
+            // \r
+            this.lv_subList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
+            this.col_Source,\r
+            this.col_forced,\r
+            this.col_burned,\r
+            this.col_defaultTrack,\r
+            this.col_srtLang,\r
+            this.col_srtChar,\r
+            this.col_srtOffset});\r
+            this.lv_subList.ContextMenuStrip = this.subMenu;\r
+            this.lv_subList.FullRowSelect = true;\r
+            this.lv_subList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
+            this.lv_subList.HideSelection = false;\r
+            this.lv_subList.LabelWrap = false;\r
+            this.lv_subList.Location = new System.Drawing.Point(16, 146);\r
+            this.lv_subList.MultiSelect = false;\r
+            this.lv_subList.Name = "lv_subList";\r
+            this.lv_subList.Size = new System.Drawing.Size(688, 137);\r
+            this.lv_subList.TabIndex = 70;\r
+            this.lv_subList.UseCompatibleStateImageBehavior = false;\r
+            this.lv_subList.View = System.Windows.Forms.View.Details;\r
+            this.lv_subList.SelectedIndexChanged += new System.EventHandler(this.lb_subList_SelectedIndexChanged);\r
+            // \r
+            // col_Source\r
+            // \r
+            this.col_Source.Text = "Track";\r
+            this.col_Source.Width = 139;\r
+            // \r
+            // col_forced\r
+            // \r
+            this.col_forced.Text = "Forced Only";\r
+            this.col_forced.Width = 74;\r
+            // \r
+            // col_burned\r
+            // \r
+            this.col_burned.Text = "Burned In";\r
+            this.col_burned.Width = 64;\r
+            // \r
+            // col_defaultTrack\r
+            // \r
+            this.col_defaultTrack.Text = "Default";\r
+            this.col_defaultTrack.Width = 56;\r
+            // \r
+            // col_srtLang\r
+            // \r
+            this.col_srtLang.Text = "Srt Lang";\r
+            // \r
+            // col_srtChar\r
+            // \r
+            this.col_srtChar.Text = "Srt CharCode";\r
+            this.col_srtChar.Width = 110;\r
+            // \r
+            // col_srtOffset\r
+            // \r
+            this.col_srtOffset.Text = "Srt Offset";\r
+            this.col_srtOffset.Width = 70;\r
+            // \r
+            // subMenu\r
+            // \r
+            this.subMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.mnu_moveup,\r
+            this.mnu_movedown,\r
+            this.toolStripSeparator2,\r
+            this.mnu_remove});\r
+            this.subMenu.Name = "audioMenu";\r
+            this.subMenu.Size = new System.Drawing.Size(142, 76);\r
+            // \r
+            // mnu_moveup\r
+            // \r
+            this.mnu_moveup.Name = "mnu_moveup";\r
+            this.mnu_moveup.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_moveup.Text = "Move Up";\r
+            this.mnu_moveup.Click += new System.EventHandler(this.mnu_moveup_Click);\r
+            // \r
+            // mnu_movedown\r
+            // \r
+            this.mnu_movedown.Name = "mnu_movedown";\r
+            this.mnu_movedown.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_movedown.Text = "Move Down";\r
+            this.mnu_movedown.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.mnu_movedown.Click += new System.EventHandler(this.mnu_movedown_Click);\r
+            // \r
+            // toolStripSeparator2\r
+            // \r
+            this.toolStripSeparator2.Name = "toolStripSeparator2";\r
+            this.toolStripSeparator2.Size = new System.Drawing.Size(138, 6);\r
+            // \r
+            // mnu_remove\r
+            // \r
+            this.mnu_remove.Name = "mnu_remove";\r
+            this.mnu_remove.Size = new System.Drawing.Size(141, 22);\r
+            this.mnu_remove.Text = "Remove";\r
+            this.mnu_remove.Click += new System.EventHandler(this.mnu_remove_Click);\r
+            // \r
+            // label68\r
+            // \r
+            this.label68.AutoSize = true;\r
+            this.label68.BackColor = System.Drawing.Color.Transparent;\r
+            this.label68.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label68.Location = new System.Drawing.Point(13, 13);\r
+            this.label68.Name = "label68";\r
+            this.label68.Size = new System.Drawing.Size(57, 13);\r
+            this.label68.TabIndex = 67;\r
+            this.label68.Text = "Subtitles";\r
+            // \r
+            // SubGroupBox\r
+            // \r
+            this.SubGroupBox.BackColor = System.Drawing.Color.Transparent;\r
+            this.SubGroupBox.Controls.Add(this.drp_subtitleTracks);\r
+            this.SubGroupBox.Controls.Add(this.label10);\r
+            this.SubGroupBox.Controls.Add(this.label9);\r
+            this.SubGroupBox.Controls.Add(this.label2);\r
+            this.SubGroupBox.Controls.Add(this.srt_offset);\r
+            this.SubGroupBox.Controls.Add(this.srt_lang);\r
+            this.SubGroupBox.Controls.Add(this.label8);\r
+            this.SubGroupBox.Controls.Add(this.srt_charcode);\r
+            this.SubGroupBox.Controls.Add(this.label4);\r
+            this.SubGroupBox.Controls.Add(this.check_forced);\r
+            this.SubGroupBox.Controls.Add(this.label7);\r
+            this.SubGroupBox.Controls.Add(this.label3);\r
+            this.SubGroupBox.Controls.Add(this.check_default);\r
+            this.SubGroupBox.Controls.Add(this.check_burned);\r
+            this.SubGroupBox.Location = new System.Drawing.Point(16, 67);\r
+            this.SubGroupBox.Name = "SubGroupBox";\r
+            this.SubGroupBox.Size = new System.Drawing.Size(688, 73);\r
+            this.SubGroupBox.TabIndex = 72;\r
+            this.SubGroupBox.TabStop = false;\r
+            this.SubGroupBox.Text = "Selected Track: New Track";\r
+            // \r
+            // drp_subtitleTracks\r
+            // \r
+            this.drp_subtitleTracks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drp_subtitleTracks.FormattingEnabled = true;\r
+            this.drp_subtitleTracks.Location = new System.Drawing.Point(6, 35);\r
+            this.drp_subtitleTracks.Name = "drp_subtitleTracks";\r
+            this.drp_subtitleTracks.Size = new System.Drawing.Size(164, 21);\r
+            this.drp_subtitleTracks.TabIndex = 74;\r
+            this.drp_subtitleTracks.SelectedIndexChanged += new System.EventHandler(this.drp_subtitleTracks_SelectedIndexChanged);\r
+            // \r
+            // label10\r
+            // \r
+            this.label10.AutoSize = true;\r
+            this.label10.Location = new System.Drawing.Point(308, 19);\r
+            this.label10.Name = "label10";\r
+            this.label10.Size = new System.Drawing.Size(42, 13);\r
+            this.label10.TabIndex = 81;\r
+            this.label10.Text = "Default";\r
+            // \r
+            // label9\r
+            // \r
+            this.label9.AutoSize = true;\r
+            this.label9.Location = new System.Drawing.Point(248, 19);\r
+            this.label9.Name = "label9";\r
+            this.label9.Size = new System.Drawing.Size(54, 13);\r
+            this.label9.TabIndex = 80;\r
+            this.label9.Text = "Burned In";\r
+            // \r
+            // label2\r
+            // \r
+            this.label2.AutoSize = true;\r
+            this.label2.Location = new System.Drawing.Point(371, 19);\r
+            this.label2.Name = "label2";\r
+            this.label2.Size = new System.Drawing.Size(71, 13);\r
+            this.label2.TabIndex = 72;\r
+            this.label2.Text = "Srt Language";\r
+            // \r
+            // srt_offset\r
+            // \r
+            this.srt_offset.Enabled = false;\r
+            this.srt_offset.Increment = new decimal(new int[] {\r
+            10,\r
+            0,\r
+            0,\r
+            0});\r
+            this.srt_offset.Location = new System.Drawing.Point(549, 35);\r
+            this.srt_offset.Maximum = new decimal(new int[] {\r
+            1000000000,\r
+            0,\r
+            0,\r
+            0});\r
+            this.srt_offset.Name = "srt_offset";\r
+            this.srt_offset.Size = new System.Drawing.Size(58, 21);\r
+            this.srt_offset.TabIndex = 79;\r
+            this.srt_offset.ValueChanged += new System.EventHandler(this.srt_offset_ValueChanged);\r
+            // \r
+            // srt_lang\r
+            // \r
+            this.srt_lang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.srt_lang.Enabled = false;\r
+            this.srt_lang.FormattingEnabled = true;\r
+            this.srt_lang.Location = new System.Drawing.Point(356, 35);\r
+            this.srt_lang.Name = "srt_lang";\r
+            this.srt_lang.Size = new System.Drawing.Size(103, 21);\r
+            this.srt_lang.TabIndex = 50;\r
+            this.srt_lang.SelectedIndexChanged += new System.EventHandler(this.srt_lang_SelectedIndexChanged);\r
+            // \r
+            // label8\r
+            // \r
+            this.label8.AutoSize = true;\r
+            this.label8.Location = new System.Drawing.Point(177, 19);\r
+            this.label8.Name = "label8";\r
+            this.label8.Size = new System.Drawing.Size(65, 13);\r
+            this.label8.TabIndex = 79;\r
+            this.label8.Text = "Forced Only";\r
+            // \r
+            // srt_charcode\r
+            // \r
+            this.srt_charcode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.srt_charcode.Enabled = false;\r
+            this.srt_charcode.FormattingEnabled = true;\r
+            this.srt_charcode.Items.AddRange(new object[] {\r
+            "ANSI_X3.4-1968",\r
+            "ANSI_X3.4-1986",\r
+            "ANSI_X3.4",\r
+            "ANSI_X3.110-1983",\r
+            "ANSI_X3.110",\r
+            "ASCII",\r
+            "ECMA-114",\r
+            "ECMA-118",\r
+            "ECMA-128",\r
+            "ECMA-CYRILLIC",\r
+            "IEC_P27-1",\r
+            "ISO-8859-1",\r
+            "ISO-8859-2",\r
+            "ISO-8859-3",\r
+            "ISO-8859-4",\r
+            "ISO-8859-5",\r
+            "ISO-8859-6",\r
+            "ISO-8859-7",\r
+            "ISO-8859-8",\r
+            "ISO-8859-9",\r
+            "ISO-8859-9E",\r
+            "ISO-8859-10",\r
+            "ISO-8859-11",\r
+            "ISO-8859-13",\r
+            "ISO-8859-14",\r
+            "ISO-8859-15",\r
+            "ISO-8859-16",\r
+            "UTF-7",\r
+            "UTF-8",\r
+            "UTF-16",\r
+            "UTF-32"});\r
+            this.srt_charcode.Location = new System.Drawing.Point(465, 35);\r
+            this.srt_charcode.Name = "srt_charcode";\r
+            this.srt_charcode.Size = new System.Drawing.Size(78, 21);\r
+            this.srt_charcode.TabIndex = 73;\r
+            this.srt_charcode.SelectedIndexChanged += new System.EventHandler(this.srt_charcode_SelectedIndexChanged);\r
+            // \r
+            // label4\r
+            // \r
+            this.label4.AutoSize = true;\r
+            this.label4.Location = new System.Drawing.Point(548, 19);\r
+            this.label4.Name = "label4";\r
+            this.label4.Size = new System.Drawing.Size(62, 13);\r
+            this.label4.TabIndex = 76;\r
+            this.label4.Text = "Offset (ms)";\r
+            // \r
+            // check_forced\r
+            // \r
+            this.check_forced.AutoSize = true;\r
+            this.check_forced.Location = new System.Drawing.Point(199, 38);\r
+            this.check_forced.Name = "check_forced";\r
+            this.check_forced.Size = new System.Drawing.Size(15, 14);\r
+            this.check_forced.TabIndex = 75;\r
+            this.check_forced.UseVisualStyleBackColor = true;\r
+            this.check_forced.CheckedChanged += new System.EventHandler(this.check_forced_CheckedChanged);\r
+            // \r
+            // label7\r
+            // \r
+            this.label7.AutoSize = true;\r
+            this.label7.Location = new System.Drawing.Point(69, 19);\r
+            this.label7.Name = "label7";\r
+            this.label7.Size = new System.Drawing.Size(37, 13);\r
+            this.label7.TabIndex = 78;\r
+            this.label7.Text = "Track:";\r
+            // \r
+            // label3\r
+            // \r
+            this.label3.AutoSize = true;\r
+            this.label3.Location = new System.Drawing.Point(471, 19);\r
+            this.label3.Name = "label3";\r
+            this.label3.Size = new System.Drawing.Size(58, 13);\r
+            this.label3.TabIndex = 74;\r
+            this.label3.Text = "Char Code";\r
+            // \r
+            // check_default\r
+            // \r
+            this.check_default.AutoSize = true;\r
+            this.check_default.Location = new System.Drawing.Point(320, 38);\r
+            this.check_default.Name = "check_default";\r
+            this.check_default.Size = new System.Drawing.Size(15, 14);\r
+            this.check_default.TabIndex = 77;\r
+            this.check_default.UseVisualStyleBackColor = true;\r
+            this.check_default.CheckedChanged += new System.EventHandler(this.check_default_CheckedChanged);\r
+            // \r
+            // check_burned\r
+            // \r
+            this.check_burned.AutoSize = true;\r
+            this.check_burned.Location = new System.Drawing.Point(260, 38);\r
+            this.check_burned.Name = "check_burned";\r
+            this.check_burned.Size = new System.Drawing.Size(15, 14);\r
+            this.check_burned.TabIndex = 76;\r
+            this.check_burned.UseVisualStyleBackColor = true;\r
+            this.check_burned.CheckedChanged += new System.EventHandler(this.check_burned_CheckedChanged);\r
+            // \r
+            // btn_srtAdd\r
+            // \r
+            this.btn_srtAdd.BackColor = System.Drawing.Color.Transparent;\r
+            this.btn_srtAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_srtAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_srtAdd.Location = new System.Drawing.Point(158, 38);\r
+            this.btn_srtAdd.Name = "btn_srtAdd";\r
+            this.btn_srtAdd.Size = new System.Drawing.Size(88, 23);\r
+            this.btn_srtAdd.TabIndex = 73;\r
+            this.btn_srtAdd.Text = "Import SRT";\r
+            this.toolTip.SetToolTip(this.btn_srtAdd, "Add a new SRT file to the \"track\" dropdown menu.");\r
+            this.btn_srtAdd.UseVisualStyleBackColor = false;\r
+            this.btn_srtAdd.Click += new System.EventHandler(this.btn_srtAdd_Click);\r
+            // \r
+            // openFileDialog\r
+            // \r
+            this.openFileDialog.DefaultExt = "srt";\r
+            this.openFileDialog.Filter = "SRT Files |*.srt";\r
+            // \r
+            // Subtitles\r
+            // \r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
+            this.BackColor = System.Drawing.Color.Transparent;\r
+            this.Controls.Add(this.SubGroupBox);\r
+            this.Controls.Add(this.btn_addTrack);\r
+            this.Controls.Add(this.label68);\r
+            this.Controls.Add(this.btn_RemoveSubTrack);\r
+            this.Controls.Add(this.lv_subList);\r
+            this.Controls.Add(this.btn_srtAdd);\r
+            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.Name = "Subtitles";\r
+            this.Size = new System.Drawing.Size(719, 300);\r
+            this.subMenu.ResumeLayout(false);\r
+            this.SubGroupBox.ResumeLayout(false);\r
+            this.SubGroupBox.PerformLayout();\r
+            ((System.ComponentModel.ISupportInitialize)(this.srt_offset)).EndInit();\r
+            this.ResumeLayout(false);\r
+            this.PerformLayout();\r
+\r
+        }\r
+\r
+        #endregion\r
+\r
+        private System.Windows.Forms.Button btn_RemoveSubTrack;\r
+        private System.Windows.Forms.Button btn_addTrack;\r
+        internal System.Windows.Forms.ListView lv_subList;\r
+        private System.Windows.Forms.ColumnHeader col_Source;\r
+        private System.Windows.Forms.ColumnHeader col_forced;\r
+        private System.Windows.Forms.ColumnHeader col_burned;\r
+        internal System.Windows.Forms.Label label68;\r
+        private System.Windows.Forms.ColumnHeader col_defaultTrack;\r
+        private System.Windows.Forms.ContextMenuStrip subMenu;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_moveup;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_movedown;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_remove;\r
+        private System.Windows.Forms.Button btn_srtAdd;\r
+        private System.Windows.Forms.ColumnHeader col_srtChar;\r
+        private System.Windows.Forms.ColumnHeader col_srtOffset;\r
+        private System.Windows.Forms.GroupBox SubGroupBox;\r
+        private System.Windows.Forms.Label label4;\r
+        private System.Windows.Forms.Label label3;\r
+        internal System.Windows.Forms.ComboBox srt_charcode;\r
+        private System.Windows.Forms.Label label2;\r
+        internal System.Windows.Forms.ComboBox srt_lang;\r
+        private System.Windows.Forms.NumericUpDown srt_offset;\r
+        private System.Windows.Forms.OpenFileDialog openFileDialog;\r
+        private System.Windows.Forms.Label label7;\r
+        private System.Windows.Forms.CheckBox check_default;\r
+        private System.Windows.Forms.CheckBox check_burned;\r
+        private System.Windows.Forms.CheckBox check_forced;\r
+        internal System.Windows.Forms.ComboBox drp_subtitleTracks;\r
+        private System.Windows.Forms.Label label8;\r
+        private System.Windows.Forms.Label label9;\r
+        private System.Windows.Forms.Label label10;\r
+        private System.Windows.Forms.ColumnHeader col_srtLang;\r
+        private System.Windows.Forms.ToolTip toolTip;\r
+    }\r
+}\r