📄 frmywcx.frm
字号:
VERSION 5.00
Begin VB.Form frmywcx
BorderStyle = 3 'Fixed Dialog
Caption = "医院业务收入情况查询"
ClientHeight = 1185
ClientLeft = 45
ClientTop = 330
ClientWidth = 5880
Icon = "frmywcx.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
Picture = "frmywcx.frx":030A
ScaleHeight = 1185
ScaleWidth = 5880
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
Caption = "确定"
Height = 350
Left = 2280
TabIndex = 1
Top = 720
Width = 1095
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "该系统只做演示所用,演示版不支持此项功能!"
ForeColor = &H00000000&
Height = 180
Left = 960
TabIndex = 0
Top = 240
Width = 3780
End
End
Attribute VB_Name = "frmywcx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
frmywcx.Top = (frmmain.Height - frmywcx.Height) / 2 - 500
frmywcx.Left = (frmmain.Width - frmywcx.Width) / 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -