?? form2.frm
字號:
VERSION 5.00
Begin VB.Form Form2
Caption = "怪物選擇設(shè)置"
ClientHeight = 3075
ClientLeft = 60
ClientTop = 360
ClientWidth = 4350
ControlBox = 0 'False
LinkTopic = "Form2"
ScaleHeight = 3075
ScaleWidth = 4350
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Ca3
Caption = "刷新"
Height = 495
Left = 3240
TabIndex = 4
Top = 1560
Width = 975
End
Begin VB.CommandButton Ca2
Caption = "取消"
Height = 495
Left = 3240
TabIndex = 3
Top = 840
Width = 975
End
Begin VB.CommandButton Ca1
Caption = "選擇"
Height = 495
Left = 3240
TabIndex = 2
Top = 240
Width = 975
End
Begin VB.Frame Frame1
Caption = "周圍怪物列表"
Height = 2895
Left = 120
TabIndex = 0
Top = 120
Width = 3015
Begin VB.ListBox List2
Height = 2580
ItemData = "Form2.frx":0000
Left = 120
List = "Form2.frx":0002
TabIndex = 1
Top = 240
Width = 2775
End
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Ca1_Click()
End Sub
Private Sub Ca2_Click()
Unload Form2
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -