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

📄 frmcm.frm

📁 软件工程的开发设计,有系统,易懂,有源码,如有需要,还可以提供更多的系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmcm 
   Caption         =   "操作员界面"
   ClientHeight    =   4545
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4965
   LinkTopic       =   "Form5"
   MDIChild        =   -1  'True
   ScaleHeight     =   4545
   ScaleWidth      =   4965
   Begin VB.CommandButton Command4 
      Caption         =   "发药"
      Height          =   615
      Left            =   720
      TabIndex        =   4
      Top             =   3360
      Width           =   3015
   End
   Begin VB.CommandButton Command3 
      Caption         =   "划价"
      Height          =   615
      Left            =   720
      TabIndex        =   3
      Top             =   2520
      Width           =   3015
   End
   Begin VB.CommandButton Command2 
      Caption         =   "挂号"
      Height          =   615
      Left            =   720
      TabIndex        =   2
      Top             =   1680
      Width           =   3015
   End
   Begin VB.CommandButton Command1 
      Caption         =   "新病历"
      Height          =   615
      Left            =   720
      TabIndex        =   0
      Top             =   840
      Width           =   3015
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "普通管理员"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   435
      Left            =   840
      TabIndex        =   1
      Top             =   240
      Width           =   2175
   End
End
Attribute VB_Name = "frmcm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Frmnew.Show
Me.Hide
End Sub

Private Sub Command2_Click()
Frmguahao.Show
Me.Hide
End Sub

⌨️ 快捷键说明

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