📄 aboutauthor.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BorderStyle = 1 'Fixed Single
Caption = "AboutAuthor"
ClientHeight = 1800
ClientLeft = 5895
ClientTop = 5445
ClientWidth = 4680
Icon = "AboutAuthor.frx":0000
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1800
ScaleWidth = 4680
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Caption = "关于作者"
Height = 1575
Left = 120
TabIndex = 0
Top = 120
Width = 4455
Begin VB.Label Label2
Caption = "作者的博客:Http://Computer00.21IC.org"
Height = 375
Left = 120
TabIndex = 2
Top = 960
Width = 3615
End
Begin VB.Label Label1
Caption = "E_mail: Computer-lov@tom.com"
Height = 255
Left = 120
TabIndex = 1
Top = 480
Width = 2775
End
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
Private Sub Command1_Click()
End Sub
Private Sub Form_Load()
SetWindowPos Me.hwnd, -1, 0, 0, 0, 0, &H1 Or &H2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -