namespace Aitex.Core.Backend { partial class LicenseView { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.btnExport = new System.Windows.Forms.Button(); this.btnCopy = new System.Windows.Forms.Button(); this.textMachineCode = new System.Windows.Forms.TextBox(); this.textRegisterDays = new System.Windows.Forms.TextBox(); this.textKey = new System.Windows.Forms.RichTextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.btnRegister = new System.Windows.Forms.Button(); this.textLeftDays = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textRegisterDate = new System.Windows.Forms.TextBox(); this.textLastDate = new System.Windows.Forms.TextBox(); this.btnPaste = new System.Windows.Forms.Button(); this.btnImport = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.textPlcDateTime = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(38, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 3; this.label1.Text = "机器码:"; // // btnExport // this.btnExport.Location = new System.Drawing.Point(271, 22); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(75, 23); this.btnExport.TabIndex = 7; this.btnExport.Text = "导出..."; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // btnCopy // this.btnCopy.Location = new System.Drawing.Point(162, 22); this.btnCopy.Name = "btnCopy"; this.btnCopy.Size = new System.Drawing.Size(75, 23); this.btnCopy.TabIndex = 6; this.btnCopy.Text = "复制"; this.btnCopy.UseVisualStyleBackColor = true; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // textMachineCode // this.textMachineCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textMachineCode.Location = new System.Drawing.Point(40, 52); this.textMachineCode.Name = "textMachineCode"; this.textMachineCode.ReadOnly = true; this.textMachineCode.Size = new System.Drawing.Size(561, 31); this.textMachineCode.TabIndex = 5; // // textRegisterDays // this.textRegisterDays.Location = new System.Drawing.Point(145, 193); this.textRegisterDays.Name = "textRegisterDays"; this.textRegisterDays.ReadOnly = true; this.textRegisterDays.Size = new System.Drawing.Size(213, 21); this.textRegisterDays.TabIndex = 15; // // textKey // this.textKey.Location = new System.Drawing.Point(40, 321); this.textKey.Name = "textKey"; this.textKey.Size = new System.Drawing.Size(561, 190); this.textKey.TabIndex = 14; this.textKey.Text = ""; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(38, 116); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 12); this.label4.TabIndex = 13; this.label4.Text = "剩余授权天数:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(38, 196); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 12; this.label3.Text = "授权天数:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(38, 156); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 11; this.label2.Text = "注册时间:"; // // btnRegister // this.btnRegister.Location = new System.Drawing.Point(516, 292); this.btnRegister.Name = "btnRegister"; this.btnRegister.Size = new System.Drawing.Size(75, 23); this.btnRegister.TabIndex = 10; this.btnRegister.Text = "注册"; this.btnRegister.UseVisualStyleBackColor = true; this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click); // // textLeftDays // this.textLeftDays.Location = new System.Drawing.Point(145, 113); this.textLeftDays.Name = "textLeftDays"; this.textLeftDays.ReadOnly = true; this.textLeftDays.Size = new System.Drawing.Size(213, 21); this.textLeftDays.TabIndex = 16; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(38, 259); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 17; this.label5.Text = "到期日:"; // // textRegisterDate // this.textRegisterDate.Location = new System.Drawing.Point(145, 153); this.textRegisterDate.Name = "textRegisterDate"; this.textRegisterDate.ReadOnly = true; this.textRegisterDate.Size = new System.Drawing.Size(213, 21); this.textRegisterDate.TabIndex = 18; // // textLastDate // this.textLastDate.Location = new System.Drawing.Point(145, 256); this.textLastDate.Name = "textLastDate"; this.textLastDate.ReadOnly = true; this.textLastDate.Size = new System.Drawing.Size(213, 21); this.textLastDate.TabIndex = 19; // // btnPaste // this.btnPaste.Location = new System.Drawing.Point(246, 292); this.btnPaste.Name = "btnPaste"; this.btnPaste.Size = new System.Drawing.Size(75, 23); this.btnPaste.TabIndex = 20; this.btnPaste.Text = "粘贴"; this.btnPaste.UseVisualStyleBackColor = true; this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click); // // btnImport // this.btnImport.Location = new System.Drawing.Point(343, 292); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(75, 23); this.btnImport.TabIndex = 21; this.btnImport.Text = "导入..."; this.btnImport.UseVisualStyleBackColor = true; this.btnImport.Click += new System.EventHandler(this.btnImport_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(38, 303); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 22; this.label6.Text = "授权码:"; // // textPlcDateTime // this.textPlcDateTime.Location = new System.Drawing.Point(145, 224); this.textPlcDateTime.Name = "textPlcDateTime"; this.textPlcDateTime.ReadOnly = true; this.textPlcDateTime.Size = new System.Drawing.Size(213, 21); this.textPlcDateTime.TabIndex = 24; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(38, 227); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(41, 12); this.label7.TabIndex = 23; this.label7.Text = "日期:"; // // LicenseView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.textPlcDateTime); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.btnImport); this.Controls.Add(this.btnPaste); this.Controls.Add(this.textLastDate); this.Controls.Add(this.textRegisterDate); this.Controls.Add(this.label5); this.Controls.Add(this.textLeftDays); this.Controls.Add(this.textRegisterDays); this.Controls.Add(this.textKey); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.btnRegister); this.Controls.Add(this.btnExport); this.Controls.Add(this.btnCopy); this.Controls.Add(this.textMachineCode); this.Controls.Add(this.label1); this.Name = "LicenseView"; this.Size = new System.Drawing.Size(860, 560); this.Load += new System.EventHandler(this.LicenseView_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnExport; private System.Windows.Forms.Button btnCopy; private System.Windows.Forms.TextBox textMachineCode; private System.Windows.Forms.TextBox textRegisterDays; private System.Windows.Forms.RichTextBox textKey; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnRegister; private System.Windows.Forms.TextBox textLeftDays; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textRegisterDate; private System.Windows.Forms.TextBox textLastDate; private System.Windows.Forms.Button btnPaste; private System.Windows.Forms.Button btnImport; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textPlcDateTime; private System.Windows.Forms.Label label7; } }