修复测试记录表格重试导致数据填充错乱问题。

This commit is contained in:
2024-04-19 21:24:55 +08:00
parent f1898a9280
commit ad2387c94c
7 changed files with 41 additions and 15 deletions

View File

@@ -418,65 +418,67 @@ Namespace UTSModule.Test
'
Me.CmsRecordGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsmiShowAllRows, Me.TsmiShowRecordRows, Me.TsmiBriefMode, Me.详细模式ToolStripMenuItem, Me.ToolStripSeparator1, Me.TsmiTestSetupNode, Me.TsmiTestCleanupNode, Me.ToolStripSeparator2, Me.TsmiTestNode, Me.TsmiStartTestWithNode})
Me.CmsRecordGrid.Name = "ContextMenuStrip1"
Me.CmsRecordGrid.Size = New System.Drawing.Size(172, 192)
Me.CmsRecordGrid.Size = New System.Drawing.Size(181, 214)
'
'TsmiShowAllRows
'
Me.TsmiShowAllRows.Name = "TsmiShowAllRows"
Me.TsmiShowAllRows.Size = New System.Drawing.Size(171, 22)
Me.TsmiShowAllRows.Size = New System.Drawing.Size(180, 22)
Me.TsmiShowAllRows.Text = "显示所有行"
'
'TsmiShowRecordRows
'
Me.TsmiShowRecordRows.Name = "TsmiShowRecordRows"
Me.TsmiShowRecordRows.Size = New System.Drawing.Size(171, 22)
Me.TsmiShowRecordRows.Size = New System.Drawing.Size(180, 22)
Me.TsmiShowRecordRows.Text = "显示记录行"
'
'TsmiBriefMode
'
Me.TsmiBriefMode.Name = "TsmiBriefMode"
Me.TsmiBriefMode.Size = New System.Drawing.Size(171, 22)
Me.TsmiBriefMode.Size = New System.Drawing.Size(180, 22)
Me.TsmiBriefMode.Text = "简略模式"
'
'详细模式ToolStripMenuItem
'
Me.详细模式ToolStripMenuItem.Name = "详细模式ToolStripMenuItem"
Me.详细模式ToolStripMenuItem.Size = New System.Drawing.Size(171, 22)
Me.详细模式ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.详细模式ToolStripMenuItem.Text = "详细模式"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(168, 6)
Me.ToolStripSeparator1.Size = New System.Drawing.Size(177, 6)
'
'TsmiTestSetupNode
'
Me.TsmiTestSetupNode.Name = "TsmiTestSetupNode"
Me.TsmiTestSetupNode.Size = New System.Drawing.Size(171, 22)
Me.TsmiTestSetupNode.Size = New System.Drawing.Size(180, 22)
Me.TsmiTestSetupNode.Text = "执行Setup模块"
'
'TsmiTestCleanupNode
'
Me.TsmiTestCleanupNode.Name = "TsmiTestCleanupNode"
Me.TsmiTestCleanupNode.Size = New System.Drawing.Size(171, 22)
Me.TsmiTestCleanupNode.Size = New System.Drawing.Size(180, 22)
Me.TsmiTestCleanupNode.Text = "执行Cleanup模块"
'
'ToolStripSeparator2
'
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
Me.ToolStripSeparator2.Size = New System.Drawing.Size(168, 6)
Me.ToolStripSeparator2.Size = New System.Drawing.Size(177, 6)
'
'TsmiTestNode
'
Me.TsmiTestNode.Name = "TsmiTestNode"
Me.TsmiTestNode.Size = New System.Drawing.Size(171, 22)
Me.TsmiTestNode.Size = New System.Drawing.Size(180, 22)
Me.TsmiTestNode.Text = "选择项测试"
Me.TsmiTestNode.Visible = False
'
'TsmiStartTestWithNode
'
Me.TsmiStartTestWithNode.Name = "TsmiStartTestWithNode"
Me.TsmiStartTestWithNode.Size = New System.Drawing.Size(171, 22)
Me.TsmiStartTestWithNode.Size = New System.Drawing.Size(180, 22)
Me.TsmiStartTestWithNode.Text = "选择项开始测试"
Me.TsmiStartTestWithNode.Visible = False
'
'SpcMain
'
@@ -1006,9 +1008,9 @@ Namespace UTSModule.Test
Me.SplitContainer1.Panel2.ResumeLayout(False)
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer1.ResumeLayout(False)
Me.ResumeLayout(false)
Me.ResumeLayout(False)
End Sub
End Sub
Friend WithEvents StuState As System.Windows.Forms.StatusStrip
Friend WithEvents TssLblTestTime As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents GrdStepTestRecord As FlexCell.Grid