?? helpf.frm
字號:
VERSION 5.00
Begin VB.Form helpf
BackColor = &H00C0FFFF&
BorderStyle = 4 'Fixed ToolWindow
Caption = "音像制品出租及銷售管理系統"
ClientHeight = 4950
ClientLeft = 45
ClientTop = 270
ClientWidth = 7275
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4950
ScaleWidth = 7275
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "退 出"
Height = 375
Left = 4800
TabIndex = 2
Top = 4320
Width = 1455
End
Begin VB.Shape Shape1
BackColor = &H80000004&
BorderColor = &H00FFFF00&
BorderWidth = 5
Height = 4935
Left = 0
Top = 0
Width = 7215
End
Begin VB.Label Label2
BackColor = &H00C0FFFF&
Caption = $"helpf.frx":0000
BeginProperty Font
Name = "隸書"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2655
Left = 360
TabIndex = 1
Top = 1200
Width = 6375
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H00C0FFFF&
Caption = "音像制品出租及銷售管理系統"
BeginProperty Font
Name = "楷體_GB2312"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 435
Left = 720
TabIndex = 0
Top = 360
Width = 5850
End
End
Attribute VB_Name = "helpf"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -