175 lines
7.2 KiB
C#
175 lines
7.2 KiB
C#
namespace SetTools.Views
|
|
{
|
|
partial class Register
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Register));
|
|
this.sign = new System.Windows.Forms.Button();
|
|
this.exit = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.MachineNum = new System.Windows.Forms.TextBox();
|
|
this.RegNum = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.namebox = new System.Windows.Forms.TextBox();
|
|
this.passwordbox = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// sign
|
|
//
|
|
this.sign.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.sign.Location = new System.Drawing.Point(150, 350);
|
|
this.sign.Name = "sign";
|
|
this.sign.Size = new System.Drawing.Size(150, 50);
|
|
this.sign.TabIndex = 0;
|
|
this.sign.Text = "注册";
|
|
this.sign.UseVisualStyleBackColor = true;
|
|
this.sign.Click += new System.EventHandler(this.sign_Click);
|
|
//
|
|
// exit
|
|
//
|
|
this.exit.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.exit.Location = new System.Drawing.Point(550, 350);
|
|
this.exit.Name = "exit";
|
|
this.exit.Size = new System.Drawing.Size(150, 50);
|
|
this.exit.TabIndex = 2;
|
|
this.exit.Text = "退出";
|
|
this.exit.UseVisualStyleBackColor = true;
|
|
this.exit.Click += new System.EventHandler(this.exit_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label1.Location = new System.Drawing.Point(100, 209);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(82, 24);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "机器码";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label2.Location = new System.Drawing.Point(100, 269);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(82, 24);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "注册码";
|
|
//
|
|
// MachineNum
|
|
//
|
|
this.MachineNum.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.MachineNum.Location = new System.Drawing.Point(200, 206);
|
|
this.MachineNum.Name = "MachineNum";
|
|
this.MachineNum.Size = new System.Drawing.Size(538, 35);
|
|
this.MachineNum.TabIndex = 5;
|
|
//
|
|
// RegNum
|
|
//
|
|
this.RegNum.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.RegNum.Location = new System.Drawing.Point(200, 266);
|
|
this.RegNum.Name = "RegNum";
|
|
this.RegNum.Size = new System.Drawing.Size(538, 35);
|
|
this.RegNum.TabIndex = 6;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label3.Location = new System.Drawing.Point(100, 89);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(82, 24);
|
|
this.label3.TabIndex = 7;
|
|
this.label3.Text = "用户名";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label4.Location = new System.Drawing.Point(100, 149);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(82, 24);
|
|
this.label4.TabIndex = 8;
|
|
this.label4.Text = "密 码";
|
|
//
|
|
// namebox
|
|
//
|
|
this.namebox.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.namebox.Location = new System.Drawing.Point(200, 86);
|
|
this.namebox.Name = "namebox";
|
|
this.namebox.Size = new System.Drawing.Size(538, 35);
|
|
this.namebox.TabIndex = 9;
|
|
//
|
|
// passwordbox
|
|
//
|
|
this.passwordbox.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.passwordbox.Location = new System.Drawing.Point(200, 146);
|
|
this.passwordbox.Name = "passwordbox";
|
|
this.passwordbox.Size = new System.Drawing.Size(538, 35);
|
|
this.passwordbox.TabIndex = 10;
|
|
//
|
|
// Register
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(828, 444);
|
|
this.Controls.Add(this.passwordbox);
|
|
this.Controls.Add(this.namebox);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.RegNum);
|
|
this.Controls.Add(this.MachineNum);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.exit);
|
|
this.Controls.Add(this.sign);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Register";
|
|
this.Text = "注册";
|
|
this.Load += new System.EventHandler(this.Register_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button sign;
|
|
private System.Windows.Forms.Button exit;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox MachineNum;
|
|
private System.Windows.Forms.TextBox RegNum;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox namebox;
|
|
private System.Windows.Forms.TextBox passwordbox;
|
|
}
|
|
} |