Partial Class ExecutionCondition Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 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 窗体设计器修改它。 '不要使用代码编辑器修改它。 Private Sub InitializeComponent() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.Label7 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Cob_CarryOutType = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Cob_KeyType = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.SplitContainer4 = New System.Windows.Forms.SplitContainer() Me.Table_Grid1 = New FlexCell.Grid() Me.chushen_Grid = New FlexCell.Grid() Me.Label3 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.SplitContainer3 = New System.Windows.Forms.SplitContainer() Me.Label4 = New System.Windows.Forms.Label() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer4.Panel1.SuspendLayout() Me.SplitContainer4.Panel2.SuspendLayout() Me.SplitContainer4.SuspendLayout() CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer3.Panel1.SuspendLayout() Me.SplitContainer3.Panel2.SuspendLayout() Me.SplitContainer3.SuspendLayout() Me.SuspendLayout() ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill 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.Label7) Me.SplitContainer1.Panel1.Controls.Add(Me.ComboBox2) Me.SplitContainer1.Panel1.Controls.Add(Me.Label6) Me.SplitContainer1.Panel1.Controls.Add(Me.Label5) Me.SplitContainer1.Panel1.Controls.Add(Me.ComboBox1) Me.SplitContainer1.Panel1.Controls.Add(Me.Cob_CarryOutType) Me.SplitContainer1.Panel1.Controls.Add(Me.Label1) Me.SplitContainer1.Panel1.Controls.Add(Me.Cob_KeyType) Me.SplitContainer1.Panel1.Controls.Add(Me.Label2) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2) Me.SplitContainer1.Size = New System.Drawing.Size(1204, 622) Me.SplitContainer1.SplitterDistance = 40 Me.SplitContainer1.TabIndex = 18 ' 'Label7 ' Me.Label7.Location = New System.Drawing.Point(710, 3) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(74, 24) Me.Label7.TabIndex = 28 Me.Label7.Text = "Key type:" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(790, 3) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(121, 24) Me.ComboBox2.TabIndex = 27 ' 'Label6 ' Me.Label6.Location = New System.Drawing.Point(507, 3) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(74, 24) Me.Label6.TabIndex = 26 Me.Label6.Text = "Parallel scenario:" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label5 ' Me.Label5.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label5.Location = New System.Drawing.Point(917, 5) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(284, 24) Me.Label5.TabIndex = 25 Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(587, 3) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 24) Me.ComboBox1.TabIndex = 24 ' 'Cob_CarryOutType ' Me.Cob_CarryOutType.Dock = System.Windows.Forms.DockStyle.Left Me.Cob_CarryOutType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.Cob_CarryOutType.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Cob_CarryOutType.FormattingEnabled = True Me.Cob_CarryOutType.Location = New System.Drawing.Point(305, 0) Me.Cob_CarryOutType.Name = "Cob_CarryOutType" Me.Cob_CarryOutType.Size = New System.Drawing.Size(196, 29) Me.Cob_CarryOutType.TabIndex = 20 ' 'Label1 ' Me.Label1.Dock = System.Windows.Forms.DockStyle.Left Me.Label1.Font = New System.Drawing.Font("宋体", 11.0!) Me.Label1.Location = New System.Drawing.Point(230, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(75, 40) Me.Label1.TabIndex = 23 Me.Label1.Text = "Execution mode:" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Cob_KeyType ' Me.Cob_KeyType.Dock = System.Windows.Forms.DockStyle.Left Me.Cob_KeyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.Cob_KeyType.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Cob_KeyType.FormattingEnabled = True Me.Cob_KeyType.Location = New System.Drawing.Point(75, 0) Me.Cob_KeyType.Name = "Cob_KeyType" Me.Cob_KeyType.Size = New System.Drawing.Size(155, 29) Me.Cob_KeyType.TabIndex = 22 ' 'Label2 ' Me.Label2.Dock = System.Windows.Forms.DockStyle.Left Me.Label2.Font = New System.Drawing.Font("宋体", 11.0!) Me.Label2.Location = New System.Drawing.Point(0, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(75, 40) Me.Label2.TabIndex = 19 Me.Label2.Text = "Key type:" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill 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.SplitContainer4) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.Label3) Me.SplitContainer2.Panel2.Controls.Add(Me.Button1) Me.SplitContainer2.Size = New System.Drawing.Size(1204, 578) Me.SplitContainer2.SplitterDistance = 505 Me.SplitContainer2.TabIndex = 18 ' 'SplitContainer4 ' Me.SplitContainer4.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer4.Location = New System.Drawing.Point(0, 0) Me.SplitContainer4.Name = "SplitContainer4" ' 'SplitContainer4.Panel1 ' Me.SplitContainer4.Panel1.Controls.Add(Me.Table_Grid1) ' 'SplitContainer4.Panel2 ' Me.SplitContainer4.Panel2.Controls.Add(Me.chushen_Grid) Me.SplitContainer4.Size = New System.Drawing.Size(1204, 505) Me.SplitContainer4.SplitterDistance = 360 Me.SplitContainer4.TabIndex = 19 ' 'Table_Grid1 ' Me.Table_Grid1.Cols = 5 Me.Table_Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Table_Grid1.Dock = System.Windows.Forms.DockStyle.Fill Me.Table_Grid1.ExtendLastCol = True Me.Table_Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Table_Grid1.Location = New System.Drawing.Point(0, 0) Me.Table_Grid1.MouseWheelSpeed = CType(3, Short) Me.Table_Grid1.Name = "Table_Grid1" Me.Table_Grid1.Size = New System.Drawing.Size(360, 505) Me.Table_Grid1.TabIndex = 17 ' 'chushen_Grid ' Me.chushen_Grid.Cols = 5 Me.chushen_Grid.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.chushen_Grid.Dock = System.Windows.Forms.DockStyle.Fill Me.chushen_Grid.ExtendLastCol = True Me.chushen_Grid.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.chushen_Grid.Location = New System.Drawing.Point(0, 0) Me.chushen_Grid.MouseWheelSpeed = CType(3, Short) Me.chushen_Grid.Name = "chushen_Grid" Me.chushen_Grid.Size = New System.Drawing.Size(840, 505) Me.chushen_Grid.TabIndex = 18 ' 'Label3 ' Me.Label3.Dock = System.Windows.Forms.DockStyle.Left Me.Label3.Font = New System.Drawing.Font("宋体", 11.0!) Me.Label3.Location = New System.Drawing.Point(0, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(352, 69) Me.Label3.TabIndex = 24 Me.Label3.Text = "Execution mode:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Button1 ' Me.Button1.Dock = System.Windows.Forms.DockStyle.Right Me.Button1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button1.Location = New System.Drawing.Point(1018, 0) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(186, 69) Me.Button1.TabIndex = 22 Me.Button1.Text = "OK" Me.Button1.UseVisualStyleBackColor = True ' 'SplitContainer3 ' Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer3.Location = New System.Drawing.Point(0, 0) Me.SplitContainer3.Name = "SplitContainer3" Me.SplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer3.Panel1 ' Me.SplitContainer3.Panel1.Controls.Add(Me.Label4) ' 'SplitContainer3.Panel2 ' Me.SplitContainer3.Panel2.Controls.Add(Me.SplitContainer1) Me.SplitContainer3.Size = New System.Drawing.Size(1204, 661) Me.SplitContainer3.SplitterDistance = 35 Me.SplitContainer3.TabIndex = 19 ' 'Label4 ' Me.Label4.Dock = System.Windows.Forms.DockStyle.Fill Me.Label4.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label4.Location = New System.Drawing.Point(0, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(1204, 35) Me.Label4.TabIndex = 24 Me.Label4.Text = "Scene attribute" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ExecutionCondition ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1204, 661) Me.Controls.Add(Me.SplitContainer3) Me.ForeColor = System.Drawing.SystemColors.ControlText Me.Name = "ExecutionCondition" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer2.ResumeLayout(False) Me.SplitContainer4.Panel1.ResumeLayout(False) Me.SplitContainer4.Panel2.ResumeLayout(False) CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer4.ResumeLayout(False) Me.SplitContainer3.Panel1.ResumeLayout(False) Me.SplitContainer3.Panel2.ResumeLayout(False) CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer3.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents Table_Grid1 As FlexCell.Grid Friend WithEvents Cob_CarryOutType As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Cob_KeyType As ComboBox Friend WithEvents Label2 As Label Friend WithEvents SplitContainer2 As SplitContainer Friend WithEvents Button1 As Button Friend WithEvents Label3 As Label Friend WithEvents SplitContainer3 As SplitContainer Friend WithEvents Label4 As Label Friend WithEvents chushen_Grid As FlexCell.Grid Friend WithEvents SplitContainer4 As SplitContainer Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents ComboBox2 As ComboBox End Class