结果接口: 通过属性名与mes编码对应,不使用PLC相对地址

This commit is contained in:
liming 蔡
2026-07-20 11:02:43 +08:00
parent b297ef0add
commit 6d2e1f4873
9 changed files with 154 additions and 111 deletions
+32 -32
View File
@@ -41,7 +41,7 @@ namespace JY.Inspection.Frm
this.pLogin_pwd = new System.Windows.Forms.Panel();
this.pLogin_card = new System.Windows.Forms.Panel();
this.lblICCard = new MetroFramework.Controls.MetroLabel();
this.txtPassword2 = new MetroFramework.Controls.MetroTextBox();
this.txtICCard = new MetroFramework.Controls.MetroTextBox();
this.check_isMesLogin = new MetroFramework.Controls.MetroCheckBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.pLogin_pwd.SuspendLayout();
@@ -197,7 +197,7 @@ namespace JY.Inspection.Frm
// pLogin_card
//
this.pLogin_card.Controls.Add(this.lblICCard);
this.pLogin_card.Controls.Add(this.txtPassword2);
this.pLogin_card.Controls.Add(this.txtICCard);
this.pLogin_card.Location = new System.Drawing.Point(81, 207);
this.pLogin_card.Name = "pLogin_card";
this.pLogin_card.Size = new System.Drawing.Size(333, 50);
@@ -213,39 +213,39 @@ namespace JY.Inspection.Frm
this.lblICCard.TabIndex = 25;
this.lblICCard.Text = "IC卡:";
//
// txtPassword2
// txtICCard
//
//
//
//
this.txtPassword2.CustomButton.Image = null;
this.txtPassword2.CustomButton.Location = new System.Drawing.Point(177, 1);
this.txtPassword2.CustomButton.Margin = new System.Windows.Forms.Padding(4);
this.txtPassword2.CustomButton.Name = "";
this.txtPassword2.CustomButton.Size = new System.Drawing.Size(27, 27);
this.txtPassword2.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.txtPassword2.CustomButton.TabIndex = 1;
this.txtPassword2.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.txtPassword2.CustomButton.UseSelectable = true;
this.txtPassword2.CustomButton.Visible = false;
this.txtPassword2.Lines = new string[0];
this.txtPassword2.Location = new System.Drawing.Point(105, 17);
this.txtPassword2.Margin = new System.Windows.Forms.Padding(4);
this.txtPassword2.MaxLength = 32767;
this.txtPassword2.Name = "txtPassword2";
this.txtPassword2.PasswordChar = '*';
this.txtPassword2.PromptText = "请刷卡";
this.txtPassword2.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtPassword2.SelectedText = "";
this.txtPassword2.SelectionLength = 0;
this.txtPassword2.SelectionStart = 0;
this.txtPassword2.ShortcutsEnabled = true;
this.txtPassword2.Size = new System.Drawing.Size(205, 29);
this.txtPassword2.TabIndex = 24;
this.txtPassword2.UseSelectable = true;
this.txtPassword2.WaterMark = "请刷卡";
this.txtPassword2.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.txtPassword2.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
this.txtICCard.CustomButton.Image = null;
this.txtICCard.CustomButton.Location = new System.Drawing.Point(177, 1);
this.txtICCard.CustomButton.Margin = new System.Windows.Forms.Padding(4);
this.txtICCard.CustomButton.Name = "";
this.txtICCard.CustomButton.Size = new System.Drawing.Size(27, 27);
this.txtICCard.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.txtICCard.CustomButton.TabIndex = 1;
this.txtICCard.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.txtICCard.CustomButton.UseSelectable = true;
this.txtICCard.CustomButton.Visible = false;
this.txtICCard.Lines = new string[0];
this.txtICCard.Location = new System.Drawing.Point(105, 17);
this.txtICCard.Margin = new System.Windows.Forms.Padding(4);
this.txtICCard.MaxLength = 32767;
this.txtICCard.Name = "txtICCard";
this.txtICCard.PasswordChar = '*';
this.txtICCard.PromptText = "请刷卡";
this.txtICCard.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtICCard.SelectedText = "";
this.txtICCard.SelectionLength = 0;
this.txtICCard.SelectionStart = 0;
this.txtICCard.ShortcutsEnabled = true;
this.txtICCard.Size = new System.Drawing.Size(205, 29);
this.txtICCard.TabIndex = 24;
this.txtICCard.UseSelectable = true;
this.txtICCard.WaterMark = "请刷卡";
this.txtICCard.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.txtICCard.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// check_isMesLogin
//
@@ -304,7 +304,7 @@ namespace JY.Inspection.Frm
private System.Windows.Forms.Panel pLogin_pwd;
private System.Windows.Forms.Panel pLogin_card;
private MetroFramework.Controls.MetroLabel lblICCard;
private MetroFramework.Controls.MetroTextBox txtPassword2;
private MetroFramework.Controls.MetroTextBox txtICCard;
private MetroFramework.Controls.MetroCheckBox check_isMesLogin;
}
}