?? 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 + -