浏览代码

修改激活码页面放大1.5倍

master
DESKTOP-58BB7H3\ZJH 4 个月前
父节点
当前提交
17ef7c0dcd
共有 10 个文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      CNAS_DBSync/ActivationForm.Designer.cs
  2. 二进制
      dll/CNAS_DBSync.exe
  3. 二进制
      dll/CnasLocalIDAL.dll
  4. 二进制
      dll/CnasSynchronousCommon.dll
  5. 二进制
      dll/CnasSynchronusClient.dll
  6. 二进制
      dll/CnasSynchronusDAL.dll
  7. 二进制
      dll/CnasSynchronusIDAL.dll
  8. 二进制
      dll/CnasSynchrousModel.dll
  9. 二进制
      dll/Newtonsoft.Json.dll
  10. 二进制
      dll/SyncLocalDAL.dll

+ 6
- 6
CNAS_DBSync/ActivationForm.Designer.cs 查看文件

@@ -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);


二进制
dll/CNAS_DBSync.exe 查看文件


二进制
dll/CnasLocalIDAL.dll 查看文件


二进制
dll/CnasSynchronousCommon.dll 查看文件


二进制
dll/CnasSynchronusClient.dll 查看文件


二进制
dll/CnasSynchronusDAL.dll 查看文件


二进制
dll/CnasSynchronusIDAL.dll 查看文件


二进制
dll/CnasSynchrousModel.dll 查看文件


二进制
dll/Newtonsoft.Json.dll 查看文件


二进制
dll/SyncLocalDAL.dll 查看文件


正在加载...
取消
保存