OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / AudioPanel.Designer.cs
1 /*  AudioPanel.Designer.cs $\r
2         \r
3     This file is part of the HandBrake source code.\r
4     Homepage: <http://handbrake.fr>.\r
5     It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake.Controls\r
8 {\r
9     partial class AudioPanel\r
10     {\r
11         /// <summary> \r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary> \r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Component Designer generated code\r
30 \r
31         /// <summary> \r
32         /// Required method for Designer support - do not modify \r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             this.audioMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
39             this.audioList_moveup = new System.Windows.Forms.ToolStripMenuItem();\r
40             this.audioList_movedown = new System.Windows.Forms.ToolStripMenuItem();\r
41             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
42             this.audioList_remove = new System.Windows.Forms.ToolStripMenuItem();\r
43             this.btn_RemoveAudioTrack = new System.Windows.Forms.Button();\r
44             this.btn_addAudioTrack = new System.Windows.Forms.Button();\r
45             this.lbl_drc = new System.Windows.Forms.Label();\r
46             this.lbl_drcHeader = new System.Windows.Forms.Label();\r
47             this.tb_drc = new System.Windows.Forms.TrackBar();\r
48             this.label68 = new System.Windows.Forms.Label();\r
49             this.lbl_sampleRate = new System.Windows.Forms.Label();\r
50             this.lbl_bitrate = new System.Windows.Forms.Label();\r
51             this.label65 = new System.Windows.Forms.Label();\r
52             this.lbl_mixdown = new System.Windows.Forms.Label();\r
53             this.drp_audioEncoder = new System.Windows.Forms.ComboBox();\r
54             this.label27 = new System.Windows.Forms.Label();\r
55             this.drp_audioMix = new System.Windows.Forms.ComboBox();\r
56             this.drp_audioTrack = new System.Windows.Forms.ComboBox();\r
57             this.drp_audioBitrate = new System.Windows.Forms.ComboBox();\r
58             this.drp_audioSample = new System.Windows.Forms.ComboBox();\r
59             this.AudioTrackGroup = new System.Windows.Forms.GroupBox();\r
60             this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components);\r
61             this.audioList = new System.Windows.Forms.DataGridView();\r
62             this.Track = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
63             this.Source = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
64             this.AudioCodec = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
65             this.Mixdown = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
66             this.Samplerate = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
67             this.Bitrate = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
68             this.DRC = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
69             this.audioMenu.SuspendLayout();\r
70             ((System.ComponentModel.ISupportInitialize)(this.tb_drc)).BeginInit();\r
71             this.AudioTrackGroup.SuspendLayout();\r
72             ((System.ComponentModel.ISupportInitialize)(this.audioList)).BeginInit();\r
73             this.SuspendLayout();\r
74             // \r
75             // audioMenu\r
76             // \r
77             this.audioMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
78             this.audioList_moveup,\r
79             this.audioList_movedown,\r
80             this.toolStripSeparator2,\r
81             this.audioList_remove});\r
82             this.audioMenu.Name = "audioMenu";\r
83             this.audioMenu.Size = new System.Drawing.Size(139, 76);\r
84             // \r
85             // audioList_moveup\r
86             // \r
87             this.audioList_moveup.Name = "audioList_moveup";\r
88             this.audioList_moveup.Size = new System.Drawing.Size(138, 22);\r
89             this.audioList_moveup.Text = "Move Up";\r
90             this.audioList_moveup.Click += new System.EventHandler(this.audioList_moveup_Click);\r
91             // \r
92             // audioList_movedown\r
93             // \r
94             this.audioList_movedown.Name = "audioList_movedown";\r
95             this.audioList_movedown.Size = new System.Drawing.Size(138, 22);\r
96             this.audioList_movedown.Text = "Move Down";\r
97             this.audioList_movedown.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
98             this.audioList_movedown.Click += new System.EventHandler(this.audioList_movedown_Click);\r
99             // \r
100             // toolStripSeparator2\r
101             // \r
102             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
103             this.toolStripSeparator2.Size = new System.Drawing.Size(135, 6);\r
104             // \r
105             // audioList_remove\r
106             // \r
107             this.audioList_remove.Name = "audioList_remove";\r
108             this.audioList_remove.Size = new System.Drawing.Size(138, 22);\r
109             this.audioList_remove.Text = "Remove";\r
110             this.audioList_remove.Click += new System.EventHandler(this.audioList_remove_Click);\r
111             // \r
112             // btn_RemoveAudioTrack\r
113             // \r
114             this.btn_RemoveAudioTrack.BackColor = System.Drawing.Color.Transparent;\r
115             this.btn_RemoveAudioTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
116             this.btn_RemoveAudioTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
117             this.btn_RemoveAudioTrack.Location = new System.Drawing.Point(99, 38);\r
118             this.btn_RemoveAudioTrack.Name = "btn_RemoveAudioTrack";\r
119             this.btn_RemoveAudioTrack.Size = new System.Drawing.Size(71, 23);\r
120             this.btn_RemoveAudioTrack.TabIndex = 64;\r
121             this.btn_RemoveAudioTrack.Text = "Remove";\r
122             this.btn_RemoveAudioTrack.UseVisualStyleBackColor = false;\r
123             this.btn_RemoveAudioTrack.Click += new System.EventHandler(this.btn_RemoveAudioTrack_Click);\r
124             // \r
125             // btn_addAudioTrack\r
126             // \r
127             this.btn_addAudioTrack.BackColor = System.Drawing.Color.Transparent;\r
128             this.btn_addAudioTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
129             this.btn_addAudioTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
130             this.btn_addAudioTrack.Location = new System.Drawing.Point(16, 38);\r
131             this.btn_addAudioTrack.Name = "btn_addAudioTrack";\r
132             this.btn_addAudioTrack.Size = new System.Drawing.Size(77, 23);\r
133             this.btn_addAudioTrack.TabIndex = 63;\r
134             this.btn_addAudioTrack.Text = "Add Track";\r
135             this.btn_addAudioTrack.UseVisualStyleBackColor = false;\r
136             this.btn_addAudioTrack.Click += new System.EventHandler(this.btn_addAudioTrack_Click);\r
137             // \r
138             // lbl_drc\r
139             // \r
140             this.lbl_drc.AutoSize = true;\r
141             this.lbl_drc.BackColor = System.Drawing.Color.Transparent;\r
142             this.lbl_drc.Location = new System.Drawing.Point(658, 37);\r
143             this.lbl_drc.Name = "lbl_drc";\r
144             this.lbl_drc.Size = new System.Drawing.Size(13, 13);\r
145             this.lbl_drc.TabIndex = 62;\r
146             this.lbl_drc.Text = "0";\r
147             // \r
148             // lbl_drcHeader\r
149             // \r
150             this.lbl_drcHeader.AutoSize = true;\r
151             this.lbl_drcHeader.BackColor = System.Drawing.Color.Transparent;\r
152             this.lbl_drcHeader.Location = new System.Drawing.Point(607, 17);\r
153             this.lbl_drcHeader.Name = "lbl_drcHeader";\r
154             this.lbl_drcHeader.Size = new System.Drawing.Size(28, 13);\r
155             this.lbl_drcHeader.TabIndex = 61;\r
156             this.lbl_drcHeader.Text = "DRC";\r
157             // \r
158             // tb_drc\r
159             // \r
160             this.tb_drc.BackColor = System.Drawing.SystemColors.Window;\r
161             this.tb_drc.LargeChange = 0;\r
162             this.tb_drc.Location = new System.Drawing.Point(598, 29);\r
163             this.tb_drc.Margin = new System.Windows.Forms.Padding(0);\r
164             this.tb_drc.Maximum = 31;\r
165             this.tb_drc.Name = "tb_drc";\r
166             this.tb_drc.Size = new System.Drawing.Size(57, 45);\r
167             this.tb_drc.TabIndex = 60;\r
168             this.tb_drc.TickFrequency = 10;\r
169             this.tb_drc.Scroll += new System.EventHandler(this.ControlChanged);\r
170             // \r
171             // label68\r
172             // \r
173             this.label68.AutoSize = true;\r
174             this.label68.BackColor = System.Drawing.Color.Transparent;\r
175             this.label68.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
176             this.label68.Location = new System.Drawing.Point(13, 13);\r
177             this.label68.Name = "label68";\r
178             this.label68.Size = new System.Drawing.Size(80, 13);\r
179             this.label68.TabIndex = 49;\r
180             this.label68.Text = "Audio Tracks";\r
181             // \r
182             // lbl_sampleRate\r
183             // \r
184             this.lbl_sampleRate.AutoSize = true;\r
185             this.lbl_sampleRate.BackColor = System.Drawing.Color.Transparent;\r
186             this.lbl_sampleRate.Location = new System.Drawing.Point(463, 17);\r
187             this.lbl_sampleRate.Name = "lbl_sampleRate";\r
188             this.lbl_sampleRate.Size = new System.Drawing.Size(61, 13);\r
189             this.lbl_sampleRate.TabIndex = 57;\r
190             this.lbl_sampleRate.Text = "Samplerate";\r
191             // \r
192             // lbl_bitrate\r
193             // \r
194             this.lbl_bitrate.AutoSize = true;\r
195             this.lbl_bitrate.BackColor = System.Drawing.Color.Transparent;\r
196             this.lbl_bitrate.Location = new System.Drawing.Point(538, 17);\r
197             this.lbl_bitrate.Name = "lbl_bitrate";\r
198             this.lbl_bitrate.Size = new System.Drawing.Size(39, 13);\r
199             this.lbl_bitrate.TabIndex = 59;\r
200             this.lbl_bitrate.Text = "Bitrate";\r
201             // \r
202             // label65\r
203             // \r
204             this.label65.AutoSize = true;\r
205             this.label65.BackColor = System.Drawing.Color.Transparent;\r
206             this.label65.Location = new System.Drawing.Point(234, 17);\r
207             this.label65.Name = "label65";\r
208             this.label65.Size = new System.Drawing.Size(67, 13);\r
209             this.label65.TabIndex = 53;\r
210             this.label65.Text = "Audio Codec";\r
211             // \r
212             // lbl_mixdown\r
213             // \r
214             this.lbl_mixdown.AutoSize = true;\r
215             this.lbl_mixdown.BackColor = System.Drawing.Color.Transparent;\r
216             this.lbl_mixdown.Location = new System.Drawing.Point(368, 17);\r
217             this.lbl_mixdown.Name = "lbl_mixdown";\r
218             this.lbl_mixdown.Size = new System.Drawing.Size(49, 13);\r
219             this.lbl_mixdown.TabIndex = 55;\r
220             this.lbl_mixdown.Text = "Mixdown";\r
221             // \r
222             // drp_audioEncoder\r
223             // \r
224             this.drp_audioEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
225             this.drp_audioEncoder.FormattingEnabled = true;\r
226             this.drp_audioEncoder.Items.AddRange(new object[] {\r
227             "AAC (faac)",\r
228             "MP3 (lame)",\r
229             "Vorbis (vorbis)",\r
230             "AC3 Passthru",\r
231             "AC3 (ffmpeg)",\r
232             "DTS Passthru"});\r
233             this.drp_audioEncoder.Location = new System.Drawing.Point(215, 34);\r
234             this.drp_audioEncoder.Name = "drp_audioEncoder";\r
235             this.drp_audioEncoder.Size = new System.Drawing.Size(111, 21);\r
236             this.drp_audioEncoder.TabIndex = 52;\r
237             this.drp_audioEncoder.SelectedIndexChanged += new System.EventHandler(this.ControlChanged);\r
238             // \r
239             // label27\r
240             // \r
241             this.label27.AutoSize = true;\r
242             this.label27.BackColor = System.Drawing.Color.Transparent;\r
243             this.label27.Location = new System.Drawing.Point(86, 17);\r
244             this.label27.Name = "label27";\r
245             this.label27.Size = new System.Drawing.Size(40, 13);\r
246             this.label27.TabIndex = 51;\r
247             this.label27.Text = "Source";\r
248             // \r
249             // drp_audioMix\r
250             // \r
251             this.drp_audioMix.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
252             this.drp_audioMix.FormattingEnabled = true;\r
253             this.drp_audioMix.Items.AddRange(new object[] {\r
254             "Automatic",\r
255             "Mono",\r
256             "Stereo",\r
257             "Dolby Surround",\r
258             "Dolby Pro Logic II",\r
259             "6 Channel Discrete"});\r
260             this.drp_audioMix.Location = new System.Drawing.Point(332, 34);\r
261             this.drp_audioMix.Name = "drp_audioMix";\r
262             this.drp_audioMix.Size = new System.Drawing.Size(129, 21);\r
263             this.drp_audioMix.TabIndex = 54;\r
264             this.drp_audioMix.SelectedIndexChanged += new System.EventHandler(this.ControlChanged);\r
265             // \r
266             // drp_audioTrack\r
267             // \r
268             this.drp_audioTrack.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
269             this.drp_audioTrack.FormattingEnabled = true;\r
270             this.drp_audioTrack.Items.AddRange(new object[] {\r
271             "Automatic"});\r
272             this.drp_audioTrack.Location = new System.Drawing.Point(15, 34);\r
273             this.drp_audioTrack.Name = "drp_audioTrack";\r
274             this.drp_audioTrack.Size = new System.Drawing.Size(194, 21);\r
275             this.drp_audioTrack.TabIndex = 50;\r
276             this.drp_audioTrack.SelectedIndexChanged += new System.EventHandler(this.ControlChanged);\r
277             // \r
278             // drp_audioBitrate\r
279             // \r
280             this.drp_audioBitrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
281             this.drp_audioBitrate.FormattingEnabled = true;\r
282             this.drp_audioBitrate.Items.AddRange(new object[] {\r
283             "32",\r
284             "40",\r
285             "48",\r
286             "56",\r
287             "64",\r
288             "80",\r
289             "96",\r
290             "112",\r
291             "128",\r
292             "160"});\r
293             this.drp_audioBitrate.Location = new System.Drawing.Point(525, 34);\r
294             this.drp_audioBitrate.Name = "drp_audioBitrate";\r
295             this.drp_audioBitrate.Size = new System.Drawing.Size(70, 21);\r
296             this.drp_audioBitrate.TabIndex = 58;\r
297             this.drp_audioBitrate.SelectedIndexChanged += new System.EventHandler(this.ControlChanged);\r
298             // \r
299             // drp_audioSample\r
300             // \r
301             this.drp_audioSample.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
302             this.drp_audioSample.FormattingEnabled = true;\r
303             this.drp_audioSample.Items.AddRange(new object[] {\r
304             "Auto",\r
305             "48",\r
306             "44.1",\r
307             "32",\r
308             "24",\r
309             "22.05"});\r
310             this.drp_audioSample.Location = new System.Drawing.Point(467, 34);\r
311             this.drp_audioSample.Name = "drp_audioSample";\r
312             this.drp_audioSample.Size = new System.Drawing.Size(55, 21);\r
313             this.drp_audioSample.TabIndex = 56;\r
314             this.drp_audioSample.SelectedIndexChanged += new System.EventHandler(this.ControlChanged);\r
315             // \r
316             // AudioTrackGroup\r
317             // \r
318             this.AudioTrackGroup.BackColor = System.Drawing.Color.Transparent;\r
319             this.AudioTrackGroup.Controls.Add(this.drp_audioTrack);\r
320             this.AudioTrackGroup.Controls.Add(this.drp_audioSample);\r
321             this.AudioTrackGroup.Controls.Add(this.drp_audioBitrate);\r
322             this.AudioTrackGroup.Controls.Add(this.drp_audioMix);\r
323             this.AudioTrackGroup.Controls.Add(this.lbl_drc);\r
324             this.AudioTrackGroup.Controls.Add(this.label27);\r
325             this.AudioTrackGroup.Controls.Add(this.lbl_drcHeader);\r
326             this.AudioTrackGroup.Controls.Add(this.drp_audioEncoder);\r
327             this.AudioTrackGroup.Controls.Add(this.tb_drc);\r
328             this.AudioTrackGroup.Controls.Add(this.lbl_mixdown);\r
329             this.AudioTrackGroup.Controls.Add(this.label65);\r
330             this.AudioTrackGroup.Controls.Add(this.lbl_sampleRate);\r
331             this.AudioTrackGroup.Controls.Add(this.lbl_bitrate);\r
332             this.AudioTrackGroup.Location = new System.Drawing.Point(16, 67);\r
333             this.AudioTrackGroup.Name = "AudioTrackGroup";\r
334             this.AudioTrackGroup.Size = new System.Drawing.Size(685, 77);\r
335             this.AudioTrackGroup.TabIndex = 66;\r
336             this.AudioTrackGroup.TabStop = false;\r
337             this.AudioTrackGroup.Text = "Selected Track: New Track";\r
338             // \r
339             // AudioMenuRowHeightHack\r
340             // \r
341             this.AudioMenuRowHeightHack.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;\r
342             this.AudioMenuRowHeightHack.ImageSize = new System.Drawing.Size(1, 18);\r
343             this.AudioMenuRowHeightHack.TransparentColor = System.Drawing.Color.Transparent;\r
344             // \r
345             // audioList\r
346             // \r
347             this.audioList.AllowUserToAddRows = false;\r
348             this.audioList.AllowUserToResizeColumns = false;\r
349             this.audioList.AllowUserToResizeRows = false;\r
350             this.audioList.BackgroundColor = System.Drawing.Color.White;\r
351             this.audioList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;\r
352             this.audioList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;\r
353             this.audioList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
354             this.Track,\r
355             this.Source,\r
356             this.AudioCodec,\r
357             this.Mixdown,\r
358             this.Samplerate,\r
359             this.Bitrate,\r
360             this.DRC});\r
361             this.audioList.ContextMenuStrip = this.audioMenu;\r
362             this.audioList.GridColor = System.Drawing.Color.White;\r
363             this.audioList.Location = new System.Drawing.Point(16, 150);\r
364             this.audioList.Name = "audioList";\r
365             this.audioList.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;\r
366             this.audioList.RowHeadersVisible = false;\r
367             this.audioList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;\r
368             this.audioList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;\r
369             this.audioList.ShowCellErrors = false;\r
370             this.audioList.ShowCellToolTips = false;\r
371             this.audioList.ShowEditingIcon = false;\r
372             this.audioList.ShowRowErrors = false;\r
373             this.audioList.Size = new System.Drawing.Size(685, 140);\r
374             this.audioList.TabIndex = 67;\r
375             this.audioList.SelectionChanged += new System.EventHandler(this.audioList_SelectionChanged);\r
376             // \r
377             // Track\r
378             // \r
379             this.Track.FillWeight = 304.2808F;\r
380             this.Track.HeaderText = "Track";\r
381             this.Track.Name = "Track";\r
382             this.Track.ReadOnly = true;\r
383             this.Track.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
384             this.Track.Width = 50;\r
385             // \r
386             // Source\r
387             // \r
388             this.Source.FillWeight = 49.69727F;\r
389             this.Source.HeaderText = "Source";\r
390             this.Source.Name = "Source";\r
391             this.Source.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
392             this.Source.Width = 150;\r
393             // \r
394             // AudioCodec\r
395             // \r
396             this.AudioCodec.HeaderText = "Audio Codec";\r
397             this.AudioCodec.Name = "AudioCodec";\r
398             this.AudioCodec.ReadOnly = true;\r
399             this.AudioCodec.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
400             // \r
401             // Mixdown\r
402             // \r
403             this.Mixdown.FillWeight = 49.69727F;\r
404             this.Mixdown.HeaderText = "Mixdown";\r
405             this.Mixdown.Name = "Mixdown";\r
406             this.Mixdown.ReadOnly = true;\r
407             this.Mixdown.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
408             this.Mixdown.Width = 150;\r
409             // \r
410             // Samplerate\r
411             // \r
412             this.Samplerate.FillWeight = 49.69727F;\r
413             this.Samplerate.HeaderText = "Samplerate";\r
414             this.Samplerate.Name = "Samplerate";\r
415             this.Samplerate.ReadOnly = true;\r
416             this.Samplerate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
417             this.Samplerate.Width = 75;\r
418             // \r
419             // Bitrate\r
420             // \r
421             this.Bitrate.FillWeight = 49.69727F;\r
422             this.Bitrate.HeaderText = "Bitrate";\r
423             this.Bitrate.Name = "Bitrate";\r
424             this.Bitrate.ReadOnly = true;\r
425             this.Bitrate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
426             this.Bitrate.Width = 75;\r
427             // \r
428             // DRC\r
429             // \r
430             this.DRC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;\r
431             this.DRC.FillWeight = 96.36334F;\r
432             this.DRC.HeaderText = "DRC";\r
433             this.DRC.Name = "DRC";\r
434             this.DRC.ReadOnly = true;\r
435             this.DRC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
436             // \r
437             // AudioPanel\r
438             // \r
439             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
440             this.BackColor = System.Drawing.Color.Transparent;\r
441             this.Controls.Add(this.audioList);\r
442             this.Controls.Add(this.label68);\r
443             this.Controls.Add(this.btn_addAudioTrack);\r
444             this.Controls.Add(this.AudioTrackGroup);\r
445             this.Controls.Add(this.btn_RemoveAudioTrack);\r
446             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
447             this.Name = "AudioPanel";\r
448             this.Size = new System.Drawing.Size(720, 310);\r
449             this.audioMenu.ResumeLayout(false);\r
450             ((System.ComponentModel.ISupportInitialize)(this.tb_drc)).EndInit();\r
451             this.AudioTrackGroup.ResumeLayout(false);\r
452             this.AudioTrackGroup.PerformLayout();\r
453             ((System.ComponentModel.ISupportInitialize)(this.audioList)).EndInit();\r
454             this.ResumeLayout(false);\r
455             this.PerformLayout();\r
456 \r
457         }\r
458 \r
459         #endregion\r
460 \r
461         private System.Windows.Forms.Button btn_RemoveAudioTrack;\r
462         private System.Windows.Forms.Button btn_addAudioTrack;\r
463         internal System.Windows.Forms.Label lbl_drc;\r
464         internal System.Windows.Forms.Label lbl_drcHeader;\r
465         internal System.Windows.Forms.TrackBar tb_drc;\r
466         internal System.Windows.Forms.Label label68;\r
467         internal System.Windows.Forms.Label lbl_sampleRate;\r
468         internal System.Windows.Forms.Label lbl_bitrate;\r
469         internal System.Windows.Forms.Label label65;\r
470         internal System.Windows.Forms.Label lbl_mixdown;\r
471         internal System.Windows.Forms.ComboBox drp_audioEncoder;\r
472         internal System.Windows.Forms.Label label27;\r
473         internal System.Windows.Forms.ComboBox drp_audioMix;\r
474         internal System.Windows.Forms.ComboBox drp_audioTrack;\r
475         internal System.Windows.Forms.ComboBox drp_audioSample;\r
476         private System.Windows.Forms.GroupBox AudioTrackGroup;\r
477         private System.Windows.Forms.ImageList AudioMenuRowHeightHack;\r
478         private System.Windows.Forms.ContextMenuStrip audioMenu;\r
479         private System.Windows.Forms.ToolStripMenuItem audioList_moveup;\r
480         private System.Windows.Forms.ToolStripMenuItem audioList_movedown;\r
481         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
482         private System.Windows.Forms.ToolStripMenuItem audioList_remove;\r
483         internal System.Windows.Forms.ComboBox drp_audioBitrate;\r
484         private System.Windows.Forms.DataGridView audioList;\r
485         private System.Windows.Forms.DataGridViewTextBoxColumn Track;\r
486         private System.Windows.Forms.DataGridViewTextBoxColumn Source;\r
487         private System.Windows.Forms.DataGridViewTextBoxColumn AudioCodec;\r
488         private System.Windows.Forms.DataGridViewTextBoxColumn Mixdown;\r
489         private System.Windows.Forms.DataGridViewTextBoxColumn Samplerate;\r
490         private System.Windows.Forms.DataGridViewTextBoxColumn Bitrate;\r
491         private System.Windows.Forms.DataGridViewTextBoxColumn DRC;\r
492     }\r
493 }\r