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

📄 form1.frm

📁 现在我国的多数诊所或小型医院的管理水平还停留在纸介质的基础上
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1 
   BackColor       =   &H8000000C&
   Caption         =   "门诊收费管理系统"
   ClientHeight    =   5445
   ClientLeft      =   165
   ClientTop       =   855
   ClientWidth     =   8550
   LinkTopic       =   "Form1"
   ScaleHeight     =   5445
   ScaleWidth      =   8550
   StartUpPosition =   3  '窗口缺省
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   1200
      Top             =   1680
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   38
      ImageHeight     =   34
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   5
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":0000
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":04A8
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":09D5
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":0EC0
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "Form1.frx":13B0
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar Toolbar2 
      Align           =   1  'Align Top
      Height          =   690
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   8550
      _ExtentX        =   15081
      _ExtentY        =   1217
      ButtonWidth     =   1191
      ButtonHeight    =   1058
      Appearance      =   1
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   5
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "m_b"
            Object.ToolTipText     =   "图书管理"
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "m_d"
            Object.ToolTipText     =   "订单管理"
            ImageIndex      =   2
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "m_r"
            ImageIndex      =   3
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "m_t"
            ImageIndex      =   4
         EndProperty
         BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "exit"
            Object.ToolTipText     =   "退出系统"
            ImageIndex      =   5
         EndProperty
      EndProperty
   End
   Begin VB.Menu base 
      Caption         =   "基础数据"
      Begin VB.Menu u_m 
         Caption         =   "用户管理"
      End
      Begin VB.Menu e_s 
         Caption         =   "退出系统"
      End
   End
   Begin VB.Menu m_m 
      Caption         =   "药品管理"
      Begin VB.Menu m_s 
         Caption         =   "设定最低库量"
      End
      Begin VB.Menu m_t_s 
         Caption         =   "类别设定"
      End
      Begin VB.Menu md 
         Caption         =   "药品管理"
      End
      Begin VB.Menu m_ks 
         Caption         =   "科室医师管理"
      End
   End
   Begin VB.Menu gl 
      Caption         =   "挂号"
   End
   Begin VB.Menu hj 
      Caption         =   "划价"
   End
   Begin VB.Menu mz 
      Caption         =   "门诊收费"
   End
   Begin VB.Menu cx 
      Caption         =   "查询"
      Begin VB.Menu gh_cx 
         Caption         =   "挂号查询"
      End
      Begin VB.Menu sf_cx 
         Caption         =   "收费查询"
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub e_s_Click()
End
End Sub

Private Sub gh_cx_Click()
Form21.Show vbModal
End Sub

Private Sub gl_Click()
Dim f As New Form14
f.setType ("add")
f.Show vbModal
End Sub


Private Sub hj_Click()
Form16.Show vbModal
End Sub

Private Sub m_ks_Click()
Dim f As New Form9
f.Show vbModal

End Sub

Private Sub m_s_Click()
Dim f As New Form4
f.Show vbModal
End Sub

Private Sub m_t_s_Click()
Dim f As New Form5
f.Show vbModal
End Sub

Private Sub md_Click()
Dim f As New Form12
f.Show vbModal
End Sub

Private Sub mz_Click()
Dim f As New Form20
f.Show vbModal
End Sub

Private Sub sf_cx_Click()
Form22.Show vbModal
End Sub

Private Sub Toolbar2_ButtonClick(ByVal Button As MSComctlLib.Button)
 Select Case Button.Key
        Case "m_b"
          Call gl_Click
        Case "m_d"
         Call hj_Click
       
        Case "m_r"
            Call mz_Click
            
        Case "m_t"
            Call sf_cx_Click
        Case "exit"
           End
    End Select
End Sub

Private Sub u_m_Click()
Dim f As New Form2
f.Show vbModal
End Sub

⌨️ 快捷键说明

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