form1.frm
来自「星级酒店管理系统(附带系统自写控件源码)」· FRM 代码 · 共 67 行
FRM
67 行
VERSION 5.00
Object = "{29743316-0803-11D5-AD8E-0050BAA9AC14}#7.0#0"; "FocusText.ocx"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin 给出焦点文本框.FocusText FocusText4
Height = 315
Left = 285
TabIndex = 3
Top = 1545
Width = 2340
_extentx = 4128
_extenty = 556
font = "Form1.frx":0000
borderstyle = 0
nextcontrol = "FocusText5"
End
Begin 给出焦点文本框.FocusText FocusText3
Height = 315
Left = 285
TabIndex = 2
Top = 1155
Width = 2340
_extentx = 4128
_extenty = 556
font = "Form1.frx":0024
borderstyle = 0
nextcontrol = "FocusText4"
End
Begin 给出焦点文本框.FocusText FocusText2
Height = 315
Left = 285
TabIndex = 1
Top = 735
Width = 2340
_extentx = 4128
_extenty = 556
font = "Form1.frx":0048
borderstyle = 0
nextcontrol = "FocusText3"
End
Begin 给出焦点文本框.FocusText FocusText1
Height = 315
Left = 285
TabIndex = 0
Top = 345
Width = 2340
_extentx = 4128
_extenty = 556
font = "Form1.frx":006C
borderstyle = 0
nextcontrol = "FocusText2"
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?