OSDN Git Service

LinGui: don't remove srt subs when changing from mkv to mp4
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / Subtitles.Designer.cs
index 6e3be68..e6584f5 100644 (file)
@@ -55,6 +55,7 @@
             this.tabPage1 = new System.Windows.Forms.TabPage();\r
             this.tabPage2 = new System.Windows.Forms.TabPage();\r
             this.SRTGroup = new System.Windows.Forms.GroupBox();\r
+            this.label6 = new System.Windows.Forms.Label();\r
             this.check_default_srt = new System.Windows.Forms.CheckBox();\r
             this.srt_offset = new System.Windows.Forms.NumericUpDown();\r
             this.label5 = new System.Windows.Forms.Label();\r
@@ -66,7 +67,6 @@
             this.srt_lang = new System.Windows.Forms.ComboBox();\r
             this.btn_srtAdd = new System.Windows.Forms.Button();\r
             this.openFileDialog = new System.Windows.Forms.OpenFileDialog();\r
-            this.label6 = new System.Windows.Forms.Label();\r
             this.SubTitlesGroup.SuspendLayout();\r
             this.subMenu.SuspendLayout();\r
             this.tabControl1.SuspendLayout();\r
             this.btn_addSubTrack.BackColor = System.Drawing.Color.Transparent;\r
             this.btn_addSubTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_addSubTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_addSubTrack.Location = new System.Drawing.Point(16, 274);\r
+            this.btn_addSubTrack.Location = new System.Drawing.Point(16, 38);\r
             this.btn_addSubTrack.Name = "btn_addSubTrack";\r
-            this.btn_addSubTrack.Size = new System.Drawing.Size(111, 23);\r
+            this.btn_addSubTrack.Size = new System.Drawing.Size(78, 23);\r
             this.btn_addSubTrack.TabIndex = 68;\r
             this.btn_addSubTrack.Text = "Add Track";\r
             this.btn_addSubTrack.UseVisualStyleBackColor = false;\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(263, 274);\r
+            this.btn_RemoveSubTrack.Location = new System.Drawing.Point(230, 38);\r
             this.btn_RemoveSubTrack.Name = "btn_RemoveSubTrack";\r
-            this.btn_RemoveSubTrack.Size = new System.Drawing.Size(111, 23);\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.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(17, 137);\r
+            this.lv_subList.Location = new System.Drawing.Point(16, 169);\r
             this.lv_subList.MultiSelect = false;\r
             this.lv_subList.Name = "lv_subList";\r
-            this.lv_subList.Size = new System.Drawing.Size(688, 131);\r
+            this.lv_subList.Size = new System.Drawing.Size(688, 114);\r
             this.lv_subList.TabIndex = 70;\r
             this.lv_subList.UseCompatibleStateImageBehavior = false;\r
             this.lv_subList.View = System.Windows.Forms.View.Details;\r
             // \r
             this.tabControl1.Controls.Add(this.tabPage1);\r
             this.tabControl1.Controls.Add(this.tabPage2);\r
-            this.tabControl1.Location = new System.Drawing.Point(16, 39);\r
+            this.tabControl1.Location = new System.Drawing.Point(15, 71);\r
             this.tabControl1.Name = "tabControl1";\r
             this.tabControl1.SelectedIndex = 0;\r
             this.tabControl1.Size = new System.Drawing.Size(689, 92);\r
             this.SRTGroup.TabStop = false;\r
             this.SRTGroup.Text = "Selected Track: New Track";\r
             // \r
+            // label6\r
+            // \r
+            this.label6.AutoSize = true;\r
+            this.label6.Location = new System.Drawing.Point(466, 23);\r
+            this.label6.Name = "label6";\r
+            this.label6.Size = new System.Drawing.Size(20, 13);\r
+            this.label6.TabIndex = 81;\r
+            this.label6.Text = "ms";\r
+            // \r
             // check_default_srt\r
             // \r
             this.check_default_srt.AutoSize = true;\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(133, 274);\r
+            this.btn_srtAdd.Location = new System.Drawing.Point(100, 38);\r
             this.btn_srtAdd.Name = "btn_srtAdd";\r
             this.btn_srtAdd.Size = new System.Drawing.Size(124, 23);\r
             this.btn_srtAdd.TabIndex = 73;\r
             this.openFileDialog.DefaultExt = "srt";\r
             this.openFileDialog.Filter = "SRT Files |*.srt";\r
             // \r
-            // label6\r
-            // \r
-            this.label6.AutoSize = true;\r
-            this.label6.Location = new System.Drawing.Point(466, 23);\r
-            this.label6.Name = "label6";\r
-            this.label6.Size = new System.Drawing.Size(20, 13);\r
-            this.label6.TabIndex = 81;\r
-            this.label6.Text = "ms";\r
-            // \r
             // Subtitles\r
             // \r
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;\r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
             this.BackColor = System.Drawing.Color.Transparent;\r
             this.Controls.Add(this.btn_srtAdd);\r
-            this.Controls.Add(this.tabControl1);\r
             this.Controls.Add(this.btn_RemoveSubTrack);\r
-            this.Controls.Add(this.lv_subList);\r
             this.Controls.Add(this.label68);\r
+            this.Controls.Add(this.tabControl1);\r
+            this.Controls.Add(this.lv_subList);\r
             this.Controls.Add(this.btn_addSubTrack);\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