generated from wenjy/Sln.Iot
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
4.0 KiB
C#
125 lines
4.0 KiB
C#
namespace Sln.FormTest
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
button1 = new Button();
|
|
button2 = new Button();
|
|
button3 = new Button();
|
|
button4 = new Button();
|
|
button5 = new Button();
|
|
button6 = new Button();
|
|
SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
button1.Location = new Point(106, 102);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(75, 23);
|
|
button1.TabIndex = 0;
|
|
button1.Text = "button1";
|
|
button1.UseVisualStyleBackColor = true;
|
|
button1.Click += button1_Click;
|
|
//
|
|
// button2
|
|
//
|
|
button2.Location = new Point(225, 102);
|
|
button2.Name = "button2";
|
|
button2.Size = new Size(75, 23);
|
|
button2.TabIndex = 1;
|
|
button2.Text = "button2";
|
|
button2.UseVisualStyleBackColor = true;
|
|
button2.Click += button2_Click;
|
|
//
|
|
// button3
|
|
//
|
|
button3.Location = new Point(364, 102);
|
|
button3.Name = "button3";
|
|
button3.Size = new Size(75, 23);
|
|
button3.TabIndex = 2;
|
|
button3.Text = "button3";
|
|
button3.UseVisualStyleBackColor = true;
|
|
button3.Click += button3_Click;
|
|
//
|
|
// button4
|
|
//
|
|
button4.Location = new Point(491, 102);
|
|
button4.Name = "button4";
|
|
button4.Size = new Size(75, 23);
|
|
button4.TabIndex = 3;
|
|
button4.Text = "button4";
|
|
button4.UseVisualStyleBackColor = true;
|
|
button4.Click += button4_Click;
|
|
//
|
|
// button5
|
|
//
|
|
button5.Location = new Point(604, 102);
|
|
button5.Name = "button5";
|
|
button5.Size = new Size(75, 23);
|
|
button5.TabIndex = 4;
|
|
button5.Text = "button5";
|
|
button5.UseVisualStyleBackColor = true;
|
|
button5.Click += button5_Click;
|
|
//
|
|
// button6
|
|
//
|
|
button6.Location = new Point(741, 102);
|
|
button6.Name = "button6";
|
|
button6.Size = new Size(75, 23);
|
|
button6.TabIndex = 5;
|
|
button6.Text = "button6";
|
|
button6.UseVisualStyleBackColor = true;
|
|
button6.Click += button6_Click;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1125, 700);
|
|
Controls.Add(button6);
|
|
Controls.Add(button5);
|
|
Controls.Add(button4);
|
|
Controls.Add(button3);
|
|
Controls.Add(button2);
|
|
Controls.Add(button1);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button button1;
|
|
private Button button2;
|
|
private Button button3;
|
|
private Button button4;
|
|
private Button button5;
|
|
private Button button6;
|
|
}
|
|
}
|