소스 검색

增加升级按钮 版本号升级23→24

林勇 冯 3 년 전
부모
커밋
fc686c036b
4개의 변경된 파일222개의 추가작업 그리고 169개의 파일을 삭제
  1. 170 151
      IBOSS.PRD/F_SYS_0102.Designer.cs
  2. 30 1
      IBOSS.PRD/F_SYS_0102.cs
  3. 20 15
      IBOSS.PRD/F_SYS_0102.resx
  4. 2 2
      IBOSS.PRD/Properties/AssemblyInfo.cs

+ 170 - 151
IBOSS.PRD/F_SYS_0102.Designer.cs

@@ -28,164 +28,182 @@
         /// </summary>
         private void InitializeComponent()
         {
-            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SYS_0102));
-            this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
-            this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
-            this.gbxNetworkAddress = new System.Windows.Forms.GroupBox();
-            this.btnTest = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
-            this.txtPort = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
-            this.txtIP = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
-            this.lblPort = new System.Windows.Forms.Label();
-            this.lblIP = new System.Windows.Forms.Label();
-            this.gbxNetworkAddress.SuspendLayout();
-            this.SuspendLayout();
-            // 
-            // btnCancel
-            // 
-            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.btnCancel.BackColor = System.Drawing.Color.Transparent;
-            this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
-            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
-            this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnCancel.ForeColor = System.Drawing.Color.White;
-            this.btnCancel.Location = new System.Drawing.Point(239, 122);
-            this.btnCancel.Name = "btnCancel";
-            this.btnCancel.Size = new System.Drawing.Size(85, 30);
-            this.btnCancel.TabIndex = 1;
-            this.btnCancel.Text = "取消";
-            this.btnCancel.UseVisualStyleBackColor = false;
-            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
-            // 
-            // btnSave
-            // 
-            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.btnSave.BackColor = System.Drawing.Color.Transparent;
-            this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
-            this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnSave.ForeColor = System.Drawing.Color.White;
-            this.btnSave.Location = new System.Drawing.Point(148, 122);
-            this.btnSave.Name = "btnSave";
-            this.btnSave.Size = new System.Drawing.Size(85, 30);
-            this.btnSave.TabIndex = 0;
-            this.btnSave.Text = "保存";
-            this.btnSave.UseVisualStyleBackColor = false;
-            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
-            // 
-            // gbxNetworkAddress
-            // 
-            this.gbxNetworkAddress.BackColor = System.Drawing.Color.Transparent;
-            this.gbxNetworkAddress.Controls.Add(this.btnTest);
-            this.gbxNetworkAddress.Controls.Add(this.txtPort);
-            this.gbxNetworkAddress.Controls.Add(this.txtIP);
-            this.gbxNetworkAddress.Controls.Add(this.lblPort);
-            this.gbxNetworkAddress.Controls.Add(this.lblIP);
-            this.gbxNetworkAddress.Location = new System.Drawing.Point(12, 12);
-            this.gbxNetworkAddress.Name = "gbxNetworkAddress";
-            this.gbxNetworkAddress.Size = new System.Drawing.Size(312, 101);
-            this.gbxNetworkAddress.TabIndex = 6;
-            this.gbxNetworkAddress.TabStop = false;
-            this.gbxNetworkAddress.Text = "系统服务器设置";
-            // 
-            // btnTest
-            // 
-            this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.btnTest.BackColor = System.Drawing.Color.Transparent;
-            this.btnTest.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnTest.BackgroundImage")));
-            this.btnTest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnTest.ForeColor = System.Drawing.Color.White;
-            this.btnTest.Location = new System.Drawing.Point(198, 55);
-            this.btnTest.Name = "btnTest";
-            this.btnTest.Size = new System.Drawing.Size(85, 30);
-            this.btnTest.TabIndex = 2;
-            this.btnTest.Text = "测试";
-            this.btnTest.UseVisualStyleBackColor = false;
-            this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
-            // 
-            // txtPort
-            // 
-            this.txtPort.AllowNegative = false;
-            this.txtPort.AllowZero = false;
-            this.txtPort.BackColor = System.Drawing.SystemColors.Window;
-            this.txtPort.BackgroundColor = System.Drawing.SystemColors.Window;
-            this.txtPort.ErrorMessage = "";
-            this.txtPort.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtPort.HasComma = false;
-            this.txtPort.ImeMode = System.Windows.Forms.ImeMode.Off;
-            this.txtPort.Location = new System.Drawing.Point(77, 60);
-            this.txtPort.MaxLength = 5;
-            this.txtPort.MaxValue = new decimal(new int[] {
+			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SYS_0102));
+			this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
+			this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
+			this.gbxNetworkAddress = new System.Windows.Forms.GroupBox();
+			this.btnTest = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
+			this.txtPort = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
+			this.txtIP = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
+			this.lblPort = new System.Windows.Forms.Label();
+			this.lblIP = new System.Windows.Forms.Label();
+			this.btnUpdate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
+			this.gbxNetworkAddress.SuspendLayout();
+			this.SuspendLayout();
+			// 
+			// btnCancel
+			// 
+			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+			this.btnCancel.BackColor = System.Drawing.Color.Transparent;
+			this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
+			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+			this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+			this.btnCancel.ForeColor = System.Drawing.Color.White;
+			this.btnCancel.Location = new System.Drawing.Point(239, 122);
+			this.btnCancel.Name = "btnCancel";
+			this.btnCancel.Size = new System.Drawing.Size(85, 30);
+			this.btnCancel.TabIndex = 1;
+			this.btnCancel.Text = "取消";
+			this.btnCancel.UseVisualStyleBackColor = false;
+			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
+			// 
+			// btnSave
+			// 
+			this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+			this.btnSave.BackColor = System.Drawing.Color.Transparent;
+			this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
+			this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+			this.btnSave.ForeColor = System.Drawing.Color.White;
+			this.btnSave.Location = new System.Drawing.Point(148, 122);
+			this.btnSave.Name = "btnSave";
+			this.btnSave.Size = new System.Drawing.Size(85, 30);
+			this.btnSave.TabIndex = 0;
+			this.btnSave.Text = "保存";
+			this.btnSave.UseVisualStyleBackColor = false;
+			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
+			// 
+			// gbxNetworkAddress
+			// 
+			this.gbxNetworkAddress.BackColor = System.Drawing.Color.Transparent;
+			this.gbxNetworkAddress.Controls.Add(this.btnTest);
+			this.gbxNetworkAddress.Controls.Add(this.txtPort);
+			this.gbxNetworkAddress.Controls.Add(this.txtIP);
+			this.gbxNetworkAddress.Controls.Add(this.lblPort);
+			this.gbxNetworkAddress.Controls.Add(this.lblIP);
+			this.gbxNetworkAddress.Location = new System.Drawing.Point(12, 12);
+			this.gbxNetworkAddress.Name = "gbxNetworkAddress";
+			this.gbxNetworkAddress.Size = new System.Drawing.Size(312, 101);
+			this.gbxNetworkAddress.TabIndex = 6;
+			this.gbxNetworkAddress.TabStop = false;
+			this.gbxNetworkAddress.Text = "系统服务器设置";
+			// 
+			// btnTest
+			// 
+			this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+			this.btnTest.BackColor = System.Drawing.Color.Transparent;
+			this.btnTest.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnTest.BackgroundImage")));
+			this.btnTest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+			this.btnTest.ForeColor = System.Drawing.Color.White;
+			this.btnTest.Location = new System.Drawing.Point(198, 55);
+			this.btnTest.Name = "btnTest";
+			this.btnTest.Size = new System.Drawing.Size(85, 30);
+			this.btnTest.TabIndex = 2;
+			this.btnTest.Text = "测试";
+			this.btnTest.UseVisualStyleBackColor = false;
+			this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
+			// 
+			// txtPort
+			// 
+			this.txtPort.AllowNegative = false;
+			this.txtPort.AllowZero = false;
+			this.txtPort.BackColor = System.Drawing.SystemColors.Window;
+			this.txtPort.BackgroundColor = System.Drawing.SystemColors.Window;
+			this.txtPort.ErrorMessage = "";
+			this.txtPort.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+			this.txtPort.HasComma = false;
+			this.txtPort.ImeMode = System.Windows.Forms.ImeMode.Off;
+			this.txtPort.Location = new System.Drawing.Point(77, 60);
+			this.txtPort.MaxLength = 5;
+			this.txtPort.MaxValue = new decimal(new int[] {
             99999,
             0,
             0,
             0});
-            this.txtPort.MinValue = new decimal(new int[] {
+			this.txtPort.MinValue = new decimal(new int[] {
             0,
             0,
             0,
             0});
-            this.txtPort.Name = "txtPort";
-            this.txtPort.Number = new System.Drawing.Point(5, 0);
-            this.txtPort.ShowDecimal = false;
-            this.txtPort.Size = new System.Drawing.Size(105, 21);
-            this.txtPort.TabIndex = 1;
-            this.txtPort.TextValue = "";
-            // 
-            // txtIP
-            // 
-            this.txtIP.BackColor = System.Drawing.SystemColors.Window;
-            this.txtIP.BackgroundColor = System.Drawing.SystemColors.Window;
-            this.txtIP.ErrorMessage = "";
-            this.txtIP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtIP.Location = new System.Drawing.Point(77, 25);
-            this.txtIP.Name = "txtIP";
-            this.txtIP.Size = new System.Drawing.Size(206, 21);
-            this.txtIP.TabIndex = 0;
-            // 
-            // lblPort
-            // 
-            this.lblPort.AutoSize = true;
-            this.lblPort.BackColor = System.Drawing.Color.Transparent;
-            this.lblPort.Location = new System.Drawing.Point(6, 64);
-            this.lblPort.Name = "lblPort";
-            this.lblPort.Size = new System.Drawing.Size(65, 12);
-            this.lblPort.TabIndex = 2;
-            this.lblPort.Text = "服务器端口";
-            // 
-            // lblIP
-            // 
-            this.lblIP.AutoSize = true;
-            this.lblIP.BackColor = System.Drawing.Color.Transparent;
-            this.lblIP.Location = new System.Drawing.Point(6, 28);
-            this.lblIP.Name = "lblIP";
-            this.lblIP.Size = new System.Drawing.Size(65, 12);
-            this.lblIP.TabIndex = 0;
-            this.lblIP.Text = "服务器地址";
-            // 
-            // F_SYS_0102
-            // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.CancelButton = this.btnCancel;
-            this.ClientSize = new System.Drawing.Size(338, 177);
-            this.Controls.Add(this.btnCancel);
-            this.Controls.Add(this.btnSave);
-            this.Controls.Add(this.gbxNetworkAddress);
-            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
-            this.IsSaveFormSize = false;
-            this.MaximizeBox = false;
-            this.MinimizeBox = false;
-            this.Name = "F_SYS_0102";
-            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
-            this.StatusSizingGrip = false;
-            this.Text = "F_SYS_0102";
-            this.Load += new System.EventHandler(this.F_SYS_0102_Load);
-            this.Controls.SetChildIndex(this.gbxNetworkAddress, 0);
-            this.Controls.SetChildIndex(this.btnSave, 0);
-            this.Controls.SetChildIndex(this.btnCancel, 0);
-            this.gbxNetworkAddress.ResumeLayout(false);
-            this.gbxNetworkAddress.PerformLayout();
-            this.ResumeLayout(false);
-            this.PerformLayout();
+			this.txtPort.Name = "txtPort";
+			this.txtPort.Number = new System.Drawing.Point(5, 0);
+			this.txtPort.ShowDecimal = false;
+			this.txtPort.Size = new System.Drawing.Size(105, 21);
+			this.txtPort.TabIndex = 1;
+			this.txtPort.TextValue = "";
+			// 
+			// txtIP
+			// 
+			this.txtIP.BackColor = System.Drawing.SystemColors.Window;
+			this.txtIP.BackgroundColor = System.Drawing.SystemColors.Window;
+			this.txtIP.ErrorMessage = "";
+			this.txtIP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+			this.txtIP.Location = new System.Drawing.Point(77, 25);
+			this.txtIP.Name = "txtIP";
+			this.txtIP.Size = new System.Drawing.Size(206, 21);
+			this.txtIP.TabIndex = 0;
+			// 
+			// lblPort
+			// 
+			this.lblPort.AutoSize = true;
+			this.lblPort.BackColor = System.Drawing.Color.Transparent;
+			this.lblPort.Location = new System.Drawing.Point(6, 64);
+			this.lblPort.Name = "lblPort";
+			this.lblPort.Size = new System.Drawing.Size(65, 12);
+			this.lblPort.TabIndex = 2;
+			this.lblPort.Text = "服务器端口";
+			// 
+			// lblIP
+			// 
+			this.lblIP.AutoSize = true;
+			this.lblIP.BackColor = System.Drawing.Color.Transparent;
+			this.lblIP.Location = new System.Drawing.Point(6, 28);
+			this.lblIP.Name = "lblIP";
+			this.lblIP.Size = new System.Drawing.Size(65, 12);
+			this.lblIP.TabIndex = 0;
+			this.lblIP.Text = "服务器地址";
+			// 
+			// btnUpdate
+			// 
+			this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+			this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
+			this.btnUpdate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpdate.BackgroundImage")));
+			this.btnUpdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+			this.btnUpdate.ForeColor = System.Drawing.Color.White;
+			this.btnUpdate.Location = new System.Drawing.Point(57, 122);
+			this.btnUpdate.Name = "btnUpdate";
+			this.btnUpdate.Size = new System.Drawing.Size(85, 30);
+			this.btnUpdate.TabIndex = 8;
+			this.btnUpdate.Text = "升级(&U)";
+			this.btnUpdate.UseVisualStyleBackColor = false;
+			this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
+			// 
+			// F_SYS_0102
+			// 
+			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
+			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+			this.CancelButton = this.btnCancel;
+			this.ClientSize = new System.Drawing.Size(338, 177);
+			this.Controls.Add(this.btnUpdate);
+			this.Controls.Add(this.btnCancel);
+			this.Controls.Add(this.btnSave);
+			this.Controls.Add(this.gbxNetworkAddress);
+			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+			this.IsSaveFormSize = false;
+			this.MaximizeBox = false;
+			this.MinimizeBox = false;
+			this.Name = "F_SYS_0102";
+			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+			this.StatusSizingGrip = false;
+			this.Text = "F_SYS_0102";
+			this.Load += new System.EventHandler(this.F_SYS_0102_Load);
+			this.Controls.SetChildIndex(this.gbxNetworkAddress, 0);
+			this.Controls.SetChildIndex(this.btnSave, 0);
+			this.Controls.SetChildIndex(this.btnCancel, 0);
+			this.Controls.SetChildIndex(this.btnUpdate, 0);
+			this.gbxNetworkAddress.ResumeLayout(false);
+			this.gbxNetworkAddress.PerformLayout();
+			this.ResumeLayout(false);
+			this.PerformLayout();
 
         }
 
@@ -199,5 +217,6 @@
         private Basics.BaseControls.C_Button btnTest;
         private Basics.BaseControls.C_Button btnSave;
         private Basics.BaseControls.C_Button btnCancel;
-    }
+		private Basics.BaseControls.C_Button btnUpdate;
+	}
 }

+ 30 - 1
IBOSS.PRD/F_SYS_0102.cs

@@ -13,6 +13,7 @@ using System.IO;
 using System.Reflection;
 using System.Text.RegularExpressions;
 using System.Windows.Forms;
+using System.Diagnostics;
 
 using Dongke.IBOSS.PRD.Basics.BaseControls;
 using Dongke.IBOSS.PRD.Basics.BaseResources;
@@ -183,6 +184,34 @@ namespace Dongke.IBOSS.PRD.Client
             this.Close();
         }
 
+        /// <summary>
+        /// 手动升级功能
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void btnUpdate_Click(object sender, EventArgs e)
+        {
+            try
+            {
+                DialogResult dres = MessageBox.Show("是否进行手动升级操作?",
+                    Text,
+                    MessageBoxButtons.YesNo,
+                    MessageBoxIcon.Question,
+                    MessageBoxDefaultButton.Button1);
+
+                if (dres.Equals(DialogResult.Yes))
+                {
+                    Application.Exit();
+                    Process.Start(AppDomain.CurrentDomain.BaseDirectory + "AutoUpgrade.exe", "IBOSSPRD.exe ");
+                }
+            }
+            catch (Exception ex)
+            {
+                // 对异常进行共通处理
+                ExceptionManager.HandleEventException(this.ToString(),
+                    MethodBase.GetCurrentMethod().Name, this.Text, ex);
+            }
+        }
         #endregion
 
         #region 方法私有
@@ -259,5 +288,5 @@ namespace Dongke.IBOSS.PRD.Client
         }
 
         #endregion
-    }
+	}
 }

+ 20 - 15
IBOSS.PRD/F_SYS_0102.resx

@@ -120,29 +120,34 @@
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   <data name="btnCancel.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
-        iVBORw0KGgoAAAANSUhEUgAAAFUAAAAeCAYAAABdalL1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
-        YQUAAAAJcEhZcwAADrwAAA68AZW8ckkAAAC8SURBVGhD7dihEcQgEEZhGkSicbSARVEQFdALjiY2g7jL
-        nd5dkckTNPDN/xiSUEoRjt6g9y5zTtl7SwBUD3oMQXWoE1RQbfL0vuZYKktlqa99npE/+ZM/+fNFZVcB
-        dyp3qt2aPD8A/paacxaO3qC1dv+lAlQPegxBdagTVAfUWuudf0pJOHqDD+paSwKgetBjCKpDnaCCapOn
-        9zXHUlkqS33t84z8yf85+Y8xhMe/4WJP/l/UGKNw9Aa/qBc8hkQFRRsgcgAAAABJRU5ErkJggg==
+        iVBORw0KGgoAAAANSUhEUgAAAFUAAAAeCAYAAABdalL1AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        vAAADrwBlbxySQAAAI5JREFUaEPt0KERxCAUQMFrEImOowUsioJSAb3gaOLfnLjJRMNzT2wD+ymlhPb1
+        3mOMEWutMPUQUwGmAkwFmAowFWAqwFSAqQBTAaYCTAWYCnilXtcV2tdaM/U0UwGmAmqtT2rOObTvnzrn
+        NPUUUwGmAkwFmAowFWAqwFSAqYBf6n3fpp70Sk0phfY9qTO+PIZEBQZ3CrAAAAAASUVORK5CYII=
 </value>
   </data>
   <data name="btnSave.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
-        iVBORw0KGgoAAAANSUhEUgAAAFUAAAAeCAYAAABdalL1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
-        YQUAAAAJcEhZcwAADrwAAA68AZW8ckkAAAC8SURBVGhD7dihEcQgEEZhGkSicbSARVEQFdALjiY2g7jL
-        nd5dkckTNPDN/xiSUEoRjt6g9y5zTtl7SwBUD3oMQXWoE1RQbfL0vuZYKktlqa99npE/+ZM/+fNFZVcB
-        dyp3qt2aPD8A/paacxaO3qC1dv+lAlQPegxBdagTVAfUWuudf0pJOHqDD+paSwKgetBjCKpDnaCCapOn
-        9zXHUlkqS33t84z8yf85+Y8xhMe/4WJP/l/UGKNw9Aa/qBc8hkQFRRsgcgAAAABJRU5ErkJggg==
+        iVBORw0KGgoAAAANSUhEUgAAAFUAAAAeCAYAAABdalL1AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        vAAADrwBlbxySQAAAI5JREFUaEPt0KERxCAUQMFrEImOowUsioJSAb3gaOLfnLjJRMNzT2wD+ymlhPb1
+        3mOMEWutMPUQUwGmAkwFmAowFWAqwFSAqQBTAaYCTAWYCnilXtcV2tdaM/U0UwGmAmqtT2rOObTvnzrn
+        NPUUUwGmAkwFmAowFWAqwFSAqYBf6n3fpp70Sk0phfY9qTO+PIZEBQZ3CrAAAAAASUVORK5CYII=
 </value>
   </data>
   <data name="btnTest.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
-        iVBORw0KGgoAAAANSUhEUgAAAFUAAAAeCAYAAABdalL1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
-        YQUAAAAJcEhZcwAADrwAAA68AZW8ckkAAAC8SURBVGhD7dihEcQgEEZhGkSicbSARVEQFdALjiY2g7jL
-        nd5dkckTNPDN/xiSUEoRjt6g9y5zTtl7SwBUD3oMQXWoE1RQbfL0vuZYKktlqa99npE/+ZM/+fNFZVcB
-        dyp3qt2aPD8A/paacxaO3qC1dv+lAlQPegxBdagTVAfUWuudf0pJOHqDD+paSwKgetBjCKpDnaCCapOn
-        9zXHUlkqS33t84z8yf85+Y8xhMe/4WJP/l/UGKNw9Aa/qBc8hkQFRRsgcgAAAABJRU5ErkJggg==
+        iVBORw0KGgoAAAANSUhEUgAAAFUAAAAeCAYAAABdalL1AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        vAAADrwBlbxySQAAAI5JREFUaEPt0KERxCAUQMFrEImOowUsioJSAb3gaOLfnLjJRMNzT2wD+ymlhPb1
+        3mOMEWutMPUQUwGmAkwFmAowFWAqwFSAqQBTAaYCTAWYCnilXtcV2tdaM/U0UwGmAmqtT2rOObTvnzrn
+        NPUUUwGmAkwFmAowFWAqwFSAqYBf6n3fpp70Sk0phfY9qTO+PIZEBQZ3CrAAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="btnUpdate.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAFUAAAAeCAYAAABdalL1AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        vAAADrwBlbxySQAAAI5JREFUaEPt0KERxCAUQMFrEImOowUsioJSAb3gaOLfnLjJRMNzT2wD+ymlhPb1
+        3mOMEWutMPUQUwGmAkwFmAowFWAqwFSAqQBTAaYCTAWYCnilXtcV2tdaM/U0UwGmAmqtT2rOObTvnzrn
+        NPUUUwGmAkwFmAowFWAqwFSAqYBf6n3fpp70Sk0phfY9qTO+PIZEBQZ3CrAAAAAASUVORK5CYII=
 </value>
   </data>
 </root>

+ 2 - 2
IBOSS.PRD/Properties/AssemblyInfo.cs

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
 // 方法是按如下所示使用“*”: 
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.3.20.0423")]
-[assembly: AssemblyFileVersion("1.3.20.0423")]
+[assembly: AssemblyVersion("1.3.20.0424")]
+[assembly: AssemblyFileVersion("1.3.20.0424")]