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

📄 frmaddfee.designer.vb

📁 很完整的网吧收费管理系统,包含客户端和服务器端以及详细的使用说明.
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmAddFee
    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.Label1 = New System.Windows.Forms.Label
        Me.BtnRead = New System.Windows.Forms.Button
        Me.TxtUserName = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.BtnClose = New System.Windows.Forms.Button
        Me.BtnSave = New System.Windows.Forms.Button
        Me.TxtCurrentFee = New System.Windows.Forms.TextBox
        Me.TxtRealName = New System.Windows.Forms.TextBox
        Me.TxtFee = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(23, 38)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(89, 12)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "请输入用户名:"
        '
        'BtnRead
        '
        Me.BtnRead.Location = New System.Drawing.Point(198, 34)
        Me.BtnRead.Name = "BtnRead"
        Me.BtnRead.Size = New System.Drawing.Size(37, 23)
        Me.BtnRead.TabIndex = 1
        Me.BtnRead.Text = "读取"
        Me.BtnRead.UseVisualStyleBackColor = True
        '
        'TxtUserName
        '
        Me.TxtUserName.Location = New System.Drawing.Point(115, 35)
        Me.TxtUserName.Name = "TxtUserName"
        Me.TxtUserName.Size = New System.Drawing.Size(77, 21)
        Me.TxtUserName.TabIndex = 2
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(47, 87)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(65, 12)
        Me.Label2.TabIndex = 3
        Me.Label2.Text = "用户姓名:"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(71, 136)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(41, 12)
        Me.Label3.TabIndex = 4
        Me.Label3.Text = "余额:"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(47, 185)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(65, 12)
        Me.Label4.TabIndex = 6
        Me.Label4.Text = "本次充值:"
        '
        'BtnClose
        '
        Me.BtnClose.Location = New System.Drawing.Point(152, 226)
        Me.BtnClose.Name = "BtnClose"
        Me.BtnClose.Size = New System.Drawing.Size(87, 28)
        Me.BtnClose.TabIndex = 7
        Me.BtnClose.Text = "关闭"
        Me.BtnClose.UseVisualStyleBackColor = True
        '
        'BtnSave
        '
        Me.BtnSave.Location = New System.Drawing.Point(42, 226)
        Me.BtnSave.Name = "BtnSave"
        Me.BtnSave.Size = New System.Drawing.Size(87, 28)
        Me.BtnSave.TabIndex = 8
        Me.BtnSave.Text = "保存"
        Me.BtnSave.UseVisualStyleBackColor = True
        '
        'TxtCurrentFee
        '
        Me.TxtCurrentFee.Location = New System.Drawing.Point(115, 179)
        Me.TxtCurrentFee.Name = "TxtCurrentFee"
        Me.TxtCurrentFee.Size = New System.Drawing.Size(77, 21)
        Me.TxtCurrentFee.TabIndex = 11
        '
        'TxtRealName
        '
        Me.TxtRealName.Location = New System.Drawing.Point(116, 83)
        Me.TxtRealName.Name = "TxtRealName"
        Me.TxtRealName.ReadOnly = True
        Me.TxtRealName.Size = New System.Drawing.Size(77, 21)
        Me.TxtRealName.TabIndex = 12
        '
        'TxtFee
        '
        Me.TxtFee.Location = New System.Drawing.Point(115, 131)
        Me.TxtFee.Name = "TxtFee"
        Me.TxtFee.ReadOnly = True
        Me.TxtFee.Size = New System.Drawing.Size(78, 21)
        Me.TxtFee.TabIndex = 13
        '
        'FrmAddFee
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(279, 273)
        Me.Controls.Add(Me.TxtFee)
        Me.Controls.Add(Me.TxtRealName)
        Me.Controls.Add(Me.TxtCurrentFee)
        Me.Controls.Add(Me.BtnSave)
        Me.Controls.Add(Me.BtnClose)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.TxtUserName)
        Me.Controls.Add(Me.BtnRead)
        Me.Controls.Add(Me.Label1)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "FrmAddFee"
        Me.Text = "用户充值"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents BtnRead As System.Windows.Forms.Button
    Friend WithEvents TxtUserName As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents BtnClose As System.Windows.Forms.Button
    Friend WithEvents BtnSave As System.Windows.Forms.Button
    Friend WithEvents TxtCurrentFee As System.Windows.Forms.TextBox
    Friend WithEvents TxtRealName As System.Windows.Forms.TextBox
    Friend WithEvents TxtFee As System.Windows.Forms.TextBox
End Class

⌨️ 快捷键说明

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