📄 form1.designer.cs
字号:
namespace Ex13_16
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtPower = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtJQHM = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtBTL = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtCOM = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.labStatus = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.txtPWD = new System.Windows.Forms.TextBox();
this.txtUser = new System.Windows.Forms.TextBox();
this.txtIP = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtPower);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtJQHM);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtBTL);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtCOM);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(366, 87);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "系统信息设置";
//
// txtPower
//
this.txtPower.Location = new System.Drawing.Point(79, 59);
this.txtPower.Name = "txtPower";
this.txtPower.Size = new System.Drawing.Size(156, 21);
this.txtPower.TabIndex = 1;
this.txtPower.Text = "YIWU-IJDD-CDQW-JDWG";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(237, 65);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(125, 12);
this.label5.TabIndex = 0;
this.label5.Text = "**输入设备授权号码**";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(16, 66);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "授权号码:";
//
// txtJQHM
//
this.txtJQHM.Location = new System.Drawing.Point(79, 36);
this.txtJQHM.Name = "txtJQHM";
this.txtJQHM.ReadOnly = true;
this.txtJQHM.Size = new System.Drawing.Size(281, 21);
this.txtJQHM.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 43);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "机器号码:";
//
// txtBTL
//
this.txtBTL.Location = new System.Drawing.Point(260, 14);
this.txtBTL.Name = "txtBTL";
this.txtBTL.ReadOnly = true;
this.txtBTL.Size = new System.Drawing.Size(100, 21);
this.txtBTL.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(193, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "波特率:";
//
// txtCOM
//
this.txtCOM.Location = new System.Drawing.Point(79, 14);
this.txtCOM.Name = "txtCOM";
this.txtCOM.ReadOnly = true;
this.txtCOM.Size = new System.Drawing.Size(100, 21);
this.txtCOM.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "COM端口:";
//
// timer1
//
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// labStatus
//
this.labStatus.AutoSize = true;
this.labStatus.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labStatus.ForeColor = System.Drawing.Color.Red;
this.labStatus.Location = new System.Drawing.Point(172, 68);
this.labStatus.Name = "labStatus";
this.labStatus.Size = new System.Drawing.Size(157, 14);
this.labStatus.TabIndex = 2;
this.labStatus.Text = "信息采集中。。。。。";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.txtPWD);
this.groupBox2.Controls.Add(this.txtUser);
this.groupBox2.Controls.Add(this.txtIP);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.labStatus);
this.groupBox2.Location = new System.Drawing.Point(12, 105);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(366, 90);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "关机信息设置";
//
// button1
//
this.button1.Location = new System.Drawing.Point(253, 10);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 5;
this.button1.Text = "开启服务";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtPWD
//
this.txtPWD.Location = new System.Drawing.Point(253, 39);
this.txtPWD.Name = "txtPWD";
this.txtPWD.PasswordChar = '*';
this.txtPWD.Size = new System.Drawing.Size(86, 21);
this.txtPWD.TabIndex = 4;
this.txtPWD.Text = "110";
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(79, 39);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(86, 21);
this.txtUser.TabIndex = 4;
this.txtUser.Text = "administrator";
//
// txtIP
//
this.txtIP.Location = new System.Drawing.Point(79, 18);
this.txtIP.Name = "txtIP";
this.txtIP.Size = new System.Drawing.Size(86, 21);
this.txtIP.TabIndex = 4;
this.txtIP.Text = "192.168.1.99";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(182, 42);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 3;
this.label9.Text = "用户密码:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(16, 43);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 3;
this.label8.Text = "用户名称:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(16, 22);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 3;
this.label7.Text = "IP地址:";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(388, 201);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "利用短信远程关闭计算机";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtPower;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtJQHM;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtBTL;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtCOM;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label labStatus;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtIP;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtPWD;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.Button button1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -