📄 form1.designer.cs
字号:
namespace test
{
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()
{
this.btAD0 = new System.Windows.Forms.Button();
this.btAD1 = new System.Windows.Forms.Button();
this.lblAD0 = new System.Windows.Forms.Label();
this.lblAD1 = new System.Windows.Forms.Label();
this.btIO0Off = new System.Windows.Forms.Button();
this.btIO0On = new System.Windows.Forms.Button();
this.btReadIO9 = new System.Windows.Forms.Button();
this.lblReadIO9 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btAD0
//
this.btAD0.Location = new System.Drawing.Point(35, 25);
this.btAD0.Name = "btAD0";
this.btAD0.Size = new System.Drawing.Size(72, 20);
this.btAD0.TabIndex = 0;
this.btAD0.Text = "AD 0";
//
// btAD1
//
this.btAD1.Location = new System.Drawing.Point(35, 51);
this.btAD1.Name = "btAD1";
this.btAD1.Size = new System.Drawing.Size(72, 20);
this.btAD1.TabIndex = 1;
this.btAD1.Text = "AD 1";
this.btAD1.Click += new System.EventHandler(this.btAD1_Click);
//
// lblAD0
//
this.lblAD0.Location = new System.Drawing.Point(134, 25);
this.lblAD0.Name = "lblAD0";
this.lblAD0.Size = new System.Drawing.Size(100, 20);
//
// lblAD1
//
this.lblAD1.Location = new System.Drawing.Point(134, 51);
this.lblAD1.Name = "lblAD1";
this.lblAD1.Size = new System.Drawing.Size(100, 20);
//
// btIO0Off
//
this.btIO0Off.Location = new System.Drawing.Point(35, 97);
this.btIO0Off.Name = "btIO0Off";
this.btIO0Off.Size = new System.Drawing.Size(72, 20);
this.btIO0Off.TabIndex = 5;
this.btIO0Off.Text = "IO 0 Off";
this.btIO0Off.Click += new System.EventHandler(this.btIO0Off_Click);
//
// btIO0On
//
this.btIO0On.Location = new System.Drawing.Point(35, 123);
this.btIO0On.Name = "btIO0On";
this.btIO0On.Size = new System.Drawing.Size(72, 20);
this.btIO0On.TabIndex = 6;
this.btIO0On.Text = "IO 0 On";
this.btIO0On.Click += new System.EventHandler(this.btIO0On_Click);
//
// btReadIO9
//
this.btReadIO9.Location = new System.Drawing.Point(35, 164);
this.btReadIO9.Name = "btReadIO9";
this.btReadIO9.Size = new System.Drawing.Size(103, 20);
this.btReadIO9.TabIndex = 7;
this.btReadIO9.Text = "Read IO 9";
this.btReadIO9.Click += new System.EventHandler(this.btReadIO9_Click);
//
// lblReadIO9
//
this.lblReadIO9.Location = new System.Drawing.Point(165, 164);
this.lblReadIO9.Name = "lblReadIO9";
this.lblReadIO9.Size = new System.Drawing.Size(69, 20);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(638, 455);
this.Controls.Add(this.lblReadIO9);
this.Controls.Add(this.btReadIO9);
this.Controls.Add(this.btIO0On);
this.Controls.Add(this.btIO0Off);
this.Controls.Add(this.lblAD1);
this.Controls.Add(this.lblAD0);
this.Controls.Add(this.btAD1);
this.Controls.Add(this.btAD0);
this.Name = "Form1";
this.Text = "Form1";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btAD0;
private System.Windows.Forms.Button btAD1;
private System.Windows.Forms.Label lblAD0;
private System.Windows.Forms.Label lblAD1;
private System.Windows.Forms.Button btIO0Off;
private System.Windows.Forms.Button btIO0On;
private System.Windows.Forms.Button btReadIO9;
private System.Windows.Forms.Label lblReadIO9;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -