📄 frmmain.frm
字号:
VERSION 5.00
Begin VB.Form frmMain
BorderStyle = 0 'None
Caption = "Convenience Store Management System"
ClientHeight = 1500
ClientLeft = 0
ClientTop = 0
ClientWidth = 5955
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
Picture = "frmMain.frx":08CA
ScaleHeight = 1500
ScaleWidth = 5955
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Launch System......"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 300
Left = 180
TabIndex = 0
Top = 1140
Width = 2310
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -