1049 lines
47 KiB
VB.net
1049 lines
47 KiB
VB.net
Imports System.Windows.Forms
|
||
Namespace UTSModule.Test
|
||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||
Partial Class FrmStationTest
|
||
Inherits System.Windows.Forms.Form
|
||
|
||
'Form 重写 Dispose,以清理组件列表。
|
||
<System.Diagnostics.DebuggerNonUserCode()>
|
||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||
Try
|
||
If disposing AndAlso components IsNot Nothing Then
|
||
components.Dispose()
|
||
End If
|
||
Finally
|
||
MyBase.Dispose(disposing)
|
||
End Try
|
||
End Sub
|
||
|
||
'Windows 窗体设计器所必需的
|
||
Private components As System.ComponentModel.IContainer
|
||
|
||
'注意: 以下过程是 Windows 窗体设计器所必需的
|
||
'可以使用 Windows 窗体设计器修改它。
|
||
'不要使用代码编辑器修改它。
|
||
<System.Diagnostics.DebuggerStepThrough()>
|
||
Private Sub InitializeComponent()
|
||
Me.components = New System.ComponentModel.Container()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmStationTest))
|
||
Me.ChartPie = New Steema.TeeChart.TChart()
|
||
Me.TcPie = New Steema.TeeChart.Styles.Pie()
|
||
Me.StuState = New System.Windows.Forms.StatusStrip()
|
||
Me.TssLblTestCount = New System.Windows.Forms.ToolStripStatusLabel()
|
||
Me.TssLblPassCount = New System.Windows.Forms.ToolStripStatusLabel()
|
||
Me.TssLblFailCount = New System.Windows.Forms.ToolStripStatusLabel()
|
||
Me.TssLblTestTime = New System.Windows.Forms.ToolStripStatusLabel()
|
||
Me.TssBarTestProgress = New System.Windows.Forms.ToolStripProgressBar()
|
||
Me.GrdStepTestRecord = New FlexCell.Grid()
|
||
Me.CmsRecordGrid = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||
Me.TsmiShowAllRows = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.TsmiShowRecordRows = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.TsmiBriefMode = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.详细模式ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||
Me.TsmiTestSetupNode = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.TsmiTestCleanupNode = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
||
Me.TsmiTestNode = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.TsmiStartTestWithNode = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.SpcMain = New System.Windows.Forms.SplitContainer()
|
||
Me.SpcTest = New System.Windows.Forms.SplitContainer()
|
||
Me.LblTipString = New UTS_Core.utsLabel()
|
||
Me.LblStation = New System.Windows.Forms.Label()
|
||
Me.LblTestStep = New System.Windows.Forms.Label()
|
||
Me.LblTestStatus = New System.Windows.Forms.Label()
|
||
Me.PrgStepTip = New System.Windows.Forms.ProgressBar()
|
||
Me.LblStepTip = New System.Windows.Forms.Label()
|
||
Me.PicStepTip = New System.Windows.Forms.PictureBox()
|
||
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
|
||
Me.BtnStartTest = New System.Windows.Forms.Button()
|
||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||
Me.ChartBar = New Steema.TeeChart.TChart()
|
||
Me.TcBarPass = New Steema.TeeChart.Styles.Bar()
|
||
Me.TcBarFail = New Steema.TeeChart.Styles.Bar()
|
||
Me.PnlPoint = New System.Windows.Forms.Panel()
|
||
Me.StuState.SuspendLayout()
|
||
Me.CmsRecordGrid.SuspendLayout()
|
||
CType(Me.SpcMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SpcMain.Panel1.SuspendLayout()
|
||
Me.SpcMain.Panel2.SuspendLayout()
|
||
Me.SpcMain.SuspendLayout()
|
||
CType(Me.SpcTest, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SpcTest.Panel1.SuspendLayout()
|
||
Me.SpcTest.Panel2.SuspendLayout()
|
||
Me.SpcTest.SuspendLayout()
|
||
CType(Me.PicStepTip, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SplitContainer2.Panel1.SuspendLayout()
|
||
Me.SplitContainer2.Panel2.SuspendLayout()
|
||
Me.SplitContainer2.SuspendLayout()
|
||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SplitContainer1.Panel1.SuspendLayout()
|
||
Me.SplitContainer1.Panel2.SuspendLayout()
|
||
Me.SplitContainer1.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'ChartPie
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Aspect.ColorPaletteIndex = 20
|
||
Me.ChartPie.Aspect.Elevation = 315
|
||
Me.ChartPie.Aspect.ElevationFloat = 315.0R
|
||
Me.ChartPie.Aspect.Orthogonal = False
|
||
Me.ChartPie.Aspect.Perspective = 0
|
||
Me.ChartPie.Aspect.Rotation = 360
|
||
Me.ChartPie.Aspect.RotationFloat = 360.0R
|
||
Me.ChartPie.Aspect.View3D = False
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Automatic = True
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Bottom.Grid.DrawEvery = 2
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Bottom.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
||
Me.ChartPie.Axes.Bottom.Labels.Font.Size = 9
|
||
Me.ChartPie.Axes.Bottom.Labels.Font.SizeFloat = 9.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Bottom.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartPie.Axes.Bottom.Title.Font.Size = 11
|
||
Me.ChartPie.Axes.Bottom.Title.Font.SizeFloat = 11.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Left.Grid.DrawEvery = 2
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Left.Labels.Font.Brush.Color = System.Drawing.Color.Gray
|
||
Me.ChartPie.Axes.Left.Labels.Font.Size = 9
|
||
Me.ChartPie.Axes.Left.Labels.Font.SizeFloat = 9.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Left.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartPie.Axes.Left.Title.Font.Size = 11
|
||
Me.ChartPie.Axes.Left.Title.Font.SizeFloat = 11.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Right.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartPie.Axes.Right.Labels.Font.Size = 9
|
||
Me.ChartPie.Axes.Right.Labels.Font.SizeFloat = 9.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Axes.Top.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartPie.Axes.Top.Labels.Font.Size = 9
|
||
Me.ChartPie.Axes.Top.Labels.Font.SizeFloat = 9.0!
|
||
Me.ChartPie.BackColor = System.Drawing.Color.White
|
||
Me.ChartPie.CurrentTheme = Steema.TeeChart.ThemeType.Report
|
||
Me.ChartPie.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.ChartPie.Dock = System.Windows.Forms.DockStyle.Fill
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Header.Font.Brush.Color = System.Drawing.Color.Gray
|
||
Me.ChartPie.Header.Font.Size = 12
|
||
Me.ChartPie.Header.Font.SizeFloat = 12.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartPie.Legend.Font.Size = 9
|
||
Me.ChartPie.Legend.Font.SizeFloat = 9.0!
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Legend.Shadow.Visible = False
|
||
Me.ChartPie.Legend.Transparent = True
|
||
Me.ChartPie.Location = New System.Drawing.Point(0, 0)
|
||
Me.ChartPie.Name = "ChartPie"
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Panel.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Panel.Brush.Gradient.Visible = False
|
||
Me.ChartPie.Series.Add(Me.TcPie)
|
||
Me.ChartPie.Size = New System.Drawing.Size(223, 132)
|
||
Me.ChartPie.TabIndex = 0
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartPie.Walls.Back.Brush.Visible = False
|
||
Me.ChartPie.Walls.Back.Transparent = True
|
||
Me.ChartPie.Walls.Back.Visible = False
|
||
'
|
||
'TcPie
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(243, Byte), Integer), CType(CType(144, Byte), Integer))
|
||
Me.TcPie.Circled = True
|
||
Me.TcPie.Color = System.Drawing.Color.FromArgb(CType(CType(119, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(214, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Frame.Circled = True
|
||
Me.TcPie.Frame.FrameElementPercents = New Double() {25.0R, 60.0R, 15.0R}
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Frame.OuterBand.Gradient.UseMiddle = False
|
||
Me.TcPie.LabelMember = "Labels"
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Marks.Arrow.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
Me.TcPie.Marks.ArrowLength = 10
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Marks.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Marks.Brush.Gradient.EndColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
Me.TcPie.Marks.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
||
Me.TcPie.Marks.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(215, Byte), Integer), CType(CType(0, Byte), Integer))
|
||
Me.TcPie.Marks.Brush.Gradient.UseMiddle = True
|
||
Me.TcPie.Marks.Brush.Visible = False
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Marks.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Marks.Pen.Color = System.Drawing.Color.FromArgb(CType(CType(96, Byte), Integer), CType(CType(124, Byte), Integer), CType(CType(174, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Marks.Shadow.Visible = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.Marks.TailParams.Align = Steema.TeeChart.Styles.TailAlignment.[Auto]
|
||
Me.TcPie.Marks.TailParams.CustomPoint = True
|
||
Me.TcPie.Marks.TailParams.CustomPointPos = CType(resources.GetObject("resource.CustomPointPos"), System.Drawing.PointF)
|
||
Me.TcPie.Marks.TailParams.Margin = 2.0!
|
||
Me.TcPie.Marks.TailParams.PointerHeight = 5.0R
|
||
Me.TcPie.Marks.TailParams.PointerWidth = 8.0R
|
||
Me.TcPie.Marks.TailStyle = Steema.TeeChart.Styles.MarksTail.WithPointer
|
||
Me.TcPie.Marks.Visible = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.MarksPie.InsideSlice = False
|
||
Me.TcPie.MarksPie.LegSize = 0
|
||
Me.TcPie.MarksPie.Rotated = False
|
||
Me.TcPie.MarksPie.RotateStyle = Steema.TeeChart.Styles.Pie.MarksRotateStyle.Radial
|
||
Me.TcPie.MarksPie.VertCenter = False
|
||
Me.TcPie.MultiPie = Steema.TeeChart.Styles.MultiPies.Automatic
|
||
Me.TcPie.OriginalCursor = System.Windows.Forms.Cursors.Default
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.OtherSlice.Color = System.Drawing.Color.Empty
|
||
Me.TcPie.OtherSlice.Style = Steema.TeeChart.Styles.PieOtherStyles.None
|
||
Me.TcPie.OtherSlice.Text = ""
|
||
Me.TcPie.OtherSlice.Value = 0R
|
||
Me.TcPie.Title = "pie1"
|
||
Me.TcPie.UniqueCustomRadius = True
|
||
Me.TcPie.UseExtendedNumRange = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.XValues.DataMember = "Angle"
|
||
Me.TcPie.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending
|
||
'
|
||
'
|
||
'
|
||
Me.TcPie.YValues.DataMember = "Pie"
|
||
'
|
||
'StuState
|
||
'
|
||
Me.StuState.AutoSize = False
|
||
Me.StuState.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TssLblTestCount, Me.TssLblPassCount, Me.TssLblFailCount, Me.TssLblTestTime, Me.TssBarTestProgress})
|
||
Me.StuState.Location = New System.Drawing.Point(0, 530)
|
||
Me.StuState.Name = "StuState"
|
||
Me.StuState.Size = New System.Drawing.Size(784, 22)
|
||
Me.StuState.TabIndex = 9
|
||
Me.StuState.Text = "StatusStrip1"
|
||
'
|
||
'TssLblTestCount
|
||
'
|
||
Me.TssLblTestCount.ForeColor = System.Drawing.Color.Blue
|
||
Me.TssLblTestCount.Name = "TssLblTestCount"
|
||
Me.TssLblTestCount.Size = New System.Drawing.Size(61, 17)
|
||
Me.TssLblTestCount.Text = "Count:0"
|
||
'
|
||
'TssLblPassCount
|
||
'
|
||
Me.TssLblPassCount.ForeColor = System.Drawing.Color.Green
|
||
Me.TssLblPassCount.Name = "TssLblPassCount"
|
||
Me.TssLblPassCount.Size = New System.Drawing.Size(53, 17)
|
||
Me.TssLblPassCount.Text = "Pass:0"
|
||
'
|
||
'TssLblFailCount
|
||
'
|
||
Me.TssLblFailCount.ForeColor = System.Drawing.Color.Red
|
||
Me.TssLblFailCount.Name = "TssLblFailCount"
|
||
Me.TssLblFailCount.Size = New System.Drawing.Size(46, 17)
|
||
Me.TssLblFailCount.Text = "Fail:0"
|
||
'
|
||
'TssLblTestTime
|
||
'
|
||
Me.TssLblTestTime.AutoSize = False
|
||
Me.TssLblTestTime.ForeColor = System.Drawing.Color.DarkGreen
|
||
Me.TssLblTestTime.Name = "TssLblTestTime"
|
||
Me.TssLblTestTime.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always
|
||
Me.TssLblTestTime.Size = New System.Drawing.Size(160, 17)
|
||
Me.TssLblTestTime.Text = "Time:00:00:00:000"
|
||
'
|
||
'TssBarTestProgress
|
||
'
|
||
Me.TssBarTestProgress.Name = "TssBarTestProgress"
|
||
Me.TssBarTestProgress.Size = New System.Drawing.Size(300, 16)
|
||
'
|
||
'GrdStepTestRecord
|
||
'
|
||
Me.GrdStepTestRecord.BorderStyle = FlexCell.BorderStyleEnum.None
|
||
Me.GrdStepTestRecord.CheckedImage = Nothing
|
||
Me.GrdStepTestRecord.Cols = 1
|
||
Me.GrdStepTestRecord.ContextMenuStrip = Me.CmsRecordGrid
|
||
Me.GrdStepTestRecord.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
||
Me.GrdStepTestRecord.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.GrdStepTestRecord.ExtendLastCol = True
|
||
Me.GrdStepTestRecord.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.GrdStepTestRecord.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
||
Me.GrdStepTestRecord.Location = New System.Drawing.Point(0, 0)
|
||
Me.GrdStepTestRecord.Name = "GrdStepTestRecord"
|
||
Me.GrdStepTestRecord.Rows = 1
|
||
Me.GrdStepTestRecord.Size = New System.Drawing.Size(553, 218)
|
||
Me.GrdStepTestRecord.TabIndex = 0
|
||
Me.GrdStepTestRecord.UncheckedImage = Nothing
|
||
'
|
||
'CmsRecordGrid
|
||
'
|
||
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)
|
||
'
|
||
'TsmiShowAllRows
|
||
'
|
||
Me.TsmiShowAllRows.Name = "TsmiShowAllRows"
|
||
Me.TsmiShowAllRows.Size = New System.Drawing.Size(171, 22)
|
||
Me.TsmiShowAllRows.Text = "显示所有行"
|
||
'
|
||
'TsmiShowRecordRows
|
||
'
|
||
Me.TsmiShowRecordRows.Name = "TsmiShowRecordRows"
|
||
Me.TsmiShowRecordRows.Size = New System.Drawing.Size(171, 22)
|
||
Me.TsmiShowRecordRows.Text = "显示记录行"
|
||
'
|
||
'TsmiBriefMode
|
||
'
|
||
Me.TsmiBriefMode.Name = "TsmiBriefMode"
|
||
Me.TsmiBriefMode.Size = New System.Drawing.Size(171, 22)
|
||
Me.TsmiBriefMode.Text = "简略模式"
|
||
'
|
||
'详细模式ToolStripMenuItem
|
||
'
|
||
Me.详细模式ToolStripMenuItem.Name = "详细模式ToolStripMenuItem"
|
||
Me.详细模式ToolStripMenuItem.Size = New System.Drawing.Size(171, 22)
|
||
Me.详细模式ToolStripMenuItem.Text = "详细模式"
|
||
'
|
||
'ToolStripSeparator1
|
||
'
|
||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||
Me.ToolStripSeparator1.Size = New System.Drawing.Size(168, 6)
|
||
'
|
||
'TsmiTestSetupNode
|
||
'
|
||
Me.TsmiTestSetupNode.Name = "TsmiTestSetupNode"
|
||
Me.TsmiTestSetupNode.Size = New System.Drawing.Size(171, 22)
|
||
Me.TsmiTestSetupNode.Text = "执行Setup模块"
|
||
'
|
||
'TsmiTestCleanupNode
|
||
'
|
||
Me.TsmiTestCleanupNode.Name = "TsmiTestCleanupNode"
|
||
Me.TsmiTestCleanupNode.Size = New System.Drawing.Size(171, 22)
|
||
Me.TsmiTestCleanupNode.Text = "执行Cleanup模块"
|
||
'
|
||
'ToolStripSeparator2
|
||
'
|
||
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
||
Me.ToolStripSeparator2.Size = New System.Drawing.Size(168, 6)
|
||
'
|
||
'TsmiTestNode
|
||
'
|
||
Me.TsmiTestNode.Name = "TsmiTestNode"
|
||
Me.TsmiTestNode.Size = New System.Drawing.Size(171, 22)
|
||
Me.TsmiTestNode.Text = "选择项测试"
|
||
'
|
||
'TsmiStartTestWithNode
|
||
'
|
||
Me.TsmiStartTestWithNode.Name = "TsmiStartTestWithNode"
|
||
Me.TsmiStartTestWithNode.Size = New System.Drawing.Size(171, 22)
|
||
Me.TsmiStartTestWithNode.Text = "选择项开始测试"
|
||
'
|
||
'SpcMain
|
||
'
|
||
Me.SpcMain.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.SpcMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||
Me.SpcMain.Location = New System.Drawing.Point(0, 1)
|
||
Me.SpcMain.Name = "SpcMain"
|
||
'
|
||
'SpcMain.Panel1
|
||
'
|
||
Me.SpcMain.Panel1.Controls.Add(Me.SpcTest)
|
||
'
|
||
'SpcMain.Panel2
|
||
'
|
||
Me.SpcMain.Panel2.Controls.Add(Me.SplitContainer2)
|
||
Me.SpcMain.Size = New System.Drawing.Size(784, 526)
|
||
Me.SpcMain.SplitterDistance = 555
|
||
Me.SpcMain.TabIndex = 12
|
||
'
|
||
'SpcTest
|
||
'
|
||
Me.SpcTest.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||
Me.SpcTest.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.SpcTest.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
|
||
Me.SpcTest.Location = New System.Drawing.Point(0, 0)
|
||
Me.SpcTest.Name = "SpcTest"
|
||
Me.SpcTest.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||
'
|
||
'SpcTest.Panel1
|
||
'
|
||
Me.SpcTest.Panel1.BackColor = System.Drawing.Color.Black
|
||
Me.SpcTest.Panel1.Controls.Add(Me.LblTipString)
|
||
Me.SpcTest.Panel1.Controls.Add(Me.LblStation)
|
||
Me.SpcTest.Panel1.Controls.Add(Me.LblTestStep)
|
||
Me.SpcTest.Panel1.Controls.Add(Me.LblTestStatus)
|
||
Me.SpcTest.Panel1.Controls.Add(Me.PrgStepTip)
|
||
Me.SpcTest.Panel1.Controls.Add(Me.LblStepTip)
|
||
Me.SpcTest.Panel1.Controls.Add(Me.PicStepTip)
|
||
'
|
||
'SpcTest.Panel2
|
||
'
|
||
Me.SpcTest.Panel2.Controls.Add(Me.GrdStepTestRecord)
|
||
Me.SpcTest.Size = New System.Drawing.Size(555, 526)
|
||
Me.SpcTest.SplitterDistance = 302
|
||
Me.SpcTest.TabIndex = 4
|
||
'
|
||
'LblTipString
|
||
'
|
||
Me.LblTipString.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.LblTipString.BackColor = System.Drawing.Color.Black
|
||
Me.LblTipString.dispMode = 0
|
||
Me.LblTipString.Font = New System.Drawing.Font("Consolas", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblTipString.ForeColor = System.Drawing.Color.White
|
||
Me.LblTipString.Location = New System.Drawing.Point(-1, 0)
|
||
Me.LblTipString.modePara = Nothing
|
||
Me.LblTipString.Name = "LblTipString"
|
||
Me.LblTipString.Size = New System.Drawing.Size(550, 46)
|
||
Me.LblTipString.TabIndex = 1
|
||
Me.LblTipString.Text = "www.inhaos.com"
|
||
'
|
||
'LblStation
|
||
'
|
||
Me.LblStation.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.LblStation.Font = New System.Drawing.Font("Consolas", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblStation.ForeColor = System.Drawing.Color.Silver
|
||
Me.LblStation.Location = New System.Drawing.Point(0, 46)
|
||
Me.LblStation.Name = "LblStation"
|
||
Me.LblStation.Size = New System.Drawing.Size(194, 27)
|
||
Me.LblStation.TabIndex = 18
|
||
Me.LblStation.Text = "Station"
|
||
Me.LblStation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'LblTestStep
|
||
'
|
||
Me.LblTestStep.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.LblTestStep.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.LblTestStep.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblTestStep.ForeColor = System.Drawing.SystemColors.ControlText
|
||
Me.LblTestStep.Location = New System.Drawing.Point(-1, 164)
|
||
Me.LblTestStep.Name = "LblTestStep"
|
||
Me.LblTestStep.Size = New System.Drawing.Size(195, 34)
|
||
Me.LblTestStep.TabIndex = 17
|
||
Me.LblTestStep.Text = "StepTip"
|
||
Me.LblTestStep.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'LblTestStatus
|
||
'
|
||
Me.LblTestStatus.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.LblTestStatus.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.LblTestStatus.Font = New System.Drawing.Font("Consolas", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblTestStatus.ForeColor = System.Drawing.Color.Green
|
||
Me.LblTestStatus.Location = New System.Drawing.Point(0, 73)
|
||
Me.LblTestStatus.Name = "LblTestStatus"
|
||
Me.LblTestStatus.Size = New System.Drawing.Size(194, 91)
|
||
Me.LblTestStatus.TabIndex = 14
|
||
Me.LblTestStatus.Text = "PASS"
|
||
Me.LblTestStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'PrgStepTip
|
||
'
|
||
Me.PrgStepTip.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PrgStepTip.ForeColor = System.Drawing.SystemColors.Control
|
||
Me.PrgStepTip.Location = New System.Drawing.Point(-1, 282)
|
||
Me.PrgStepTip.Name = "PrgStepTip"
|
||
Me.PrgStepTip.Size = New System.Drawing.Size(195, 19)
|
||
Me.PrgStepTip.Style = System.Windows.Forms.ProgressBarStyle.Continuous
|
||
Me.PrgStepTip.TabIndex = 16
|
||
Me.PrgStepTip.Value = 100
|
||
'
|
||
'LblStepTip
|
||
'
|
||
Me.LblStepTip.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.LblStepTip.AutoEllipsis = True
|
||
Me.LblStepTip.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.LblStepTip.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.LblStepTip.ForeColor = System.Drawing.Color.Blue
|
||
Me.LblStepTip.Location = New System.Drawing.Point(-1, 198)
|
||
Me.LblStepTip.Name = "LblStepTip"
|
||
Me.LblStepTip.Size = New System.Drawing.Size(195, 84)
|
||
Me.LblStepTip.TabIndex = 15
|
||
Me.LblStepTip.Text = "Tip"
|
||
Me.LblStepTip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'PicStepTip
|
||
'
|
||
Me.PicStepTip.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.PicStepTip.BackColor = System.Drawing.Color.Black
|
||
Me.PicStepTip.Location = New System.Drawing.Point(200, 46)
|
||
Me.PicStepTip.Name = "PicStepTip"
|
||
Me.PicStepTip.Size = New System.Drawing.Size(349, 255)
|
||
Me.PicStepTip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PicStepTip.TabIndex = 13
|
||
Me.PicStepTip.TabStop = False
|
||
'
|
||
'SplitContainer2
|
||
'
|
||
Me.SplitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.SplitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
|
||
Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
|
||
Me.SplitContainer2.Name = "SplitContainer2"
|
||
Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||
'
|
||
'SplitContainer2.Panel1
|
||
'
|
||
Me.SplitContainer2.Panel1.Controls.Add(Me.ChartPie)
|
||
'
|
||
'SplitContainer2.Panel2
|
||
'
|
||
Me.SplitContainer2.Panel2.Controls.Add(Me.BtnStartTest)
|
||
Me.SplitContainer2.Panel2.Controls.Add(Me.SplitContainer1)
|
||
Me.SplitContainer2.Size = New System.Drawing.Size(225, 526)
|
||
Me.SplitContainer2.SplitterDistance = 134
|
||
Me.SplitContainer2.TabIndex = 4
|
||
'
|
||
'BtnStartTest
|
||
'
|
||
Me.BtnStartTest.Dock = System.Windows.Forms.DockStyle.Bottom
|
||
Me.BtnStartTest.Font = New System.Drawing.Font("Consolas", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.BtnStartTest.ForeColor = System.Drawing.Color.Green
|
||
Me.BtnStartTest.Location = New System.Drawing.Point(0, 339)
|
||
Me.BtnStartTest.Name = "BtnStartTest"
|
||
Me.BtnStartTest.Size = New System.Drawing.Size(223, 47)
|
||
Me.BtnStartTest.TabIndex = 0
|
||
Me.BtnStartTest.Text = "Start(&S)"
|
||
Me.BtnStartTest.UseVisualStyleBackColor = True
|
||
'
|
||
'SplitContainer1
|
||
'
|
||
Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
|
||
Me.SplitContainer1.Name = "SplitContainer1"
|
||
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||
'
|
||
'SplitContainer1.Panel1
|
||
'
|
||
Me.SplitContainer1.Panel1.Controls.Add(Me.ChartBar)
|
||
'
|
||
'SplitContainer1.Panel2
|
||
'
|
||
Me.SplitContainer1.Panel2.Controls.Add(Me.PnlPoint)
|
||
Me.SplitContainer1.Size = New System.Drawing.Size(228, 334)
|
||
Me.SplitContainer1.SplitterDistance = 164
|
||
Me.SplitContainer1.TabIndex = 3
|
||
'
|
||
'ChartBar
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Aspect.ColorPaletteIndex = 20
|
||
Me.ChartBar.Aspect.View3D = False
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Automatic = True
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Bottom.Grid.DrawEvery = 2
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Bottom.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
||
Me.ChartBar.Axes.Bottom.Labels.Font.Size = 9
|
||
Me.ChartBar.Axes.Bottom.Labels.Font.SizeFloat = 9.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Bottom.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartBar.Axes.Bottom.Title.Font.Size = 11
|
||
Me.ChartBar.Axes.Bottom.Title.Font.SizeFloat = 11.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Left.Grid.DrawEvery = 2
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Left.Labels.Font.Brush.Color = System.Drawing.Color.Gray
|
||
Me.ChartBar.Axes.Left.Labels.Font.Size = 9
|
||
Me.ChartBar.Axes.Left.Labels.Font.SizeFloat = 9.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Left.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartBar.Axes.Left.Title.Font.Size = 11
|
||
Me.ChartBar.Axes.Left.Title.Font.SizeFloat = 11.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Right.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartBar.Axes.Right.Labels.Font.Size = 9
|
||
Me.ChartBar.Axes.Right.Labels.Font.SizeFloat = 9.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Axes.Top.Labels.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartBar.Axes.Top.Labels.Font.Size = 9
|
||
Me.ChartBar.Axes.Top.Labels.Font.SizeFloat = 9.0!
|
||
Me.ChartBar.BackColor = System.Drawing.Color.White
|
||
Me.ChartBar.CurrentTheme = Steema.TeeChart.ThemeType.Report
|
||
Me.ChartBar.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.ChartBar.Dock = System.Windows.Forms.DockStyle.Fill
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Header.Font.Brush.Color = System.Drawing.Color.Gray
|
||
Me.ChartBar.Header.Font.Size = 12
|
||
Me.ChartBar.Header.Font.SizeFloat = 12.0!
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
||
Me.ChartBar.Legend.Font.Size = 9
|
||
Me.ChartBar.Legend.Font.SizeFloat = 9.0!
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Legend.Shadow.Visible = False
|
||
Me.ChartBar.Legend.Transparent = True
|
||
Me.ChartBar.Location = New System.Drawing.Point(0, 0)
|
||
Me.ChartBar.Name = "ChartBar"
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Panel.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Panel.Brush.Gradient.Visible = False
|
||
Me.ChartBar.Series.Add(Me.TcBarPass)
|
||
Me.ChartBar.Series.Add(Me.TcBarFail)
|
||
Me.ChartBar.Size = New System.Drawing.Size(226, 162)
|
||
Me.ChartBar.TabIndex = 1
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.ChartBar.Walls.Back.Brush.Visible = False
|
||
Me.ChartBar.Walls.Back.Transparent = True
|
||
Me.ChartBar.Walls.Back.Visible = False
|
||
'
|
||
'TcBarPass
|
||
'
|
||
Me.TcBarPass.BarRound = Steema.TeeChart.Styles.BarRounding.AtValue
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(119, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(214, Byte), Integer))
|
||
Me.TcBarPass.Color = System.Drawing.Color.FromArgb(CType(CType(119, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(214, Byte), Integer))
|
||
Me.TcBarPass.ColorEach = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Marks.ArrowLength = 10
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Marks.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Marks.Brush.Gradient.EndColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
Me.TcBarPass.Marks.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
||
Me.TcBarPass.Marks.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(215, Byte), Integer), CType(CType(0, Byte), Integer))
|
||
Me.TcBarPass.Marks.Brush.Gradient.UseMiddle = True
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Marks.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Marks.Pen.Color = System.Drawing.Color.FromArgb(CType(CType(107, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(193, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Marks.Shadow.Visible = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Marks.TailParams.Align = Steema.TeeChart.Styles.TailAlignment.[Auto]
|
||
Me.TcBarPass.Marks.TailParams.CustomPointPos = CType(resources.GetObject("resource.CustomPointPos1"), System.Drawing.PointF)
|
||
Me.TcBarPass.Marks.TailParams.Margin = 0!
|
||
Me.TcBarPass.Marks.TailParams.PointerHeight = 5.0R
|
||
Me.TcBarPass.Marks.TailParams.PointerWidth = 8.0R
|
||
Me.TcBarPass.Marks.TailStyle = Steema.TeeChart.Styles.MarksTail.WithPointer
|
||
Me.TcBarPass.OriginalCursor = Nothing
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.Pen.Color = System.Drawing.Color.FromArgb(CType(CType(71, Byte), Integer), CType(CType(92, Byte), Integer), CType(CType(128, Byte), Integer))
|
||
Me.TcBarPass.Title = "bar1"
|
||
Me.TcBarPass.UseExtendedNumRange = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.XValues.DataMember = "X"
|
||
Me.TcBarPass.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarPass.YValues.DataMember = "Bar"
|
||
'
|
||
'TcBarFail
|
||
'
|
||
Me.TcBarFail.BarRound = Steema.TeeChart.Styles.BarRounding.AtValue
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(207, Byte), Integer), CType(CType(104, Byte), Integer))
|
||
Me.TcBarFail.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(207, Byte), Integer), CType(CType(104, Byte), Integer))
|
||
Me.TcBarFail.ColorEach = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Marks.ArrowLength = 10
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Marks.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Marks.Brush.Gradient.EndColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
Me.TcBarFail.Marks.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
||
Me.TcBarFail.Marks.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(215, Byte), Integer), CType(CType(0, Byte), Integer))
|
||
Me.TcBarFail.Marks.Brush.Gradient.UseMiddle = True
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Marks.Font.Brush.Color = System.Drawing.Color.FromArgb(CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Marks.Pen.Color = System.Drawing.Color.FromArgb(CType(CType(230, Byte), Integer), CType(CType(186, Byte), Integer), CType(CType(94, Byte), Integer))
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Marks.Shadow.Visible = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Marks.TailParams.Align = Steema.TeeChart.Styles.TailAlignment.[Auto]
|
||
Me.TcBarFail.Marks.TailParams.CustomPointPos = CType(resources.GetObject("resource.CustomPointPos2"), System.Drawing.PointF)
|
||
Me.TcBarFail.Marks.TailParams.Margin = 0!
|
||
Me.TcBarFail.Marks.TailParams.PointerHeight = 5.0R
|
||
Me.TcBarFail.Marks.TailParams.PointerWidth = 8.0R
|
||
Me.TcBarFail.Marks.TailStyle = Steema.TeeChart.Styles.MarksTail.WithPointer
|
||
Me.TcBarFail.OriginalCursor = Nothing
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.Pen.Color = System.Drawing.Color.FromArgb(CType(CType(153, Byte), Integer), CType(CType(124, Byte), Integer), CType(CType(62, Byte), Integer))
|
||
Me.TcBarFail.Title = "bar2"
|
||
Me.TcBarFail.UseExtendedNumRange = False
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.XValues.DataMember = "X"
|
||
Me.TcBarFail.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending
|
||
'
|
||
'
|
||
'
|
||
Me.TcBarFail.YValues.DataMember = "Bar"
|
||
'
|
||
'PnlPoint
|
||
'
|
||
Me.PnlPoint.BackColor = System.Drawing.Color.White
|
||
Me.PnlPoint.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.PnlPoint.Location = New System.Drawing.Point(0, 0)
|
||
Me.PnlPoint.Name = "PnlPoint"
|
||
Me.PnlPoint.Size = New System.Drawing.Size(226, 164)
|
||
Me.PnlPoint.TabIndex = 2
|
||
'
|
||
'FrmStationTest
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(784, 552)
|
||
Me.Controls.Add(Me.SpcMain)
|
||
Me.Controls.Add(Me.StuState)
|
||
Me.Name = "FrmStationTest"
|
||
Me.Text = "测试"
|
||
Me.StuState.ResumeLayout(False)
|
||
Me.StuState.PerformLayout()
|
||
Me.CmsRecordGrid.ResumeLayout(False)
|
||
Me.SpcMain.Panel1.ResumeLayout(False)
|
||
Me.SpcMain.Panel2.ResumeLayout(False)
|
||
CType(Me.SpcMain, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.SpcMain.ResumeLayout(False)
|
||
Me.SpcTest.Panel1.ResumeLayout(False)
|
||
Me.SpcTest.Panel2.ResumeLayout(False)
|
||
CType(Me.SpcTest, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.SpcTest.ResumeLayout(False)
|
||
CType(Me.PicStepTip, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.SplitContainer2.Panel1.ResumeLayout(False)
|
||
Me.SplitContainer2.Panel2.ResumeLayout(False)
|
||
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.SplitContainer2.ResumeLayout(False)
|
||
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
||
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.SplitContainer1.ResumeLayout(False)
|
||
Me.ResumeLayout(false)
|
||
|
||
End Sub
|
||
Friend WithEvents StuState As System.Windows.Forms.StatusStrip
|
||
Friend WithEvents TssLblTestTime As System.Windows.Forms.ToolStripStatusLabel
|
||
Friend WithEvents GrdStepTestRecord As FlexCell.Grid
|
||
Friend WithEvents TssBarTestProgress As ToolStripProgressBar
|
||
Friend WithEvents CmsRecordGrid As ContextMenuStrip
|
||
Friend WithEvents TsmiShowAllRows As ToolStripMenuItem
|
||
Friend WithEvents TsmiShowRecordRows As ToolStripMenuItem
|
||
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
||
Friend WithEvents TsmiTestNode As ToolStripMenuItem
|
||
Friend WithEvents TsmiStartTestWithNode As ToolStripMenuItem
|
||
Friend WithEvents TsmiTestSetupNode As ToolStripMenuItem
|
||
Friend WithEvents TsmiTestCleanupNode As ToolStripMenuItem
|
||
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
|
||
Friend WithEvents TssLblTestCount As ToolStripStatusLabel
|
||
Friend WithEvents TssLblPassCount As ToolStripStatusLabel
|
||
Friend WithEvents TssLblFailCount As ToolStripStatusLabel
|
||
Friend WithEvents ChartPie As Steema.TeeChart.TChart
|
||
Friend WithEvents SpcMain As SplitContainer
|
||
Friend WithEvents SpcTest As SplitContainer
|
||
Friend WithEvents LblTestStatus As Label
|
||
Friend WithEvents PrgStepTip As ProgressBar
|
||
Friend WithEvents LblStepTip As Label
|
||
Friend WithEvents PicStepTip As PictureBox
|
||
Friend WithEvents ChartBar As Steema.TeeChart.TChart
|
||
Friend WithEvents PnlPoint As Panel
|
||
Friend WithEvents TsmiBriefMode As ToolStripMenuItem
|
||
Friend WithEvents 详细模式ToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents TcBarPass As Steema.TeeChart.Styles.Bar
|
||
Friend WithEvents TcBarFail As Steema.TeeChart.Styles.Bar
|
||
Friend WithEvents TcPie As Steema.TeeChart.Styles.Pie
|
||
Friend WithEvents SplitContainer2 As SplitContainer
|
||
Friend WithEvents SplitContainer1 As SplitContainer
|
||
Friend WithEvents BtnStartTest As Button
|
||
Friend WithEvents LblTestStep As Label
|
||
Friend WithEvents LblStation As Label
|
||
Friend WithEvents LblTipString As utsLabel
|
||
End Class
|
||
End Namespace |