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

📄 frmguahao.vb

📁 一个医院管理系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
Public Class frmGuaHao
    Inherits System.Windows.Forms.Form

#Region " Windows 窗体设计器生成的代码 "

    Public Sub New()
        MyBase.New()

        '该调用是 Windows 窗体设计器所必需的。
        InitializeComponent()

        '在 InitializeComponent() 调用之后添加任何初始化

    End Sub

    '窗体重写 dispose 以清理组件列表。
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing Then
            If Not (components Is Nothing) Then
                components.Dispose()
            End If
        End If
        MyBase.Dispose(disposing)
    End Sub

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

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改此过程。
    '不要使用代码编辑器修改它。
    Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
    Friend WithEvents ToolBar1 As System.Windows.Forms.ToolBar
    Friend WithEvents tbbNew As System.Windows.Forms.ToolBarButton
    Friend WithEvents tbbSave As System.Windows.Forms.ToolBarButton
    Friend WithEvents tbbCancel As System.Windows.Forms.ToolBarButton
    Friend WithEvents tbbExit As System.Windows.Forms.ToolBarButton
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    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 Label5 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents txbName As System.Windows.Forms.TextBox
    Friend WithEvents txbAge As System.Windows.Forms.TextBox
    Friend WithEvents cbbNation As System.Windows.Forms.ComboBox
    Friend WithEvents cbbMoneyType As System.Windows.Forms.ComboBox
    Friend WithEvents cbbRegType As System.Windows.Forms.ComboBox
    Friend WithEvents cbbRoomType As System.Windows.Forms.ComboBox
    Friend WithEvents cbbDoctor As System.Windows.Forms.ComboBox
    Friend WithEvents txbMoney As System.Windows.Forms.TextBox
    Friend WithEvents txbTime As System.Windows.Forms.TextBox
    Friend WithEvents cbbSex As System.Windows.Forms.ComboBox
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmGuaHao))
        Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
        Me.ToolBar1 = New System.Windows.Forms.ToolBar
        Me.tbbNew = New System.Windows.Forms.ToolBarButton
        Me.tbbSave = New System.Windows.Forms.ToolBarButton
        Me.tbbCancel = New System.Windows.Forms.ToolBarButton
        Me.tbbExit = New System.Windows.Forms.ToolBarButton
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.cbbSex = New System.Windows.Forms.ComboBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.txbTime = New System.Windows.Forms.TextBox
        Me.Label9 = New System.Windows.Forms.Label
        Me.txbMoney = New System.Windows.Forms.TextBox
        Me.cbbDoctor = New System.Windows.Forms.ComboBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.cbbRoomType = New System.Windows.Forms.ComboBox
        Me.Label7 = New System.Windows.Forms.Label
        Me.cbbRegType = New System.Windows.Forms.ComboBox
        Me.Label6 = New System.Windows.Forms.Label
        Me.cbbMoneyType = New System.Windows.Forms.ComboBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.cbbNation = New System.Windows.Forms.ComboBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.txbAge = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.txbName = New System.Windows.Forms.TextBox
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'ImageList1
        '
        Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16)
        Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
        '
        'ToolBar1
        '
        Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.tbbNew, Me.tbbSave, Me.tbbCancel, Me.tbbExit})
        Me.ToolBar1.DropDownArrows = True
        Me.ToolBar1.ImageList = Me.ImageList1
        Me.ToolBar1.Location = New System.Drawing.Point(0, 0)
        Me.ToolBar1.Name = "ToolBar1"
        Me.ToolBar1.ShowToolTips = True
        Me.ToolBar1.Size = New System.Drawing.Size(464, 41)
        Me.ToolBar1.TabIndex = 2
        '
        'tbbNew
        '
        Me.tbbNew.ImageIndex = 0
        Me.tbbNew.Text = "新增"
        '
        'tbbSave
        '
        Me.tbbSave.ImageIndex = 1
        Me.tbbSave.Text = "保存"
        '
        'tbbCancel
        '
        Me.tbbCancel.ImageIndex = 2
        Me.tbbCancel.Text = "取消"
        '
        'tbbExit
        '
        Me.tbbExit.ImageIndex = 3
        Me.tbbExit.Text = "退出"
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.cbbSex)
        Me.GroupBox1.Controls.Add(Me.Label10)
        Me.GroupBox1.Controls.Add(Me.txbTime)
        Me.GroupBox1.Controls.Add(Me.Label9)
        Me.GroupBox1.Controls.Add(Me.txbMoney)
        Me.GroupBox1.Controls.Add(Me.cbbDoctor)
        Me.GroupBox1.Controls.Add(Me.Label8)
        Me.GroupBox1.Controls.Add(Me.cbbRoomType)
        Me.GroupBox1.Controls.Add(Me.Label7)
        Me.GroupBox1.Controls.Add(Me.cbbRegType)
        Me.GroupBox1.Controls.Add(Me.Label6)
        Me.GroupBox1.Controls.Add(Me.cbbMoneyType)
        Me.GroupBox1.Controls.Add(Me.Label5)
        Me.GroupBox1.Controls.Add(Me.cbbNation)
        Me.GroupBox1.Controls.Add(Me.Label4)
        Me.GroupBox1.Controls.Add(Me.Label3)
        Me.GroupBox1.Controls.Add(Me.txbAge)
        Me.GroupBox1.Controls.Add(Me.Label2)
        Me.GroupBox1.Controls.Add(Me.Label1)
        Me.GroupBox1.Controls.Add(Me.txbName)
        Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.GroupBox1.Location = New System.Drawing.Point(0, 41)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(464, 204)
        Me.GroupBox1.TabIndex = 3
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "挂号信息"
        '
        'cbbSex
        '
        Me.cbbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbbSex.Items.AddRange(New Object() {"男", "女"})
        Me.cbbSex.Location = New System.Drawing.Point(184, 26)
        Me.cbbSex.Name = "cbbSex"
        Me.cbbSex.Size = New System.Drawing.Size(48, 20)
        Me.cbbSex.TabIndex = 21
        '
        'Label10
        '
        Me.Label10.Location = New System.Drawing.Point(256, 155)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(56, 16)
        Me.Label10.TabIndex = 20
        Me.Label10.Text = "挂号时间"
        '
        'txbTime
        '
        Me.txbTime.Location = New System.Drawing.Point(320, 153)
        Me.txbTime.Name = "txbTime"
        Me.txbTime.ReadOnly = True
        Me.txbTime.Size = New System.Drawing.Size(120, 21)
        Me.txbTime.TabIndex = 19
        Me.txbTime.Text = ""
        '
        'Label9
        '
        Me.Label9.Location = New System.Drawing.Point(24, 155)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(56, 16)
        Me.Label9.TabIndex = 18
        Me.Label9.Text = "挂号费用"
        '
        'txbMoney
        '
        Me.txbMoney.Location = New System.Drawing.Point(88, 153)
        Me.txbMoney.Name = "txbMoney"
        Me.txbMoney.ReadOnly = True
        Me.txbMoney.Size = New System.Drawing.Size(120, 21)
        Me.txbMoney.TabIndex = 17
        Me.txbMoney.Text = ""
        '
        'cbbDoctor
        '
        Me.cbbDoctor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbbDoctor.Location = New System.Drawing.Point(320, 111)
        Me.cbbDoctor.Name = "cbbDoctor"
        Me.cbbDoctor.Size = New System.Drawing.Size(120, 20)
        Me.cbbDoctor.TabIndex = 16
        '
        'Label8
        '
        Me.Label8.Location = New System.Drawing.Point(256, 113)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(56, 16)
        Me.Label8.TabIndex = 15
        Me.Label8.Text = "医    生"
        '
        'cbbRoomType
        '
        Me.cbbRoomType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbbRoomType.Location = New System.Drawing.Point(88, 111)
        Me.cbbRoomType.Name = "cbbRoomType"
        Me.cbbRoomType.Size = New System.Drawing.Size(120, 20)
        Me.cbbRoomType.TabIndex = 14
        '
        'Label7
        '
        Me.Label7.Location = New System.Drawing.Point(24, 113)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(56, 16)

⌨️ 快捷键说明

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