📄 frm_me.frm
字号:
VERSION 5.00
Begin VB.Form Frm_Me
Caption = "Hussar WorkRoom"
ClientHeight = 3495
ClientLeft = 4650
ClientTop = 3750
ClientWidth = 6360
ControlBox = 0 'False
Icon = "Frm_Me.frx":0000
LinkTopic = "Form1"
ScaleHeight = 3495
ScaleWidth = 6360
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000004&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 1335
Left = 600
Picture = "Frm_Me.frx":08CA
ScaleHeight = 1335
ScaleWidth = 1455
TabIndex = 5
Top = 600
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "O K"
Height = 255
Left = 2280
TabIndex = 4
Top = 2400
Width = 1215
End
Begin VB.Label Label4
Caption = "版权:2004-2008 CopyRight Reserved"
Height = 255
Left = 2400
TabIndex = 3
Top = 1680
Width = 3855
End
Begin VB.Label Label3
Caption = "版本: 个体版 V1.01"
Height = 375
Left = 2400
TabIndex = 2
Top = 1320
Width = 2175
End
Begin VB.Label Label2
Caption = "联系EMail: HydroGraph@126.com"
Height = 255
Left = 2400
TabIndex = 1
Top = 960
Width = 3135
End
Begin VB.Label Label1
Caption = "制作 : Hussar WorkRoom"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2400
TabIndex = 0
Top = 600
Width = 2415
End
End
Attribute VB_Name = "Frm_Me"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -