?? frmzafei.frm
字號:
VERSION 5.00
Begin VB.Form frmzafei
BorderStyle = 3 'Fixed Dialog
ClientHeight = 2625
ClientLeft = 45
ClientTop = 330
ClientWidth = 4440
Icon = "frmzafei.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
Picture = "frmzafei.frx":030A
ScaleHeight = 2625
ScaleWidth = 4440
ShowInTaskbar = 0 'False
Begin VB.TextBox Text1
BackColor = &H00FF0000&
ForeColor = &H00FFFFFF&
Height = 2415
Left = 120
TabIndex = 0
Top = 100
Width = 4215
End
End
Attribute VB_Name = "frmzafei"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Deactivate()
Unload Me
End Sub
Private Sub Form_Load()
frmzafei.Top = (frmmain.Height - frmzafei.Height) / 2 - 500
frmzafei.Left = (frmmain.Width - frmzafei.Width) / 2
Me.Caption = "患者" & frmsee.strname & "詳細(xì)費用清單"
Text1.text = frmsee.zafei
End Sub
Private Sub Form_Unload(Cancel As Integer)
frmmain.StatusBar1.Panels(2) = "目前沒有窗口被激活"
frmsee.Command2.Enabled = True
End Sub
Private Sub Form_Activate()
frmmain.StatusBar1.Panels(2) = "活動窗口:" & frmzafei.Caption
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -