OSDN Git Service

LinGui: enable libdvdnav by default
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / Subtitles.Designer.cs
1 namespace Handbrake.Controls\r
2 {\r
3     partial class Subtitles\r
4     {\r
5         /// <summary> \r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary> \r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Component Designer generated code\r
24 \r
25         /// <summary> \r
26         /// Required method for Designer support - do not modify \r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             this.components = new System.ComponentModel.Container();\r
32             this.drp_subtitleTracks = new System.Windows.Forms.ComboBox();\r
33             this.SubTitlesGroup = new System.Windows.Forms.GroupBox();\r
34             this.label1 = new System.Windows.Forms.Label();\r
35             this.check_default = new System.Windows.Forms.CheckBox();\r
36             this.check_burned = new System.Windows.Forms.CheckBox();\r
37             this.check_forced = new System.Windows.Forms.CheckBox();\r
38             this.btn_addSubTrack = new System.Windows.Forms.Button();\r
39             this.btn_RemoveSubTrack = new System.Windows.Forms.Button();\r
40             this.lv_subList = new System.Windows.Forms.ListView();\r
41             this.id = new System.Windows.Forms.ColumnHeader();\r
42             this.col_Source = new System.Windows.Forms.ColumnHeader();\r
43             this.forced = new System.Windows.Forms.ColumnHeader();\r
44             this.burned = new System.Windows.Forms.ColumnHeader();\r
45             this.defaultTrack = new System.Windows.Forms.ColumnHeader();\r
46             this.type = new System.Windows.Forms.ColumnHeader();\r
47             this.srtOffset = new System.Windows.Forms.ColumnHeader();\r
48             this.subMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
49             this.mnu_moveup = new System.Windows.Forms.ToolStripMenuItem();\r
50             this.mnu_movedown = new System.Windows.Forms.ToolStripMenuItem();\r
51             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
52             this.mnu_remove = new System.Windows.Forms.ToolStripMenuItem();\r
53             this.label68 = new System.Windows.Forms.Label();\r
54             this.tabControl1 = new System.Windows.Forms.TabControl();\r
55             this.tabPage1 = new System.Windows.Forms.TabPage();\r
56             this.tabPage2 = new System.Windows.Forms.TabPage();\r
57             this.SRTGroup = new System.Windows.Forms.GroupBox();\r
58             this.label6 = new System.Windows.Forms.Label();\r
59             this.check_default_srt = new System.Windows.Forms.CheckBox();\r
60             this.srt_offset = new System.Windows.Forms.NumericUpDown();\r
61             this.label5 = new System.Windows.Forms.Label();\r
62             this.srt_browse = new System.Windows.Forms.Button();\r
63             this.label4 = new System.Windows.Forms.Label();\r
64             this.label3 = new System.Windows.Forms.Label();\r
65             this.srt_charcode = new System.Windows.Forms.ComboBox();\r
66             this.label2 = new System.Windows.Forms.Label();\r
67             this.srt_lang = new System.Windows.Forms.ComboBox();\r
68             this.btn_srtAdd = new System.Windows.Forms.Button();\r
69             this.openFileDialog = new System.Windows.Forms.OpenFileDialog();\r
70             this.SubTitlesGroup.SuspendLayout();\r
71             this.subMenu.SuspendLayout();\r
72             this.tabControl1.SuspendLayout();\r
73             this.tabPage1.SuspendLayout();\r
74             this.tabPage2.SuspendLayout();\r
75             this.SRTGroup.SuspendLayout();\r
76             ((System.ComponentModel.ISupportInitialize)(this.srt_offset)).BeginInit();\r
77             this.SuspendLayout();\r
78             // \r
79             // drp_subtitleTracks\r
80             // \r
81             this.drp_subtitleTracks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
82             this.drp_subtitleTracks.FormattingEnabled = true;\r
83             this.drp_subtitleTracks.Location = new System.Drawing.Point(57, 20);\r
84             this.drp_subtitleTracks.Name = "drp_subtitleTracks";\r
85             this.drp_subtitleTracks.Size = new System.Drawing.Size(194, 21);\r
86             this.drp_subtitleTracks.TabIndex = 50;\r
87             this.drp_subtitleTracks.SelectedIndexChanged += new System.EventHandler(this.drp_subtitleTracks_SelectedIndexChanged);\r
88             // \r
89             // SubTitlesGroup\r
90             // \r
91             this.SubTitlesGroup.BackColor = System.Drawing.Color.Transparent;\r
92             this.SubTitlesGroup.Controls.Add(this.label1);\r
93             this.SubTitlesGroup.Controls.Add(this.check_default);\r
94             this.SubTitlesGroup.Controls.Add(this.check_burned);\r
95             this.SubTitlesGroup.Controls.Add(this.check_forced);\r
96             this.SubTitlesGroup.Controls.Add(this.drp_subtitleTracks);\r
97             this.SubTitlesGroup.Location = new System.Drawing.Point(6, 6);\r
98             this.SubTitlesGroup.Name = "SubTitlesGroup";\r
99             this.SubTitlesGroup.Size = new System.Drawing.Size(669, 50);\r
100             this.SubTitlesGroup.TabIndex = 71;\r
101             this.SubTitlesGroup.TabStop = false;\r
102             this.SubTitlesGroup.Text = "Selected Track: New Track";\r
103             // \r
104             // label1\r
105             // \r
106             this.label1.AutoSize = true;\r
107             this.label1.Location = new System.Drawing.Point(6, 23);\r
108             this.label1.Name = "label1";\r
109             this.label1.Size = new System.Drawing.Size(37, 13);\r
110             this.label1.TabIndex = 72;\r
111             this.label1.Text = "Track:";\r
112             // \r
113             // check_default\r
114             // \r
115             this.check_default.AutoSize = true;\r
116             this.check_default.Location = new System.Drawing.Point(426, 22);\r
117             this.check_default.Name = "check_default";\r
118             this.check_default.Size = new System.Drawing.Size(61, 17);\r
119             this.check_default.TabIndex = 71;\r
120             this.check_default.Text = "Default";\r
121             this.check_default.UseVisualStyleBackColor = true;\r
122             this.check_default.CheckedChanged += new System.EventHandler(this.check_default_CheckedChanged);\r
123             // \r
124             // check_burned\r
125             // \r
126             this.check_burned.AutoSize = true;\r
127             this.check_burned.Location = new System.Drawing.Point(347, 22);\r
128             this.check_burned.Name = "check_burned";\r
129             this.check_burned.Size = new System.Drawing.Size(73, 17);\r
130             this.check_burned.TabIndex = 70;\r
131             this.check_burned.Text = "Burned In";\r
132             this.check_burned.UseVisualStyleBackColor = true;\r
133             this.check_burned.CheckedChanged += new System.EventHandler(this.check_burned_CheckedChanged);\r
134             // \r
135             // check_forced\r
136             // \r
137             this.check_forced.AutoSize = true;\r
138             this.check_forced.Location = new System.Drawing.Point(257, 22);\r
139             this.check_forced.Name = "check_forced";\r
140             this.check_forced.Size = new System.Drawing.Size(84, 17);\r
141             this.check_forced.TabIndex = 69;\r
142             this.check_forced.Text = "Forced Only";\r
143             this.check_forced.UseVisualStyleBackColor = true;\r
144             this.check_forced.CheckedChanged += new System.EventHandler(this.check_forced_CheckedChanged);\r
145             // \r
146             // btn_addSubTrack\r
147             // \r
148             this.btn_addSubTrack.BackColor = System.Drawing.Color.Transparent;\r
149             this.btn_addSubTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
150             this.btn_addSubTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
151             this.btn_addSubTrack.Location = new System.Drawing.Point(16, 38);\r
152             this.btn_addSubTrack.Name = "btn_addSubTrack";\r
153             this.btn_addSubTrack.Size = new System.Drawing.Size(78, 23);\r
154             this.btn_addSubTrack.TabIndex = 68;\r
155             this.btn_addSubTrack.Text = "Add Track";\r
156             this.btn_addSubTrack.UseVisualStyleBackColor = false;\r
157             this.btn_addSubTrack.Click += new System.EventHandler(this.btn_addSubTrack_Click);\r
158             // \r
159             // btn_RemoveSubTrack\r
160             // \r
161             this.btn_RemoveSubTrack.BackColor = System.Drawing.Color.Transparent;\r
162             this.btn_RemoveSubTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
163             this.btn_RemoveSubTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
164             this.btn_RemoveSubTrack.Location = new System.Drawing.Point(230, 38);\r
165             this.btn_RemoveSubTrack.Name = "btn_RemoveSubTrack";\r
166             this.btn_RemoveSubTrack.Size = new System.Drawing.Size(73, 23);\r
167             this.btn_RemoveSubTrack.TabIndex = 69;\r
168             this.btn_RemoveSubTrack.Text = "Remove";\r
169             this.btn_RemoveSubTrack.UseVisualStyleBackColor = false;\r
170             this.btn_RemoveSubTrack.Click += new System.EventHandler(this.btn_RemoveSubTrack_Click);\r
171             // \r
172             // lv_subList\r
173             // \r
174             this.lv_subList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
175             this.id,\r
176             this.col_Source,\r
177             this.forced,\r
178             this.burned,\r
179             this.defaultTrack,\r
180             this.type,\r
181             this.srtOffset});\r
182             this.lv_subList.ContextMenuStrip = this.subMenu;\r
183             this.lv_subList.FullRowSelect = true;\r
184             this.lv_subList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
185             this.lv_subList.HideSelection = false;\r
186             this.lv_subList.LabelWrap = false;\r
187             this.lv_subList.Location = new System.Drawing.Point(16, 169);\r
188             this.lv_subList.MultiSelect = false;\r
189             this.lv_subList.Name = "lv_subList";\r
190             this.lv_subList.Size = new System.Drawing.Size(688, 114);\r
191             this.lv_subList.TabIndex = 70;\r
192             this.lv_subList.UseCompatibleStateImageBehavior = false;\r
193             this.lv_subList.View = System.Windows.Forms.View.Details;\r
194             this.lv_subList.SelectedIndexChanged += new System.EventHandler(this.lb_subList_SelectedIndexChanged);\r
195             // \r
196             // id\r
197             // \r
198             this.id.Text = "Track ID";\r
199             this.id.Width = 65;\r
200             // \r
201             // col_Source\r
202             // \r
203             this.col_Source.Text = "Track";\r
204             this.col_Source.Width = 150;\r
205             // \r
206             // forced\r
207             // \r
208             this.forced.Text = "Forced Only";\r
209             this.forced.Width = 88;\r
210             // \r
211             // burned\r
212             // \r
213             this.burned.Text = "Burned In";\r
214             this.burned.Width = 100;\r
215             // \r
216             // defaultTrack\r
217             // \r
218             this.defaultTrack.Text = "Default";\r
219             this.defaultTrack.Width = 100;\r
220             // \r
221             // type\r
222             // \r
223             this.type.Text = "Type";\r
224             this.type.Width = 110;\r
225             // \r
226             // srtOffset\r
227             // \r
228             this.srtOffset.Text = "Srt Offset";\r
229             this.srtOffset.Width = 70;\r
230             // \r
231             // subMenu\r
232             // \r
233             this.subMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
234             this.mnu_moveup,\r
235             this.mnu_movedown,\r
236             this.toolStripSeparator2,\r
237             this.mnu_remove});\r
238             this.subMenu.Name = "audioMenu";\r
239             this.subMenu.Size = new System.Drawing.Size(142, 76);\r
240             // \r
241             // mnu_moveup\r
242             // \r
243             this.mnu_moveup.Name = "mnu_moveup";\r
244             this.mnu_moveup.Size = new System.Drawing.Size(141, 22);\r
245             this.mnu_moveup.Text = "Move Up";\r
246             this.mnu_moveup.Click += new System.EventHandler(this.mnu_moveup_Click);\r
247             // \r
248             // mnu_movedown\r
249             // \r
250             this.mnu_movedown.Name = "mnu_movedown";\r
251             this.mnu_movedown.Size = new System.Drawing.Size(141, 22);\r
252             this.mnu_movedown.Text = "Move Down";\r
253             this.mnu_movedown.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
254             this.mnu_movedown.Click += new System.EventHandler(this.mnu_movedown_Click);\r
255             // \r
256             // toolStripSeparator2\r
257             // \r
258             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
259             this.toolStripSeparator2.Size = new System.Drawing.Size(138, 6);\r
260             // \r
261             // mnu_remove\r
262             // \r
263             this.mnu_remove.Name = "mnu_remove";\r
264             this.mnu_remove.Size = new System.Drawing.Size(141, 22);\r
265             this.mnu_remove.Text = "Remove";\r
266             this.mnu_remove.Click += new System.EventHandler(this.mnu_remove_Click);\r
267             // \r
268             // label68\r
269             // \r
270             this.label68.AutoSize = true;\r
271             this.label68.BackColor = System.Drawing.Color.Transparent;\r
272             this.label68.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
273             this.label68.Location = new System.Drawing.Point(13, 13);\r
274             this.label68.Name = "label68";\r
275             this.label68.Size = new System.Drawing.Size(57, 13);\r
276             this.label68.TabIndex = 67;\r
277             this.label68.Text = "Subtitles";\r
278             // \r
279             // tabControl1\r
280             // \r
281             this.tabControl1.Controls.Add(this.tabPage1);\r
282             this.tabControl1.Controls.Add(this.tabPage2);\r
283             this.tabControl1.Location = new System.Drawing.Point(15, 71);\r
284             this.tabControl1.Name = "tabControl1";\r
285             this.tabControl1.SelectedIndex = 0;\r
286             this.tabControl1.Size = new System.Drawing.Size(689, 92);\r
287             this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;\r
288             this.tabControl1.TabIndex = 72;\r
289             // \r
290             // tabPage1\r
291             // \r
292             this.tabPage1.Controls.Add(this.SubTitlesGroup);\r
293             this.tabPage1.Location = new System.Drawing.Point(4, 22);\r
294             this.tabPage1.Name = "tabPage1";\r
295             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);\r
296             this.tabPage1.Size = new System.Drawing.Size(681, 66);\r
297             this.tabPage1.TabIndex = 0;\r
298             this.tabPage1.Text = "Subtitles";\r
299             this.tabPage1.UseVisualStyleBackColor = true;\r
300             // \r
301             // tabPage2\r
302             // \r
303             this.tabPage2.Controls.Add(this.SRTGroup);\r
304             this.tabPage2.Location = new System.Drawing.Point(4, 22);\r
305             this.tabPage2.Name = "tabPage2";\r
306             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);\r
307             this.tabPage2.Size = new System.Drawing.Size(681, 66);\r
308             this.tabPage2.TabIndex = 1;\r
309             this.tabPage2.Text = "External SRT";\r
310             this.tabPage2.UseVisualStyleBackColor = true;\r
311             // \r
312             // SRTGroup\r
313             // \r
314             this.SRTGroup.BackColor = System.Drawing.Color.Transparent;\r
315             this.SRTGroup.Controls.Add(this.label6);\r
316             this.SRTGroup.Controls.Add(this.check_default_srt);\r
317             this.SRTGroup.Controls.Add(this.srt_offset);\r
318             this.SRTGroup.Controls.Add(this.label5);\r
319             this.SRTGroup.Controls.Add(this.srt_browse);\r
320             this.SRTGroup.Controls.Add(this.label4);\r
321             this.SRTGroup.Controls.Add(this.label3);\r
322             this.SRTGroup.Controls.Add(this.srt_charcode);\r
323             this.SRTGroup.Controls.Add(this.label2);\r
324             this.SRTGroup.Controls.Add(this.srt_lang);\r
325             this.SRTGroup.Location = new System.Drawing.Point(6, 6);\r
326             this.SRTGroup.Name = "SRTGroup";\r
327             this.SRTGroup.Size = new System.Drawing.Size(669, 50);\r
328             this.SRTGroup.TabIndex = 72;\r
329             this.SRTGroup.TabStop = false;\r
330             this.SRTGroup.Text = "Selected Track: New Track";\r
331             // \r
332             // label6\r
333             // \r
334             this.label6.AutoSize = true;\r
335             this.label6.Location = new System.Drawing.Point(466, 23);\r
336             this.label6.Name = "label6";\r
337             this.label6.Size = new System.Drawing.Size(20, 13);\r
338             this.label6.TabIndex = 81;\r
339             this.label6.Text = "ms";\r
340             // \r
341             // check_default_srt\r
342             // \r
343             this.check_default_srt.AutoSize = true;\r
344             this.check_default_srt.Location = new System.Drawing.Point(491, 22);\r
345             this.check_default_srt.Name = "check_default_srt";\r
346             this.check_default_srt.Size = new System.Drawing.Size(61, 17);\r
347             this.check_default_srt.TabIndex = 80;\r
348             this.check_default_srt.Text = "Default";\r
349             this.check_default_srt.UseVisualStyleBackColor = true;\r
350             this.check_default_srt.CheckedChanged += new System.EventHandler(this.check_default_srt_CheckedChanged);\r
351             // \r
352             // srt_offset\r
353             // \r
354             this.srt_offset.Increment = new decimal(new int[] {\r
355             10,\r
356             0,\r
357             0,\r
358             0});\r
359             this.srt_offset.Location = new System.Drawing.Point(402, 20);\r
360             this.srt_offset.Maximum = new decimal(new int[] {\r
361             1000000000,\r
362             0,\r
363             0,\r
364             0});\r
365             this.srt_offset.Name = "srt_offset";\r
366             this.srt_offset.Size = new System.Drawing.Size(58, 21);\r
367             this.srt_offset.TabIndex = 79;\r
368             this.srt_offset.ValueChanged += new System.EventHandler(this.srt_offset_ValueChanged);\r
369             // \r
370             // label5\r
371             // \r
372             this.label5.AutoSize = true;\r
373             this.label5.Location = new System.Drawing.Point(555, 23);\r
374             this.label5.Name = "label5";\r
375             this.label5.Size = new System.Drawing.Size(27, 13);\r
376             this.label5.TabIndex = 78;\r
377             this.label5.Text = "File:";\r
378             // \r
379             // srt_browse\r
380             // \r
381             this.srt_browse.BackColor = System.Drawing.Color.Transparent;\r
382             this.srt_browse.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
383             this.srt_browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
384             this.srt_browse.Location = new System.Drawing.Point(588, 18);\r
385             this.srt_browse.Name = "srt_browse";\r
386             this.srt_browse.Size = new System.Drawing.Size(67, 23);\r
387             this.srt_browse.TabIndex = 77;\r
388             this.srt_browse.Text = "Browse";\r
389             this.srt_browse.UseVisualStyleBackColor = false;\r
390             this.srt_browse.Click += new System.EventHandler(this.srt_browse_Click);\r
391             // \r
392             // label4\r
393             // \r
394             this.label4.AutoSize = true;\r
395             this.label4.Location = new System.Drawing.Point(354, 23);\r
396             this.label4.Name = "label4";\r
397             this.label4.Size = new System.Drawing.Size(42, 13);\r
398             this.label4.TabIndex = 76;\r
399             this.label4.Text = "Offset:";\r
400             // \r
401             // label3\r
402             // \r
403             this.label3.AutoSize = true;\r
404             this.label3.Location = new System.Drawing.Point(202, 23);\r
405             this.label3.Name = "label3";\r
406             this.label3.Size = new System.Drawing.Size(62, 13);\r
407             this.label3.TabIndex = 74;\r
408             this.label3.Text = "Char Code:";\r
409             // \r
410             // srt_charcode\r
411             // \r
412             this.srt_charcode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
413             this.srt_charcode.FormattingEnabled = true;\r
414             this.srt_charcode.Items.AddRange(new object[] {\r
415             "ANSI_X3.4-1968",\r
416             "ANSI_X3.4-1986",\r
417             "ANSI_X3.4",\r
418             "ANSI_X3.110-1983",\r
419             "ANSI_X3.110",\r
420             "ASCII",\r
421             "ECMA-114",\r
422             "ECMA-118",\r
423             "ECMA-128",\r
424             "ECMA-CYRILLIC",\r
425             "IEC_P27-1",\r
426             "ISO-8859-1",\r
427             "ISO-8859-2",\r
428             "ISO-8859-3",\r
429             "ISO-8859-4",\r
430             "ISO-8859-5",\r
431             "ISO-8859-6",\r
432             "ISO-8859-7",\r
433             "ISO-8859-8",\r
434             "ISO-8859-9",\r
435             "ISO-8859-9E",\r
436             "ISO-8859-10",\r
437             "ISO-8859-11",\r
438             "ISO-8859-13",\r
439             "ISO-8859-14",\r
440             "ISO-8859-15",\r
441             "ISO-8859-16",\r
442             "UTF-7",\r
443             "UTF-8",\r
444             "UTF-16",\r
445             "UTF-32"});\r
446             this.srt_charcode.Location = new System.Drawing.Point(270, 20);\r
447             this.srt_charcode.Name = "srt_charcode";\r
448             this.srt_charcode.Size = new System.Drawing.Size(78, 21);\r
449             this.srt_charcode.TabIndex = 73;\r
450             this.srt_charcode.SelectedIndexChanged += new System.EventHandler(this.srt_charcode_SelectedIndexChanged);\r
451             // \r
452             // label2\r
453             // \r
454             this.label2.AutoSize = true;\r
455             this.label2.Location = new System.Drawing.Point(6, 23);\r
456             this.label2.Name = "label2";\r
457             this.label2.Size = new System.Drawing.Size(58, 13);\r
458             this.label2.TabIndex = 72;\r
459             this.label2.Text = "Language:";\r
460             // \r
461             // srt_lang\r
462             // \r
463             this.srt_lang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
464             this.srt_lang.FormattingEnabled = true;\r
465             this.srt_lang.Location = new System.Drawing.Point(70, 20);\r
466             this.srt_lang.Name = "srt_lang";\r
467             this.srt_lang.Size = new System.Drawing.Size(126, 21);\r
468             this.srt_lang.TabIndex = 50;\r
469             this.srt_lang.SelectedIndexChanged += new System.EventHandler(this.srt_lang_SelectedIndexChanged);\r
470             // \r
471             // btn_srtAdd\r
472             // \r
473             this.btn_srtAdd.BackColor = System.Drawing.Color.Transparent;\r
474             this.btn_srtAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
475             this.btn_srtAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
476             this.btn_srtAdd.Location = new System.Drawing.Point(100, 38);\r
477             this.btn_srtAdd.Name = "btn_srtAdd";\r
478             this.btn_srtAdd.Size = new System.Drawing.Size(124, 23);\r
479             this.btn_srtAdd.TabIndex = 73;\r
480             this.btn_srtAdd.Text = "Add External SRT";\r
481             this.btn_srtAdd.UseVisualStyleBackColor = false;\r
482             this.btn_srtAdd.Click += new System.EventHandler(this.btn_srtAdd_Click);\r
483             // \r
484             // openFileDialog\r
485             // \r
486             this.openFileDialog.DefaultExt = "srt";\r
487             this.openFileDialog.Filter = "SRT Files |*.srt";\r
488             // \r
489             // Subtitles\r
490             // \r
491             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
492             this.BackColor = System.Drawing.Color.Transparent;\r
493             this.Controls.Add(this.btn_srtAdd);\r
494             this.Controls.Add(this.btn_RemoveSubTrack);\r
495             this.Controls.Add(this.label68);\r
496             this.Controls.Add(this.tabControl1);\r
497             this.Controls.Add(this.lv_subList);\r
498             this.Controls.Add(this.btn_addSubTrack);\r
499             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
500             this.Name = "Subtitles";\r
501             this.Size = new System.Drawing.Size(719, 300);\r
502             this.SubTitlesGroup.ResumeLayout(false);\r
503             this.SubTitlesGroup.PerformLayout();\r
504             this.subMenu.ResumeLayout(false);\r
505             this.tabControl1.ResumeLayout(false);\r
506             this.tabPage1.ResumeLayout(false);\r
507             this.tabPage2.ResumeLayout(false);\r
508             this.SRTGroup.ResumeLayout(false);\r
509             this.SRTGroup.PerformLayout();\r
510             ((System.ComponentModel.ISupportInitialize)(this.srt_offset)).EndInit();\r
511             this.ResumeLayout(false);\r
512             this.PerformLayout();\r
513 \r
514         }\r
515 \r
516         #endregion\r
517 \r
518         internal System.Windows.Forms.ComboBox drp_subtitleTracks;\r
519         private System.Windows.Forms.GroupBox SubTitlesGroup;\r
520         private System.Windows.Forms.Button btn_RemoveSubTrack;\r
521         private System.Windows.Forms.Button btn_addSubTrack;\r
522         internal System.Windows.Forms.ListView lv_subList;\r
523         private System.Windows.Forms.ColumnHeader id;\r
524         private System.Windows.Forms.ColumnHeader col_Source;\r
525         private System.Windows.Forms.ColumnHeader forced;\r
526         private System.Windows.Forms.ColumnHeader burned;\r
527         internal System.Windows.Forms.Label label68;\r
528         private System.Windows.Forms.ColumnHeader defaultTrack;\r
529         private System.Windows.Forms.Label label1;\r
530         private System.Windows.Forms.CheckBox check_default;\r
531         private System.Windows.Forms.CheckBox check_burned;\r
532         private System.Windows.Forms.CheckBox check_forced;\r
533         private System.Windows.Forms.ContextMenuStrip subMenu;\r
534         private System.Windows.Forms.ToolStripMenuItem mnu_moveup;\r
535         private System.Windows.Forms.ToolStripMenuItem mnu_movedown;\r
536         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
537         private System.Windows.Forms.ToolStripMenuItem mnu_remove;\r
538         internal System.Windows.Forms.TabControl tabControl1;\r
539         private System.Windows.Forms.TabPage tabPage1;\r
540         private System.Windows.Forms.TabPage tabPage2;\r
541         private System.Windows.Forms.Button btn_srtAdd;\r
542         private System.Windows.Forms.ColumnHeader type;\r
543         private System.Windows.Forms.ColumnHeader srtOffset;\r
544         private System.Windows.Forms.GroupBox SRTGroup;\r
545         private System.Windows.Forms.Label label5;\r
546         private System.Windows.Forms.Button srt_browse;\r
547         private System.Windows.Forms.Label label4;\r
548         private System.Windows.Forms.Label label3;\r
549         internal System.Windows.Forms.ComboBox srt_charcode;\r
550         private System.Windows.Forms.Label label2;\r
551         internal System.Windows.Forms.ComboBox srt_lang;\r
552         private System.Windows.Forms.NumericUpDown srt_offset;\r
553         private System.Windows.Forms.OpenFileDialog openFileDialog;\r
554         private System.Windows.Forms.CheckBox check_default_srt;\r
555         private System.Windows.Forms.Label label6;\r
556     }\r
557 }\r