StableVersion4.3/HL_FrisAidPlat_Register/Form_Main.Designer.cs

156 lines
6.6 KiB
C#

namespace HL_FrisAidPlat_Register
{
partial class Form_Main
{
/// <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_Main));
this.lbRegistInfo = new System.Windows.Forms.Label();
this.btnRegist = new System.Windows.Forms.Button();
this.textBox_RegCode = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textBox_Authorization = new System.Windows.Forms.TextBox();
this.dateTime_End = new System.Windows.Forms.DateTimePicker();
this.textBox_Name = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lbRegistInfo
//
this.lbRegistInfo.AutoSize = true;
this.lbRegistInfo.Location = new System.Drawing.Point(11, 18);
this.lbRegistInfo.Name = "lbRegistInfo";
this.lbRegistInfo.Size = new System.Drawing.Size(65, 12);
this.lbRegistInfo.TabIndex = 0;
this.lbRegistInfo.Text = "结束日期:";
//
// btnRegist
//
this.btnRegist.Location = new System.Drawing.Point(362, 232);
this.btnRegist.Name = "btnRegist";
this.btnRegist.Size = new System.Drawing.Size(75, 23);
this.btnRegist.TabIndex = 8;
this.btnRegist.Text = "注册";
this.btnRegist.UseVisualStyleBackColor = true;
this.btnRegist.Click += new System.EventHandler(this.btnRegist_Click);
//
// textBox_RegCode
//
this.textBox_RegCode.Location = new System.Drawing.Point(77, 137);
this.textBox_RegCode.Multiline = true;
this.textBox_RegCode.Name = "textBox_RegCode";
this.textBox_RegCode.Size = new System.Drawing.Size(360, 79);
this.textBox_RegCode.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(23, 170);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 6;
this.label2.Text = "注册码:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(23, 100);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 12;
this.label3.Text = "授权码:";
//
// textBox_Authorization
//
this.textBox_Authorization.Location = new System.Drawing.Point(77, 96);
this.textBox_Authorization.Name = "textBox_Authorization";
this.textBox_Authorization.Size = new System.Drawing.Size(360, 21);
this.textBox_Authorization.TabIndex = 13;
//
// dateTime_End
//
this.dateTime_End.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTime_End.Location = new System.Drawing.Point(77, 14);
this.dateTime_End.Name = "dateTime_End";
this.dateTime_End.Size = new System.Drawing.Size(140, 21);
this.dateTime_End.TabIndex = 14;
//
// textBox_Name
//
this.textBox_Name.Location = new System.Drawing.Point(77, 55);
this.textBox_Name.Name = "textBox_Name";
this.textBox_Name.Size = new System.Drawing.Size(360, 21);
this.textBox_Name.TabIndex = 17;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 59);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 16;
this.label4.Text = "医院名称:";
//
// Form_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(455, 269);
this.Controls.Add(this.textBox_Name);
this.Controls.Add(this.label4);
this.Controls.Add(this.dateTime_End);
this.Controls.Add(this.textBox_Authorization);
this.Controls.Add(this.label3);
this.Controls.Add(this.btnRegist);
this.Controls.Add(this.textBox_RegCode);
this.Controls.Add(this.label2);
this.Controls.Add(this.lbRegistInfo);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "注册服务器";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbRegistInfo;
private System.Windows.Forms.Button btnRegist;
private System.Windows.Forms.TextBox textBox_RegCode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox_Authorization;
private System.Windows.Forms.DateTimePicker dateTime_End;
private System.Windows.Forms.TextBox textBox_Name;
private System.Windows.Forms.Label label4;
}
}