StableVersion4.3/HL_FrisAidPlat_Register_Client/FormMain.Designer.cs

137 lines
5.5 KiB
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FrisAidPlat_Register_Client
{
partial class FormMain
{
/// <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(FormMain));
this.btnMac = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox_Reg = new System.Windows.Forms.TextBox();
this.button_Reg = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnMac
//
this.btnMac.Location = new System.Drawing.Point(301, 39);
this.btnMac.Name = "btnMac";
this.btnMac.Size = new System.Drawing.Size(75, 23);
this.btnMac.TabIndex = 0;
this.btnMac.Text = "生成授权码";
this.btnMac.UseVisualStyleBackColor = true;
this.btnMac.Click += new System.EventHandler(this.btnMac_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(79, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(295, 21);
this.textBox1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 16);
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(23, 94);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 5;
this.label2.Text = "注册码:";
//
// textBox_Reg
//
this.textBox_Reg.Location = new System.Drawing.Point(79, 68);
this.textBox_Reg.Multiline = true;
this.textBox_Reg.Name = "textBox_Reg";
this.textBox_Reg.Size = new System.Drawing.Size(295, 64);
this.textBox_Reg.TabIndex = 4;
//
// button_Reg
//
this.button_Reg.Location = new System.Drawing.Point(301, 138);
this.button_Reg.Name = "button_Reg";
this.button_Reg.Size = new System.Drawing.Size(75, 23);
this.button_Reg.TabIndex = 3;
this.button_Reg.Text = "注册";
this.button_Reg.UseVisualStyleBackColor = true;
this.button_Reg.Click += new System.EventHandler(this.button_Reg_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(79, 143);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(185, 12);
this.label3.TabIndex = 6;
this.label3.Text = "软件未注册,请联系管理员注册。";
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(392, 169);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox_Reg);
this.Controls.Add(this.button_Reg);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.btnMac);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "注册";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnMac;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_Reg;
private System.Windows.Forms.Button button_Reg;
private System.Windows.Forms.Label label3;
}
}