191 lines
8.2 KiB
VB.net
191 lines
8.2 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class ActionParameter
|
|||
|
|
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.Label4 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Table_Grid1 = New FlexCell.Grid()
|
|||
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Grid1 = New FlexCell.Grid()
|
|||
|
|
Me.CmdGrid = New FlexCell.Grid()
|
|||
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'Label4
|
|||
|
|
'
|
|||
|
|
Me.Label4.Dock = System.Windows.Forms.DockStyle.Top
|
|||
|
|
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(613, 26)
|
|||
|
|
Me.Label4.TabIndex = 26
|
|||
|
|
Me.Label4.Text = "Action parameter"
|
|||
|
|
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
|
'
|
|||
|
|
'Table_Grid1
|
|||
|
|
'
|
|||
|
|
Me.Table_Grid1.CheckedImage = Nothing
|
|||
|
|
Me.Table_Grid1.DefaultFont = New System.Drawing.Font("宋体", 12.0!)
|
|||
|
|
Me.Table_Grid1.DefaultRowHeight = CType(25, Short)
|
|||
|
|
Me.Table_Grid1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
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(241, 67)
|
|||
|
|
Me.Table_Grid1.Name = "Table_Grid1"
|
|||
|
|
Me.Table_Grid1.Size = New System.Drawing.Size(353, 254)
|
|||
|
|
Me.Table_Grid1.TabIndex = 27
|
|||
|
|
Me.Table_Grid1.UncheckedImage = Nothing
|
|||
|
|
'
|
|||
|
|
'Button1
|
|||
|
|
'
|
|||
|
|
Me.Button1.Location = New System.Drawing.Point(477, 502)
|
|||
|
|
Me.Button1.Name = "Button1"
|
|||
|
|
Me.Button1.Size = New System.Drawing.Size(117, 52)
|
|||
|
|
Me.Button1.TabIndex = 28
|
|||
|
|
Me.Button1.Text = "OK"
|
|||
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'Label1
|
|||
|
|
'
|
|||
|
|
Me.Label1.AutoSize = True
|
|||
|
|
Me.Label1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.Label1.Location = New System.Drawing.Point(0, 34)
|
|||
|
|
Me.Label1.Name = "Label1"
|
|||
|
|
Me.Label1.Size = New System.Drawing.Size(179, 19)
|
|||
|
|
Me.Label1.TabIndex = 29
|
|||
|
|
Me.Label1.Text = "Equipment method:"
|
|||
|
|
'
|
|||
|
|
'ComboBox1
|
|||
|
|
'
|
|||
|
|
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
|
Me.ComboBox1.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.ComboBox1.FormattingEnabled = True
|
|||
|
|
Me.ComboBox1.Location = New System.Drawing.Point(185, 29)
|
|||
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|||
|
|
Me.ComboBox1.Size = New System.Drawing.Size(130, 29)
|
|||
|
|
Me.ComboBox1.TabIndex = 30
|
|||
|
|
Me.ComboBox1.Visible = False
|
|||
|
|
'
|
|||
|
|
'Button3
|
|||
|
|
'
|
|||
|
|
Me.Button3.Location = New System.Drawing.Point(344, 502)
|
|||
|
|
Me.Button3.Name = "Button3"
|
|||
|
|
Me.Button3.Size = New System.Drawing.Size(117, 52)
|
|||
|
|
Me.Button3.TabIndex = 32
|
|||
|
|
Me.Button3.Text = "Deletion method"
|
|||
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'Button2
|
|||
|
|
'
|
|||
|
|
Me.Button2.Location = New System.Drawing.Point(209, 502)
|
|||
|
|
Me.Button2.Name = "Button2"
|
|||
|
|
Me.Button2.Size = New System.Drawing.Size(117, 52)
|
|||
|
|
Me.Button2.TabIndex = 31
|
|||
|
|
Me.Button2.Text = "Add method"
|
|||
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'Label2
|
|||
|
|
'
|
|||
|
|
Me.Label2.AutoSize = True
|
|||
|
|
Me.Label2.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.Label2.Location = New System.Drawing.Point(237, 34)
|
|||
|
|
Me.Label2.Name = "Label2"
|
|||
|
|
Me.Label2.Size = New System.Drawing.Size(259, 19)
|
|||
|
|
Me.Label2.TabIndex = 33
|
|||
|
|
Me.Label2.Text = "Device method parameters:"
|
|||
|
|
'
|
|||
|
|
'Grid1
|
|||
|
|
'
|
|||
|
|
Me.Grid1.CheckedImage = Nothing
|
|||
|
|
Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 12.0!)
|
|||
|
|
Me.Grid1.DefaultRowHeight = CType(25, Short)
|
|||
|
|
Me.Grid1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
|||
|
|
Me.Grid1.Location = New System.Drawing.Point(4, 67)
|
|||
|
|
Me.Grid1.Name = "Grid1"
|
|||
|
|
Me.Grid1.Size = New System.Drawing.Size(227, 254)
|
|||
|
|
Me.Grid1.TabIndex = 34
|
|||
|
|
Me.Grid1.UncheckedImage = Nothing
|
|||
|
|
'
|
|||
|
|
'CmdGrid
|
|||
|
|
'
|
|||
|
|
Me.CmdGrid.CheckedImage = Nothing
|
|||
|
|
Me.CmdGrid.DefaultFont = New System.Drawing.Font("宋体", 12.0!)
|
|||
|
|
Me.CmdGrid.DefaultRowHeight = CType(25, Short)
|
|||
|
|
Me.CmdGrid.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.CmdGrid.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
|||
|
|
Me.CmdGrid.Location = New System.Drawing.Point(4, 327)
|
|||
|
|
Me.CmdGrid.Name = "CmdGrid"
|
|||
|
|
Me.CmdGrid.Size = New System.Drawing.Size(590, 169)
|
|||
|
|
Me.CmdGrid.TabIndex = 35
|
|||
|
|
Me.CmdGrid.UncheckedImage = Nothing
|
|||
|
|
'
|
|||
|
|
'Button4
|
|||
|
|
'
|
|||
|
|
Me.Button4.Location = New System.Drawing.Point(477, 29)
|
|||
|
|
Me.Button4.Name = "Button4"
|
|||
|
|
Me.Button4.Size = New System.Drawing.Size(110, 32)
|
|||
|
|
Me.Button4.TabIndex = 36
|
|||
|
|
Me.Button4.Text = "隐藏"
|
|||
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|||
|
|
Me.Button4.Visible = False
|
|||
|
|
'
|
|||
|
|
'ActionParameter
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(613, 566)
|
|||
|
|
Me.Controls.Add(Me.Button4)
|
|||
|
|
Me.Controls.Add(Me.CmdGrid)
|
|||
|
|
Me.Controls.Add(Me.Grid1)
|
|||
|
|
Me.Controls.Add(Me.Label2)
|
|||
|
|
Me.Controls.Add(Me.Button3)
|
|||
|
|
Me.Controls.Add(Me.Button2)
|
|||
|
|
Me.Controls.Add(Me.ComboBox1)
|
|||
|
|
Me.Controls.Add(Me.Label1)
|
|||
|
|
Me.Controls.Add(Me.Button1)
|
|||
|
|
Me.Controls.Add(Me.Table_Grid1)
|
|||
|
|
Me.Controls.Add(Me.Label4)
|
|||
|
|
Me.Name = "ActionParameter"
|
|||
|
|
Me.Text = "ActionParameter"
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
Friend WithEvents Label4 As Label
|
|||
|
|
Friend WithEvents Table_Grid1 As FlexCell.Grid
|
|||
|
|
Friend WithEvents Button1 As Button
|
|||
|
|
Friend WithEvents Label1 As Label
|
|||
|
|
Friend WithEvents ComboBox1 As ComboBox
|
|||
|
|
Friend WithEvents Button3 As Button
|
|||
|
|
Friend WithEvents Button2 As Button
|
|||
|
|
Friend WithEvents Label2 As Label
|
|||
|
|
Friend WithEvents Grid1 As FlexCell.Grid
|
|||
|
|
Friend WithEvents CmdGrid As FlexCell.Grid
|
|||
|
|
Friend WithEvents Button4 As Button
|
|||
|
|
End Class
|