📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "About Comic Buddy"
ClientHeight = 3525
ClientLeft = 45
ClientTop = 330
ClientWidth = 4800
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3525
ScaleWidth = 4800
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.CommandButton cmdOK
Caption = "OK"
Height = 255
Left = 2160
TabIndex = 4
Top = 3120
Width = 2535
End
Begin VB.Label Label4
Caption = "GnuKemist@yahoo.com"
BeginProperty Font
Name = "Comic Sans MS"
Size = 9
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
MouseIcon = "frmAbout.frx":0442
MousePointer = 99 'Custom
TabIndex = 3
Top = 2760
Width = 1935
End
Begin VB.Label Label3
BackColor = &H00FFC0C0&
Caption = $"frmAbout.frx":0884
BeginProperty Font
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2415
Left = 2280
TabIndex = 2
Top = 480
Width = 2295
End
Begin VB.Label Label2
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
Caption = "About:"
BeginProperty Font
Name = "Comic Sans MS"
Size = 9.75
Charset = 0
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 2895
Left = 2160
TabIndex = 1
Top = 120
Width = 2535
End
Begin VB.Label Label1
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "Gnu Kemist"
BeginProperty Font
Name = "Comic Sans MS"
Size = 15.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 615
Left = 240
TabIndex = 0
Top = 120
Width = 1935
End
Begin VB.Image Image1
Appearance = 0 'Flat
BorderStyle = 1 'Fixed Single
Height = 1950
Left = 240
Picture = "frmAbout.frx":09BE
Top = 720
Width = 1350
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'*************************************************
'* Project: Geek Companion *
'* Programmer: Gnu Kemist GnuKemist@yahoo.com *
'* Version: 0.0.1 (as of March. 20, 2001) *
'* Known Bugs: None *
'*************************************************
Private Sub cmdOK_Click()
Unload Me
End Sub
Private Sub Label4_Click()
SendEmail
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -