?? frmnormal.frm
字號:
VERSION 5.00
Begin VB.Form frmNormal
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4305
ClientLeft = 2760
ClientTop = 3465
ClientWidth = 5280
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 4305
ScaleWidth = 5280
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton OKButton
BackColor = &H00FFFFFF&
Caption = "OK"
Height = 375
Left = 3960
Style = 1 'Graphical
TabIndex = 0
Top = 3840
Width = 1215
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "You have found the programmer's easter egg. Big whoop ... now goto bed. =)"
BeginProperty Font
Name = "Courier New"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 495
Left = 120
TabIndex = 1
Top = 120
Width = 5055
End
Begin VB.Image Image2
Height = 4305
Left = 0
Picture = "frmNormal.frx":0000
Top = 0
Width = 5250
End
End
Attribute VB_Name = "frmNormal"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
A = frmNormal.hwnd
If A <> 0 Then SetWinOnTop = SetWindowPos(A, HWND_TOPMOST, 0, 0, 0, 0, FLAGS)
End Sub
Private Sub OKButton_Click()
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -