namespace CueSplitter { partial class CueSplitterMainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.TracksListView = new System.Windows.Forms.ListView(); this.TrackColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.TitleColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.PerformerColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.LengthColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.MediaFileLabel = new System.Windows.Forms.Label(); this.MediaFileDropLabel = new System.Windows.Forms.Label(); this.CoverPictureBox = new System.Windows.Forms.PictureBox(); this.GoButton = new System.Windows.Forms.Button(); this.UpperSplitContainer = new System.Windows.Forms.SplitContainer(); this.OutputDirLabel = new System.Windows.Forms.Label(); this.OutputDirDropLabel = new System.Windows.Forms.Label(); this.MainSplitContainer = new System.Windows.Forms.SplitContainer(); this.LowerSplitContainer = new System.Windows.Forms.SplitContainer(); this.VgmDbButton = new System.Windows.Forms.Button(); this.DiscPropertyGrid = new System.Windows.Forms.PropertyGrid(); ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.UpperSplitContainer)).BeginInit(); this.UpperSplitContainer.Panel1.SuspendLayout(); this.UpperSplitContainer.Panel2.SuspendLayout(); this.UpperSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit(); this.MainSplitContainer.Panel1.SuspendLayout(); this.MainSplitContainer.Panel2.SuspendLayout(); this.MainSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LowerSplitContainer)).BeginInit(); this.LowerSplitContainer.Panel1.SuspendLayout(); this.LowerSplitContainer.Panel2.SuspendLayout(); this.LowerSplitContainer.SuspendLayout(); this.SuspendLayout(); // // TracksListView // this.TracksListView.AllowDrop = true; this.TracksListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.TrackColumnHeader, this.TitleColumnHeader, this.PerformerColumnHeader, this.LengthColumnHeader}); this.TracksListView.Dock = System.Windows.Forms.DockStyle.Fill; this.TracksListView.FullRowSelect = true; this.TracksListView.GridLines = true; this.TracksListView.HideSelection = false; this.TracksListView.Location = new System.Drawing.Point(0, 0); this.TracksListView.Name = "TracksListView"; this.TracksListView.Size = new System.Drawing.Size(434, 320); this.TracksListView.TabIndex = 0; this.TracksListView.UseCompatibleStateImageBehavior = false; this.TracksListView.View = System.Windows.Forms.View.Details; this.TracksListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.TracksListView_DragDrop); this.TracksListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.FileDragLink); // // TrackColumnHeader // this.TrackColumnHeader.Text = "Track No."; this.TrackColumnHeader.Width = 82; // // TitleColumnHeader // this.TitleColumnHeader.Text = "Title"; this.TitleColumnHeader.Width = 180; // // PerformerColumnHeader // this.PerformerColumnHeader.Text = "Performer"; this.PerformerColumnHeader.Width = 90; // // LengthColumnHeader // this.LengthColumnHeader.Text = "Length"; // // MediaFileLabel // this.MediaFileLabel.Location = new System.Drawing.Point(12, 12); this.MediaFileLabel.Name = "MediaFileLabel"; this.MediaFileLabel.Size = new System.Drawing.Size(71, 21); this.MediaFileLabel.TabIndex = 1; this.MediaFileLabel.Text = "Media file:"; this.MediaFileLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MediaFileDropLabel // this.MediaFileDropLabel.AllowDrop = true; this.MediaFileDropLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.MediaFileDropLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.MediaFileDropLabel.Location = new System.Drawing.Point(102, 12); this.MediaFileDropLabel.Name = "MediaFileDropLabel"; this.MediaFileDropLabel.Size = new System.Drawing.Size(619, 21); this.MediaFileDropLabel.TabIndex = 1; this.MediaFileDropLabel.Text = ""; this.MediaFileDropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.MediaFileDropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.MediaFileDrop); this.MediaFileDropLabel.DragEnter += new System.Windows.Forms.DragEventHandler(this.FileDragLink); // // CoverPictureBox // this.CoverPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.CoverPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.CoverPictureBox.Location = new System.Drawing.Point(0, 0); this.CoverPictureBox.Name = "CoverPictureBox"; this.CoverPictureBox.Size = new System.Drawing.Size(334, 320); this.CoverPictureBox.TabIndex = 2; this.CoverPictureBox.TabStop = false; // // GoButton // this.GoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.GoButton.Location = new System.Drawing.Point(727, 12); this.GoButton.Name = "GoButton"; this.GoButton.Size = new System.Drawing.Size(57, 53); this.GoButton.TabIndex = 4; this.GoButton.Text = "GO"; this.GoButton.UseVisualStyleBackColor = true; // // UpperSplitContainer // this.UpperSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.UpperSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.UpperSplitContainer.Location = new System.Drawing.Point(0, 0); this.UpperSplitContainer.Name = "UpperSplitContainer"; // // UpperSplitContainer.Panel1 // this.UpperSplitContainer.Panel1.Controls.Add(this.TracksListView); // // UpperSplitContainer.Panel2 // this.UpperSplitContainer.Panel2.Controls.Add(this.CoverPictureBox); this.UpperSplitContainer.Size = new System.Drawing.Size(772, 320); this.UpperSplitContainer.SplitterDistance = 434; this.UpperSplitContainer.TabIndex = 6; // // OutputDirLabel // this.OutputDirLabel.Location = new System.Drawing.Point(12, 45); this.OutputDirLabel.Name = "OutputDirLabel"; this.OutputDirLabel.Size = new System.Drawing.Size(71, 20); this.OutputDirLabel.TabIndex = 1; this.OutputDirLabel.Text = "Output Dir:"; this.OutputDirLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // OutputDirDropLabel // this.OutputDirDropLabel.AllowDrop = true; this.OutputDirDropLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.OutputDirDropLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.OutputDirDropLabel.Location = new System.Drawing.Point(102, 44); this.OutputDirDropLabel.Name = "OutputDirDropLabel"; this.OutputDirDropLabel.Size = new System.Drawing.Size(619, 21); this.OutputDirDropLabel.TabIndex = 1; this.OutputDirDropLabel.Text = ""; this.OutputDirDropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.OutputDirDropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DirDropLabel); this.OutputDirDropLabel.DragEnter += new System.Windows.Forms.DragEventHandler(this.DirDragLink); // // MainSplitContainer // this.MainSplitContainer.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.MainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.MainSplitContainer.Location = new System.Drawing.Point(14, 71); this.MainSplitContainer.Name = "MainSplitContainer"; this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // MainSplitContainer.Panel1 // this.MainSplitContainer.Panel1.Controls.Add(this.UpperSplitContainer); // // MainSplitContainer.Panel2 // this.MainSplitContainer.Panel2.Controls.Add(this.LowerSplitContainer); this.MainSplitContainer.Size = new System.Drawing.Size(772, 509); this.MainSplitContainer.SplitterDistance = 320; this.MainSplitContainer.TabIndex = 7; // // LowerSplitContainer // this.LowerSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.LowerSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.LowerSplitContainer.Location = new System.Drawing.Point(0, 0); this.LowerSplitContainer.Name = "LowerSplitContainer"; // // LowerSplitContainer.Panel1 // this.LowerSplitContainer.Panel1.Controls.Add(this.VgmDbButton); // // LowerSplitContainer.Panel2 // this.LowerSplitContainer.Panel2.Controls.Add(this.DiscPropertyGrid); this.LowerSplitContainer.Size = new System.Drawing.Size(772, 185); this.LowerSplitContainer.SplitterDistance = 437; this.LowerSplitContainer.TabIndex = 0; // // VgmDbButton // this.VgmDbButton.Location = new System.Drawing.Point(3, 3); this.VgmDbButton.Name = "VgmDbButton"; this.VgmDbButton.Size = new System.Drawing.Size(75, 23); this.VgmDbButton.TabIndex = 0; this.VgmDbButton.Text = "VGMDB..."; this.VgmDbButton.UseVisualStyleBackColor = true; // // DiscPropertyGrid // this.DiscPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.DiscPropertyGrid.Location = new System.Drawing.Point(0, 0); this.DiscPropertyGrid.Name = "DiscPropertyGrid"; this.DiscPropertyGrid.Size = new System.Drawing.Size(331, 185); this.DiscPropertyGrid.TabIndex = 0; // // CueSplitterMainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(796, 592); this.Controls.Add(this.MainSplitContainer); this.Controls.Add(this.GoButton); this.Controls.Add(this.OutputDirDropLabel); this.Controls.Add(this.OutputDirLabel); this.Controls.Add(this.MediaFileDropLabel); this.Controls.Add(this.MediaFileLabel); this.Name = "CueSplitterMainForm"; this.Text = "CUE Splitter"; ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).EndInit(); this.UpperSplitContainer.Panel1.ResumeLayout(false); this.UpperSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.UpperSplitContainer)).EndInit(); this.UpperSplitContainer.ResumeLayout(false); this.MainSplitContainer.Panel1.ResumeLayout(false); this.MainSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit(); this.MainSplitContainer.ResumeLayout(false); this.LowerSplitContainer.Panel1.ResumeLayout(false); this.LowerSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.LowerSplitContainer)).EndInit(); this.LowerSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView TracksListView; private System.Windows.Forms.ColumnHeader TrackColumnHeader; private System.Windows.Forms.ColumnHeader TitleColumnHeader; private System.Windows.Forms.ColumnHeader PerformerColumnHeader; private System.Windows.Forms.Label MediaFileLabel; private System.Windows.Forms.Label MediaFileDropLabel; private System.Windows.Forms.PictureBox CoverPictureBox; private System.Windows.Forms.Button GoButton; private System.Windows.Forms.SplitContainer UpperSplitContainer; private System.Windows.Forms.Label OutputDirLabel; private System.Windows.Forms.Label OutputDirDropLabel; private System.Windows.Forms.SplitContainer MainSplitContainer; private System.Windows.Forms.SplitContainer LowerSplitContainer; private System.Windows.Forms.PropertyGrid DiscPropertyGrid; private System.Windows.Forms.Button VgmDbButton; private System.Windows.Forms.ColumnHeader LengthColumnHeader; } }