frmcm.frm

来自「软件工程的开发设计,有系统,易懂,有源码,如有需要,还可以提供更多的系统」· FRM 代码 · 共 77 行

FRM
77
字号
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 + =
减小字号Ctrl + -
显示快捷键?