页面逻辑调整。
This commit is contained in:
@@ -199,11 +199,12 @@ namespace 头罩视野.Views
|
||||
sheet1.Cells["A5"].Value = "测试参数";
|
||||
sheet1.Cells["A5"].Style.Font.Bold = true;
|
||||
sheet1.Cells["A6"].Value = "设备型号";
|
||||
sheet1.Cells["B6"].Value = "GT-2024";
|
||||
sheet1.Cells["B6"].Value = "X015";
|
||||
sheet1.Cells["A7"].Value = "分辨角度";
|
||||
sheet1.Cells["B7"].Value = "5° / 10° / 15°(按实际)";
|
||||
sheet1.Cells["A8"].Value = "测试模式";
|
||||
sheet1.Cells["B8"].Value = "左眼/右眼/双目";
|
||||
sheet1.Cells["B7"].Value = GlobalData.JudgmentalPerspective;
|
||||
sheet1.Cells["A8"].Value = "当前模式";
|
||||
sheet1.Cells["B8"].Value = GlobalData.CurrentMode;
|
||||
|
||||
|
||||
// 结果表格标题
|
||||
int rowStart = 10;
|
||||
|
||||
Reference in New Issue
Block a user