📄 frmregister.designer.cs
字号:
namespace cpzh
{
partial class frmRegister
{
/// <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.btnRegister = new System.Windows.Forms.Button();
this.btnColse = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lbMachineNo = new System.Windows.Forms.Label();
this.tbRegisterNo = new System.Windows.Forms.TextBox();
this.tbAnnounce = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnRegister
//
this.btnRegister.Location = new System.Drawing.Point(132, 146);
this.btnRegister.Name = "btnRegister";
this.btnRegister.Size = new System.Drawing.Size(63, 23);
this.btnRegister.TabIndex = 0;
this.btnRegister.Text = "注 册";
this.btnRegister.UseVisualStyleBackColor = true;
this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
//
// btnColse
//
this.btnColse.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnColse.Location = new System.Drawing.Point(201, 146);
this.btnColse.Name = "btnColse";
this.btnColse.Size = new System.Drawing.Size(63, 23);
this.btnColse.TabIndex = 1;
this.btnColse.Text = "取 消";
this.btnColse.UseVisualStyleBackColor = true;
this.btnColse.Click += new System.EventHandler(this.btnColse_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 2;
this.label1.Text = "机器码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "注册码:";
//
// lbMachineNo
//
this.lbMachineNo.AutoSize = true;
this.lbMachineNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.lbMachineNo.Location = new System.Drawing.Point(57, 23);
this.lbMachineNo.Name = "lbMachineNo";
this.lbMachineNo.Size = new System.Drawing.Size(41, 12);
this.lbMachineNo.TabIndex = 4;
this.lbMachineNo.Text = "label3";
//
// tbRegisterNo
//
this.tbRegisterNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.tbRegisterNo.Location = new System.Drawing.Point(57, 41);
this.tbRegisterNo.Name = "tbRegisterNo";
this.tbRegisterNo.Size = new System.Drawing.Size(210, 21);
this.tbRegisterNo.TabIndex = 0;
//
// tbAnnounce
//
this.tbAnnounce.BackColor = System.Drawing.Color.White;
this.tbAnnounce.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.tbAnnounce.Location = new System.Drawing.Point(8, 68);
this.tbAnnounce.Multiline = true;
this.tbAnnounce.Name = "tbAnnounce";
this.tbAnnounce.ReadOnly = true;
this.tbAnnounce.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tbAnnounce.Size = new System.Drawing.Size(259, 72);
this.tbAnnounce.TabIndex = 6;
//
// frmRegister
//
this.AcceptButton = this.btnRegister;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnColse;
this.ClientSize = new System.Drawing.Size(279, 179);
this.ControlBox = false;
this.Controls.Add(this.tbAnnounce);
this.Controls.Add(this.tbRegisterNo);
this.Controls.Add(this.lbMachineNo);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnColse);
this.Controls.Add(this.btnRegister);
this.KeyPreview = true;
this.MaximizeBox = false;
this.Name = "frmRegister";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "软件注册";
this.Load += new System.EventHandler(this.frmRegister_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnRegister;
private System.Windows.Forms.Button btnColse;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbMachineNo;
private System.Windows.Forms.TextBox tbRegisterNo;
private System.Windows.Forms.TextBox tbAnnounce;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -