245 lines
12 KiB
C#
245 lines
12 KiB
C#
namespace SuperMap.RealEstate.ServerLicense.Manager
|
||
{
|
||
partial class frmMain
|
||
{
|
||
/// <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.textBoxCopyright = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.textBoxProductName = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.checkBoxExpired = new System.Windows.Forms.CheckBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.textBoxExpiredDateCount = new System.Windows.Forms.TextBox();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.textBoxCopyright_En = new System.Windows.Forms.TextBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.textBoxProductName_En = new System.Windows.Forms.TextBox();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.SuspendLayout();
|
||
//
|
||
// textBoxCopyright
|
||
//
|
||
this.textBoxCopyright.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBoxCopyright.Location = new System.Drawing.Point(93, 96);
|
||
this.textBoxCopyright.Name = "textBoxCopyright";
|
||
this.textBoxCopyright.Size = new System.Drawing.Size(278, 21);
|
||
this.textBoxCopyright.TabIndex = 1;
|
||
this.textBoxCopyright.Text = "北京超图软件股份有限公司";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(22, 100);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(65, 12);
|
||
this.label1.TabIndex = 1;
|
||
this.label1.Text = "授予用户:";
|
||
//
|
||
// textBoxProductName
|
||
//
|
||
this.textBoxProductName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBoxProductName.Location = new System.Drawing.Point(94, 30);
|
||
this.textBoxProductName.Name = "textBoxProductName";
|
||
this.textBoxProductName.Size = new System.Drawing.Size(278, 21);
|
||
this.textBoxProductName.TabIndex = 2;
|
||
this.textBoxProductName.Text = "超图房产管理综合系统";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(23, 34);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(65, 12);
|
||
this.label2.TabIndex = 1;
|
||
this.label2.Text = "系统名称:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(22, 170);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(65, 12);
|
||
this.label3.TabIndex = 1;
|
||
this.label3.Text = "授权模式:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(182, 170);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(65, 12);
|
||
this.label4.TabIndex = 1;
|
||
this.label4.Text = "授权期限:";
|
||
//
|
||
// checkBoxExpired
|
||
//
|
||
this.checkBoxExpired.AutoSize = true;
|
||
this.checkBoxExpired.Location = new System.Drawing.Point(94, 168);
|
||
this.checkBoxExpired.Name = "checkBoxExpired";
|
||
this.checkBoxExpired.Size = new System.Drawing.Size(72, 16);
|
||
this.checkBoxExpired.TabIndex = 3;
|
||
this.checkBoxExpired.Text = "永久授权";
|
||
this.checkBoxExpired.UseVisualStyleBackColor = true;
|
||
this.checkBoxExpired.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button1.Location = new System.Drawing.Point(176, 207);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(115, 28);
|
||
this.button1.TabIndex = 6;
|
||
this.button1.Text = "生成授权许可(&A)";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||
this.button2.Location = new System.Drawing.Point(297, 207);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(75, 28);
|
||
this.button2.TabIndex = 0;
|
||
this.button2.Text = "退出(&E)";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// textBoxExpiredDateCount
|
||
//
|
||
this.textBoxExpiredDateCount.Location = new System.Drawing.Point(253, 166);
|
||
this.textBoxExpiredDateCount.Name = "textBoxExpiredDateCount";
|
||
this.textBoxExpiredDateCount.Size = new System.Drawing.Size(64, 21);
|
||
this.textBoxExpiredDateCount.TabIndex = 4;
|
||
this.textBoxExpiredDateCount.Text = "30";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(323, 170);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(41, 12);
|
||
this.label6.TabIndex = 1;
|
||
this.label6.Text = "(天)";
|
||
//
|
||
// textBoxCopyright_En
|
||
//
|
||
this.textBoxCopyright_En.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBoxCopyright_En.Location = new System.Drawing.Point(93, 129);
|
||
this.textBoxCopyright_En.Name = "textBoxCopyright_En";
|
||
this.textBoxCopyright_En.Size = new System.Drawing.Size(278, 21);
|
||
this.textBoxCopyright_En.TabIndex = 1;
|
||
this.textBoxCopyright_En.Text = "SuperMap Software Co., Ltd.";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(22, 133);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(65, 12);
|
||
this.label5.TabIndex = 1;
|
||
this.label5.Text = "用户英文:";
|
||
//
|
||
// textBoxProductName_En
|
||
//
|
||
this.textBoxProductName_En.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBoxProductName_En.Location = new System.Drawing.Point(93, 63);
|
||
this.textBoxProductName_En.Name = "textBoxProductName_En";
|
||
this.textBoxProductName_En.Size = new System.Drawing.Size(278, 21);
|
||
this.textBoxProductName_En.TabIndex = 2;
|
||
this.textBoxProductName_En.Text = "SuperMap RealEstate Management";
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new System.Drawing.Point(22, 67);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(65, 12);
|
||
this.label7.TabIndex = 1;
|
||
this.label7.Text = "系统英文:";
|
||
//
|
||
// frmMain
|
||
//
|
||
this.AcceptButton = this.button1;
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.CancelButton = this.button2;
|
||
this.ClientSize = new System.Drawing.Size(393, 258);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.checkBoxExpired);
|
||
this.Controls.Add(this.label6);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.label7);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label5);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.textBoxExpiredDateCount);
|
||
this.Controls.Add(this.textBoxProductName_En);
|
||
this.Controls.Add(this.textBoxProductName);
|
||
this.Controls.Add(this.textBoxCopyright_En);
|
||
this.Controls.Add(this.textBoxCopyright);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Name = "frmMain";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "授权许可管理 _超图房产软件";
|
||
this.Load += new System.EventHandler(this.frmMain_Load);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TextBox textBoxCopyright;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox textBoxProductName;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.CheckBox checkBoxExpired;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.TextBox textBoxExpiredDateCount;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.TextBox textBoxCopyright_En;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.TextBox textBoxProductName_En;
|
||
private System.Windows.Forms.Label label7;
|
||
}
|
||
}
|
||
|