87 lines
3.4 KiB
C#
87 lines
3.4 KiB
C#
namespace SLC1_N
|
|
{
|
|
partial class Form_Activate
|
|
{
|
|
/// <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(Form_Activate));
|
|
this.bt_verify = new System.Windows.Forms.Button();
|
|
this.tb_ActivateCode = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// bt_verify
|
|
//
|
|
this.bt_verify.Location = new System.Drawing.Point(176, 88);
|
|
this.bt_verify.Name = "bt_verify";
|
|
this.bt_verify.Size = new System.Drawing.Size(75, 37);
|
|
this.bt_verify.TabIndex = 0;
|
|
this.bt_verify.Text = "验证";
|
|
this.bt_verify.UseVisualStyleBackColor = true;
|
|
this.bt_verify.Click += new System.EventHandler(this.bt_verify_Click);
|
|
//
|
|
// tb_ActivateCode
|
|
//
|
|
this.tb_ActivateCode.Location = new System.Drawing.Point(114, 37);
|
|
this.tb_ActivateCode.Name = "tb_ActivateCode";
|
|
this.tb_ActivateCode.Size = new System.Drawing.Size(240, 21);
|
|
this.tb_ActivateCode.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(55, 40);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "激活码:";
|
|
//
|
|
// Form_Activate
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(413, 151);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.tb_ActivateCode);
|
|
this.Controls.Add(this.bt_verify);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Form_Activate";
|
|
this.Text = "激活";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_Activate_FormClosed);
|
|
this.Load += new System.EventHandler(this.Form_Activate_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button bt_verify;
|
|
private System.Windows.Forms.TextBox tb_ActivateCode;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |