This commit is contained in:
GukSang.Jin
2026-02-05 15:19:07 +08:00
parent b648d0b83c
commit 09568c2c18
9 changed files with 614 additions and 217 deletions

View File

@@ -35,20 +35,6 @@
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.save = new Sunny.UI.UIButton();
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnContactNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnItemNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnEngravingNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnPressureDiff = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnStandardError = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.uiTextBox2 = new Sunny.UI.UITextBox();
this.uiTextBox11 = new Sunny.UI.UITextBox();
this.uiTextBoxEngravingNumber = new Sunny.UI.UITextBox();
@@ -79,6 +65,20 @@
this.uiPanel2 = new Sunny.UI.UIPanel();
this.uiPanel1 = new Sunny.UI.UIPanel();
this.uiPanelTop = new Sunny.UI.UIPanel();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnContactNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnItemNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnEngravingNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnPressureDiff = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnStandardError = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
this.uiTableLayoutPanel1.SuspendLayout();
this.uiPanel3.SuspendLayout();
@@ -181,134 +181,11 @@
this.uiDataGridView1.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.uiDataGridView1_RowsAdded);
this.uiDataGridView1.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.uiDataGridView1_RowsRemoved);
//
// Column1
//
this.Column1.DataPropertyName = "Id";
this.Column1.HeaderText = "编号";
this.Column1.MinimumWidth = 6;
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 75;
//
// SerialNumber
//
this.SerialNumber.HeaderText = "序号";
this.SerialNumber.MinimumWidth = 8;
this.SerialNumber.Name = "SerialNumber";
this.SerialNumber.ReadOnly = true;
this.SerialNumber.Width = 75;
//
// ColumnContactNumber
//
this.ColumnContactNumber.DataPropertyName = "ContactNumber";
this.ColumnContactNumber.HeaderText = "联络单号";
this.ColumnContactNumber.MinimumWidth = 6;
this.ColumnContactNumber.Name = "ColumnContactNumber";
this.ColumnContactNumber.ReadOnly = true;
this.ColumnContactNumber.Width = 150;
//
// ColumnItemNumber
//
this.ColumnItemNumber.DataPropertyName = "ItemNumber";
this.ColumnItemNumber.HeaderText = "件号";
this.ColumnItemNumber.MinimumWidth = 6;
this.ColumnItemNumber.Name = "ColumnItemNumber";
this.ColumnItemNumber.ReadOnly = true;
this.ColumnItemNumber.Width = 150;
//
// ColumnEngravingNumber
//
this.ColumnEngravingNumber.DataPropertyName = "EngravingNumber";
this.ColumnEngravingNumber.HeaderText = "刻字号";
this.ColumnEngravingNumber.MinimumWidth = 6;
this.ColumnEngravingNumber.Name = "ColumnEngravingNumber";
this.ColumnEngravingNumber.ReadOnly = true;
this.ColumnEngravingNumber.Width = 120;
//
// ColumnQuantity
//
this.ColumnQuantity.DataPropertyName = "Quantity";
this.ColumnQuantity.HeaderText = "数量";
this.ColumnQuantity.MinimumWidth = 6;
this.ColumnQuantity.Name = "ColumnQuantity";
this.ColumnQuantity.ReadOnly = true;
this.ColumnQuantity.Width = 80;
//
// Column3
//
this.Column3.DataPropertyName = "diffpressure";
this.Column3.HeaderText = "压力(PSI)";
this.Column3.MinimumWidth = 6;
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 150;
//
// Column4
//
this.Column4.DataPropertyName = "temperature";
this.Column4.HeaderText = "出口温度(℃)";
this.Column4.MinimumWidth = 6;
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 110;
//
// Column7
//
this.Column7.DataPropertyName = "temperature";
this.Column7.HeaderText = "温度(℃)";
this.Column7.MinimumWidth = 6;
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Width = 150;
//
// Column5
//
this.Column5.DataPropertyName = "dwelltime";
this.Column5.HeaderText = "保压时间(h)";
this.Column5.MinimumWidth = 6;
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 110;
//
// ColumnPressureDiff
//
this.ColumnPressureDiff.DataPropertyName = "PressureDifference";
this.ColumnPressureDiff.HeaderText = "压差设置";
this.ColumnPressureDiff.MinimumWidth = 6;
this.ColumnPressureDiff.Name = "ColumnPressureDiff";
this.ColumnPressureDiff.ReadOnly = true;
//
// ColumnStandardError
//
this.ColumnStandardError.DataPropertyName = "StandardError";
this.ColumnStandardError.HeaderText = "标准误差";
this.ColumnStandardError.MinimumWidth = 6;
this.ColumnStandardError.Name = "ColumnStandardError";
this.ColumnStandardError.ReadOnly = true;
//
// Column8
//
this.Column8.DataPropertyName = "TemperatureMode";
this.Column8.HeaderText = "温度模式";
this.Column8.MinimumWidth = 8;
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
this.Column8.Width = 110;
//
// Column6
//
this.Column6.DataPropertyName = "CreateTime";
this.Column6.HeaderText = "录入时间";
this.Column6.MinimumWidth = 6;
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 150;
//
// uiTextBox2
//
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiTextBox2.Location = new System.Drawing.Point(305, 13);
this.uiTextBox2.Location = new System.Drawing.Point(114, 12);
this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox2.Name = "uiTextBox2";
@@ -325,7 +202,7 @@
//
this.uiTextBox11.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox11.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiTextBox11.Location = new System.Drawing.Point(605, 13);
this.uiTextBox11.Location = new System.Drawing.Point(414, 12);
this.uiTextBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox11.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox11.Name = "uiTextBox11";
@@ -342,7 +219,7 @@
//
this.uiTextBoxEngravingNumber.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBoxEngravingNumber.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiTextBoxEngravingNumber.Location = new System.Drawing.Point(105, 13);
this.uiTextBoxEngravingNumber.Location = new System.Drawing.Point(683, 11);
this.uiTextBoxEngravingNumber.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBoxEngravingNumber.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBoxEngravingNumber.Name = "uiTextBoxEngravingNumber";
@@ -359,7 +236,7 @@
//
this.uiTextBoxQuantity.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBoxQuantity.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiTextBoxQuantity.Location = new System.Drawing.Point(835, 13);
this.uiTextBoxQuantity.Location = new System.Drawing.Point(864, 11);
this.uiTextBoxQuantity.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBoxQuantity.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBoxQuantity.Name = "uiTextBoxQuantity";
@@ -376,7 +253,7 @@
//
this.uiLabel50.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.uiLabel50.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel50.Location = new System.Drawing.Point(200, 15);
this.uiLabel50.Location = new System.Drawing.Point(9, 14);
this.uiLabel50.Name = "uiLabel50";
this.uiLabel50.Size = new System.Drawing.Size(100, 35);
this.uiLabel50.TabIndex = 31;
@@ -387,7 +264,7 @@
//
this.uiLabel51.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.uiLabel51.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel51.Location = new System.Drawing.Point(540, 15);
this.uiLabel51.Location = new System.Drawing.Point(349, 14);
this.uiLabel51.Name = "uiLabel51";
this.uiLabel51.Size = new System.Drawing.Size(60, 35);
this.uiLabel51.TabIndex = 32;
@@ -398,7 +275,7 @@
//
this.uiLabelEngravingNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.uiLabelEngravingNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabelEngravingNumber.Location = new System.Drawing.Point(20, 15);
this.uiLabelEngravingNumber.Location = new System.Drawing.Point(598, 13);
this.uiLabelEngravingNumber.Name = "uiLabelEngravingNumber";
this.uiLabelEngravingNumber.Size = new System.Drawing.Size(80, 35);
this.uiLabelEngravingNumber.TabIndex = 34;
@@ -409,7 +286,7 @@
//
this.uiLabelQuantity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.uiLabelQuantity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabelQuantity.Location = new System.Drawing.Point(770, 15);
this.uiLabelQuantity.Location = new System.Drawing.Point(799, 13);
this.uiLabelQuantity.Name = "uiLabelQuantity";
this.uiLabelQuantity.Size = new System.Drawing.Size(60, 35);
this.uiLabelQuantity.TabIndex = 36;
@@ -756,9 +633,9 @@
// uiPanelTop
//
this.uiPanelTop.Controls.Add(this.uiLabelEngravingNumber);
this.uiPanelTop.Controls.Add(this.uiTextBoxEngravingNumber);
this.uiPanelTop.Controls.Add(this.uiLabel50);
this.uiPanelTop.Controls.Add(this.uiTextBox2);
this.uiPanelTop.Controls.Add(this.uiTextBoxEngravingNumber);
this.uiPanelTop.Controls.Add(this.uiLabel51);
this.uiPanelTop.Controls.Add(this.uiTextBox11);
this.uiPanelTop.Controls.Add(this.uiLabelQuantity);
@@ -774,6 +651,131 @@
this.uiPanelTop.Text = null;
this.uiPanelTop.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// Column1
//
this.Column1.DataPropertyName = "Id";
this.Column1.HeaderText = "编号";
this.Column1.MinimumWidth = 6;
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 75;
//
// SerialNumber
//
this.SerialNumber.HeaderText = "序号";
this.SerialNumber.MinimumWidth = 8;
this.SerialNumber.Name = "SerialNumber";
this.SerialNumber.ReadOnly = true;
this.SerialNumber.Width = 75;
//
// ColumnContactNumber
//
this.ColumnContactNumber.DataPropertyName = "lldh";
this.ColumnContactNumber.HeaderText = "联络单号";
this.ColumnContactNumber.MinimumWidth = 6;
this.ColumnContactNumber.Name = "ColumnContactNumber";
this.ColumnContactNumber.ReadOnly = true;
this.ColumnContactNumber.Width = 150;
//
// ColumnItemNumber
//
this.ColumnItemNumber.DataPropertyName = "jh";
this.ColumnItemNumber.HeaderText = "件号";
this.ColumnItemNumber.MinimumWidth = 6;
this.ColumnItemNumber.Name = "ColumnItemNumber";
this.ColumnItemNumber.ReadOnly = true;
this.ColumnItemNumber.Width = 150;
//
// ColumnEngravingNumber
//
this.ColumnEngravingNumber.DataPropertyName = "kzh";
this.ColumnEngravingNumber.HeaderText = "刻字号";
this.ColumnEngravingNumber.MinimumWidth = 6;
this.ColumnEngravingNumber.Name = "ColumnEngravingNumber";
this.ColumnEngravingNumber.ReadOnly = true;
this.ColumnEngravingNumber.Width = 120;
//
// ColumnQuantity
//
this.ColumnQuantity.DataPropertyName = "Quantity";
this.ColumnQuantity.HeaderText = "数量";
this.ColumnQuantity.MinimumWidth = 6;
this.ColumnQuantity.Name = "ColumnQuantity";
this.ColumnQuantity.ReadOnly = true;
this.ColumnQuantity.Width = 80;
//
// Column3
//
this.Column3.DataPropertyName = "diffpressure";
this.Column3.HeaderText = "压力设置(PSI)";
this.Column3.MinimumWidth = 6;
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 150;
//
// Column4
//
this.Column4.DataPropertyName = "exit_temperature";
this.Column4.HeaderText = "出口温度(℃)";
this.Column4.MinimumWidth = 6;
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 110;
//
// Column7
//
this.Column7.DataPropertyName = "temperature";
this.Column7.HeaderText = "温度(℃)";
this.Column7.MinimumWidth = 6;
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Width = 150;
//
// Column5
//
this.Column5.DataPropertyName = "dwelltime";
this.Column5.HeaderText = "保压时间(h)";
this.Column5.MinimumWidth = 6;
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 110;
//
// ColumnPressureDiff
//
this.ColumnPressureDiff.DataPropertyName = "pressuresetting";
this.ColumnPressureDiff.HeaderText = "压差设置";
this.ColumnPressureDiff.MinimumWidth = 6;
this.ColumnPressureDiff.Name = "ColumnPressureDiff";
this.ColumnPressureDiff.ReadOnly = true;
this.ColumnPressureDiff.Width = 125;
//
// ColumnStandardError
//
this.ColumnStandardError.DataPropertyName = "standarderror";
this.ColumnStandardError.HeaderText = "标准误差";
this.ColumnStandardError.MinimumWidth = 6;
this.ColumnStandardError.Name = "ColumnStandardError";
this.ColumnStandardError.ReadOnly = true;
this.ColumnStandardError.Width = 125;
//
// Column8
//
this.Column8.DataPropertyName = "TemperatureMode";
this.Column8.HeaderText = "温度模式";
this.Column8.MinimumWidth = 8;
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
this.Column8.Width = 110;
//
// Column6
//
this.Column6.DataPropertyName = "CreateTime";
this.Column6.HeaderText = "录入时间";
this.Column6.MinimumWidth = 6;
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 150;
//
// ScanImport
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
@@ -827,6 +829,7 @@
private Sunny.UI.UIPanel uiPanel2;
private Sunny.UI.UIPanel uiPanel1;
private Sunny.UI.UIPanel uiPanelTop;
private Sunny.UI.UIButton uiButton3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn SerialNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnContactNumber;
@@ -841,6 +844,5 @@
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnStandardError;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private Sunny.UI.UIButton uiButton3;
}
}