OSDN Git Service

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