⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frminfo.frm

📁 使用vb寫出完美網頁遊戲外掛的原始碼分享
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmInfo 
   Caption         =   "Info"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   Icon            =   "frmInfo.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3  'Windows Default
   Begin VB.Label Labmoney 
      AutoSize        =   -1  'True
      Height          =   195
      Left            =   3090
      TabIndex        =   19
      Top             =   60
      Width           =   45
   End
   Begin VB.Label Label12 
      AutoSize        =   -1  'True
      Caption         =   "Money :"
      Height          =   195
      Left            =   2490
      TabIndex        =   18
      Top             =   60
      Width           =   570
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "HP :"
      Height          =   195
      Left            =   90
      TabIndex        =   17
      Top             =   60
      Width           =   315
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "MP :"
      Height          =   195
      Left            =   90
      TabIndex        =   16
      Top             =   300
      Width           =   330
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "Int :"
      Height          =   195
      Left            =   90
      TabIndex        =   15
      Top             =   540
      Width           =   270
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "Sta :"
      Height          =   195
      Left            =   90
      TabIndex        =   14
      Top             =   780
      Width           =   330
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "Agi :"
      Height          =   195
      Left            =   90
      TabIndex        =   13
      Top             =   1260
      Width           =   315
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "Kill :"
      Height          =   195
      Left            =   90
      TabIndex        =   12
      Top             =   1500
      Width           =   285
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      Caption         =   "Str :"
      Height          =   195
      Left            =   2850
      TabIndex        =   11
      Top             =   1740
      Width           =   285
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      Caption         =   "Dex :"
      Height          =   195
      Left            =   2850
      TabIndex        =   10
      Top             =   1980
      Width           =   375
   End
   Begin VB.Label Label9 
      AutoSize        =   -1  'True
      Caption         =   "Con :"
      Height          =   195
      Left            =   90
      TabIndex        =   9
      Top             =   1020
      Width           =   375
   End
   Begin VB.Label Label10 
      AutoSize        =   -1  'True
      Caption         =   "Flee :"
      Height          =   195
      Left            =   2850
      TabIndex        =   8
      Top             =   2460
      Width           =   390
   End
   Begin VB.Label Label11 
      AutoSize        =   -1  'True
      Caption         =   "Def :"
      Height          =   195
      Left            =   2850
      TabIndex        =   7
      Top             =   2220
      Width           =   345
   End
   Begin VB.Label labKill 
      AutoSize        =   -1  'True
      Height          =   195
      Left            =   450
      TabIndex        =   6
      Top             =   1500
      Width           =   45
   End
   Begin VB.Label labAgi 
      AutoSize        =   -1  'True
      Height          =   195
      Left            =   450
      TabIndex        =   5
      Top             =   1260
      Width           =   45
   End
   Begin VB.Label labSta 
      AutoSize        =   -1  'True
      Height          =   195
      Left            =   450
      TabIndex        =   4
      Top             =   780
      Width           =   45
   End
   Begin VB.Label labInt 
      AutoSize        =   -1  'True
      Height          =   195
      Left            =   450
      TabIndex        =   3
      Top             =   540
      Width           =   45
   End
   Begin VB.Label labMP 
      AutoSize        =   -1  'True
      Height          =   195
      Left            =   450
      TabIndex        =   2
      Top             =   300
      Width           =   45
   End
   Begin VB.Label labHP 
      AutoSize        =   -1  'True
      Height          =   195
      Left            =   450
      TabIndex        =   1
      Top             =   60
      Width           =   45
   End
   Begin VB.Label labCon 
      AutoSize        =   -1  'True
      Height          =   195
      Left            =   450
      TabIndex        =   0
      Top             =   1020
      Width           =   45
   End
End
Attribute VB_Name = "frmInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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