diff --git a/MusicOrganizer/MainForm.Designer.cs b/MusicOrganizer/MainForm.Designer.cs index 5311166..ebb5a64 100644 --- a/MusicOrganizer/MainForm.Designer.cs +++ b/MusicOrganizer/MainForm.Designer.cs @@ -28,19 +28,73 @@ /// private void InitializeComponent() { + this.panel1 = new System.Windows.Forms.Panel(); + this.button2 = new System.Windows.Forms.Button(); + this.button1 = new System.Windows.Forms.Button(); + this.objectListView1 = new BrightIdeasSoftware.ObjectListView(); + this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit(); this.SuspendLayout(); // + // panel1 + // + this.panel1.Controls.Add(this.button2); + this.panel1.Controls.Add(this.button1); + this.panel1.Dock = System.Windows.Forms.DockStyle.Top; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(629, 61); + this.panel1.TabIndex = 0; + // + // button2 + // + this.button2.Enabled = false; + this.button2.Location = new System.Drawing.Point(188, 12); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(231, 43); + this.button2.TabIndex = 1; + this.button2.Text = "Create BPM folder structure"; + this.button2.UseVisualStyleBackColor = true; + // + // button1 + // + this.button1.Location = new System.Drawing.Point(12, 12); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(170, 42); + this.button1.TabIndex = 0; + this.button1.Text = "Select music folder"; + this.button1.UseVisualStyleBackColor = true; + // + // objectListView1 + // + this.objectListView1.Dock = System.Windows.Forms.DockStyle.Fill; + this.objectListView1.Location = new System.Drawing.Point(0, 61); + this.objectListView1.Name = "objectListView1"; + this.objectListView1.Size = new System.Drawing.Size(629, 773); + this.objectListView1.TabIndex = 1; + this.objectListView1.UseCompatibleStateImageBehavior = false; + this.objectListView1.View = System.Windows.Forms.View.Details; + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(618, 424); + this.ClientSize = new System.Drawing.Size(629, 834); + this.Controls.Add(this.objectListView1); + this.Controls.Add(this.panel1); this.Name = "MainForm"; this.Text = "MainForm"; + this.panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit(); this.ResumeLayout(false); } #endregion + + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button button1; + private BrightIdeasSoftware.ObjectListView objectListView1; } } \ No newline at end of file