📄 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 & "详细费用清单"
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -