frmxtbb.frm
来自「本软件系本人自学VB过程中试写,后来经不断改进完成,经试用比较完整,又修补了一些」· FRM 代码 · 共 55 行
FRM
55 行
VERSION 5.00
Begin VB.Form frmxtbb
Caption = "系统版本"
ClientHeight = 1635
ClientLeft = 60
ClientTop = 450
ClientWidth = 4740
Icon = "frmxtbb.frx":0000
LinkTopic = "Form2"
ScaleHeight = 1635
ScaleWidth = 4740
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "版本V2.0"
BeginProperty Font
Name = "华文彩云"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 1560
TabIndex = 1
Top = 960
Width = 1470
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "服装进销存管理系统"
BeginProperty Font
Name = "华文行楷"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 450
Left = 360
TabIndex = 0
Top = 360
Width = 3915
End
End
Attribute VB_Name = "frmxtbb"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?