This commit is contained in:
@@ -395,9 +395,9 @@
|
||||
//
|
||||
tabPage2.BackColor = Color.White;
|
||||
tabPage2.Controls.Add(uiDataGridView2);
|
||||
tabPage2.Location = new Point(0, 40);
|
||||
tabPage2.Location = new Point(0, 45);
|
||||
tabPage2.Name = "tabPage2";
|
||||
tabPage2.Size = new Size(200, 60);
|
||||
tabPage2.Size = new Size(1375, 802);
|
||||
tabPage2.TabIndex = 1;
|
||||
tabPage2.Text = "📈 穿透性测试报告";
|
||||
//
|
||||
@@ -446,7 +446,7 @@
|
||||
dataGridViewCellStyle18.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
uiDataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle18;
|
||||
uiDataGridView2.SelectedIndex = -1;
|
||||
uiDataGridView2.Size = new Size(200, 60);
|
||||
uiDataGridView2.Size = new Size(1375, 802);
|
||||
uiDataGridView2.StripeOddColor = Color.FromArgb(240, 248, 255);
|
||||
uiDataGridView2.TabIndex = 1;
|
||||
//
|
||||
@@ -544,9 +544,9 @@
|
||||
//
|
||||
tabPage3.BackColor = Color.White;
|
||||
tabPage3.Controls.Add(uiDataGridView3);
|
||||
tabPage3.Location = new Point(0, 40);
|
||||
tabPage3.Location = new Point(0, 45);
|
||||
tabPage3.Name = "tabPage3";
|
||||
tabPage3.Size = new Size(200, 60);
|
||||
tabPage3.Size = new Size(1375, 802);
|
||||
tabPage3.TabIndex = 2;
|
||||
tabPage3.Text = "🔥 二次点火测试报告";
|
||||
//
|
||||
@@ -595,7 +595,7 @@
|
||||
dataGridViewCellStyle23.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
uiDataGridView3.RowsDefaultCellStyle = dataGridViewCellStyle23;
|
||||
uiDataGridView3.SelectedIndex = -1;
|
||||
uiDataGridView3.Size = new Size(200, 60);
|
||||
uiDataGridView3.Size = new Size(1375, 802);
|
||||
uiDataGridView3.StripeOddColor = Color.FromArgb(240, 248, 255);
|
||||
uiDataGridView3.TabIndex = 1;
|
||||
//
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
|
||||
// 设置默认时间的方法
|
||||
private void SetDefaultDateTime()
|
||||
{
|
||||
// 起始时间:昨天
|
||||
//起始时间:昨天
|
||||
uiDatetimePicker1.Value = DateTime.Now.AddDays(-1);
|
||||
|
||||
// 终止时间:今天
|
||||
|
||||
@@ -848,10 +848,6 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
|
||||
}
|
||||
}
|
||||
|
||||
private void uiButton10_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();//返回主页面
|
||||
}
|
||||
|
||||
private void uiButton4_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user