71 lines
3.1 KiB
VB.net
71 lines
3.1 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class form_UserManage
|
|||
|
|
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()
|
|||
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(form_UserManage))
|
|||
|
|
Me.Grid1 = New FlexCell.Grid()
|
|||
|
|
Me.btSave = New System.Windows.Forms.Button()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'Grid1
|
|||
|
|
'
|
|||
|
|
Me.Grid1.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.Grid1.CheckedImage = CType(resources.GetObject("Grid1.CheckedImage"), System.Drawing.Bitmap)
|
|||
|
|
Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
|||
|
|
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(12, 40)
|
|||
|
|
Me.Grid1.MultiSelect = False
|
|||
|
|
Me.Grid1.Name = "Grid1"
|
|||
|
|
Me.Grid1.SelectionMode = FlexCell.SelectionModeEnum.ByRow
|
|||
|
|
Me.Grid1.Size = New System.Drawing.Size(923, 339)
|
|||
|
|
Me.Grid1.TabIndex = 0
|
|||
|
|
Me.Grid1.UncheckedImage = CType(resources.GetObject("Grid1.UncheckedImage"), System.Drawing.Bitmap)
|
|||
|
|
'
|
|||
|
|
'btSave
|
|||
|
|
'
|
|||
|
|
Me.btSave.Location = New System.Drawing.Point(12, 12)
|
|||
|
|
Me.btSave.Name = "btSave"
|
|||
|
|
Me.btSave.Size = New System.Drawing.Size(87, 22)
|
|||
|
|
Me.btSave.TabIndex = 2
|
|||
|
|
Me.btSave.Text = "保存"
|
|||
|
|
Me.btSave.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'form_UserManage
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(947, 391)
|
|||
|
|
Me.Controls.Add(Me.btSave)
|
|||
|
|
Me.Controls.Add(Me.Grid1)
|
|||
|
|
Me.Name = "form_UserManage"
|
|||
|
|
Me.Text = "用户管理"
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
Friend WithEvents Grid1 As FlexCell.Grid
|
|||
|
|
Friend WithEvents btSave As System.Windows.Forms.Button
|
|||
|
|
End Class
|