namespace WinFormsApp1
{
partial class Form1
{
///
/// 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.InfoListBox = new System.Windows.Forms.ListBox();
this.C1Btn = new System.Windows.Forms.Button();
this.C2Btn = new System.Windows.Forms.Button();
this.D2Btn = new System.Windows.Forms.Button();
this.D1Btn = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// InfoListBox
//
this.InfoListBox.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.InfoListBox.FormattingEnabled = true;
this.InfoListBox.ItemHeight = 32;
this.InfoListBox.Location = new System.Drawing.Point(12, 82);
this.InfoListBox.Name = "InfoListBox";
this.InfoListBox.Size = new System.Drawing.Size(776, 356);
this.InfoListBox.TabIndex = 0;
//
// C1Btn
//
this.C1Btn.Location = new System.Drawing.Point(12, 12);
this.C1Btn.Name = "C1Btn";
this.C1Btn.Size = new System.Drawing.Size(163, 39);
this.C1Btn.TabIndex = 1;
this.C1Btn.Text = "C1";
this.C1Btn.UseVisualStyleBackColor = true;
this.C1Btn.Click += new System.EventHandler(this.C1Btn_Click);
//
// C2Btn
//
this.C2Btn.Location = new System.Drawing.Point(181, 12);
this.C2Btn.Name = "C2Btn";
this.C2Btn.Size = new System.Drawing.Size(163, 39);
this.C2Btn.TabIndex = 2;
this.C2Btn.Text = "C2";
this.C2Btn.UseVisualStyleBackColor = true;
this.C2Btn.Click += new System.EventHandler(this.C2Btn_Click);
//
// D2Btn
//
this.D2Btn.Location = new System.Drawing.Point(625, 12);
this.D2Btn.Name = "D2Btn";
this.D2Btn.Size = new System.Drawing.Size(163, 39);
this.D2Btn.TabIndex = 4;
this.D2Btn.Text = "D2";
this.D2Btn.UseVisualStyleBackColor = true;
this.D2Btn.Click += new System.EventHandler(this.D2Btn_Click);
//
// D1Btn
//
this.D1Btn.Location = new System.Drawing.Point(456, 12);
this.D1Btn.Name = "D1Btn";
this.D1Btn.Size = new System.Drawing.Size(163, 39);
this.D1Btn.TabIndex = 3;
this.D1Btn.Text = "D1";
this.D1Btn.UseVisualStyleBackColor = true;
this.D1Btn.Click += new System.EventHandler(this.D1Btn_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.D2Btn);
this.Controls.Add(this.D1Btn);
this.Controls.Add(this.C2Btn);
this.Controls.Add(this.C1Btn);
this.Controls.Add(this.InfoListBox);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private ListBox InfoListBox;
private Button C1Btn;
private Button C2Btn;
private Button D2Btn;
private Button D1Btn;
}
}