?? frmtj1.frm
字號:
VERSION 5.00
Object = "{9545D47F-73FC-11D2-818B-405B04C10627}#1.0#0"; "ZVBScroller.ocx"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin ZVBScroller.Scroller Scroller1
Height = 615
Left = 0
TabIndex = 2
Top = 2280
Width = 4695
_ExtentX = 8281
_ExtentY = 1085
BackColor = 16776960
ForeColor = 0
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 31.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.PictureBox Picture1
Height = 1335
Left = 120
Picture = "frmTj1.frx":0000
ScaleHeight = 1275
ScaleWidth = 2835
TabIndex = 1
Top = 360
Width = 2895
End
Begin VB.CommandButton cmdExit
Caption = "Exit"
Height = 495
Left = 3360
TabIndex = 0
Top = 120
Width = 1215
End
Begin VB.Label lblHy
Caption = "歡迎光臨"
Height = 1095
Left = 3240
TabIndex = 3
Top = 960
Width = 1335
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
End Sub
Private Sub cmdExit_Click()
Unload Me
End Sub
Private Sub Picture1_Click()
lblHy.Visible = Not lblHy.Visible
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -