⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmedituser_group.designer.vb

📁 很完整的网吧收费管理系统,包含客户端和服务器端以及详细的使用说明.
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmEditUser_Group
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.DGVResult = New System.Windows.Forms.DataGridView
        Me.BtnOK = New System.Windows.Forms.Button
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.ComboGroup = New System.Windows.Forms.ComboBox
        CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'DGVResult
        '
        Me.DGVResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.DGVResult.Location = New System.Drawing.Point(12, 52)
        Me.DGVResult.Name = "DGVResult"
        Me.DGVResult.RowTemplate.Height = 23
        Me.DGVResult.Size = New System.Drawing.Size(602, 275)
        Me.DGVResult.TabIndex = 9
        '
        'BtnOK
        '
        Me.BtnOK.Location = New System.Drawing.Point(453, 16)
        Me.BtnOK.Name = "BtnOK"
        Me.BtnOK.Size = New System.Drawing.Size(86, 23)
        Me.BtnOK.TabIndex = 8
        Me.BtnOK.Text = "确定"
        Me.BtnOK.UseVisualStyleBackColor = True
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(195, 19)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(125, 12)
        Me.Label2.TabIndex = 6
        Me.Label2.Text = "用户类型查询用户信息"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(22, 19)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(17, 12)
        Me.Label1.TabIndex = 5
        Me.Label1.Text = "按"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(23, 333)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(209, 12)
        Me.Label3.TabIndex = 11
        Me.Label3.Text = "双击要修改的记录,即可打开编辑窗口"
        '
        'ComboGroup
        '
        Me.ComboGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.ComboGroup.FormattingEnabled = True
        Me.ComboGroup.Items.AddRange(New Object() {"临时用户", "普通会员", "金卡会员", "银卡会员"})
        Me.ComboGroup.Location = New System.Drawing.Point(55, 16)
        Me.ComboGroup.Name = "ComboGroup"
        Me.ComboGroup.Size = New System.Drawing.Size(121, 20)
        Me.ComboGroup.TabIndex = 36
        '
        'FrmEditUser_Group
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(623, 360)
        Me.Controls.Add(Me.ComboGroup)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.DGVResult)
        Me.Controls.Add(Me.BtnOK)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.Label1)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "FrmEditUser_Group"
        Me.Text = "按用户类型修改用户信息"
        CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents DGVResult As System.Windows.Forms.DataGridView
    Friend WithEvents BtnOK As System.Windows.Forms.Button
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents ComboGroup As System.Windows.Forms.ComboBox
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -