namespace VoxCharger { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.MainMenu = new System.Windows.Forms.MainMenu(this.components); this.FileMenu = new System.Windows.Forms.MenuItem(); this.NewFileMenu = new System.Windows.Forms.MenuItem(); this.OpenFileMenu = new System.Windows.Forms.MenuItem(); this.MenuSeparator1 = new System.Windows.Forms.MenuItem(); this.SaveFileMenu = new System.Windows.Forms.MenuItem(); this.SaveAsFileMenu = new System.Windows.Forms.MenuItem(); this.MenuSeparator2 = new System.Windows.Forms.MenuItem(); this.ChangeMixFileMenu = new System.Windows.Forms.MenuItem(); this.DeleteMixFileMenu = new System.Windows.Forms.MenuItem(); this.MenuSeparator3 = new System.Windows.Forms.MenuItem(); this.ExitFileMenu = new System.Windows.Forms.MenuItem(); this.EditMenu = new System.Windows.Forms.MenuItem(); this.AddEditMenu = new System.Windows.Forms.MenuItem(); this.AddNewEditMenu = new System.Windows.Forms.MenuItem(); this.ImportKshEditMenu = new System.Windows.Forms.MenuItem(); this.RemoveEditMenu = new System.Windows.Forms.MenuItem(); this.MenuSeparator4 = new System.Windows.Forms.MenuItem(); this.Import2DXEditMenu = new System.Windows.Forms.MenuItem(); this.Import2DXPreviewEditMenu = new System.Windows.Forms.MenuItem(); this.MenuSeparator5 = new System.Windows.Forms.MenuItem(); this.ExplorerEditMenu = new System.Windows.Forms.MenuItem(); this.MenuSeparator6 = new System.Windows.Forms.MenuItem(); this.AutosaveEditMenu = new System.Windows.Forms.MenuItem(); this.ToolsMenu = new System.Windows.Forms.MenuItem(); this.ConvertToolsMenu = new System.Windows.Forms.MenuItem(); this.SingleConvertToolsMenu = new System.Windows.Forms.MenuItem(); this.BulkConvertToolsMenu = new System.Windows.Forms.MenuItem(); this.MusicFileBuilder = new System.Windows.Forms.MenuItem(); this.HelpMenu = new System.Windows.Forms.MenuItem(); this.AboutHelpMenu = new System.Windows.Forms.MenuItem(); this.FileLabel = new System.Windows.Forms.Label(); this.PathTextBox = new System.Windows.Forms.TextBox(); this.OpenButton = new System.Windows.Forms.Button(); this.MusicGroupBox = new System.Windows.Forms.GroupBox(); this.AddButton = new MenuButton(); this.ImportContextMenu = new System.Windows.Forms.ContextMenu(); this.ImportVoxMenu = new System.Windows.Forms.MenuItem(); this.ImportKshMenu = new System.Windows.Forms.MenuItem(); this.RemoveButton = new System.Windows.Forms.Button(); this.MusicListBox = new System.Windows.Forms.ListBox(); this.MetadataGroupBox = new System.Windows.Forms.GroupBox(); this.SoundGroupBox = new System.Windows.Forms.GroupBox(); this.VolumeIndicatorLabel = new System.Windows.Forms.Label(); this.Import2DXPreviewFileButton = new System.Windows.Forms.Button(); this.Import2DXMusicFileButton = new System.Windows.Forms.Button(); this.VolumeLabel = new System.Windows.Forms.Label(); this.VolumeTrackBar = new System.Windows.Forms.TrackBar(); this.DistributionPicker = new System.Windows.Forms.DateTimePicker(); this.ReleaseLabel = new System.Windows.Forms.Label(); this.LevelGroupBox = new System.Windows.Forms.GroupBox(); this.InfEditButton = new System.Windows.Forms.Button(); this.ExhEditButton = new System.Windows.Forms.Button(); this.AdvEditButton = new System.Windows.Forms.Button(); this.NovEditButton = new System.Windows.Forms.Button(); this.JacketInfPictureBox = new System.Windows.Forms.PictureBox(); this.JacketExhPictureBox = new System.Windows.Forms.PictureBox(); this.JacketAdvPictureBox = new System.Windows.Forms.PictureBox(); this.JacketNovPictureBox = new System.Windows.Forms.PictureBox(); this.BackgroundLabel = new System.Windows.Forms.Label(); this.BackgroundDropDown = new System.Windows.Forms.ComboBox(); this.InfVerDropDown = new System.Windows.Forms.ComboBox(); this.BpmMaxNumericBox = new System.Windows.Forms.NumericUpDown(); this.VersionlLabel = new System.Windows.Forms.Label(); this.VersionDropDown = new System.Windows.Forms.ComboBox(); this.IdTextBox = new System.Windows.Forms.TextBox(); this.IdLabel = new System.Windows.Forms.Label(); this.BpmLabel = new System.Windows.Forms.Label(); this.BpmMinNumericBox = new System.Windows.Forms.NumericUpDown(); this.ArtistTextBox = new System.Windows.Forms.TextBox(); this.ArtistLabel = new System.Windows.Forms.Label(); this.TitleTextBox = new System.Windows.Forms.TextBox(); this.TitleLabel = new System.Windows.Forms.Label(); this.MainStatusBar = new System.Windows.Forms.StatusBar(); this.MusicGroupBox.SuspendLayout(); this.MetadataGroupBox.SuspendLayout(); this.SoundGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.VolumeTrackBar)).BeginInit(); this.LevelGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.JacketInfPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.JacketExhPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.JacketAdvPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.JacketNovPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BpmMaxNumericBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BpmMinNumericBox)).BeginInit(); this.SuspendLayout(); // // MainMenu // this.MainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.FileMenu, this.EditMenu, this.ToolsMenu, this.HelpMenu}); // // FileMenu // this.FileMenu.Index = 0; this.FileMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.NewFileMenu, this.OpenFileMenu, this.MenuSeparator1, this.SaveFileMenu, this.SaveAsFileMenu, this.MenuSeparator2, this.ChangeMixFileMenu, this.DeleteMixFileMenu, this.MenuSeparator3, this.ExitFileMenu}); this.FileMenu.Text = "File"; // // NewFileMenu // this.NewFileMenu.Index = 0; this.NewFileMenu.Shortcut = System.Windows.Forms.Shortcut.CtrlN; this.NewFileMenu.Text = "New.."; this.NewFileMenu.Click += new System.EventHandler(this.OnNewFileMenuClick); // // OpenFileMenu // this.OpenFileMenu.Index = 1; this.OpenFileMenu.Shortcut = System.Windows.Forms.Shortcut.CtrlO; this.OpenFileMenu.Text = "Open.."; this.OpenFileMenu.Click += new System.EventHandler(this.OnOpenButtonClick); // // MenuSeparator1 // this.MenuSeparator1.Index = 2; this.MenuSeparator1.Text = "-"; // // SaveFileMenu // this.SaveFileMenu.Enabled = false; this.SaveFileMenu.Index = 3; this.SaveFileMenu.Shortcut = System.Windows.Forms.Shortcut.CtrlS; this.SaveFileMenu.Text = "Save"; this.SaveFileMenu.Click += new System.EventHandler(this.OnSaveFileMenuClick); // // SaveAsFileMenu // this.SaveAsFileMenu.Enabled = false; this.SaveAsFileMenu.Index = 4; this.SaveAsFileMenu.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftS; this.SaveAsFileMenu.Text = "Save As.."; this.SaveAsFileMenu.Click += new System.EventHandler(this.OnSaveAsFileMenuClick); // // MenuSeparator2 // this.MenuSeparator2.Index = 5; this.MenuSeparator2.Text = "-"; // // ChangeMixFileMenu // this.ChangeMixFileMenu.Enabled = false; this.ChangeMixFileMenu.Index = 6; this.ChangeMixFileMenu.Text = "Change Mix.."; this.ChangeMixFileMenu.Click += new System.EventHandler(this.OnChangeMixFileMenuClick); // // DeleteMixFileMenu // this.DeleteMixFileMenu.Enabled = false; this.DeleteMixFileMenu.Index = 7; this.DeleteMixFileMenu.Text = "Delete Mix"; this.DeleteMixFileMenu.Click += new System.EventHandler(this.OnDeleteMixFileMenuClick); // // MenuSeparator3 // this.MenuSeparator3.Index = 8; this.MenuSeparator3.Text = "-"; // // ExitFileMenu // this.ExitFileMenu.Index = 9; this.ExitFileMenu.Shortcut = System.Windows.Forms.Shortcut.AltF4; this.ExitFileMenu.Text = "Exit"; this.ExitFileMenu.Click += new System.EventHandler(this.OnExitFileMenuClick); // // EditMenu // this.EditMenu.Enabled = false; this.EditMenu.Index = 1; this.EditMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.AddEditMenu, this.RemoveEditMenu, this.MenuSeparator4, this.Import2DXEditMenu, this.Import2DXPreviewEditMenu, this.MenuSeparator5, this.ExplorerEditMenu, this.MenuSeparator6, this.AutosaveEditMenu}); this.EditMenu.Text = "Edit"; // // AddEditMenu // this.AddEditMenu.Index = 0; this.AddEditMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.AddNewEditMenu, this.ImportKshEditMenu}); this.AddEditMenu.Shortcut = System.Windows.Forms.Shortcut.Ins; this.AddEditMenu.Text = "Add"; // // AddNewEditMenu // this.AddNewEditMenu.Index = 0; this.AddNewEditMenu.Text = "Add New"; this.AddNewEditMenu.Click += new System.EventHandler(this.OnAddNewMenuClick); // // ImportKshEditMenu // this.ImportKshEditMenu.Index = 1; this.ImportKshEditMenu.Text = "Import from Ksh.."; this.ImportKshEditMenu.Click += new System.EventHandler(this.OnImportKshMenuClick); // // RemoveEditMenu // this.RemoveEditMenu.Index = 1; this.RemoveEditMenu.Shortcut = System.Windows.Forms.Shortcut.Del; this.RemoveEditMenu.Text = "Remove"; this.RemoveEditMenu.Click += new System.EventHandler(this.OnRemoveButtonClick); // // MenuSeparator4 // this.MenuSeparator4.Index = 2; this.MenuSeparator4.Text = "-"; // // Import2DXEditMenu // this.Import2DXEditMenu.Enabled = false; this.Import2DXEditMenu.Index = 3; this.Import2DXEditMenu.Text = "Import 2DX Music.."; this.Import2DXEditMenu.Click += new System.EventHandler(this.OnImport2DXMusicFileButtonClick); // // Import2DXPreviewEditMenu // this.Import2DXPreviewEditMenu.Enabled = false; this.Import2DXPreviewEditMenu.Index = 4; this.Import2DXPreviewEditMenu.Text = "Import 2DX Preview.."; this.Import2DXPreviewEditMenu.Click += new System.EventHandler(this.OnImport2DXPreviewFileButtonClick); // // MenuSeparator5 // this.MenuSeparator5.Index = 5; this.MenuSeparator5.Text = "-"; // // ExplorerEditMenu // this.ExplorerEditMenu.Enabled = false; this.ExplorerEditMenu.Index = 6; this.ExplorerEditMenu.Text = "Show in Explorer"; this.ExplorerEditMenu.Click += new System.EventHandler(this.OnExplorerEditMenuClick); // // MenuSeparator6 // this.MenuSeparator6.Checked = true; this.MenuSeparator6.Index = 7; this.MenuSeparator6.Text = "-"; // // AutosaveEditMenu // this.AutosaveEditMenu.Checked = true; this.AutosaveEditMenu.Index = 8; this.AutosaveEditMenu.Text = "Autosave Assets"; this.AutosaveEditMenu.Click += new System.EventHandler(this.OnAutosaveEditMenuClick); // // ToolsMenu // this.ToolsMenu.Index = 2; this.ToolsMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.ConvertToolsMenu, this.MusicFileBuilder}); this.ToolsMenu.Text = "Tools"; // // ConvertToolsMenu // this.ConvertToolsMenu.Index = 0; this.ConvertToolsMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.SingleConvertToolsMenu, this.BulkConvertToolsMenu}); this.ConvertToolsMenu.Text = "KSH Converter"; // // SingleConvertToolsMenu // this.SingleConvertToolsMenu.Index = 0; this.SingleConvertToolsMenu.Text = "Single.."; this.SingleConvertToolsMenu.Click += new System.EventHandler(this.OnSingleConvertToolsMenuClick); // // BulkConvertToolsMenu // this.BulkConvertToolsMenu.Index = 1; this.BulkConvertToolsMenu.Text = "Bulk.."; this.BulkConvertToolsMenu.Click += new System.EventHandler(this.OnBulkConvertToolsMenuClick); // // MusicFileBuilder // this.MusicFileBuilder.Index = 1; this.MusicFileBuilder.Text = "2DX Builder"; this.MusicFileBuilder.Click += new System.EventHandler(this.OnMusicFileBuilderClick); // // HelpMenu // this.HelpMenu.Index = 3; this.HelpMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.AboutHelpMenu}); this.HelpMenu.Text = "Help"; // // AboutHelpMenu // this.AboutHelpMenu.Index = 0; this.AboutHelpMenu.Text = "About"; this.AboutHelpMenu.Click += new System.EventHandler(this.OnAboutHelpMenuClick); // // FileLabel // this.FileLabel.AutoSize = true; this.FileLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FileLabel.Location = new System.Drawing.Point(12, 15); this.FileLabel.Name = "FileLabel"; this.FileLabel.Size = new System.Drawing.Size(48, 13); this.FileLabel.TabIndex = 0; this.FileLabel.Text = "Mix Path"; // // PathTextBox // this.PathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PathTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PathTextBox.Location = new System.Drawing.Point(66, 12); this.PathTextBox.Name = "PathTextBox"; this.PathTextBox.ReadOnly = true; this.PathTextBox.Size = new System.Drawing.Size(605, 21); this.PathTextBox.TabIndex = 1; this.PathTextBox.TextChanged += new System.EventHandler(this.OnPathTextBoxTextChanged); // // OpenButton // this.OpenButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.OpenButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OpenButton.Location = new System.Drawing.Point(677, 10); this.OpenButton.Name = "OpenButton"; this.OpenButton.Size = new System.Drawing.Size(75, 23); this.OpenButton.TabIndex = 2; this.OpenButton.Text = "Open"; this.OpenButton.UseVisualStyleBackColor = true; this.OpenButton.Click += new System.EventHandler(this.OnOpenButtonClick); // // MusicGroupBox // this.MusicGroupBox.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.MusicGroupBox.Controls.Add(this.AddButton); this.MusicGroupBox.Controls.Add(this.RemoveButton); this.MusicGroupBox.Controls.Add(this.MusicListBox); this.MusicGroupBox.Enabled = false; this.MusicGroupBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MusicGroupBox.Location = new System.Drawing.Point(15, 40); this.MusicGroupBox.Name = "MusicGroupBox"; this.MusicGroupBox.Size = new System.Drawing.Size(258, 478); this.MusicGroupBox.TabIndex = 3; this.MusicGroupBox.TabStop = false; this.MusicGroupBox.Text = "Music"; // // AddButton // this.AddButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.AddButton.Location = new System.Drawing.Point(6, 447); this.AddButton.Menu = this.ImportContextMenu; this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(120, 25); this.AddButton.SplitWidth = 17; this.AddButton.TabIndex = 5; this.AddButton.Text = "Add"; this.AddButton.UseVisualStyleBackColor = true; // // ImportContextMenu // this.ImportContextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.ImportVoxMenu, this.ImportKshMenu}); // // ImportVoxMenu // this.ImportVoxMenu.Index = 0; this.ImportVoxMenu.Text = "Add New"; this.ImportVoxMenu.Click += new System.EventHandler(this.OnAddNewMenuClick); // // ImportKshMenu // this.ImportKshMenu.Index = 1; this.ImportKshMenu.Text = "Import Ksh.."; this.ImportKshMenu.Click += new System.EventHandler(this.OnImportKshMenuClick); // // RemoveButton // this.RemoveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.RemoveButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RemoveButton.Location = new System.Drawing.Point(132, 447); this.RemoveButton.Name = "RemoveButton"; this.RemoveButton.Size = new System.Drawing.Size(120, 25); this.RemoveButton.TabIndex = 4; this.RemoveButton.Text = "Remove"; this.RemoveButton.UseVisualStyleBackColor = true; this.RemoveButton.Click += new System.EventHandler(this.OnRemoveButtonClick); // // MusicListBox // this.MusicListBox.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.MusicListBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MusicListBox.FormattingEnabled = true; this.MusicListBox.Location = new System.Drawing.Point(6, 19); this.MusicListBox.Name = "MusicListBox"; this.MusicListBox.Size = new System.Drawing.Size(246, 420); this.MusicListBox.Sorted = true; this.MusicListBox.TabIndex = 2; this.MusicListBox.SelectedIndexChanged += new System.EventHandler(this.OnMusicListBoxSelectedIndexChanged); // // MetadataGroupBox // this.MetadataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.MetadataGroupBox.Controls.Add(this.SoundGroupBox); this.MetadataGroupBox.Controls.Add(this.DistributionPicker); this.MetadataGroupBox.Controls.Add(this.ReleaseLabel); this.MetadataGroupBox.Controls.Add(this.LevelGroupBox); this.MetadataGroupBox.Controls.Add(this.BackgroundLabel); this.MetadataGroupBox.Controls.Add(this.BackgroundDropDown); this.MetadataGroupBox.Controls.Add(this.InfVerDropDown); this.MetadataGroupBox.Controls.Add(this.BpmMaxNumericBox); this.MetadataGroupBox.Controls.Add(this.VersionlLabel); this.MetadataGroupBox.Controls.Add(this.VersionDropDown); this.MetadataGroupBox.Controls.Add(this.IdTextBox); this.MetadataGroupBox.Controls.Add(this.IdLabel); this.MetadataGroupBox.Controls.Add(this.BpmLabel); this.MetadataGroupBox.Controls.Add(this.BpmMinNumericBox); this.MetadataGroupBox.Controls.Add(this.ArtistTextBox); this.MetadataGroupBox.Controls.Add(this.ArtistLabel); this.MetadataGroupBox.Controls.Add(this.TitleTextBox); this.MetadataGroupBox.Controls.Add(this.TitleLabel); this.MetadataGroupBox.Enabled = false; this.MetadataGroupBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MetadataGroupBox.Location = new System.Drawing.Point(279, 40); this.MetadataGroupBox.Name = "MetadataGroupBox"; this.MetadataGroupBox.Size = new System.Drawing.Size(473, 478); this.MetadataGroupBox.TabIndex = 4; this.MetadataGroupBox.TabStop = false; this.MetadataGroupBox.Text = "Metadata"; // // SoundGroupBox // this.SoundGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.SoundGroupBox.Controls.Add(this.VolumeIndicatorLabel); this.SoundGroupBox.Controls.Add(this.Import2DXPreviewFileButton); this.SoundGroupBox.Controls.Add(this.Import2DXMusicFileButton); this.SoundGroupBox.Controls.Add(this.VolumeLabel); this.SoundGroupBox.Controls.Add(this.VolumeTrackBar); this.SoundGroupBox.Location = new System.Drawing.Point(19, 217); this.SoundGroupBox.Name = "SoundGroupBox"; this.SoundGroupBox.Size = new System.Drawing.Size(447, 80); this.SoundGroupBox.TabIndex = 10; this.SoundGroupBox.TabStop = false; this.SoundGroupBox.Text = "Music Assets && Settings"; // // VolumeIndicatorLabel // this.VolumeIndicatorLabel.Location = new System.Drawing.Point(400, 51); this.VolumeIndicatorLabel.Name = "VolumeIndicatorLabel"; this.VolumeIndicatorLabel.Size = new System.Drawing.Size(37, 13); this.VolumeIndicatorLabel.TabIndex = 27; this.VolumeIndicatorLabel.Text = "91%"; this.VolumeIndicatorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Import2DXPreviewFileButton // this.Import2DXPreviewFileButton.Location = new System.Drawing.Point(227, 20); this.Import2DXPreviewFileButton.Name = "Import2DXPreviewFileButton"; this.Import2DXPreviewFileButton.Size = new System.Drawing.Size(207, 23); this.Import2DXPreviewFileButton.TabIndex = 12; this.Import2DXPreviewFileButton.Text = "Import 2DX Preview"; this.Import2DXPreviewFileButton.UseVisualStyleBackColor = true; this.Import2DXPreviewFileButton.Click += new System.EventHandler(this.OnImport2DXPreviewFileButtonClick); // // Import2DXMusicFileButton // this.Import2DXMusicFileButton.Location = new System.Drawing.Point(14, 20); this.Import2DXMusicFileButton.Name = "Import2DXMusicFileButton"; this.Import2DXMusicFileButton.Size = new System.Drawing.Size(207, 23); this.Import2DXMusicFileButton.TabIndex = 11; this.Import2DXMusicFileButton.Text = "Import 2DX Music"; this.Import2DXMusicFileButton.UseVisualStyleBackColor = true; this.Import2DXMusicFileButton.Click += new System.EventHandler(this.OnImport2DXMusicFileButtonClick); // // VolumeLabel // this.VolumeLabel.AutoSize = true; this.VolumeLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.VolumeLabel.Location = new System.Drawing.Point(17, 51); this.VolumeLabel.Name = "VolumeLabel"; this.VolumeLabel.Size = new System.Drawing.Size(41, 13); this.VolumeLabel.TabIndex = 26; this.VolumeLabel.Text = "Volume"; this.VolumeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // VolumeTrackBar // this.VolumeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.VolumeTrackBar.AutoSize = false; this.VolumeTrackBar.Location = new System.Drawing.Point(54, 49); this.VolumeTrackBar.Maximum = 120; this.VolumeTrackBar.Name = "VolumeTrackBar"; this.VolumeTrackBar.Size = new System.Drawing.Size(353, 25); this.VolumeTrackBar.TabIndex = 13; this.VolumeTrackBar.TickStyle = System.Windows.Forms.TickStyle.None; this.VolumeTrackBar.Value = 91; this.VolumeTrackBar.ValueChanged += new System.EventHandler(this.OnMetadataChanged); // // DistributionPicker // this.DistributionPicker.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.DistributionPicker.CustomFormat = "yyyy-MM-dd"; this.DistributionPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.DistributionPicker.Location = new System.Drawing.Point(83, 157); this.DistributionPicker.Name = "DistributionPicker"; this.DistributionPicker.Size = new System.Drawing.Size(382, 21); this.DistributionPicker.TabIndex = 8; this.DistributionPicker.ValueChanged += new System.EventHandler(this.OnMetadataChanged); // // ReleaseLabel // this.ReleaseLabel.AutoSize = true; this.ReleaseLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ReleaseLabel.Location = new System.Drawing.Point(16, 162); this.ReleaseLabel.Name = "ReleaseLabel"; this.ReleaseLabel.Size = new System.Drawing.Size(55, 13); this.ReleaseLabel.TabIndex = 29; this.ReleaseLabel.Text = "Dist. Date"; this.ReleaseLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LevelGroupBox // this.LevelGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LevelGroupBox.Controls.Add(this.InfEditButton); this.LevelGroupBox.Controls.Add(this.ExhEditButton); this.LevelGroupBox.Controls.Add(this.AdvEditButton); this.LevelGroupBox.Controls.Add(this.NovEditButton); this.LevelGroupBox.Controls.Add(this.JacketInfPictureBox); this.LevelGroupBox.Controls.Add(this.JacketExhPictureBox); this.LevelGroupBox.Controls.Add(this.JacketAdvPictureBox); this.LevelGroupBox.Controls.Add(this.JacketNovPictureBox); this.LevelGroupBox.Location = new System.Drawing.Point(19, 307); this.LevelGroupBox.Name = "LevelGroupBox"; this.LevelGroupBox.Size = new System.Drawing.Size(447, 165); this.LevelGroupBox.TabIndex = 14; this.LevelGroupBox.TabStop = false; this.LevelGroupBox.Text = "Level Assets && Metadata"; // // InfEditButton // this.InfEditButton.Location = new System.Drawing.Point(331, 133); this.InfEditButton.Name = "InfEditButton"; this.InfEditButton.Size = new System.Drawing.Size(108, 26); this.InfEditButton.TabIndex = 18; this.InfEditButton.Tag = "4"; this.InfEditButton.Text = "--"; this.InfEditButton.UseVisualStyleBackColor = true; this.InfEditButton.Click += new System.EventHandler(this.OnLevelEditButtonClick); // // ExhEditButton // this.ExhEditButton.Location = new System.Drawing.Point(223, 133); this.ExhEditButton.Name = "ExhEditButton"; this.ExhEditButton.Size = new System.Drawing.Size(108, 26); this.ExhEditButton.TabIndex = 17; this.ExhEditButton.Tag = "3"; this.ExhEditButton.Text = "EXH"; this.ExhEditButton.UseVisualStyleBackColor = true; this.ExhEditButton.Click += new System.EventHandler(this.OnLevelEditButtonClick); // // AdvEditButton // this.AdvEditButton.Location = new System.Drawing.Point(115, 133); this.AdvEditButton.Name = "AdvEditButton"; this.AdvEditButton.Size = new System.Drawing.Size(108, 26); this.AdvEditButton.TabIndex = 16; this.AdvEditButton.Tag = "2"; this.AdvEditButton.Text = "ADV"; this.AdvEditButton.UseVisualStyleBackColor = true; this.AdvEditButton.Click += new System.EventHandler(this.OnLevelEditButtonClick); // // NovEditButton // this.NovEditButton.Location = new System.Drawing.Point(7, 133); this.NovEditButton.Name = "NovEditButton"; this.NovEditButton.Size = new System.Drawing.Size(108, 26); this.NovEditButton.TabIndex = 15; this.NovEditButton.Tag = "1"; this.NovEditButton.Text = "NOV"; this.NovEditButton.UseVisualStyleBackColor = true; this.NovEditButton.Click += new System.EventHandler(this.OnLevelEditButtonClick); // // JacketInfPictureBox // this.JacketInfPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s; this.JacketInfPictureBox.Location = new System.Drawing.Point(331, 19); this.JacketInfPictureBox.Name = "JacketInfPictureBox"; this.JacketInfPictureBox.Size = new System.Drawing.Size(108, 108); this.JacketInfPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.JacketInfPictureBox.TabIndex = 6; this.JacketInfPictureBox.TabStop = false; this.JacketInfPictureBox.Tag = "4"; this.JacketInfPictureBox.Click += new System.EventHandler(this.OnJacketPictureBoxClick); // // JacketExhPictureBox // this.JacketExhPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s; this.JacketExhPictureBox.Location = new System.Drawing.Point(223, 19); this.JacketExhPictureBox.Name = "JacketExhPictureBox"; this.JacketExhPictureBox.Size = new System.Drawing.Size(108, 108); this.JacketExhPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.JacketExhPictureBox.TabIndex = 29; this.JacketExhPictureBox.TabStop = false; this.JacketExhPictureBox.Tag = "3"; this.JacketExhPictureBox.Click += new System.EventHandler(this.OnJacketPictureBoxClick); // // JacketAdvPictureBox // this.JacketAdvPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s; this.JacketAdvPictureBox.Location = new System.Drawing.Point(115, 19); this.JacketAdvPictureBox.Name = "JacketAdvPictureBox"; this.JacketAdvPictureBox.Size = new System.Drawing.Size(108, 108); this.JacketAdvPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.JacketAdvPictureBox.TabIndex = 1; this.JacketAdvPictureBox.TabStop = false; this.JacketAdvPictureBox.Tag = "2"; this.JacketAdvPictureBox.Click += new System.EventHandler(this.OnJacketPictureBoxClick); // // JacketNovPictureBox // this.JacketNovPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s; this.JacketNovPictureBox.Location = new System.Drawing.Point(7, 19); this.JacketNovPictureBox.Name = "JacketNovPictureBox"; this.JacketNovPictureBox.Size = new System.Drawing.Size(108, 108); this.JacketNovPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.JacketNovPictureBox.TabIndex = 0; this.JacketNovPictureBox.TabStop = false; this.JacketNovPictureBox.Tag = "1"; this.JacketNovPictureBox.Click += new System.EventHandler(this.OnJacketPictureBoxClick); // // BackgroundLabel // this.BackgroundLabel.AutoSize = true; this.BackgroundLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BackgroundLabel.Location = new System.Drawing.Point(16, 189); this.BackgroundLabel.Name = "BackgroundLabel"; this.BackgroundLabel.Size = new System.Drawing.Size(63, 13); this.BackgroundLabel.TabIndex = 23; this.BackgroundLabel.Text = "Background"; this.BackgroundLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // BackgroundDropDown // this.BackgroundDropDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.BackgroundDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.BackgroundDropDown.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BackgroundDropDown.FormattingEnabled = true; this.BackgroundDropDown.Items.AddRange(new object[] { "00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "18", "19", "27", "29", "30", "31", "34", "36", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "53", "54", "57", "58", "59", "60", "61", "63", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81"}); this.BackgroundDropDown.Location = new System.Drawing.Point(83, 184); this.BackgroundDropDown.Name = "BackgroundDropDown"; this.BackgroundDropDown.Size = new System.Drawing.Size(383, 21); this.BackgroundDropDown.TabIndex = 9; this.BackgroundDropDown.SelectionChangeCommitted += new System.EventHandler(this.OnMetadataChanged); // // InfVerDropDown // this.InfVerDropDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.InfVerDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.InfVerDropDown.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.InfVerDropDown.FormattingEnabled = true; this.InfVerDropDown.Items.AddRange(new object[] { "MXM", "INF", "GRV", "HVN", "VVD"}); this.InfVerDropDown.Location = new System.Drawing.Point(370, 130); this.InfVerDropDown.Name = "InfVerDropDown"; this.InfVerDropDown.Size = new System.Drawing.Size(96, 21); this.InfVerDropDown.TabIndex = 7; this.InfVerDropDown.SelectedIndexChanged += new System.EventHandler(this.OnInfVerDropDownSelectedIndexChanged); this.InfVerDropDown.SelectionChangeCommitted += new System.EventHandler(this.OnMetadataChanged); // // BpmMaxNumericBox // this.BpmMaxNumericBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.BpmMaxNumericBox.DecimalPlaces = 2; this.BpmMaxNumericBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BpmMaxNumericBox.Location = new System.Drawing.Point(277, 103); this.BpmMaxNumericBox.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.BpmMaxNumericBox.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.BpmMaxNumericBox.Name = "BpmMaxNumericBox"; this.BpmMaxNumericBox.Size = new System.Drawing.Size(189, 21); this.BpmMaxNumericBox.TabIndex = 5; this.BpmMaxNumericBox.Value = new decimal(new int[] { 1, 0, 0, 0}); this.BpmMaxNumericBox.ValueChanged += new System.EventHandler(this.OnMetadataChanged); // // VersionlLabel // this.VersionlLabel.AutoSize = true; this.VersionlLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.VersionlLabel.Location = new System.Drawing.Point(16, 135); this.VersionlLabel.Name = "VersionlLabel"; this.VersionlLabel.Size = new System.Drawing.Size(42, 13); this.VersionlLabel.TabIndex = 15; this.VersionlLabel.Text = "Version"; this.VersionlLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // VersionDropDown // this.VersionDropDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.VersionDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.VersionDropDown.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.VersionDropDown.FormattingEnabled = true; this.VersionDropDown.Items.AddRange(new object[] { "Sound Voltex: Booth", "Sound Voltex II: Infinite Infection", "Sound Voltex III: Gravity Wars", "Sound Voltex IV: Heavenly Haven", "Sound Voltex V: VividWave"}); this.VersionDropDown.Location = new System.Drawing.Point(83, 130); this.VersionDropDown.Name = "VersionDropDown"; this.VersionDropDown.Size = new System.Drawing.Size(282, 21); this.VersionDropDown.TabIndex = 6; this.VersionDropDown.SelectionChangeCommitted += new System.EventHandler(this.OnMetadataChanged); // // IdTextBox // this.IdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.IdTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.IdTextBox.Location = new System.Drawing.Point(83, 23); this.IdTextBox.Name = "IdTextBox"; this.IdTextBox.Size = new System.Drawing.Size(383, 21); this.IdTextBox.TabIndex = 1; this.IdTextBox.TextChanged += new System.EventHandler(this.OnMetadataChanged); // // IdLabel // this.IdLabel.AutoSize = true; this.IdLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.IdLabel.Location = new System.Drawing.Point(16, 28); this.IdLabel.Name = "IdLabel"; this.IdLabel.Size = new System.Drawing.Size(18, 13); this.IdLabel.TabIndex = 0; this.IdLabel.Text = "ID"; this.IdLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // BpmLabel // this.BpmLabel.AutoSize = true; this.BpmLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BpmLabel.Location = new System.Drawing.Point(16, 106); this.BpmLabel.Name = "BpmLabel"; this.BpmLabel.Size = new System.Drawing.Size(27, 13); this.BpmLabel.TabIndex = 11; this.BpmLabel.Text = "BPM"; this.BpmLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // BpmMinNumericBox // this.BpmMinNumericBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.BpmMinNumericBox.DecimalPlaces = 2; this.BpmMinNumericBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BpmMinNumericBox.Location = new System.Drawing.Point(83, 103); this.BpmMinNumericBox.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.BpmMinNumericBox.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.BpmMinNumericBox.Name = "BpmMinNumericBox"; this.BpmMinNumericBox.Size = new System.Drawing.Size(188, 21); this.BpmMinNumericBox.TabIndex = 4; this.BpmMinNumericBox.Value = new decimal(new int[] { 1, 0, 0, 0}); this.BpmMinNumericBox.ValueChanged += new System.EventHandler(this.OnMetadataChanged); // // ArtistTextBox // this.ArtistTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ArtistTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ArtistTextBox.Location = new System.Drawing.Point(83, 76); this.ArtistTextBox.Name = "ArtistTextBox"; this.ArtistTextBox.Size = new System.Drawing.Size(383, 21); this.ArtistTextBox.TabIndex = 3; this.ArtistTextBox.TextChanged += new System.EventHandler(this.OnMetadataChanged); // // ArtistLabel // this.ArtistLabel.AutoSize = true; this.ArtistLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ArtistLabel.Location = new System.Drawing.Point(16, 81); this.ArtistLabel.Name = "ArtistLabel"; this.ArtistLabel.Size = new System.Drawing.Size(33, 13); this.ArtistLabel.TabIndex = 5; this.ArtistLabel.Text = "Artist"; this.ArtistLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // TitleTextBox // this.TitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TitleTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TitleTextBox.Location = new System.Drawing.Point(83, 49); this.TitleTextBox.Name = "TitleTextBox"; this.TitleTextBox.Size = new System.Drawing.Size(383, 21); this.TitleTextBox.TabIndex = 2; this.TitleTextBox.TextChanged += new System.EventHandler(this.OnMetadataChanged); // // TitleLabel // this.TitleLabel.AutoSize = true; this.TitleLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TitleLabel.Location = new System.Drawing.Point(16, 54); this.TitleLabel.Name = "TitleLabel"; this.TitleLabel.Size = new System.Drawing.Size(27, 13); this.TitleLabel.TabIndex = 2; this.TitleLabel.Text = "Title"; this.TitleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MainStatusBar // this.MainStatusBar.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MainStatusBar.Location = new System.Drawing.Point(0, 529); this.MainStatusBar.Name = "MainStatusBar"; this.MainStatusBar.Size = new System.Drawing.Size(764, 22); this.MainStatusBar.TabIndex = 5; this.MainStatusBar.Text = "Ready"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(764, 551); this.Controls.Add(this.MainStatusBar); this.Controls.Add(this.MetadataGroupBox); this.Controls.Add(this.MusicGroupBox); this.Controls.Add(this.OpenButton); this.Controls.Add(this.PathTextBox); this.Controls.Add(this.FileLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Menu = this.MainMenu; this.MinimumSize = new System.Drawing.Size(780, 590); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "VoxCharger"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnMainFormFormClosing); this.Load += new System.EventHandler(this.OnMainFormLoad); this.MusicGroupBox.ResumeLayout(false); this.MetadataGroupBox.ResumeLayout(false); this.MetadataGroupBox.PerformLayout(); this.SoundGroupBox.ResumeLayout(false); this.SoundGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.VolumeTrackBar)).EndInit(); this.LevelGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.JacketInfPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.JacketExhPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.JacketAdvPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.JacketNovPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BpmMaxNumericBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BpmMinNumericBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MainMenu MainMenu; private System.Windows.Forms.MenuItem FileMenu; private System.Windows.Forms.MenuItem NewFileMenu; private System.Windows.Forms.MenuItem OpenFileMenu; private System.Windows.Forms.MenuItem ExitFileMenu; private System.Windows.Forms.MenuItem HelpMenu; private System.Windows.Forms.MenuItem AboutHelpMenu; private System.Windows.Forms.Label FileLabel; private System.Windows.Forms.TextBox PathTextBox; private System.Windows.Forms.Button OpenButton; private System.Windows.Forms.GroupBox MusicGroupBox; private System.Windows.Forms.Button RemoveButton; private System.Windows.Forms.ListBox MusicListBox; private System.Windows.Forms.GroupBox MetadataGroupBox; private System.Windows.Forms.TextBox ArtistTextBox; private System.Windows.Forms.Label ArtistLabel; private System.Windows.Forms.TextBox TitleTextBox; private System.Windows.Forms.Label TitleLabel; private System.Windows.Forms.Label BpmLabel; private System.Windows.Forms.NumericUpDown BpmMinNumericBox; private System.Windows.Forms.TextBox IdTextBox; private System.Windows.Forms.Label IdLabel; private System.Windows.Forms.MenuItem ToolsMenu; private System.Windows.Forms.MenuItem ConvertToolsMenu; private System.Windows.Forms.MenuItem EditMenu; private System.Windows.Forms.MenuItem AddEditMenu; private System.Windows.Forms.MenuItem RemoveEditMenu; private System.Windows.Forms.Label BackgroundLabel; private System.Windows.Forms.ComboBox BackgroundDropDown; private System.Windows.Forms.ComboBox InfVerDropDown; private System.Windows.Forms.NumericUpDown BpmMaxNumericBox; private System.Windows.Forms.Label VersionlLabel; private System.Windows.Forms.ComboBox VersionDropDown; private System.Windows.Forms.PictureBox JacketNovPictureBox; private System.Windows.Forms.TrackBar VolumeTrackBar; private System.Windows.Forms.Label VolumeLabel; private System.Windows.Forms.GroupBox LevelGroupBox; private System.Windows.Forms.Button InfEditButton; private System.Windows.Forms.Button ExhEditButton; private System.Windows.Forms.Button AdvEditButton; private System.Windows.Forms.Button NovEditButton; private System.Windows.Forms.PictureBox JacketInfPictureBox; private System.Windows.Forms.PictureBox JacketExhPictureBox; private System.Windows.Forms.PictureBox JacketAdvPictureBox; private System.Windows.Forms.MenuItem MenuSeparator2; private System.Windows.Forms.MenuItem MenuSeparator1; private System.Windows.Forms.MenuItem ChangeMixFileMenu; private System.Windows.Forms.MenuItem DeleteMixFileMenu; private System.Windows.Forms.DateTimePicker DistributionPicker; private System.Windows.Forms.Label ReleaseLabel; private System.Windows.Forms.MenuItem SaveFileMenu; private System.Windows.Forms.MenuItem MenuSeparator3; private System.Windows.Forms.MenuItem SaveAsFileMenu; private System.Windows.Forms.StatusBar MainStatusBar; private System.Windows.Forms.GroupBox SoundGroupBox; private System.Windows.Forms.Button Import2DXPreviewFileButton; private System.Windows.Forms.Button Import2DXMusicFileButton; private System.Windows.Forms.Label VolumeIndicatorLabel; private System.Windows.Forms.MenuItem MenuSeparator4; private System.Windows.Forms.MenuItem Import2DXEditMenu; private System.Windows.Forms.MenuItem Import2DXPreviewEditMenu; private System.Windows.Forms.MenuItem MenuSeparator5; private System.Windows.Forms.MenuItem ExplorerEditMenu; private System.Windows.Forms.MenuItem MusicFileBuilder; private MenuButton AddButton; private System.Windows.Forms.ContextMenu ImportContextMenu; private System.Windows.Forms.MenuItem ImportKshMenu; private System.Windows.Forms.MenuItem ImportVoxMenu; private System.Windows.Forms.MenuItem AddNewEditMenu; private System.Windows.Forms.MenuItem ImportKshEditMenu; private System.Windows.Forms.MenuItem SingleConvertToolsMenu; private System.Windows.Forms.MenuItem BulkConvertToolsMenu; private System.Windows.Forms.MenuItem MenuSeparator6; private System.Windows.Forms.MenuItem AutosaveEditMenu; } }