示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(baseMuxWindow));
     this.muxButton = new System.Windows.Forms.Button();
     this.videoGroupbox = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.videoInputLabel = new System.Windows.Forms.Label();
     this.videoName = new System.Windows.Forms.TextBox();
     this.fps = new MeGUI.core.gui.FPSChooser();
     this.videoNameLabel = new System.Windows.Forms.Label();
     this.vInput = new MeGUI.FileBar();
     this.MuxFPSLabel = new System.Windows.Forms.Label();
     this.chaptersGroupbox = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.chaptersInputLabel = new System.Windows.Forms.Label();
     this.chapters = new MeGUI.FileBar();
     this.outputGroupbox = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.lbContainer = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.muxedOutputLabel = new System.Windows.Forms.Label();
     this.splitting = new MeGUI.core.gui.TargetSizeSCBox();
     this.splittingLabel = new System.Windows.Forms.Label();
     this.output = new MeGUI.FileBar();
     this.cbType = new System.Windows.Forms.ComboBox();
     this.cbContainer = new System.Windows.Forms.ComboBox();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.cancelButton = new System.Windows.Forms.Button();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.audioPanel = new System.Windows.Forms.Panel();
     this.audioMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.audioAddTrack = new System.Windows.Forms.ToolStripMenuItem();
     this.audioRemoveTrack = new System.Windows.Forms.ToolStripMenuItem();
     this.audio = new System.Windows.Forms.TabControl();
     this.audioPage1 = new System.Windows.Forms.TabPage();
     this.muxStreamControl2 = new MeGUI.core.details.mux.MuxStreamControl();
     this.subtitleMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.subtitleAddTrack = new System.Windows.Forms.ToolStripMenuItem();
     this.subtitleRemoveTrack = new System.Windows.Forms.ToolStripMenuItem();
     this.subtitlePanel = new System.Windows.Forms.Panel();
     this.subtitles = new System.Windows.Forms.TabControl();
     this.subPage1 = new System.Windows.Forms.TabPage();
     this.muxStreamControl1 = new MeGUI.core.details.mux.MuxStreamControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.helpButton1 = new MeGUI.core.gui.HelpButton();
     this.videoGroupbox.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.chaptersGroupbox.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.outputGroupbox.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.audioPanel.SuspendLayout();
     this.audioMenu.SuspendLayout();
     this.audio.SuspendLayout();
     this.audioPage1.SuspendLayout();
     this.subtitleMenu.SuspendLayout();
     this.subtitlePanel.SuspendLayout();
     this.subtitles.SuspendLayout();
     this.subPage1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // muxButton
     //
     this.muxButton.Location = new System.Drawing.Point(296, 531);
     this.muxButton.Margin = new System.Windows.Forms.Padding(12, 9, 12, 9);
     this.muxButton.Name = "muxButton";
     this.muxButton.Size = new System.Drawing.Size(56, 23);
     this.muxButton.TabIndex = 5;
     this.muxButton.Text = "&Queue";
     this.muxButton.Click += new System.EventHandler(this.muxButton_Click);
     //
     // videoGroupbox
     //
     this.videoGroupbox.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.videoGroupbox.AutoSize = true;
     this.tableLayoutPanel1.SetColumnSpan(this.videoGroupbox, 3);
     this.videoGroupbox.Controls.Add(this.tableLayoutPanel2);
     this.videoGroupbox.Location = new System.Drawing.Point(3, 3);
     this.videoGroupbox.Name = "videoGroupbox";
     this.videoGroupbox.Size = new System.Drawing.Size(438, 90);
     this.videoGroupbox.TabIndex = 0;
     this.videoGroupbox.TabStop = false;
     this.videoGroupbox.Text = "Video";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoSize = true;
     this.tableLayoutPanel2.ColumnCount = 4;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 66.66666F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.Controls.Add(this.videoInputLabel, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.videoName, 3, 1);
     this.tableLayoutPanel2.Controls.Add(this.fps, 1, 1);
     this.tableLayoutPanel2.Controls.Add(this.videoNameLabel, 2, 1);
     this.tableLayoutPanel2.Controls.Add(this.vInput, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.MuxFPSLabel, 0, 1);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 17);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(432, 70);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // videoInputLabel
     //
     this.videoInputLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.videoInputLabel.AutoSize = true;
     this.videoInputLabel.Location = new System.Drawing.Point(3, 11);
     this.videoInputLabel.Name = "videoInputLabel";
     this.videoInputLabel.Size = new System.Drawing.Size(62, 13);
     this.videoInputLabel.TabIndex = 0;
     this.videoInputLabel.Text = "Video Input";
     //
     // videoName
     //
     this.videoName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.videoName.Location = new System.Drawing.Point(327, 42);
     this.videoName.MaxLength = 100;
     this.videoName.Name = "videoName";
     this.videoName.Size = new System.Drawing.Size(102, 21);
     this.videoName.TabIndex = 5;
     //
     // fps
     //
     this.fps.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.fps.Location = new System.Drawing.Point(71, 38);
     this.fps.MaximumSize = new System.Drawing.Size(1000, 29);
     this.fps.MinimumSize = new System.Drawing.Size(64, 29);
     this.fps.Name = "fps";
     this.fps.NullString = "Not set";
     this.fps.SelectedIndex = 0;
     this.fps.Size = new System.Drawing.Size(210, 29);
     this.fps.TabIndex = 3;
     this.fps.SelectionChanged += new MeGUI.StringChanged(this.fps_SelectionChanged);
     //
     // videoNameLabel
     //
     this.videoNameLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.videoNameLabel.AutoSize = true;
     this.videoNameLabel.Location = new System.Drawing.Point(287, 46);
     this.videoNameLabel.Name = "videoNameLabel";
     this.videoNameLabel.Size = new System.Drawing.Size(34, 13);
     this.videoNameLabel.TabIndex = 4;
     this.videoNameLabel.Text = "Name";
     //
     // vInput
     //
     this.vInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel2.SetColumnSpan(this.vInput, 3);
     this.vInput.Filename = "";
     this.vInput.Filter = null;
     this.vInput.FilterIndex = 0;
     this.vInput.FolderMode = false;
     this.vInput.Location = new System.Drawing.Point(71, 4);
     this.vInput.Name = "vInput";
     this.vInput.ReadOnly = true;
     this.vInput.SaveMode = false;
     this.vInput.Size = new System.Drawing.Size(358, 26);
     this.vInput.TabIndex = 1;
     this.vInput.Title = null;
     this.vInput.FileSelected += new MeGUI.FileBarEventHandler(this.vInput_FileSelected);
     //
     // MuxFPSLabel
     //
     this.MuxFPSLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.MuxFPSLabel.AutoSize = true;
     this.MuxFPSLabel.Location = new System.Drawing.Point(3, 46);
     this.MuxFPSLabel.Name = "MuxFPSLabel";
     this.MuxFPSLabel.Size = new System.Drawing.Size(25, 13);
     this.MuxFPSLabel.TabIndex = 2;
     this.MuxFPSLabel.Text = "FPS";
     //
     // chaptersGroupbox
     //
     this.tableLayoutPanel1.SetColumnSpan(this.chaptersGroupbox, 3);
     this.chaptersGroupbox.Controls.Add(this.tableLayoutPanel3);
     this.chaptersGroupbox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chaptersGroupbox.Location = new System.Drawing.Point(3, 324);
     this.chaptersGroupbox.Name = "chaptersGroupbox";
     this.chaptersGroupbox.Size = new System.Drawing.Size(438, 48);
     this.chaptersGroupbox.TabIndex = 3;
     this.chaptersGroupbox.TabStop = false;
     this.chaptersGroupbox.Text = "Chapter";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.chaptersInputLabel, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.chapters, 1, 0);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 17);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(432, 28);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // chaptersInputLabel
     //
     this.chaptersInputLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.chaptersInputLabel.AutoSize = true;
     this.chaptersInputLabel.Location = new System.Drawing.Point(3, 7);
     this.chaptersInputLabel.Name = "chaptersInputLabel";
     this.chaptersInputLabel.Size = new System.Drawing.Size(70, 13);
     this.chaptersInputLabel.TabIndex = 0;
     this.chaptersInputLabel.Text = "Chapters File";
     //
     // chapters
     //
     this.chapters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.chapters.Filename = "";
     this.chapters.Filter = "";
     this.chapters.FilterIndex = 0;
     this.chapters.FolderMode = false;
     this.chapters.Location = new System.Drawing.Point(79, 3);
     this.chapters.Name = "chapters";
     this.chapters.ReadOnly = true;
     this.chapters.SaveMode = false;
     this.chapters.Size = new System.Drawing.Size(350, 22);
     this.chapters.TabIndex = 1;
     this.chapters.Title = null;
     this.chapters.FileSelected += new MeGUI.FileBarEventHandler(this.chapters_FileSelected);
     //
     // outputGroupbox
     //
     this.outputGroupbox.AutoSize = true;
     this.tableLayoutPanel1.SetColumnSpan(this.outputGroupbox, 3);
     this.outputGroupbox.Controls.Add(this.tableLayoutPanel4);
     this.outputGroupbox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.outputGroupbox.Location = new System.Drawing.Point(3, 378);
     this.outputGroupbox.Name = "outputGroupbox";
     this.outputGroupbox.Size = new System.Drawing.Size(438, 141);
     this.outputGroupbox.TabIndex = 4;
     this.outputGroupbox.TabStop = false;
     this.outputGroupbox.Text = "Output";
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.AutoSize = true;
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Controls.Add(this.lbContainer, 0, 4);
     this.tableLayoutPanel4.Controls.Add(this.label1, 0, 2);
     this.tableLayoutPanel4.Controls.Add(this.muxedOutputLabel, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.splitting, 1, 1);
     this.tableLayoutPanel4.Controls.Add(this.splittingLabel, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.output, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.cbType, 1, 2);
     this.tableLayoutPanel4.Controls.Add(this.cbContainer, 1, 4);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 17);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 5;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.Size = new System.Drawing.Size(432, 121);
     this.tableLayoutPanel4.TabIndex = 0;
     //
     // lbContainer
     //
     this.lbContainer.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lbContainer.AutoSize = true;
     this.lbContainer.Location = new System.Drawing.Point(3, 101);
     this.lbContainer.Name = "lbContainer";
     this.lbContainer.Size = new System.Drawing.Size(54, 13);
     this.lbContainer.TabIndex = 11;
     this.lbContainer.Text = "Container";
     this.lbContainer.Visible = false;
     //
     // label1
     //
     this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 74);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(66, 13);
     this.label1.TabIndex = 9;
     this.label1.Text = "Device Type";
     //
     // muxedOutputLabel
     //
     this.muxedOutputLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.muxedOutputLabel.AutoSize = true;
     this.muxedOutputLabel.Location = new System.Drawing.Point(3, 9);
     this.muxedOutputLabel.Name = "muxedOutputLabel";
     this.muxedOutputLabel.Size = new System.Drawing.Size(76, 13);
     this.muxedOutputLabel.TabIndex = 0;
     this.muxedOutputLabel.Text = "Muxed Output";
     //
     // splitting
     //
     this.splitting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.splitting.CustomSizes = new MeGUI.core.util.FileSize[0];
     this.splitting.Location = new System.Drawing.Point(85, 35);
     this.splitting.MaximumSize = new System.Drawing.Size(1000, 29);
     this.splitting.MinimumSize = new System.Drawing.Size(64, 29);
     this.splitting.Name = "splitting";
     this.splitting.NullString = "No splitting";
     this.splitting.SelectedIndex = 0;
     this.splitting.Size = new System.Drawing.Size(344, 29);
     this.splitting.TabIndex = 3;
     //
     // splittingLabel
     //
     this.splittingLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.splittingLabel.AutoSize = true;
     this.splittingLabel.Location = new System.Drawing.Point(3, 43);
     this.splittingLabel.Name = "splittingLabel";
     this.splittingLabel.Size = new System.Drawing.Size(45, 13);
     this.splittingLabel.TabIndex = 2;
     this.splittingLabel.Text = "Splitting";
     //
     // output
     //
     this.output.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.output.Filename = "";
     this.output.Filter = null;
     this.output.FilterIndex = 0;
     this.output.FolderMode = false;
     this.output.Location = new System.Drawing.Point(85, 3);
     this.output.Name = "output";
     this.output.ReadOnly = false;
     this.output.SaveMode = true;
     this.output.Size = new System.Drawing.Size(344, 26);
     this.output.TabIndex = 1;
     this.output.Title = null;
     this.output.Click += new System.EventHandler(this.output_Click);
     //
     // cbType
     //
     this.cbType.Dock = System.Windows.Forms.DockStyle.Left;
     this.cbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbType.FormattingEnabled = true;
     this.cbType.Location = new System.Drawing.Point(85, 70);
     this.cbType.Name = "cbType";
     this.cbType.Size = new System.Drawing.Size(121, 21);
     this.cbType.TabIndex = 7;
     //
     // cbContainer
     //
     this.cbContainer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbContainer.FormattingEnabled = true;
     this.cbContainer.Location = new System.Drawing.Point(85, 97);
     this.cbContainer.Name = "cbContainer";
     this.cbContainer.Size = new System.Drawing.Size(121, 21);
     this.cbContainer.TabIndex = 10;
     this.cbContainer.Visible = false;
     this.cbContainer.SelectedIndexChanged += new System.EventHandler(this.cbContainer_SelectedIndexChanged);
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location = new System.Drawing.Point(376, 531);
     this.cancelButton.Margin = new System.Windows.Forms.Padding(12, 9, 12, 9);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(56, 23);
     this.cancelButton.TabIndex = 6;
     this.cancelButton.Text = "&Cancel";
     //
     // audioPanel
     //
     this.tableLayoutPanel1.SetColumnSpan(this.audioPanel, 3);
     this.audioPanel.ContextMenuStrip = this.audioMenu;
     this.audioPanel.Controls.Add(this.audio);
     this.audioPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.audioPanel.Location = new System.Drawing.Point(3, 99);
     this.audioPanel.Name = "audioPanel";
     this.audioPanel.Size = new System.Drawing.Size(438, 115);
     this.audioPanel.TabIndex = 1;
     //
     // audioMenu
     //
     this.audioMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.audioAddTrack,
     this.audioRemoveTrack});
     this.audioMenu.Name = "audioMenu";
     this.audioMenu.Size = new System.Drawing.Size(147, 48);
     this.audioMenu.Opening += new System.ComponentModel.CancelEventHandler(this.audioMenu_Opening);
     //
     // audioAddTrack
     //
     this.audioAddTrack.Name = "audioAddTrack";
     this.audioAddTrack.Size = new System.Drawing.Size(146, 22);
     this.audioAddTrack.Text = "Add track";
     this.audioAddTrack.Click += new System.EventHandler(this.audioAddTrack_Click);
     //
     // audioRemoveTrack
     //
     this.audioRemoveTrack.Name = "audioRemoveTrack";
     this.audioRemoveTrack.Size = new System.Drawing.Size(146, 22);
     this.audioRemoveTrack.Text = "Remove track";
     this.audioRemoveTrack.Click += new System.EventHandler(this.audioRemoveTrack_Click);
     //
     // audio
     //
     this.audio.Controls.Add(this.audioPage1);
     this.audio.Dock = System.Windows.Forms.DockStyle.Fill;
     this.audio.Location = new System.Drawing.Point(0, 0);
     this.audio.Name = "audio";
     this.audio.SelectedIndex = 0;
     this.audio.Size = new System.Drawing.Size(438, 115);
     this.audio.TabIndex = 0;
     //
     // audioPage1
     //
     this.audioPage1.Controls.Add(this.muxStreamControl2);
     this.audioPage1.Location = new System.Drawing.Point(4, 22);
     this.audioPage1.Name = "audioPage1";
     this.audioPage1.Padding = new System.Windows.Forms.Padding(3);
     this.audioPage1.Size = new System.Drawing.Size(430, 89);
     this.audioPage1.TabIndex = 0;
     this.audioPage1.Text = "Audio 1";
     this.audioPage1.UseVisualStyleBackColor = true;
     //
     // muxStreamControl2
     //
     this.muxStreamControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.muxStreamControl2.Filter = null;
     this.muxStreamControl2.Location = new System.Drawing.Point(3, 3);
     this.muxStreamControl2.Name = "muxStreamControl2";
     this.muxStreamControl2.ShowDelay = true;
     this.muxStreamControl2.Size = new System.Drawing.Size(424, 83);
     this.muxStreamControl2.TabIndex = 0;
     this.muxStreamControl2.FileUpdated += new System.EventHandler(this.muxStreamControl2_FileUpdated);
     //
     // subtitleMenu
     //
     this.subtitleMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.subtitleAddTrack,
     this.subtitleRemoveTrack});
     this.subtitleMenu.Name = "subtitleMenu";
     this.subtitleMenu.Size = new System.Drawing.Size(147, 48);
     this.subtitleMenu.Opening += new System.ComponentModel.CancelEventHandler(this.subtitleMenu_Opening);
     //
     // subtitleAddTrack
     //
     this.subtitleAddTrack.Name = "subtitleAddTrack";
     this.subtitleAddTrack.Size = new System.Drawing.Size(146, 22);
     this.subtitleAddTrack.Text = "Add track";
     this.subtitleAddTrack.Click += new System.EventHandler(this.subtitleAddTrack_Click);
     //
     // subtitleRemoveTrack
     //
     this.subtitleRemoveTrack.Name = "subtitleRemoveTrack";
     this.subtitleRemoveTrack.Size = new System.Drawing.Size(146, 22);
     this.subtitleRemoveTrack.Text = "Remove track";
     this.subtitleRemoveTrack.Click += new System.EventHandler(this.subtitleRemoveTrack_Click);
     //
     // subtitlePanel
     //
     this.tableLayoutPanel1.SetColumnSpan(this.subtitlePanel, 3);
     this.subtitlePanel.ContextMenuStrip = this.subtitleMenu;
     this.subtitlePanel.Controls.Add(this.subtitles);
     this.subtitlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.subtitlePanel.Location = new System.Drawing.Point(3, 220);
     this.subtitlePanel.Name = "subtitlePanel";
     this.subtitlePanel.Size = new System.Drawing.Size(438, 98);
     this.subtitlePanel.TabIndex = 2;
     //
     // subtitles
     //
     this.subtitles.Controls.Add(this.subPage1);
     this.subtitles.Dock = System.Windows.Forms.DockStyle.Fill;
     this.subtitles.Location = new System.Drawing.Point(0, 0);
     this.subtitles.Name = "subtitles";
     this.subtitles.SelectedIndex = 0;
     this.subtitles.Size = new System.Drawing.Size(438, 98);
     this.subtitles.TabIndex = 0;
     //
     // subPage1
     //
     this.subPage1.Controls.Add(this.muxStreamControl1);
     this.subPage1.Location = new System.Drawing.Point(4, 22);
     this.subPage1.Name = "subPage1";
     this.subPage1.Padding = new System.Windows.Forms.Padding(3);
     this.subPage1.Size = new System.Drawing.Size(430, 72);
     this.subPage1.TabIndex = 0;
     this.subPage1.Text = "Subtitle 1";
     this.subPage1.UseVisualStyleBackColor = true;
     //
     // muxStreamControl1
     //
     this.muxStreamControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.muxStreamControl1.Filter = null;
     this.muxStreamControl1.Location = new System.Drawing.Point(3, 3);
     this.muxStreamControl1.Name = "muxStreamControl1";
     this.muxStreamControl1.ShowDelay = false;
     this.muxStreamControl1.Size = new System.Drawing.Size(424, 66);
     this.muxStreamControl1.TabIndex = 0;
     this.muxStreamControl1.FileUpdated += new System.EventHandler(this.muxStreamControl1_FileUpdated);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize = true;
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.helpButton1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.videoGroupbox, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.audioPanel, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.subtitlePanel, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.cancelButton, 2, 5);
     this.tableLayoutPanel1.Controls.Add(this.chaptersGroupbox, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.muxButton, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.outputGroupbox, 0, 4);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size = new System.Drawing.Size(444, 558);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // helpButton1
     //
     this.helpButton1.ArticleName = "Manual mux window";
     this.helpButton1.AutoSize = true;
     this.helpButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.helpButton1.Location = new System.Drawing.Point(3, 525);
     this.helpButton1.Name = "helpButton1";
     this.helpButton1.Size = new System.Drawing.Size(38, 23);
     this.helpButton1.TabIndex = 8;
     //
     // baseMuxWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(444, 558);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "baseMuxWindow";
     this.ShowInTaskbar = false;
     this.Text = "Mux";
     this.videoGroupbox.ResumeLayout(false);
     this.videoGroupbox.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.chaptersGroupbox.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.outputGroupbox.ResumeLayout(false);
     this.outputGroupbox.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.audioPanel.ResumeLayout(false);
     this.audioMenu.ResumeLayout(false);
     this.audio.ResumeLayout(false);
     this.audioPage1.ResumeLayout(false);
     this.subtitleMenu.ResumeLayout(false);
     this.subtitlePanel.ResumeLayout(false);
     this.subtitles.ResumeLayout(false);
     this.subPage1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#2
0
        protected void AudioAddTrack()
        {
            TabPage p = new TabPage("Audio " + (audioTracks.Count + 1));
            p.UseVisualStyleBackColor = audio.TabPages[0].UseVisualStyleBackColor;
            p.Padding = audio.TabPages[0].Padding;

            MuxStreamControl a = new MuxStreamControl();
            a.Dock = audioTracks[0].Dock;
            a.Padding = audioTracks[0].Padding;
            a.ShowDelay = audioTracks[0].ShowDelay;
            a.Filter = audioTracks[0].Filter;
            a.FileUpdated += muxStreamControl2_FileUpdated;

            audio.TabPages.Add(p);
            p.Controls.Add(a);
            audioTracks.Add(a);
        }
示例#3
0
        protected void SubtitleAddTrack()
        {
            TabPage p = new TabPage("Subtitle " + (subtitleTracks.Count + 1));
            p.UseVisualStyleBackColor = subtitles.TabPages[0].UseVisualStyleBackColor;
            p.Padding = subtitles.TabPages[0].Padding;

            MuxStreamControl a = new MuxStreamControl();
            a.Dock = subtitleTracks[0].Dock;
            a.Padding = subtitleTracks[0].Padding;
            a.ShowDelay = subtitleTracks[0].ShowDelay;
            a.Filter = subtitleTracks[0].Filter;
            a.FileUpdated += muxStreamControl1_FileUpdated;

            subtitles.TabPages.Add(p);
            p.Controls.Add(a);
            subtitleTracks.Add(a);
        }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.muxButton           = new System.Windows.Forms.Button();
     this.videoGroupbox       = new System.Windows.Forms.GroupBox();
     this.fps                 = new MeGUI.core.gui.FPSChooser();
     this.vInput              = new MeGUI.FileBar();
     this.videoName           = new System.Windows.Forms.TextBox();
     this.videoNameLabel      = new System.Windows.Forms.Label();
     this.MuxFPSLabel         = new System.Windows.Forms.Label();
     this.videoInputLabel     = new System.Windows.Forms.Label();
     this.chaptersGroupbox    = new System.Windows.Forms.GroupBox();
     this.chapters            = new MeGUI.FileBar();
     this.chaptersInputLabel  = new System.Windows.Forms.Label();
     this.outputGroupbox      = new System.Windows.Forms.GroupBox();
     this.splittingLabel      = new System.Windows.Forms.Label();
     this.splitting           = new MeGUI.core.gui.TargetSizeSCBox();
     this.output              = new MeGUI.FileBar();
     this.muxedOutputLabel    = new System.Windows.Forms.Label();
     this.openFileDialog      = new System.Windows.Forms.OpenFileDialog();
     this.cancelButton        = new System.Windows.Forms.Button();
     this.saveFileDialog      = new System.Windows.Forms.SaveFileDialog();
     this.audioPanel          = new System.Windows.Forms.Panel();
     this.audioMenu           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.audioAddTrack       = new System.Windows.Forms.ToolStripMenuItem();
     this.audioRemoveTrack    = new System.Windows.Forms.ToolStripMenuItem();
     this.audio               = new System.Windows.Forms.TabControl();
     this.audioPage1          = new System.Windows.Forms.TabPage();
     this.muxStreamControl2   = new MeGUI.core.details.mux.MuxStreamControl();
     this.subtitleMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.subtitleAddTrack    = new System.Windows.Forms.ToolStripMenuItem();
     this.subtitleRemoveTrack = new System.Windows.Forms.ToolStripMenuItem();
     this.subtitlePanel       = new System.Windows.Forms.Panel();
     this.subtitles           = new System.Windows.Forms.TabControl();
     this.subPage1            = new System.Windows.Forms.TabPage();
     this.muxStreamControl1   = new MeGUI.core.details.mux.MuxStreamControl();
     this.videoGroupbox.SuspendLayout();
     this.chaptersGroupbox.SuspendLayout();
     this.outputGroupbox.SuspendLayout();
     this.audioPanel.SuspendLayout();
     this.audioMenu.SuspendLayout();
     this.audio.SuspendLayout();
     this.audioPage1.SuspendLayout();
     this.subtitleMenu.SuspendLayout();
     this.subtitlePanel.SuspendLayout();
     this.subtitles.SuspendLayout();
     this.subPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // muxButton
     //
     this.muxButton.Location = new System.Drawing.Point(291, 458);
     this.muxButton.Name     = "muxButton";
     this.muxButton.Size     = new System.Drawing.Size(56, 23);
     this.muxButton.TabIndex = 26;
     this.muxButton.Text     = "Queue";
     this.muxButton.Click   += new System.EventHandler(this.muxButton_Click);
     //
     // videoGroupbox
     //
     this.videoGroupbox.Controls.Add(this.fps);
     this.videoGroupbox.Controls.Add(this.vInput);
     this.videoGroupbox.Controls.Add(this.videoName);
     this.videoGroupbox.Controls.Add(this.videoNameLabel);
     this.videoGroupbox.Controls.Add(this.MuxFPSLabel);
     this.videoGroupbox.Controls.Add(this.videoInputLabel);
     this.videoGroupbox.Location = new System.Drawing.Point(8, 7);
     this.videoGroupbox.Name     = "videoGroupbox";
     this.videoGroupbox.Size     = new System.Drawing.Size(424, 80);
     this.videoGroupbox.TabIndex = 22;
     this.videoGroupbox.TabStop  = false;
     this.videoGroupbox.Text     = "Video";
     //
     // fps
     //
     this.fps.Location          = new System.Drawing.Point(115, 45);
     this.fps.MaximumSize       = new System.Drawing.Size(1000, 29);
     this.fps.MinimumSize       = new System.Drawing.Size(64, 29);
     this.fps.Name              = "fps";
     this.fps.NullString        = "Not set";
     this.fps.SelectedIndex     = 0;
     this.fps.Size              = new System.Drawing.Size(119, 29);
     this.fps.TabIndex          = 36;
     this.fps.SelectionChanged += new MeGUI.StringChanged(this.fps_SelectionChanged);
     //
     // vInput
     //
     this.vInput.Filename      = "";
     this.vInput.Filter        = null;
     this.vInput.FolderMode    = false;
     this.vInput.Location      = new System.Drawing.Point(118, 13);
     this.vInput.Name          = "vInput";
     this.vInput.ReadOnly      = true;
     this.vInput.SaveMode      = false;
     this.vInput.Size          = new System.Drawing.Size(289, 26);
     this.vInput.TabIndex      = 35;
     this.vInput.Title         = null;
     this.vInput.FileSelected += new MeGUI.FileBarEventHandler(this.vInput_FileSelected);
     //
     // videoName
     //
     this.videoName.Location  = new System.Drawing.Point(283, 49);
     this.videoName.MaxLength = 100;
     this.videoName.Name      = "videoName";
     this.videoName.Size      = new System.Drawing.Size(95, 21);
     this.videoName.TabIndex  = 34;
     //
     // videoNameLabel
     //
     this.videoNameLabel.AutoSize = true;
     this.videoNameLabel.Location = new System.Drawing.Point(243, 53);
     this.videoNameLabel.Name     = "videoNameLabel";
     this.videoNameLabel.Size     = new System.Drawing.Size(34, 13);
     this.videoNameLabel.TabIndex = 33;
     this.videoNameLabel.Text     = "Name";
     //
     // MuxFPSLabel
     //
     this.MuxFPSLabel.Location = new System.Drawing.Point(16, 51);
     this.MuxFPSLabel.Name     = "MuxFPSLabel";
     this.MuxFPSLabel.Size     = new System.Drawing.Size(40, 16);
     this.MuxFPSLabel.TabIndex = 32;
     this.MuxFPSLabel.Text     = "FPS";
     //
     // videoInputLabel
     //
     this.videoInputLabel.Location = new System.Drawing.Point(16, 20);
     this.videoInputLabel.Name     = "videoInputLabel";
     this.videoInputLabel.Size     = new System.Drawing.Size(100, 13);
     this.videoInputLabel.TabIndex = 0;
     this.videoInputLabel.Text     = "Video Input";
     //
     // chaptersGroupbox
     //
     this.chaptersGroupbox.Controls.Add(this.chapters);
     this.chaptersGroupbox.Controls.Add(this.chaptersInputLabel);
     this.chaptersGroupbox.Location = new System.Drawing.Point(8, 318);
     this.chaptersGroupbox.Name     = "chaptersGroupbox";
     this.chaptersGroupbox.Size     = new System.Drawing.Size(424, 48);
     this.chaptersGroupbox.TabIndex = 25;
     this.chaptersGroupbox.TabStop  = false;
     this.chaptersGroupbox.Text     = "Chapter";
     //
     // chapters
     //
     this.chapters.Filename      = "";
     this.chapters.Filter        = "Chapter files (*.txt)|*.txt";
     this.chapters.FolderMode    = false;
     this.chapters.Location      = new System.Drawing.Point(118, 12);
     this.chapters.Name          = "chapters";
     this.chapters.ReadOnly      = true;
     this.chapters.SaveMode      = false;
     this.chapters.Size          = new System.Drawing.Size(289, 26);
     this.chapters.TabIndex      = 35;
     this.chapters.Title         = null;
     this.chapters.FileSelected += new MeGUI.FileBarEventHandler(this.chapters_FileSelected);
     //
     // chaptersInputLabel
     //
     this.chaptersInputLabel.Location = new System.Drawing.Point(16, 22);
     this.chaptersInputLabel.Name     = "chaptersInputLabel";
     this.chaptersInputLabel.Size     = new System.Drawing.Size(100, 16);
     this.chaptersInputLabel.TabIndex = 17;
     this.chaptersInputLabel.Text     = "Chapters File";
     //
     // outputGroupbox
     //
     this.outputGroupbox.Controls.Add(this.splittingLabel);
     this.outputGroupbox.Controls.Add(this.splitting);
     this.outputGroupbox.Controls.Add(this.output);
     this.outputGroupbox.Controls.Add(this.muxedOutputLabel);
     this.outputGroupbox.Location = new System.Drawing.Point(8, 372);
     this.outputGroupbox.Name     = "outputGroupbox";
     this.outputGroupbox.Size     = new System.Drawing.Size(424, 80);
     this.outputGroupbox.TabIndex = 28;
     this.outputGroupbox.TabStop  = false;
     this.outputGroupbox.Text     = "Output";
     //
     // splittingLabel
     //
     this.splittingLabel.AutoSize = true;
     this.splittingLabel.Location = new System.Drawing.Point(14, 53);
     this.splittingLabel.Name     = "splittingLabel";
     this.splittingLabel.Size     = new System.Drawing.Size(45, 13);
     this.splittingLabel.TabIndex = 37;
     this.splittingLabel.Text     = "Splitting";
     //
     // splitting
     //
     this.splitting.Location      = new System.Drawing.Point(115, 45);
     this.splitting.MaximumSize   = new System.Drawing.Size(1000, 29);
     this.splitting.MinimumSize   = new System.Drawing.Size(64, 29);
     this.splitting.Name          = "splitting";
     this.splitting.NullString    = "No splitting";
     this.splitting.SelectedIndex = 0;
     this.splitting.Size          = new System.Drawing.Size(181, 29);
     this.splitting.TabIndex      = 36;
     //
     // output
     //
     this.output.Filename      = "";
     this.output.Filter        = null;
     this.output.FolderMode    = false;
     this.output.Location      = new System.Drawing.Point(118, 13);
     this.output.Name          = "output";
     this.output.ReadOnly      = true;
     this.output.SaveMode      = true;
     this.output.Size          = new System.Drawing.Size(289, 26);
     this.output.TabIndex      = 35;
     this.output.Title         = null;
     this.output.FileSelected += new MeGUI.FileBarEventHandler(this.output_FileSelected);
     //
     // muxedOutputLabel
     //
     this.muxedOutputLabel.Location = new System.Drawing.Point(14, 23);
     this.muxedOutputLabel.Name     = "muxedOutputLabel";
     this.muxedOutputLabel.Size     = new System.Drawing.Size(100, 16);
     this.muxedOutputLabel.TabIndex = 17;
     this.muxedOutputLabel.Text     = "Muxed Output";
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location     = new System.Drawing.Point(376, 458);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.Size         = new System.Drawing.Size(56, 23);
     this.cancelButton.TabIndex     = 29;
     this.cancelButton.Text         = "Cancel";
     //
     // audioPanel
     //
     this.audioPanel.ContextMenuStrip = this.audioMenu;
     this.audioPanel.Controls.Add(this.audio);
     this.audioPanel.Location = new System.Drawing.Point(8, 93);
     this.audioPanel.Name     = "audioPanel";
     this.audioPanel.Size     = new System.Drawing.Size(424, 115);
     this.audioPanel.TabIndex = 31;
     //
     // audioMenu
     //
     this.audioMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.audioAddTrack,
         this.audioRemoveTrack
     });
     this.audioMenu.Name     = "audioMenu";
     this.audioMenu.Size     = new System.Drawing.Size(152, 48);
     this.audioMenu.Opening += new System.ComponentModel.CancelEventHandler(this.audioMenu_Opening);
     //
     // audioAddTrack
     //
     this.audioAddTrack.Name   = "audioAddTrack";
     this.audioAddTrack.Size   = new System.Drawing.Size(151, 22);
     this.audioAddTrack.Text   = "Add track";
     this.audioAddTrack.Click += new System.EventHandler(this.audioAddTrack_Click);
     //
     // audioRemoveTrack
     //
     this.audioRemoveTrack.Name   = "audioRemoveTrack";
     this.audioRemoveTrack.Size   = new System.Drawing.Size(151, 22);
     this.audioRemoveTrack.Text   = "Remove track";
     this.audioRemoveTrack.Click += new System.EventHandler(this.audioRemoveTrack_Click);
     //
     // audio
     //
     this.audio.Controls.Add(this.audioPage1);
     this.audio.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.audio.Location      = new System.Drawing.Point(0, 0);
     this.audio.Name          = "audio";
     this.audio.SelectedIndex = 0;
     this.audio.Size          = new System.Drawing.Size(424, 115);
     this.audio.TabIndex      = 32;
     //
     // audioPage1
     //
     this.audioPage1.Controls.Add(this.muxStreamControl2);
     this.audioPage1.Location = new System.Drawing.Point(4, 22);
     this.audioPage1.Name     = "audioPage1";
     this.audioPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.audioPage1.Size     = new System.Drawing.Size(416, 89);
     this.audioPage1.TabIndex = 0;
     this.audioPage1.Text     = "Audio 1";
     this.audioPage1.UseVisualStyleBackColor = true;
     //
     // muxStreamControl2
     //
     this.muxStreamControl2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.muxStreamControl2.Filter       = null;
     this.muxStreamControl2.Location     = new System.Drawing.Point(3, 3);
     this.muxStreamControl2.Name         = "muxStreamControl2";
     this.muxStreamControl2.ShowDelay    = true;
     this.muxStreamControl2.Size         = new System.Drawing.Size(410, 83);
     this.muxStreamControl2.TabIndex     = 0;
     this.muxStreamControl2.FileUpdated += new System.EventHandler(this.muxStreamControl2_FileUpdated);
     //
     // subtitleMenu
     //
     this.subtitleMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.subtitleAddTrack,
         this.subtitleRemoveTrack
     });
     this.subtitleMenu.Name     = "subtitleMenu";
     this.subtitleMenu.Size     = new System.Drawing.Size(152, 48);
     this.subtitleMenu.Opening += new System.ComponentModel.CancelEventHandler(this.subtitleMenu_Opening);
     //
     // subtitleAddTrack
     //
     this.subtitleAddTrack.Name   = "subtitleAddTrack";
     this.subtitleAddTrack.Size   = new System.Drawing.Size(151, 22);
     this.subtitleAddTrack.Text   = "Add track";
     this.subtitleAddTrack.Click += new System.EventHandler(this.subtitleAddTrack_Click);
     //
     // subtitleRemoveTrack
     //
     this.subtitleRemoveTrack.Name   = "subtitleRemoveTrack";
     this.subtitleRemoveTrack.Size   = new System.Drawing.Size(151, 22);
     this.subtitleRemoveTrack.Text   = "Remove track";
     this.subtitleRemoveTrack.Click += new System.EventHandler(this.subtitleRemoveTrack_Click);
     //
     // subtitlePanel
     //
     this.subtitlePanel.ContextMenuStrip = this.subtitleMenu;
     this.subtitlePanel.Controls.Add(this.subtitles);
     this.subtitlePanel.Location = new System.Drawing.Point(8, 214);
     this.subtitlePanel.Name     = "subtitlePanel";
     this.subtitlePanel.Size     = new System.Drawing.Size(424, 98);
     this.subtitlePanel.TabIndex = 34;
     //
     // subtitles
     //
     this.subtitles.Controls.Add(this.subPage1);
     this.subtitles.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.subtitles.Location      = new System.Drawing.Point(0, 0);
     this.subtitles.Name          = "subtitles";
     this.subtitles.SelectedIndex = 0;
     this.subtitles.Size          = new System.Drawing.Size(424, 98);
     this.subtitles.TabIndex      = 31;
     //
     // subPage1
     //
     this.subPage1.Controls.Add(this.muxStreamControl1);
     this.subPage1.Location = new System.Drawing.Point(4, 22);
     this.subPage1.Name     = "subPage1";
     this.subPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.subPage1.Size     = new System.Drawing.Size(416, 72);
     this.subPage1.TabIndex = 0;
     this.subPage1.Text     = "Subtitle 1";
     this.subPage1.UseVisualStyleBackColor = true;
     //
     // muxStreamControl1
     //
     this.muxStreamControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.muxStreamControl1.Filter       = null;
     this.muxStreamControl1.Location     = new System.Drawing.Point(3, 3);
     this.muxStreamControl1.Name         = "muxStreamControl1";
     this.muxStreamControl1.ShowDelay    = false;
     this.muxStreamControl1.Size         = new System.Drawing.Size(410, 66);
     this.muxStreamControl1.TabIndex     = 0;
     this.muxStreamControl1.FileUpdated += new System.EventHandler(this.muxStreamControl1_FileUpdated);
     //
     // baseMuxWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(444, 493);
     this.Controls.Add(this.subtitlePanel);
     this.Controls.Add(this.audioPanel);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.outputGroupbox);
     this.Controls.Add(this.muxButton);
     this.Controls.Add(this.videoGroupbox);
     this.Controls.Add(this.chaptersGroupbox);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "baseMuxWindow";
     this.ShowInTaskbar   = false;
     this.Text            = "Mux";
     this.videoGroupbox.ResumeLayout(false);
     this.videoGroupbox.PerformLayout();
     this.chaptersGroupbox.ResumeLayout(false);
     this.outputGroupbox.ResumeLayout(false);
     this.outputGroupbox.PerformLayout();
     this.audioPanel.ResumeLayout(false);
     this.audioMenu.ResumeLayout(false);
     this.audio.ResumeLayout(false);
     this.audioPage1.ResumeLayout(false);
     this.subtitleMenu.ResumeLayout(false);
     this.subtitlePanel.ResumeLayout(false);
     this.subtitles.ResumeLayout(false);
     this.subPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }