form2.frm

来自「完美练级外挂 visual bacic」· FRM 代码 · 共 67 行

FRM
67
字号
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "怪物选择设置"
   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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?