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.PrintC1Btn = new System.Windows.Forms.Button();
this.PrintC2Btn = new System.Windows.Forms.Button();
this.PrintFullLogBtn = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// InfoListBox
//
this.InfoListBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.InfoListBox.FormattingEnabled = true;
this.InfoListBox.ItemHeight = 25;
this.InfoListBox.Location = new System.Drawing.Point(12, 52);
this.InfoListBox.Name = "InfoListBox";
this.InfoListBox.Size = new System.Drawing.Size(554, 279);
this.InfoListBox.TabIndex = 0;
//
// PrintC1Btn
//
this.PrintC1Btn.Location = new System.Drawing.Point(12, 12);
this.PrintC1Btn.Name = "PrintC1Btn";
this.PrintC1Btn.Size = new System.Drawing.Size(134, 34);
this.PrintC1Btn.TabIndex = 1;
this.PrintC1Btn.Text = "C1";
this.PrintC1Btn.UseVisualStyleBackColor = true;
this.PrintC1Btn.Click += new System.EventHandler(this.PrintC1Btn_Click);
//
// PrintC2Btn
//
this.PrintC2Btn.Location = new System.Drawing.Point(152, 12);
this.PrintC2Btn.Name = "PrintC2Btn";
this.PrintC2Btn.Size = new System.Drawing.Size(134, 34);
this.PrintC2Btn.TabIndex = 2;
this.PrintC2Btn.Text = "C2";
this.PrintC2Btn.UseVisualStyleBackColor = true;
this.PrintC2Btn.Click += new System.EventHandler(this.PrintC2Btn_Click);
//
// PrintFullLogBtn
//
this.PrintFullLogBtn.Location = new System.Drawing.Point(292, 12);
this.PrintFullLogBtn.Name = "PrintFullLogBtn";
this.PrintFullLogBtn.Size = new System.Drawing.Size(274, 34);
this.PrintFullLogBtn.TabIndex = 4;
this.PrintFullLogBtn.Text = "Print full log";
this.PrintFullLogBtn.UseVisualStyleBackColor = true;
this.PrintFullLogBtn.Click += new System.EventHandler(this.PrintFullLogBtn_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(580, 348);
this.Controls.Add(this.PrintFullLogBtn);
this.Controls.Add(this.PrintC2Btn);
this.Controls.Add(this.PrintC1Btn);
this.Controls.Add(this.InfoListBox);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private ListBox InfoListBox;
private Button PrintC1Btn;
private Button PrintC2Btn;
private Button PrintFullLogBtn;
}
}