Added buttons and ListView
This commit is contained in:
56
MusicOrganizer/MainForm.Designer.cs
generated
56
MusicOrganizer/MainForm.Designer.cs
generated
@@ -28,19 +28,73 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
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();
|
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
|
// MainForm
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
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.Name = "MainForm";
|
||||||
this.Text = "MainForm";
|
this.Text = "MainForm";
|
||||||
|
this.panel1.ResumeLayout(false);
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
private System.Windows.Forms.Panel panel1;
|
||||||
|
private System.Windows.Forms.Button button2;
|
||||||
|
private System.Windows.Forms.Button button1;
|
||||||
|
private BrightIdeasSoftware.ObjectListView objectListView1;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user