?? about.frm
字號:
VERSION 5.00
Begin VB.Form about
BackColor = &H00FFC0C0&
Caption = "關于"
ClientHeight = 1380
ClientLeft = 60
ClientTop = 450
ClientWidth = 3030
Icon = "about.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
ScaleHeight = 1380
ScaleWidth = 3030
Begin VB.Label Label3
BackColor = &H00FFC0C0&
Caption = "E-mail:ljw-jht@163.com"
ForeColor = &H000000FF&
Height = 330
Left = 420
TabIndex = 2
Top = 870
Width = 2370
End
Begin VB.Label Label2
BackColor = &H00FFC0C0&
Caption = "QQ:309954582"
ForeColor = &H000000FF&
Height = 330
Left = 420
TabIndex = 1
Top = 555
Width = 1560
End
Begin VB.Label Label1
BackColor = &H00FFC0C0&
Caption = "程序設計:一騎絕塵"
ForeColor = &H000000FF&
Height = 300
Left = 405
TabIndex = 0
Top = 225
Width = 1680
End
End
Attribute VB_Name = "about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Height = 1890
Me.Width = 3150
Me.Top = Screen.Height / 2 - Me.Height / 2 - 400
Me.Left = Screen.Width / 2 - Me.Width / 2
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -