📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "About Digital Clock"
ClientHeight = 2340
ClientLeft = 3525
ClientTop = 5190
ClientWidth = 5640
ControlBox = 0 'False
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
HelpContextID = 34
LinkTopic = "Form1"
PaletteMode = 1 'UseZOrder
ScaleHeight = 2340
ScaleWidth = 5640
Begin VB.TextBox Text1
Height = 615
Left = 240
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 2
TabStop = 0 'False
Text = "frmAbout.frx":0000
Top = 1140
Width = 5205
End
Begin VB.CommandButton cmdOK
Appearance = 0 'Flat
Caption = "&OK"
Height = 375
Left = 4590
TabIndex = 0
Top = 1860
Width = 855
End
Begin VB.Image Image1
Appearance = 0 'Flat
Height = 945
Left = 240
Picture = "frmAbout.frx":0073
Stretch = -1 'True
Top = 150
Width = 795
End
Begin VB.Line Line1
BorderWidth = 2
X1 = 2040
X2 = 4920
Y1 = 630
Y2 = 632
End
Begin VB.Label Label1
Appearance = 0 'Flat
BackColor = &H0080FFFF&
BackStyle = 0 'Transparent
Caption = "Copyright 1998 HeartBeat Pty Ltd"
ForeColor = &H80000008&
Height = 255
Left = 1980
TabIndex = 1
Top = 270
Width = 3015
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload frmAbout
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -