Commit 392c3255 by Neo Turing

优化

parent 8c2b4dbb
...@@ -73,9 +73,9 @@ ...@@ -73,9 +73,9 @@
this.plConfigs.Controls.Add(this.gbk5); this.plConfigs.Controls.Add(this.gbk5);
this.plConfigs.Dock = System.Windows.Forms.DockStyle.Left; this.plConfigs.Dock = System.Windows.Forms.DockStyle.Left;
this.plConfigs.Location = new System.Drawing.Point(0, 0); this.plConfigs.Location = new System.Drawing.Point(0, 0);
this.plConfigs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.plConfigs.Margin = new System.Windows.Forms.Padding(2);
this.plConfigs.Name = "plConfigs"; this.plConfigs.Name = "plConfigs";
this.plConfigs.Size = new System.Drawing.Size(255, 355); this.plConfigs.Size = new System.Drawing.Size(224, 358);
this.plConfigs.TabIndex = 1; this.plConfigs.TabIndex = 1;
// //
// gbIcbc // gbIcbc
...@@ -102,20 +102,22 @@ ...@@ -102,20 +102,22 @@
this.gbIcbc.Controls.Add(this.btnNcStart); this.gbIcbc.Controls.Add(this.btnNcStart);
this.gbIcbc.Dock = System.Windows.Forms.DockStyle.Fill; this.gbIcbc.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbIcbc.Location = new System.Drawing.Point(0, 116); this.gbIcbc.Location = new System.Drawing.Point(0, 116);
this.gbIcbc.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.gbIcbc.Margin = new System.Windows.Forms.Padding(2);
this.gbIcbc.Name = "gbIcbc"; this.gbIcbc.Name = "gbIcbc";
this.gbIcbc.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.gbIcbc.Padding = new System.Windows.Forms.Padding(2);
this.gbIcbc.Size = new System.Drawing.Size(255, 239); this.gbIcbc.Size = new System.Drawing.Size(224, 242);
this.gbIcbc.TabIndex = 31; this.gbIcbc.TabIndex = 31;
this.gbIcbc.TabStop = false; this.gbIcbc.TabStop = false;
this.gbIcbc.Text = "ICBC配置"; this.gbIcbc.Text = "ICBC配置";
// //
// dtpCurrentTime // dtpCurrentTime
// //
this.dtpCurrentTime.Location = new System.Drawing.Point(69, 187); this.dtpCurrentTime.CustomFormat = "yyyy-MM-dd";
this.dtpCurrentTime.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.dtpCurrentTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpCurrentTime.Location = new System.Drawing.Point(63, 187);
this.dtpCurrentTime.Margin = new System.Windows.Forms.Padding(2);
this.dtpCurrentTime.Name = "dtpCurrentTime"; this.dtpCurrentTime.Name = "dtpCurrentTime";
this.dtpCurrentTime.Size = new System.Drawing.Size(121, 21); this.dtpCurrentTime.Size = new System.Drawing.Size(97, 21);
this.dtpCurrentTime.TabIndex = 48; this.dtpCurrentTime.TabIndex = 48;
// //
// lbCurrentTime // lbCurrentTime
...@@ -124,24 +126,24 @@ ...@@ -124,24 +126,24 @@
this.lbCurrentTime.Location = new System.Drawing.Point(9, 193); this.lbCurrentTime.Location = new System.Drawing.Point(9, 193);
this.lbCurrentTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbCurrentTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbCurrentTime.Name = "lbCurrentTime"; this.lbCurrentTime.Name = "lbCurrentTime";
this.lbCurrentTime.Size = new System.Drawing.Size(65, 12); this.lbCurrentTime.Size = new System.Drawing.Size(53, 12);
this.lbCurrentTime.TabIndex = 47; this.lbCurrentTime.TabIndex = 47;
this.lbCurrentTime.Text = "起始时间:"; this.lbCurrentTime.Text = "起:";
// //
// nudxNcInterval // nudxNcInterval
// //
this.nudxNcInterval.Location = new System.Drawing.Point(69, 160); this.nudxNcInterval.Location = new System.Drawing.Point(63, 158);
this.nudxNcInterval.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.nudxNcInterval.Margin = new System.Windows.Forms.Padding(2);
this.nudxNcInterval.Name = "nudxNcInterval"; this.nudxNcInterval.Name = "nudxNcInterval";
this.nudxNcInterval.Size = new System.Drawing.Size(91, 21); this.nudxNcInterval.Size = new System.Drawing.Size(56, 21);
this.nudxNcInterval.TabIndex = 46; this.nudxNcInterval.TabIndex = 46;
// //
// btnNcStop // btnNcStop
// //
this.btnNcStop.Location = new System.Drawing.Point(133, 212); this.btnNcStop.Location = new System.Drawing.Point(124, 212);
this.btnNcStop.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnNcStop.Margin = new System.Windows.Forms.Padding(2);
this.btnNcStop.Name = "btnNcStop"; this.btnNcStop.Name = "btnNcStop";
this.btnNcStop.Size = new System.Drawing.Size(115, 21); this.btnNcStop.Size = new System.Drawing.Size(94, 21);
this.btnNcStop.TabIndex = 45; this.btnNcStop.TabIndex = 45;
this.btnNcStop.Text = "停止同步"; this.btnNcStop.Text = "停止同步";
this.btnNcStop.UseVisualStyleBackColor = true; this.btnNcStop.UseVisualStyleBackColor = true;
...@@ -150,7 +152,7 @@ ...@@ -150,7 +152,7 @@
// lbNcIntervalUnit // lbNcIntervalUnit
// //
this.lbNcIntervalUnit.AutoSize = true; this.lbNcIntervalUnit.AutoSize = true;
this.lbNcIntervalUnit.Location = new System.Drawing.Point(164, 165); this.lbNcIntervalUnit.Location = new System.Drawing.Point(131, 165);
this.lbNcIntervalUnit.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbNcIntervalUnit.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbNcIntervalUnit.Name = "lbNcIntervalUnit"; this.lbNcIntervalUnit.Name = "lbNcIntervalUnit";
this.lbNcIntervalUnit.Size = new System.Drawing.Size(29, 12); this.lbNcIntervalUnit.Size = new System.Drawing.Size(29, 12);
...@@ -169,9 +171,9 @@ ...@@ -169,9 +171,9 @@
// //
// tbxNcAcc // tbxNcAcc
// //
this.tbxNcAcc.Location = new System.Drawing.Point(69, 78); this.tbxNcAcc.Location = new System.Drawing.Point(63, 78);
this.tbxNcAcc.Name = "tbxNcAcc"; this.tbxNcAcc.Name = "tbxNcAcc";
this.tbxNcAcc.Size = new System.Drawing.Size(179, 21); this.tbxNcAcc.Size = new System.Drawing.Size(155, 21);
this.tbxNcAcc.TabIndex = 41; this.tbxNcAcc.TabIndex = 41;
// //
// lbNcAcc // lbNcAcc
...@@ -185,7 +187,7 @@ ...@@ -185,7 +187,7 @@
// //
// tbxNcVersion // tbxNcVersion
// //
this.tbxNcVersion.Location = new System.Drawing.Point(181, 51); this.tbxNcVersion.Location = new System.Drawing.Point(151, 51);
this.tbxNcVersion.Name = "tbxNcVersion"; this.tbxNcVersion.Name = "tbxNcVersion";
this.tbxNcVersion.Size = new System.Drawing.Size(67, 21); this.tbxNcVersion.Size = new System.Drawing.Size(67, 21);
this.tbxNcVersion.TabIndex = 39; this.tbxNcVersion.TabIndex = 39;
...@@ -193,17 +195,17 @@ ...@@ -193,17 +195,17 @@
// lbNcVersion // lbNcVersion
// //
this.lbNcVersion.AutoSize = true; this.lbNcVersion.AutoSize = true;
this.lbNcVersion.Location = new System.Drawing.Point(131, 54); this.lbNcVersion.Location = new System.Drawing.Point(109, 54);
this.lbNcVersion.Name = "lbNcVersion"; this.lbNcVersion.Name = "lbNcVersion";
this.lbNcVersion.Size = new System.Drawing.Size(53, 12); this.lbNcVersion.Size = new System.Drawing.Size(41, 12);
this.lbNcVersion.TabIndex = 38; this.lbNcVersion.TabIndex = 38;
this.lbNcVersion.Text = "版本:"; this.lbNcVersion.Text = "版本:";
// //
// tbxNcCertId // tbxNcCertId
// //
this.tbxNcCertId.Location = new System.Drawing.Point(69, 132); this.tbxNcCertId.Location = new System.Drawing.Point(63, 132);
this.tbxNcCertId.Name = "tbxNcCertId"; this.tbxNcCertId.Name = "tbxNcCertId";
this.tbxNcCertId.Size = new System.Drawing.Size(179, 21); this.tbxNcCertId.Size = new System.Drawing.Size(155, 21);
this.tbxNcCertId.TabIndex = 37; this.tbxNcCertId.TabIndex = 37;
// //
// lbNcCertId // lbNcCertId
...@@ -220,30 +222,30 @@ ...@@ -220,30 +222,30 @@
this.lbNcUrl.AutoSize = true; this.lbNcUrl.AutoSize = true;
this.lbNcUrl.Location = new System.Drawing.Point(9, 27); this.lbNcUrl.Location = new System.Drawing.Point(9, 27);
this.lbNcUrl.Name = "lbNcUrl"; this.lbNcUrl.Name = "lbNcUrl";
this.lbNcUrl.Size = new System.Drawing.Size(47, 12); this.lbNcUrl.Size = new System.Drawing.Size(53, 12);
this.lbNcUrl.TabIndex = 30; this.lbNcUrl.TabIndex = 30;
this.lbNcUrl.Text = "NC服务:"; this.lbNcUrl.Text = "NC服务";
// //
// tbxNcPort // tbxNcPort
// //
this.tbxNcPort.Location = new System.Drawing.Point(69, 51); this.tbxNcPort.Location = new System.Drawing.Point(63, 51);
this.tbxNcPort.Name = "tbxNcPort"; this.tbxNcPort.Name = "tbxNcPort";
this.tbxNcPort.Size = new System.Drawing.Size(56, 21); this.tbxNcPort.Size = new System.Drawing.Size(40, 21);
this.tbxNcPort.TabIndex = 34; this.tbxNcPort.TabIndex = 34;
// //
// tbxNcUrl // tbxNcUrl
// //
this.tbxNcUrl.BackColor = System.Drawing.SystemColors.Window; this.tbxNcUrl.BackColor = System.Drawing.SystemColors.Window;
this.tbxNcUrl.Location = new System.Drawing.Point(69, 24); this.tbxNcUrl.Location = new System.Drawing.Point(63, 24);
this.tbxNcUrl.Name = "tbxNcUrl"; this.tbxNcUrl.Name = "tbxNcUrl";
this.tbxNcUrl.Size = new System.Drawing.Size(179, 21); this.tbxNcUrl.Size = new System.Drawing.Size(155, 21);
this.tbxNcUrl.TabIndex = 33; this.tbxNcUrl.TabIndex = 33;
// //
// tbxNcGroupId // tbxNcGroupId
// //
this.tbxNcGroupId.Location = new System.Drawing.Point(69, 105); this.tbxNcGroupId.Location = new System.Drawing.Point(63, 105);
this.tbxNcGroupId.Name = "tbxNcGroupId"; this.tbxNcGroupId.Name = "tbxNcGroupId";
this.tbxNcGroupId.Size = new System.Drawing.Size(179, 21); this.tbxNcGroupId.Size = new System.Drawing.Size(155, 21);
this.tbxNcGroupId.TabIndex = 35; this.tbxNcGroupId.TabIndex = 35;
// //
// lbNcGroupId // lbNcGroupId
...@@ -266,10 +268,10 @@ ...@@ -266,10 +268,10 @@
// //
// btnNcSync // btnNcSync
// //
this.btnNcSync.Location = new System.Drawing.Point(194, 160); this.btnNcSync.Location = new System.Drawing.Point(167, 158);
this.btnNcSync.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnNcSync.Margin = new System.Windows.Forms.Padding(2);
this.btnNcSync.Name = "btnNcSync"; this.btnNcSync.Name = "btnNcSync";
this.btnNcSync.Size = new System.Drawing.Size(54, 48); this.btnNcSync.Size = new System.Drawing.Size(51, 50);
this.btnNcSync.TabIndex = 28; this.btnNcSync.TabIndex = 28;
this.btnNcSync.Text = "立即执行"; this.btnNcSync.Text = "立即执行";
this.btnNcSync.UseVisualStyleBackColor = true; this.btnNcSync.UseVisualStyleBackColor = true;
...@@ -278,9 +280,9 @@ ...@@ -278,9 +280,9 @@
// btnNcStart // btnNcStart
// //
this.btnNcStart.Location = new System.Drawing.Point(11, 212); this.btnNcStart.Location = new System.Drawing.Point(11, 212);
this.btnNcStart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnNcStart.Margin = new System.Windows.Forms.Padding(2);
this.btnNcStart.Name = "btnNcStart"; this.btnNcStart.Name = "btnNcStart";
this.btnNcStart.Size = new System.Drawing.Size(114, 21); this.btnNcStart.Size = new System.Drawing.Size(108, 21);
this.btnNcStart.TabIndex = 29; this.btnNcStart.TabIndex = 29;
this.btnNcStart.Text = "开始同步"; this.btnNcStart.Text = "开始同步";
this.btnNcStart.UseVisualStyleBackColor = true; this.btnNcStart.UseVisualStyleBackColor = true;
...@@ -298,10 +300,10 @@ ...@@ -298,10 +300,10 @@
this.gbk5.Controls.Add(this.lblUser); this.gbk5.Controls.Add(this.lblUser);
this.gbk5.Dock = System.Windows.Forms.DockStyle.Top; this.gbk5.Dock = System.Windows.Forms.DockStyle.Top;
this.gbk5.Location = new System.Drawing.Point(0, 0); this.gbk5.Location = new System.Drawing.Point(0, 0);
this.gbk5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.gbk5.Margin = new System.Windows.Forms.Padding(2);
this.gbk5.Name = "gbk5"; this.gbk5.Name = "gbk5";
this.gbk5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.gbk5.Padding = new System.Windows.Forms.Padding(2);
this.gbk5.Size = new System.Drawing.Size(255, 116); this.gbk5.Size = new System.Drawing.Size(224, 116);
this.gbk5.TabIndex = 30; this.gbk5.TabIndex = 30;
this.gbk5.TabStop = false; this.gbk5.TabStop = false;
this.gbk5.Text = "K5配置"; this.gbk5.Text = "K5配置";
...@@ -309,7 +311,7 @@ ...@@ -309,7 +311,7 @@
// lblUrl // lblUrl
// //
this.lblUrl.AutoSize = true; this.lblUrl.AutoSize = true;
this.lblUrl.Location = new System.Drawing.Point(9, 27); this.lblUrl.Location = new System.Drawing.Point(9, 25);
this.lblUrl.Name = "lblUrl"; this.lblUrl.Name = "lblUrl";
this.lblUrl.Size = new System.Drawing.Size(53, 12); this.lblUrl.Size = new System.Drawing.Size(53, 12);
this.lblUrl.TabIndex = 13; this.lblUrl.TabIndex = 13;
...@@ -317,23 +319,23 @@ ...@@ -317,23 +319,23 @@
// //
// tbxUserName // tbxUserName
// //
this.tbxUserName.Location = new System.Drawing.Point(69, 49); this.tbxUserName.Location = new System.Drawing.Point(63, 49);
this.tbxUserName.Name = "tbxUserName"; this.tbxUserName.Name = "tbxUserName";
this.tbxUserName.Size = new System.Drawing.Size(121, 21); this.tbxUserName.Size = new System.Drawing.Size(98, 21);
this.tbxUserName.TabIndex = 17; this.tbxUserName.TabIndex = 17;
// //
// tbxServiceUrl // tbxServiceUrl
// //
this.tbxServiceUrl.BackColor = System.Drawing.SystemColors.Window; this.tbxServiceUrl.BackColor = System.Drawing.SystemColors.Window;
this.tbxServiceUrl.Location = new System.Drawing.Point(69, 25); this.tbxServiceUrl.Location = new System.Drawing.Point(63, 22);
this.tbxServiceUrl.Name = "tbxServiceUrl"; this.tbxServiceUrl.Name = "tbxServiceUrl";
this.tbxServiceUrl.Size = new System.Drawing.Size(121, 21); this.tbxServiceUrl.Size = new System.Drawing.Size(98, 21);
this.tbxServiceUrl.TabIndex = 16; this.tbxServiceUrl.TabIndex = 16;
// //
// btnLogout // btnLogout
// //
this.btnLogout.Enabled = false; this.btnLogout.Enabled = false;
this.btnLogout.Location = new System.Drawing.Point(197, 70); this.btnLogout.Location = new System.Drawing.Point(167, 76);
this.btnLogout.Name = "btnLogout"; this.btnLogout.Name = "btnLogout";
this.btnLogout.Size = new System.Drawing.Size(51, 23); this.btnLogout.Size = new System.Drawing.Size(51, 23);
this.btnLogout.TabIndex = 27; this.btnLogout.TabIndex = 27;
...@@ -343,17 +345,17 @@ ...@@ -343,17 +345,17 @@
// //
// tbxPassword // tbxPassword
// //
this.tbxPassword.Location = new System.Drawing.Point(69, 73); this.tbxPassword.Location = new System.Drawing.Point(63, 76);
this.tbxPassword.Name = "tbxPassword"; this.tbxPassword.Name = "tbxPassword";
this.tbxPassword.PasswordChar = '*'; this.tbxPassword.PasswordChar = '*';
this.tbxPassword.Size = new System.Drawing.Size(121, 21); this.tbxPassword.Size = new System.Drawing.Size(98, 21);
this.tbxPassword.TabIndex = 18; this.tbxPassword.TabIndex = 18;
// //
// btnLogin // btnLogin
// //
this.btnLogin.Location = new System.Drawing.Point(197, 25); this.btnLogin.Location = new System.Drawing.Point(167, 22);
this.btnLogin.Name = "btnLogin"; this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(51, 43); this.btnLogin.Size = new System.Drawing.Size(51, 48);
this.btnLogin.TabIndex = 26; this.btnLogin.TabIndex = 26;
this.btnLogin.Text = "登录"; this.btnLogin.Text = "登录";
this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.UseVisualStyleBackColor = true;
...@@ -362,7 +364,7 @@ ...@@ -362,7 +364,7 @@
// lblPassword // lblPassword
// //
this.lblPassword.AutoSize = true; this.lblPassword.AutoSize = true;
this.lblPassword.Location = new System.Drawing.Point(9, 75); this.lblPassword.Location = new System.Drawing.Point(9, 79);
this.lblPassword.Name = "lblPassword"; this.lblPassword.Name = "lblPassword";
this.lblPassword.Size = new System.Drawing.Size(53, 12); this.lblPassword.Size = new System.Drawing.Size(53, 12);
this.lblPassword.TabIndex = 15; this.lblPassword.TabIndex = 15;
...@@ -371,7 +373,7 @@ ...@@ -371,7 +373,7 @@
// lblUser // lblUser
// //
this.lblUser.AutoSize = true; this.lblUser.AutoSize = true;
this.lblUser.Location = new System.Drawing.Point(9, 53); this.lblUser.Location = new System.Drawing.Point(9, 52);
this.lblUser.Name = "lblUser"; this.lblUser.Name = "lblUser";
this.lblUser.Size = new System.Drawing.Size(53, 12); this.lblUser.Size = new System.Drawing.Size(53, 12);
this.lblUser.TabIndex = 14; this.lblUser.TabIndex = 14;
...@@ -380,10 +382,10 @@ ...@@ -380,10 +382,10 @@
// rtbMessage // rtbMessage
// //
this.rtbMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.rtbMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbMessage.Location = new System.Drawing.Point(255, 0); this.rtbMessage.Location = new System.Drawing.Point(224, 0);
this.rtbMessage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.rtbMessage.Margin = new System.Windows.Forms.Padding(2);
this.rtbMessage.Name = "rtbMessage"; this.rtbMessage.Name = "rtbMessage";
this.rtbMessage.Size = new System.Drawing.Size(482, 355); this.rtbMessage.Size = new System.Drawing.Size(413, 358);
this.rtbMessage.TabIndex = 2; this.rtbMessage.TabIndex = 2;
this.rtbMessage.Text = ""; this.rtbMessage.Text = "";
// //
...@@ -391,13 +393,14 @@ ...@@ -391,13 +393,14 @@
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(737, 355); this.ClientSize = new System.Drawing.Size(637, 358);
this.Controls.Add(this.rtbMessage); this.Controls.Add(this.rtbMessage);
this.Controls.Add(this.plConfigs); this.Controls.Add(this.plConfigs);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Margin = new System.Windows.Forms.Padding(2);
this.MinimumSize = new System.Drawing.Size(653, 397);
this.Name = "FrmMain"; this.Name = "FrmMain";
this.Text = "到账流水同步(ICBC)V1.0"; this.Text = "ICBC流水同步客户端V1.0";
this.Load += new System.EventHandler(this.FrmMain_Load); this.Load += new System.EventHandler(this.FrmMain_Load);
this.plConfigs.ResumeLayout(false); this.plConfigs.ResumeLayout(false);
this.gbIcbc.ResumeLayout(false); this.gbIcbc.ResumeLayout(false);
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<ProjectGuid>{CB04A619-6FFA-498F-8D74-5EBB43142088}</ProjectGuid> <ProjectGuid>{CB04A619-6FFA-498F-8D74-5EBB43142088}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<RootNamespace>Kivii.Finances.Icbc</RootNamespace> <RootNamespace>Kivii.Finances.Icbc</RootNamespace>
<AssemblyName>Kivii.Client.Finances.Icbc.V4.0</AssemblyName> <AssemblyName>ICBC流水同步客户端</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic> <Deterministic>true</Deterministic>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment