?? 系統維護.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 + -