20260831功能同步:

1. 不同车间区分料框查询、料框解绑接口
2. 注释电池型号逻辑
3. 打开电池状况界面
This commit is contained in:
Administrator
2026-08-31 13:54:07 +08:00
parent 6dfac6d986
commit c2ed98d52d
26 changed files with 1646 additions and 13 deletions
+19
View File
@@ -124,6 +124,7 @@
this.txtQueryGrade = new System.Windows.Forms.TextBox();
this.lblUpResultParam = new System.Windows.Forms.Label();
this.txtUpResultParam = new System.Windows.Forms.TextBox();
this.btn_cfgUrl = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvPlcConfigs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvFdConfigs)).BeginInit();
this.capacityGroupBox.SuspendLayout();
@@ -468,6 +469,7 @@
//
// txtQueryTray
//
this.txtQueryTray.Enabled = false;
this.txtQueryTray.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold);
this.txtQueryTray.Location = new System.Drawing.Point(64, 618);
this.txtQueryTray.Name = "txtQueryTray";
@@ -1199,6 +1201,7 @@
//
// txtUnbind
//
this.txtUnbind.Enabled = false;
this.txtUnbind.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold);
this.txtUnbind.Location = new System.Drawing.Point(64, 795);
this.txtUnbind.Name = "txtUnbind";
@@ -1293,12 +1296,27 @@
this.txtUpResultParam.Size = new System.Drawing.Size(580, 24);
this.txtUpResultParam.TabIndex = 111;
//
// btn_cfgUrl
//
this.btn_cfgUrl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
this.btn_cfgUrl.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_cfgUrl.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold);
this.btn_cfgUrl.ForeColor = System.Drawing.Color.White;
this.btn_cfgUrl.Location = new System.Drawing.Point(674, 784);
this.btn_cfgUrl.Name = "btn_cfgUrl";
this.btn_cfgUrl.Size = new System.Drawing.Size(137, 44);
this.btn_cfgUrl.TabIndex = 113;
this.btn_cfgUrl.Text = "其它接口配置";
this.btn_cfgUrl.UseVisualStyleBackColor = false;
this.btn_cfgUrl.Click += new System.EventHandler(this.btn_cfgUrl_Click);
//
// FrmSystemSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.ClientSize = new System.Drawing.Size(1874, 868);
this.Controls.Add(this.btn_cfgUrl);
this.Controls.Add(this.lblUpResultParam);
this.Controls.Add(this.txtUpResultParam);
this.Controls.Add(this.lblQueryGrade);
@@ -1486,5 +1504,6 @@
private System.Windows.Forms.TextBox txtQueryGrade;
private System.Windows.Forms.Label lblUpResultParam;
private System.Windows.Forms.TextBox txtUpResultParam;
private System.Windows.Forms.Button btn_cfgUrl;
}
}