namespace CNAS_DBSync { partial class ActivationForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.lblTitle = new System.Windows.Forms.Label(); this.lblDescription = new System.Windows.Forms.Label(); this.lblActivationCode = new System.Windows.Forms.Label(); this.txtActivationCode = new System.Windows.Forms.TextBox(); this.btnActivate = new System.Windows.Forms.Button(); this.lnkDownloadCode = new System.Windows.Forms.LinkLabel(); this.SuspendLayout(); // // lblTitle // this.lblTitle.Location = new System.Drawing.Point(0, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(100, 23); this.lblTitle.TabIndex = 0; // // lblDescription // this.lblDescription.Font = new System.Drawing.Font("微软雅黑", 10F); this.lblDescription.ForeColor = System.Drawing.Color.Red; this.lblDescription.Location = new System.Drawing.Point(20, 60); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(560, 40); this.lblDescription.TabIndex = 1; this.lblDescription.Text = "请点击上方按钮下载机器识别码,然后将机器识别码发给平台管理员申请授权文件后进行激活,激活后才可正常使用取数仪器客户端。"; // // lblActivationCode // this.lblActivationCode.AutoSize = true; this.lblActivationCode.Location = new System.Drawing.Point(20, 120); this.lblActivationCode.Name = "lblActivationCode"; this.lblActivationCode.Size = new System.Drawing.Size(82, 24); this.lblActivationCode.TabIndex = 2; this.lblActivationCode.Text = "激活码:"; // // txtActivationCode // this.txtActivationCode.Location = new System.Drawing.Point(20, 140); this.txtActivationCode.Multiline = true; this.txtActivationCode.Name = "txtActivationCode"; this.txtActivationCode.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtActivationCode.Size = new System.Drawing.Size(560, 150); this.txtActivationCode.TabIndex = 0; // // btnActivate // this.btnActivate.Location = new System.Drawing.Point(250, 310); this.btnActivate.Name = "btnActivate"; this.btnActivate.Size = new System.Drawing.Size(100, 30); this.btnActivate.TabIndex = 3; this.btnActivate.Text = "输入激活"; this.btnActivate.Click += new System.EventHandler(this.btnActivate_Click); // // lnkDownloadCode // this.lnkDownloadCode.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204))))); this.lnkDownloadCode.AutoSize = true; this.lnkDownloadCode.Font = new System.Drawing.Font("微软雅黑", 10F); this.lnkDownloadCode.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline; this.lnkDownloadCode.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204))))); this.lnkDownloadCode.Location = new System.Drawing.Point(20, 23); this.lnkDownloadCode.Name = "lnkDownloadCode"; this.lnkDownloadCode.Size = new System.Drawing.Size(152, 27); this.lnkDownloadCode.TabIndex = 4; this.lnkDownloadCode.TabStop = true; this.lnkDownloadCode.Text = "下载机器识别码"; this.lnkDownloadCode.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkDownloadCode_LinkClicked); // // ActivationForm // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 360); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblDescription); this.Controls.Add(this.lblActivationCode); this.Controls.Add(this.txtActivationCode); this.Controls.Add(this.btnActivate); this.Controls.Add(this.lnkDownloadCode); this.Font = new System.Drawing.Font("微软雅黑", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ActivationForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "下载机器识别码"; this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.Label lblActivationCode; private System.Windows.Forms.TextBox txtActivationCode; private System.Windows.Forms.Button btnActivate; private System.Windows.Forms.LinkLabel lnkDownloadCode; } }