|
|
@@ -45,7 +45,7 @@ namespace CNAS_DBSync |
|
|
|
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.Size = new System.Drawing.Size(69, 20); |
|
|
|
this.lblActivationCode.TabIndex = 2; |
|
|
|
this.lblActivationCode.Text = "激活码:"; |
|
|
|
// |
|
|
@@ -55,12 +55,12 @@ namespace CNAS_DBSync |
|
|
|
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.Size = new System.Drawing.Size(840, 225); |
|
|
|
this.txtActivationCode.TabIndex = 0; |
|
|
|
// |
|
|
|
// btnActivate |
|
|
|
// |
|
|
|
this.btnActivate.Location = new System.Drawing.Point(250, 310); |
|
|
|
this.btnActivate.Location = new System.Drawing.Point(370, 460); |
|
|
|
this.btnActivate.Name = "btnActivate"; |
|
|
|
this.btnActivate.Size = new System.Drawing.Size(100, 30); |
|
|
|
this.btnActivate.TabIndex = 3; |
|
|
@@ -76,7 +76,7 @@ namespace CNAS_DBSync |
|
|
|
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.Size = new System.Drawing.Size(129, 23); |
|
|
|
this.lnkDownloadCode.TabIndex = 4; |
|
|
|
this.lnkDownloadCode.TabStop = true; |
|
|
|
this.lnkDownloadCode.Text = "下载机器识别码"; |
|
|
@@ -84,9 +84,9 @@ namespace CNAS_DBSync |
|
|
|
// |
|
|
|
// ActivationForm |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(600, 360); |
|
|
|
this.ClientSize = new System.Drawing.Size(909, 563); |
|
|
|
this.Controls.Add(this.lblTitle); |
|
|
|
this.Controls.Add(this.lblDescription); |
|
|
|
this.Controls.Add(this.lblActivationCode); |
|
|
|