OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / Subtitles.Designer.cs
index 0ea0875..6e3be68 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.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
             this.srt_browse = new System.Windows.Forms.Button();\r
@@ -65,7 +66,7 @@
             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.check_default_srt = new System.Windows.Forms.CheckBox();\r
+            this.label6 = new System.Windows.Forms.Label();\r
             this.SubTitlesGroup.SuspendLayout();\r
             this.subMenu.SuspendLayout();\r
             this.tabControl1.SuspendLayout();\r
             this.lv_subList.Name = "lv_subList";\r
             this.lv_subList.Size = new System.Drawing.Size(688, 131);\r
             this.lv_subList.TabIndex = 70;\r
-            //this.lv_subList.UseCompatibleStateImageBehavior = false;\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
             // SRTGroup\r
             // \r
             this.SRTGroup.BackColor = System.Drawing.Color.Transparent;\r
+            this.SRTGroup.Controls.Add(this.label6);\r
             this.SRTGroup.Controls.Add(this.check_default_srt);\r
             this.SRTGroup.Controls.Add(this.srt_offset);\r
             this.SRTGroup.Controls.Add(this.label5);\r
             this.SRTGroup.TabStop = false;\r
             this.SRTGroup.Text = "Selected Track: New Track";\r
             // \r
+            // check_default_srt\r
+            // \r
+            this.check_default_srt.AutoSize = true;\r
+            this.check_default_srt.Location = new System.Drawing.Point(491, 22);\r
+            this.check_default_srt.Name = "check_default_srt";\r
+            this.check_default_srt.Size = new System.Drawing.Size(61, 17);\r
+            this.check_default_srt.TabIndex = 80;\r
+            this.check_default_srt.Text = "Default";\r
+            this.check_default_srt.UseVisualStyleBackColor = true;\r
+            this.check_default_srt.CheckedChanged += new System.EventHandler(this.check_default_srt_CheckedChanged);\r
+            // \r
             // srt_offset\r
             // \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(402, 20);\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.openFileDialog.DefaultExt = "srt";\r
             this.openFileDialog.Filter = "SRT Files |*.srt";\r
             // \r
-            // check_default_srt\r
+            // label6\r
             // \r
-            this.check_default_srt.AutoSize = true;\r
-            this.check_default_srt.Location = new System.Drawing.Point(470, 22);\r
-            this.check_default_srt.Name = "check_default_srt";\r
-            this.check_default_srt.Size = new System.Drawing.Size(61, 17);\r
-            this.check_default_srt.TabIndex = 80;\r
-            this.check_default_srt.Text = "Default";\r
-            this.check_default_srt.UseVisualStyleBackColor = true;\r
-            this.check_default_srt.CheckedChanged += new System.EventHandler(this.check_default_srt_CheckedChanged);\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
         private System.Windows.Forms.NumericUpDown srt_offset;\r
         private System.Windows.Forms.OpenFileDialog openFileDialog;\r
         private System.Windows.Forms.CheckBox check_default_srt;\r
+        private System.Windows.Forms.Label label6;\r
     }\r
 }\r