Files
m3uTool/Mp3ToAacBatch.Designer.cs

306 lines
17 KiB
C#

namespace m3uTool
{
partial class Mp3ToAacBatch
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Mp3ToAacBatch));
this.inputListBox = new System.Windows.Forms.ListBox();
this.addFolderButton = new System.Windows.Forms.Button();
this.addFileButton = new System.Windows.Forms.Button();
this.moveUpButton = new System.Windows.Forms.Button();
this.moveDownButton = new System.Windows.Forms.Button();
this.sortButton = new System.Windows.Forms.Button();
this.updownSplitContainer = new System.Windows.Forms.SplitContainer();
this.inputLabel = new System.Windows.Forms.Label();
this.inputPanel = new System.Windows.Forms.Panel();
this.clearButton = new System.Windows.Forms.Button();
this.optionsPanel = new System.Windows.Forms.Panel();
this.singleFileCheckBox = new System.Windows.Forms.CheckBox();
this.outputDirectoryTextBox = new System.Windows.Forms.TextBox();
this.optionsLabel = new System.Windows.Forms.Label();
this.savePanel = new System.Windows.Forms.Panel();
this.saveLabel = new System.Windows.Forms.Label();
this.updownSplitContainer.Panel1.SuspendLayout();
this.updownSplitContainer.Panel2.SuspendLayout();
this.updownSplitContainer.SuspendLayout();
this.inputPanel.SuspendLayout();
this.optionsPanel.SuspendLayout();
this.savePanel.SuspendLayout();
this.SuspendLayout();
//
// inputListBox
//
this.inputListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.inputListBox.FormattingEnabled = true;
this.inputListBox.Location = new System.Drawing.Point(6, 35);
this.inputListBox.Name = "inputListBox";
this.inputListBox.Size = new System.Drawing.Size(551, 264);
this.inputListBox.TabIndex = 0;
//
// addFolderButton
//
this.addFolderButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.addFolderButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.addFolderButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addFolderButton.Image = ((System.Drawing.Image)(resources.GetObject("addFolderButton.Image")));
this.addFolderButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.addFolderButton.Location = new System.Drawing.Point(470, 3);
this.addFolderButton.Name = "addFolderButton";
this.addFolderButton.Size = new System.Drawing.Size(87, 30);
this.addFolderButton.TabIndex = 2;
this.addFolderButton.Text = "Add Folder";
this.addFolderButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.addFolderButton.UseVisualStyleBackColor = true;
//
// addFileButton
//
this.addFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.addFileButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.addFileButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addFileButton.Image = ((System.Drawing.Image)(resources.GetObject("addFileButton.Image")));
this.addFileButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.addFileButton.Location = new System.Drawing.Point(390, 3);
this.addFileButton.Name = "addFileButton";
this.addFileButton.Size = new System.Drawing.Size(74, 30);
this.addFileButton.TabIndex = 3;
this.addFileButton.Text = "Add File";
this.addFileButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.addFileButton.UseVisualStyleBackColor = true;
//
// moveUpButton
//
this.moveUpButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.moveUpButton.Dock = System.Windows.Forms.DockStyle.Fill;
this.moveUpButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.moveUpButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.moveUpButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.moveUpButton.Location = new System.Drawing.Point(0, 0);
this.moveUpButton.Name = "moveUpButton";
this.moveUpButton.Size = new System.Drawing.Size(18, 107);
this.moveUpButton.TabIndex = 4;
this.moveUpButton.Text = "^|";
this.moveUpButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.moveUpButton.UseVisualStyleBackColor = true;
//
// moveDownButton
//
this.moveDownButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.moveDownButton.Dock = System.Windows.Forms.DockStyle.Fill;
this.moveDownButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.moveDownButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.moveDownButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.moveDownButton.Location = new System.Drawing.Point(0, 0);
this.moveDownButton.Name = "moveDownButton";
this.moveDownButton.Size = new System.Drawing.Size(18, 157);
this.moveDownButton.TabIndex = 5;
this.moveDownButton.Text = "|v";
this.moveDownButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.moveDownButton.UseVisualStyleBackColor = true;
//
// sortButton
//
this.sortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.sortButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.sortButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.sortButton.Image = ((System.Drawing.Image)(resources.GetObject("sortButton.Image")));
this.sortButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.sortButton.Location = new System.Drawing.Point(0, 307);
this.sortButton.Name = "sortButton";
this.sortButton.Size = new System.Drawing.Size(61, 30);
this.sortButton.TabIndex = 6;
this.sortButton.Text = "Sort";
this.sortButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.sortButton.UseVisualStyleBackColor = true;
//
// updownSplitContainer
//
this.updownSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.updownSplitContainer.IsSplitterFixed = true;
this.updownSplitContainer.Location = new System.Drawing.Point(563, 35);
this.updownSplitContainer.Name = "updownSplitContainer";
this.updownSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// updownSplitContainer.Panel1
//
this.updownSplitContainer.Panel1.Controls.Add(this.moveUpButton);
//
// updownSplitContainer.Panel2
//
this.updownSplitContainer.Panel2.Controls.Add(this.moveDownButton);
this.updownSplitContainer.Size = new System.Drawing.Size(18, 266);
this.updownSplitContainer.SplitterDistance = 107;
this.updownSplitContainer.SplitterWidth = 2;
this.updownSplitContainer.TabIndex = 8;
//
// inputLabel
//
this.inputLabel.AutoSize = true;
this.inputLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.inputLabel.Location = new System.Drawing.Point(3, 3);
this.inputLabel.Name = "inputLabel";
this.inputLabel.Size = new System.Drawing.Size(126, 13);
this.inputLabel.TabIndex = 9;
this.inputLabel.Text = "1) Select Input MP3s";
//
// inputPanel
//
this.inputPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.inputPanel.Controls.Add(this.clearButton);
this.inputPanel.Controls.Add(this.inputLabel);
this.inputPanel.Controls.Add(this.inputListBox);
this.inputPanel.Controls.Add(this.updownSplitContainer);
this.inputPanel.Controls.Add(this.addFolderButton);
this.inputPanel.Controls.Add(this.addFileButton);
this.inputPanel.Controls.Add(this.sortButton);
this.inputPanel.Location = new System.Drawing.Point(12, 12);
this.inputPanel.Name = "inputPanel";
this.inputPanel.Size = new System.Drawing.Size(584, 344);
this.inputPanel.TabIndex = 10;
//
// clearButton
//
this.clearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.clearButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.clearButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.clearButton.Image = ((System.Drawing.Image)(resources.GetObject("clearButton.Image")));
this.clearButton.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.clearButton.Location = new System.Drawing.Point(491, 307);
this.clearButton.Name = "clearButton";
this.clearButton.Size = new System.Drawing.Size(66, 30);
this.clearButton.TabIndex = 10;
this.clearButton.Text = "Clear";
this.clearButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.clearButton.UseVisualStyleBackColor = true;
//
// optionsPanel
//
this.optionsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.optionsPanel.Controls.Add(this.singleFileCheckBox);
this.optionsPanel.Controls.Add(this.outputDirectoryTextBox);
this.optionsPanel.Controls.Add(this.optionsLabel);
this.optionsPanel.Location = new System.Drawing.Point(12, 362);
this.optionsPanel.Name = "optionsPanel";
this.optionsPanel.Size = new System.Drawing.Size(584, 135);
this.optionsPanel.TabIndex = 11;
//
// singleFileCheckBox
//
this.singleFileCheckBox.AutoSize = true;
this.singleFileCheckBox.Location = new System.Drawing.Point(448, 12);
this.singleFileCheckBox.Name = "singleFileCheckBox";
this.singleFileCheckBox.Size = new System.Drawing.Size(109, 17);
this.singleFileCheckBox.TabIndex = 12;
this.singleFileCheckBox.Text = "Output Single File";
this.singleFileCheckBox.UseVisualStyleBackColor = true;
//
// outputDirectoryTextBox
//
this.outputDirectoryTextBox.Location = new System.Drawing.Point(8, 112);
this.outputDirectoryTextBox.Name = "outputDirectoryTextBox";
this.outputDirectoryTextBox.Size = new System.Drawing.Size(100, 20);
this.outputDirectoryTextBox.TabIndex = 11;
//
// optionsLabel
//
this.optionsLabel.AutoSize = true;
this.optionsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.optionsLabel.Location = new System.Drawing.Point(3, 0);
this.optionsLabel.Name = "optionsLabel";
this.optionsLabel.Size = new System.Drawing.Size(105, 13);
this.optionsLabel.TabIndex = 10;
this.optionsLabel.Text = "2) Select Options";
//
// savePanel
//
this.savePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.savePanel.Controls.Add(this.saveLabel);
this.savePanel.Location = new System.Drawing.Point(12, 503);
this.savePanel.Name = "savePanel";
this.savePanel.Size = new System.Drawing.Size(584, 93);
this.savePanel.TabIndex = 12;
//
// saveLabel
//
this.saveLabel.AutoSize = true;
this.saveLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.saveLabel.Location = new System.Drawing.Point(3, 0);
this.saveLabel.Name = "saveLabel";
this.saveLabel.Size = new System.Drawing.Size(79, 13);
this.saveLabel.TabIndex = 10;
this.saveLabel.Text = "3) Save AAC";
//
// Mp3ToAacBatch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(608, 608);
this.Controls.Add(this.savePanel);
this.Controls.Add(this.optionsPanel);
this.Controls.Add(this.inputPanel);
this.Name = "Mp3ToAacBatch";
this.Text = "Mp3 To AAC Batch";
this.updownSplitContainer.Panel1.ResumeLayout(false);
this.updownSplitContainer.Panel2.ResumeLayout(false);
this.updownSplitContainer.ResumeLayout(false);
this.inputPanel.ResumeLayout(false);
this.inputPanel.PerformLayout();
this.optionsPanel.ResumeLayout(false);
this.optionsPanel.PerformLayout();
this.savePanel.ResumeLayout(false);
this.savePanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox inputListBox;
private System.Windows.Forms.Button addFolderButton;
private System.Windows.Forms.Button addFileButton;
private System.Windows.Forms.Button moveUpButton;
private System.Windows.Forms.Button moveDownButton;
private System.Windows.Forms.Button sortButton;
private System.Windows.Forms.SplitContainer updownSplitContainer;
private System.Windows.Forms.Label inputLabel;
private System.Windows.Forms.Panel inputPanel;
private System.Windows.Forms.Panel optionsPanel;
private System.Windows.Forms.Label optionsLabel;
private System.Windows.Forms.Button clearButton;
private System.Windows.Forms.Panel savePanel;
private System.Windows.Forms.Label saveLabel;
private System.Windows.Forms.TextBox outputDirectoryTextBox;
private System.Windows.Forms.CheckBox singleFileCheckBox;
}
}