ソースを参照

【版本:3.0.6.8】将中途所有NG弹框去掉,只有在最后NG时弹提示框。

sat23 3 年 前
コミット
c18af672ae
3 ファイル変更12 行追加10 行削除
  1. 1 1
      Packagescript/setup without net40.nsi
  2. 1 1
      Packagescript/setup.nsi
  3. 10 8
      Views/Verify.Designer.cs

+ 1 - 1
Packagescript/setup without net40.nsi

@@ -4,7 +4,7 @@ ${StrRep}
 
 ; °²×°³ÌÐò³õʼ¶¨Òå³£Á¿
 !define PRODUCT_NAME "MOKA Factory Tools"
-!define PRODUCT_VERSION "3.0.6.7"
+!define PRODUCT_VERSION "3.0.6.8"
 !define PRODUCT_PUBLISHER "MOKA"
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\MOKA Factory Tools.exe"
 !define UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall"

+ 1 - 1
Packagescript/setup.nsi

@@ -4,7 +4,7 @@ ${StrRep}
 
 ; °²×°³ÌÐò³õʼ¶¨Òå³£Á¿
 !define PRODUCT_NAME "MOKA Factory Tools"
-!define PRODUCT_VERSION "3.0.6.7"
+!define PRODUCT_VERSION "3.0.6.8"
 !define PRODUCT_PUBLISHER "MOKA"
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\MOKA Factory Tools.exe"
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"

+ 10 - 8
Views/Verify.Designer.cs

@@ -39,22 +39,25 @@
             this.LB_MSG.BackColor = System.Drawing.Color.Transparent;
             this.LB_MSG.BorderColor = System.Drawing.Color.White;
             this.LB_MSG.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.LB_MSG.Location = new System.Drawing.Point(42, 59);
-            this.LB_MSG.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.LB_MSG.Location = new System.Drawing.Point(32, 47);
             this.LB_MSG.Name = "LB_MSG";
-            this.LB_MSG.Size = new System.Drawing.Size(435, 90);
+            this.LB_MSG.Size = new System.Drawing.Size(326, 72);
             this.LB_MSG.TabIndex = 0;
             // 
             // BT_OK
             // 
             this.BT_OK.BackColor = System.Drawing.Color.Transparent;
+            this.BT_OK.BaseColor = System.Drawing.Color.Red;
+            this.BT_OK.BorderColor = System.Drawing.Color.Red;
             this.BT_OK.ControlState = CCWin.SkinClass.ControlState.Normal;
             this.BT_OK.DownBack = null;
-            this.BT_OK.Location = new System.Drawing.Point(392, 157);
+            this.BT_OK.DownBaseColor = System.Drawing.Color.Yellow;
+            this.BT_OK.Location = new System.Drawing.Point(294, 126);
+            this.BT_OK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
             this.BT_OK.MouseBack = null;
             this.BT_OK.Name = "BT_OK";
             this.BT_OK.NormlBack = null;
-            this.BT_OK.Size = new System.Drawing.Size(111, 38);
+            this.BT_OK.Size = new System.Drawing.Size(83, 30);
             this.BT_OK.TabIndex = 1;
             this.BT_OK.Text = "确定";
             this.BT_OK.UseVisualStyleBackColor = false;
@@ -62,18 +65,17 @@
             // 
             // Verify
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
             this.CanResize = false;
             this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
             this.CaptionBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
-            this.ClientSize = new System.Drawing.Size(523, 210);
+            this.ClientSize = new System.Drawing.Size(392, 168);
             this.ControlBox = false;
             this.Controls.Add(this.BT_OK);
             this.Controls.Add(this.LB_MSG);
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
-            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.MaximizeBox = false;
             this.MinimizeBox = false;
             this.Name = "Verify";