this.drp_audioSample = new System.Windows.Forms.ComboBox();\r
this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components);\r
this.audioList = new System.Windows.Forms.DataGridView();\r
+ this.Source = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+ this.AudioCodec = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+ this.Mixdown = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+ this.Samplerate = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+ this.Bitrate = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+ this.DRC = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+ this.Gain = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
this.ToolTips = new System.Windows.Forms.ToolTip(this.components);\r
this.btn_AdvancedAudio = new System.Windows.Forms.Button();\r
this.btn_addAudioTrack = new wyDay.Controls.SplitButton();\r
this.btn_RemoveTrack = new wyDay.Controls.SplitButton();\r
this.RemoveTrackMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
this.mnu_ClearAll = new System.Windows.Forms.ToolStripMenuItem();\r
- this.Source = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
- this.AudioCodec = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
- this.Mixdown = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
- this.Samplerate = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
- this.Bitrate = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
- this.DRC = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
- this.Gain = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
this.audioMenu.SuspendLayout();\r
((System.ComponentModel.ISupportInitialize)(this.audioList)).BeginInit();\r
this.AddTrackMenu.SuspendLayout();\r
this.drp_audioMix.FormattingEnabled = true;\r
this.drp_audioMix.Items.AddRange(new object[] {\r
"Automatic",\r
+ "None",\r
"Mono",\r
"Stereo",\r
"Dolby Surround",\r
this.ToolTips.SetToolTip(this.audioList, "The audio tracks to be encoded into the output file.");\r
this.audioList.SelectionChanged += new System.EventHandler(this.audioList_SelectionChanged);\r
// \r
+ // Source\r
+ // \r
+ this.Source.DataPropertyName = "TrackDisplay";\r
+ this.Source.FillWeight = 49.69727F;\r
+ this.Source.HeaderText = "Source";\r
+ this.Source.Name = "Source";\r
+ this.Source.ReadOnly = true;\r
+ this.Source.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
+ this.Source.Width = 170;\r
+ // \r
+ // AudioCodec\r
+ // \r
+ this.AudioCodec.DataPropertyName = "AudioEncoderDisplayValue";\r
+ this.AudioCodec.HeaderText = "Audio Codec";\r
+ this.AudioCodec.Name = "AudioCodec";\r
+ this.AudioCodec.ReadOnly = true;\r
+ this.AudioCodec.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
+ this.AudioCodec.Width = 120;\r
+ // \r
+ // Mixdown\r
+ // \r
+ this.Mixdown.DataPropertyName = "AudioMixdownDisplayValue";\r
+ this.Mixdown.FillWeight = 49.69727F;\r
+ this.Mixdown.HeaderText = "Mixdown";\r
+ this.Mixdown.Name = "Mixdown";\r
+ this.Mixdown.ReadOnly = true;\r
+ this.Mixdown.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
+ this.Mixdown.Width = 150;\r
+ // \r
+ // Samplerate\r
+ // \r
+ this.Samplerate.DataPropertyName = "SampleRateDisplayValue";\r
+ this.Samplerate.FillWeight = 49.69727F;\r
+ this.Samplerate.HeaderText = "Samplerate";\r
+ this.Samplerate.Name = "Samplerate";\r
+ this.Samplerate.ReadOnly = true;\r
+ this.Samplerate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
+ this.Samplerate.Width = 75;\r
+ // \r
+ // Bitrate\r
+ // \r
+ this.Bitrate.DataPropertyName = "BitRateDisplayValue";\r
+ this.Bitrate.FillWeight = 49.69727F;\r
+ this.Bitrate.HeaderText = "Bitrate";\r
+ this.Bitrate.Name = "Bitrate";\r
+ this.Bitrate.ReadOnly = true;\r
+ this.Bitrate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
+ this.Bitrate.Width = 75;\r
+ // \r
+ // DRC\r
+ // \r
+ this.DRC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;\r
+ this.DRC.DataPropertyName = "DRC";\r
+ this.DRC.FillWeight = 96.36334F;\r
+ this.DRC.HeaderText = "DRC";\r
+ this.DRC.Name = "DRC";\r
+ this.DRC.ReadOnly = true;\r
+ this.DRC.Resizable = System.Windows.Forms.DataGridViewTriState.True;\r
+ this.DRC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
+ // \r
+ // Gain\r
+ // \r
+ this.Gain.DataPropertyName = "Gain";\r
+ this.Gain.HeaderText = "Gain (dB)";\r
+ this.Gain.Name = "Gain";\r
+ this.Gain.ReadOnly = true;\r
+ this.Gain.Width = 60;\r
+ // \r
// btn_AdvancedAudio\r
// \r
this.btn_AdvancedAudio.BackColor = System.Drawing.Color.Transparent;\r
this.mnu_ClearAll.Text = "Clear All";\r
this.mnu_ClearAll.Click += new System.EventHandler(this.Mnu_clear_all_click);\r
// \r
- // Source\r
- // \r
- this.Source.DataPropertyName = "TrackDisplay";\r
- this.Source.FillWeight = 49.69727F;\r
- this.Source.HeaderText = "Source";\r
- this.Source.Name = "Source";\r
- this.Source.ReadOnly = true;\r
- this.Source.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
- this.Source.Width = 170;\r
- // \r
- // AudioCodec\r
- // \r
- this.AudioCodec.DataPropertyName = "AudioEncoderDisplayValue";\r
- this.AudioCodec.HeaderText = "Audio Codec";\r
- this.AudioCodec.Name = "AudioCodec";\r
- this.AudioCodec.ReadOnly = true;\r
- this.AudioCodec.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
- this.AudioCodec.Width = 120;\r
- // \r
- // Mixdown\r
- // \r
- this.Mixdown.DataPropertyName = "AudioMixdownDisplayValue";\r
- this.Mixdown.FillWeight = 49.69727F;\r
- this.Mixdown.HeaderText = "Mixdown";\r
- this.Mixdown.Name = "Mixdown";\r
- this.Mixdown.ReadOnly = true;\r
- this.Mixdown.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
- this.Mixdown.Width = 150;\r
- // \r
- // Samplerate\r
- // \r
- this.Samplerate.DataPropertyName = "SampleRateDisplayValue";\r
- this.Samplerate.FillWeight = 49.69727F;\r
- this.Samplerate.HeaderText = "Samplerate";\r
- this.Samplerate.Name = "Samplerate";\r
- this.Samplerate.ReadOnly = true;\r
- this.Samplerate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
- this.Samplerate.Width = 75;\r
- // \r
- // Bitrate\r
- // \r
- this.Bitrate.DataPropertyName = "BitRateDisplayValue";\r
- this.Bitrate.FillWeight = 49.69727F;\r
- this.Bitrate.HeaderText = "Bitrate";\r
- this.Bitrate.Name = "Bitrate";\r
- this.Bitrate.ReadOnly = true;\r
- this.Bitrate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
- this.Bitrate.Width = 75;\r
- // \r
- // DRC\r
- // \r
- this.DRC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;\r
- this.DRC.DataPropertyName = "DRC";\r
- this.DRC.FillWeight = 96.36334F;\r
- this.DRC.HeaderText = "DRC";\r
- this.DRC.Name = "DRC";\r
- this.DRC.ReadOnly = true;\r
- this.DRC.Resizable = System.Windows.Forms.DataGridViewTriState.True;\r
- this.DRC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
- // \r
- // Gain\r
- // \r
- this.Gain.DataPropertyName = "Gain";\r
- this.Gain.HeaderText = "Gain (dB)";\r
- this.Gain.Name = "Gain";\r
- this.Gain.ReadOnly = true;\r
- this.Gain.Width = 60;\r
- // \r
// AudioPanel\r
// \r
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r