📄 desktop.frm
字号:
VERSION 5.00
Begin VB.Form desktop
BorderStyle = 0 'None
ClientHeight = 7155
ClientLeft = 0
ClientTop = 0
ClientWidth = 11940
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 7155
ScaleWidth = 11940
ShowInTaskbar = 0 'False
Begin VB.Line Line1
BorderColor = &H00404040&
BorderWidth = 3
Index = 0
X1 = 360
X2 = 3000
Y1 = 1320
Y2 = 1320
End
Begin VB.Image Image2
Height = 855
Left = 240
Picture = "desktop.frx":0000
Stretch = -1 'True
Top = 360
Width = 2895
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "承兑汇票台帐登记系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 1215
Left = 0
TabIndex = 0
Top = 2640
Width = 11940
End
Begin VB.Image Image1
Height = 7155
Left = 0
Picture = "desktop.frx":29CC
Stretch = -1 'True
Top = 0
Width = 11940
End
End
Attribute VB_Name = "desktop"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label5_Click()
k = "mailto:" + "zhzzy@heinfo.net"
ShellExecute hwnd, "open", k, vbNullString, vbNullString, SW_SHOW
End Sub
Private Sub Label5_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label5.ForeColor = &H800080
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -