This commit is contained in:
xyy
2026-03-06 15:30:27 +08:00
parent fd1060706c
commit 0515869ce0
4 changed files with 156 additions and 155 deletions

View File

@@ -264,7 +264,7 @@ namespace 全自动水压检测仪
dataGridView.Columns.Add(new DataGridViewTextBoxColumn
{
Name = "dwelltime",
HeaderText = "保压时间(h)",
HeaderText = "保压时间(min)",
Width = 80,
DataPropertyName = "DwellTime",
SortMode = DataGridViewColumnSortMode.NotSortable,
@@ -936,7 +936,7 @@ namespace 全自动水压检测仪
currentRow += 2; // 增加空行间距
// 表头
string[] headers = { "编号", "联络单号", "件号", "刻字号", "数量", "初始压力(PSI)", "开始时间", "结束时间", "结束压力(PSI)", "保压时间(h)", "压差(PSI)", "温度模式", "温度", "标准差值(PSI)", "测试结果", "创建时间" };
string[] headers = { "编号", "联络单号", "件号", "刻字号", "数量", "初始压力(PSI)", "开始时间", "结束时间", "结束压力(PSI)", "保压时间(min)", "压差(PSI)", "温度模式", "温度", "标准差值(PSI)", "测试结果", "创建时间" };
// 设置表头
for (int i = 0; i < headers.Length; i++)