231 lines
9.5 KiB
VB.net
231 lines
9.5 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class ServiceAttribute
|
|||
|
|
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.Button1 = New System.Windows.Forms.Button()
|
|||
|
|
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
|
Me.ComboBox4 = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|||
|
|
Me.Table_Grid1 = New FlexCell.Grid()
|
|||
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'Button1
|
|||
|
|
'
|
|||
|
|
Me.Button1.Location = New System.Drawing.Point(486, 433)
|
|||
|
|
Me.Button1.Name = "Button1"
|
|||
|
|
Me.Button1.Size = New System.Drawing.Size(142, 33)
|
|||
|
|
Me.Button1.TabIndex = 8
|
|||
|
|
Me.Button1.Text = "OK"
|
|||
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'ComboBox3
|
|||
|
|
'
|
|||
|
|
Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
|
Me.ComboBox3.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.ComboBox3.FormattingEnabled = True
|
|||
|
|
Me.ComboBox3.Location = New System.Drawing.Point(12, 50)
|
|||
|
|
Me.ComboBox3.Name = "ComboBox3"
|
|||
|
|
Me.ComboBox3.Size = New System.Drawing.Size(130, 29)
|
|||
|
|
Me.ComboBox3.TabIndex = 7
|
|||
|
|
Me.ComboBox3.Visible = False
|
|||
|
|
'
|
|||
|
|
'ComboBox2
|
|||
|
|
'
|
|||
|
|
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
|
Me.ComboBox2.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.ComboBox2.FormattingEnabled = True
|
|||
|
|
Me.ComboBox2.Location = New System.Drawing.Point(198, 50)
|
|||
|
|
Me.ComboBox2.Name = "ComboBox2"
|
|||
|
|
Me.ComboBox2.Size = New System.Drawing.Size(130, 29)
|
|||
|
|
Me.ComboBox2.TabIndex = 6
|
|||
|
|
Me.ComboBox2.Visible = False
|
|||
|
|
'
|
|||
|
|
'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(427, 50)
|
|||
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|||
|
|
Me.ComboBox1.Size = New System.Drawing.Size(201, 29)
|
|||
|
|
Me.ComboBox1.TabIndex = 5
|
|||
|
|
Me.ComboBox1.Visible = False
|
|||
|
|
'
|
|||
|
|
'Label3
|
|||
|
|
'
|
|||
|
|
Me.Label3.AutoSize = True
|
|||
|
|
Me.Label3.Location = New System.Drawing.Point(199, 35)
|
|||
|
|
Me.Label3.Name = "Label3"
|
|||
|
|
Me.Label3.Size = New System.Drawing.Size(59, 12)
|
|||
|
|
Me.Label3.TabIndex = 12
|
|||
|
|
Me.Label3.Text = "打开方式:"
|
|||
|
|
Me.Label3.Visible = False
|
|||
|
|
'
|
|||
|
|
'Label2
|
|||
|
|
'
|
|||
|
|
Me.Label2.AutoSize = True
|
|||
|
|
Me.Label2.Location = New System.Drawing.Point(332, 35)
|
|||
|
|
Me.Label2.Name = "Label2"
|
|||
|
|
Me.Label2.Size = New System.Drawing.Size(59, 12)
|
|||
|
|
Me.Label2.TabIndex = 11
|
|||
|
|
Me.Label2.Text = "服务类型:"
|
|||
|
|
Me.Label2.Visible = False
|
|||
|
|
'
|
|||
|
|
'Label1
|
|||
|
|
'
|
|||
|
|
Me.Label1.AutoSize = True
|
|||
|
|
Me.Label1.Location = New System.Drawing.Point(10, 35)
|
|||
|
|
Me.Label1.Name = "Label1"
|
|||
|
|
Me.Label1.Size = New System.Drawing.Size(59, 12)
|
|||
|
|
Me.Label1.TabIndex = 10
|
|||
|
|
Me.Label1.Text = "延时时间:"
|
|||
|
|
Me.Label1.Visible = False
|
|||
|
|
'
|
|||
|
|
'ComboBox4
|
|||
|
|
'
|
|||
|
|
Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
|
Me.ComboBox4.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.ComboBox4.FormattingEnabled = True
|
|||
|
|
Me.ComboBox4.Location = New System.Drawing.Point(148, 50)
|
|||
|
|
Me.ComboBox4.Name = "ComboBox4"
|
|||
|
|
Me.ComboBox4.Size = New System.Drawing.Size(44, 29)
|
|||
|
|
Me.ComboBox4.TabIndex = 13
|
|||
|
|
Me.ComboBox4.Visible = False
|
|||
|
|
'
|
|||
|
|
'Label4
|
|||
|
|
'
|
|||
|
|
Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|||
|
|
Me.Label4.Location = New System.Drawing.Point(12, 94)
|
|||
|
|
Me.Label4.Name = "Label4"
|
|||
|
|
Me.Label4.Size = New System.Drawing.Size(363, 33)
|
|||
|
|
Me.Label4.TabIndex = 14
|
|||
|
|
Me.Label4.Text = "延时时间:"
|
|||
|
|
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
|
Me.Label4.Visible = False
|
|||
|
|
'
|
|||
|
|
'Label5
|
|||
|
|
'
|
|||
|
|
Me.Label5.AutoSize = True
|
|||
|
|
Me.Label5.Location = New System.Drawing.Point(146, 35)
|
|||
|
|
Me.Label5.Name = "Label5"
|
|||
|
|
Me.Label5.Size = New System.Drawing.Size(35, 12)
|
|||
|
|
Me.Label5.TabIndex = 15
|
|||
|
|
Me.Label5.Text = "单位:"
|
|||
|
|
Me.Label5.Visible = False
|
|||
|
|
'
|
|||
|
|
'Label6
|
|||
|
|
'
|
|||
|
|
Me.Label6.Dock = System.Windows.Forms.DockStyle.Top
|
|||
|
|
Me.Label6.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.Label6.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.Label6.Name = "Label6"
|
|||
|
|
Me.Label6.Size = New System.Drawing.Size(656, 33)
|
|||
|
|
Me.Label6.TabIndex = 16
|
|||
|
|
Me.Label6.Text = "Service attribute"
|
|||
|
|
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
|
'
|
|||
|
|
'Button2
|
|||
|
|
'
|
|||
|
|
Me.Button2.Location = New System.Drawing.Point(486, 36)
|
|||
|
|
Me.Button2.Name = "Button2"
|
|||
|
|
Me.Button2.Size = New System.Drawing.Size(142, 33)
|
|||
|
|
Me.Button2.TabIndex = 17
|
|||
|
|
Me.Button2.Text = "Add service"
|
|||
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'Table_Grid1
|
|||
|
|
'
|
|||
|
|
Me.Table_Grid1.CheckedImage = Nothing
|
|||
|
|
Me.Table_Grid1.Cols = 5
|
|||
|
|
Me.Table_Grid1.CommentWindowWidth = CType(100, Short)
|
|||
|
|
Me.Table_Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
|||
|
|
Me.Table_Grid1.DisplayRowNumber = True
|
|||
|
|
Me.Table_Grid1.ExtendLastCol = True
|
|||
|
|
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(12, 36)
|
|||
|
|
Me.Table_Grid1.Name = "Table_Grid1"
|
|||
|
|
Me.Table_Grid1.Size = New System.Drawing.Size(468, 430)
|
|||
|
|
Me.Table_Grid1.TabIndex = 18
|
|||
|
|
Me.Table_Grid1.UncheckedImage = Nothing
|
|||
|
|
'
|
|||
|
|
'Button3
|
|||
|
|
'
|
|||
|
|
Me.Button3.Location = New System.Drawing.Point(486, 75)
|
|||
|
|
Me.Button3.Name = "Button3"
|
|||
|
|
Me.Button3.Size = New System.Drawing.Size(142, 33)
|
|||
|
|
Me.Button3.TabIndex = 19
|
|||
|
|
Me.Button3.Text = "Delete service"
|
|||
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'ServiceAttribute
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(656, 517)
|
|||
|
|
Me.Controls.Add(Me.Button3)
|
|||
|
|
Me.Controls.Add(Me.Table_Grid1)
|
|||
|
|
Me.Controls.Add(Me.Button2)
|
|||
|
|
Me.Controls.Add(Me.Label6)
|
|||
|
|
Me.Controls.Add(Me.Label5)
|
|||
|
|
Me.Controls.Add(Me.Label4)
|
|||
|
|
Me.Controls.Add(Me.ComboBox4)
|
|||
|
|
Me.Controls.Add(Me.Label3)
|
|||
|
|
Me.Controls.Add(Me.Label2)
|
|||
|
|
Me.Controls.Add(Me.Label1)
|
|||
|
|
Me.Controls.Add(Me.Button1)
|
|||
|
|
Me.Controls.Add(Me.ComboBox3)
|
|||
|
|
Me.Controls.Add(Me.ComboBox2)
|
|||
|
|
Me.Controls.Add(Me.ComboBox1)
|
|||
|
|
Me.Name = "ServiceAttribute"
|
|||
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
|
Me.Text = "ServiceAttribute"
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
Friend WithEvents Button1 As Button
|
|||
|
|
Friend WithEvents ComboBox3 As ComboBox
|
|||
|
|
Friend WithEvents ComboBox2 As ComboBox
|
|||
|
|
Friend WithEvents ComboBox1 As ComboBox
|
|||
|
|
Friend WithEvents Label3 As Label
|
|||
|
|
Friend WithEvents Label2 As Label
|
|||
|
|
Friend WithEvents Label1 As Label
|
|||
|
|
Friend WithEvents ComboBox4 As ComboBox
|
|||
|
|
Friend WithEvents Label4 As Label
|
|||
|
|
Friend WithEvents Label5 As Label
|
|||
|
|
Friend WithEvents Label6 As Label
|
|||
|
|
Friend WithEvents Button2 As Button
|
|||
|
|
Friend WithEvents Table_Grid1 As FlexCell.Grid
|
|||
|
|
Friend WithEvents Button3 As Button
|
|||
|
|
End Class
|