📄 系统维护.frm
字号:
VERSION 5.00
Begin VB.Form 系统维护
Caption = "齐英天肛肠外科"
ClientHeight = 6285
ClientLeft = 60
ClientTop = 630
ClientWidth = 8025
LinkTopic = "Form1"
ScaleHeight = 6285
ScaleWidth = 8025
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.PictureBox Picture1
Height = 10815
Left = 0
Picture = "系统维护.frx":0000
ScaleHeight = 10755
ScaleWidth = 15195
TabIndex = 0
Top = 0
Width = 15255
End
Begin VB.Menu people_gl
Caption = "人员管理"
Begin VB.Menu people_gl01
Caption = "人员增加"
Shortcut = {F1}
End
Begin VB.Menu people_gl02
Caption = "人员管理"
Shortcut = {F2}
End
End
Begin VB.Menu v_server
Caption = "服务器系数"
Begin VB.Menu v_server01
Caption = "服务器系数"
Shortcut = {F3}
End
End
Begin VB.Menu sf01
Caption = "收费项目"
Begin VB.Menu sf02
Caption = "收费项目(多项)录入"
Shortcut = {F4}
Visible = 0 'False
End
Begin VB.Menu sf03
Caption = "收费项目(多项)管理"
Shortcut = {F5}
Visible = 0 'False
End
Begin VB.Menu sf04
Caption = "收费项目(单项)录入"
Shortcut = {F6}
End
Begin VB.Menu sf05
Caption = "收费项目(单项)管理"
Shortcut = {F7}
End
End
Begin VB.Menu v_jm
Caption = "药品简码"
Begin VB.Menu v_jm01
Caption = "药品简码增加"
Shortcut = {F8}
End
Begin VB.Menu v_jm02
Caption = "药品简码管理"
Shortcut = {F9}
End
End
Begin VB.Menu v_exit
Caption = "退出系统"
Begin VB.Menu v_exit01
Caption = "退出系统"
Shortcut = ^W
End
End
End
Attribute VB_Name = "系统维护"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
wh_renyuan.Show
End Sub
Private Sub Command2_Click()
kf_frm_server.Show
End Sub
Private Sub Image1_Click()
End Sub
Private Sub people_gl01_Click()
wh_renyuan.Show
End Sub
Private Sub people_gl02_Click()
wh_renyuan_edit.Show
End Sub
Private Sub sf02_Click()
wh_sfxmadd.Show
End Sub
Private Sub sf03_Click()
wh_duoguanli.Show
End Sub
Private Sub sf04_Click()
wh_danru.Show
End Sub
Private Sub sf05_Click()
wh_danguanli.Show
End Sub
Private Sub v_exit01_Click()
b1 = MsgBox("您确实要退子系统吗?", vbOKCancel, "系统提示!")
If b1 = 1 Then
Unload Me
frm_login.Show
End If
End Sub
Private Sub v_jm01_Click()
wh_jmadd.Show
End Sub
Private Sub v_jm02_Click()
wh_jmedit.Show
End Sub
Private Sub v_server01_Click()
kf_frm_server.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -