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

📄 frmmain.frm

📁 使用vb寫出完美網頁遊戲外掛的原始碼分享
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{AC213C7D-CACC-48A3-A08B-90CA9B2F5579}#1.0#0"; "VbEclipse.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmMain 
   Caption         =   "ygPlus"
   ClientHeight    =   6090
   ClientLeft      =   2850
   ClientTop       =   3015
   ClientWidth     =   10230
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   6090
   ScaleWidth      =   10230
   Begin VB.PictureBox TRAY 
      CausesValidation=   0   'False
      Height          =   285
      Left            =   0
      ScaleHeight     =   225
      ScaleWidth      =   240
      TabIndex        =   26
      Top             =   5040
      Visible         =   0   'False
      Width           =   300
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   360
      Left            =   0
      TabIndex        =   16
      Top             =   0
      Width           =   10230
      _ExtentX        =   18045
      _ExtentY        =   635
      ButtonWidth     =   1138
      ButtonHeight    =   582
      Appearance      =   1
      Style           =   1
      TextAlignment   =   1
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   1
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   " "
         EndProperty
      EndProperty
      Begin ygPlus.chameleonButton btnActive 
         Height          =   300
         Left            =   8970
         TabIndex        =   25
         TabStop         =   0   'False
         Top             =   15
         Width           =   1245
         _ExtentX        =   2196
         _ExtentY        =   529
         BTYPE           =   5
         TX              =   "Active"
         ENAB            =   -1  'True
         BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   222
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         COLTYPE         =   1
         FOCUSR          =   -1  'True
         BCOL            =   13160660
         BCOLO           =   13160660
         FCOL            =   0
         FCOLO           =   0
         MCOL            =   12632256
         MPTR            =   1
         MICON           =   "frmMain.frx":6852
         UMCOL           =   -1  'True
         SOFT            =   0   'False
         PICPOS          =   0
         NGREY           =   0   'False
         FX              =   0
         HAND            =   0   'False
         CHECK           =   0   'False
         VALUE           =   0   'False
      End
      Begin ygPlus.chameleonButton btnConnect 
         Height          =   300
         Left            =   7770
         TabIndex        =   24
         TabStop         =   0   'False
         Top             =   15
         Width           =   1185
         _ExtentX        =   2090
         _ExtentY        =   529
         BTYPE           =   5
         TX              =   "Connect"
         ENAB            =   -1  'True
         BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   222
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         COLTYPE         =   1
         FOCUSR          =   -1  'True
         BCOL            =   13160660
         BCOLO           =   13160660
         FCOL            =   0
         FCOLO           =   0
         MCOL            =   12632256
         MPTR            =   1
         MICON           =   "frmMain.frx":686E
         UMCOL           =   -1  'True
         SOFT            =   0   'False
         PICPOS          =   0
         NGREY           =   0   'False
         FX              =   0
         HAND            =   0   'False
         CHECK           =   0   'False
         VALUE           =   0   'False
      End
      Begin VB.ComboBox cbWorld 
         Height          =   315
         Left            =   5970
         Style           =   2  'Dropdown List
         TabIndex        =   23
         Top             =   0
         Width           =   675
      End
      Begin VB.ComboBox cbChar 
         Height          =   315
         Left            =   6990
         Style           =   2  'Dropdown List
         TabIndex        =   22
         Top             =   0
         Width           =   675
      End
      Begin VB.ComboBox cbServer 
         Height          =   315
         Left            =   4740
         Style           =   2  'Dropdown List
         TabIndex        =   21
         Top             =   0
         Width           =   855
      End
      Begin VB.ComboBox cbLocation 
         Height          =   315
         Left            =   3570
         Style           =   2  'Dropdown List
         TabIndex        =   20
         Top             =   0
         Width           =   765
      End
      Begin VB.TextBox txtPass 
         Height          =   285
         IMEMode         =   3  'DISABLE
         Left            =   1950
         PasswordChar    =   "*"
         TabIndex        =   19
         Top             =   30
         Width           =   1125
      End
      Begin VB.TextBox txtUser 
         Height          =   285
         Left            =   390
         TabIndex        =   17
         Top             =   30
         Width           =   1125
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H8000000F&
         BorderStyle     =   0  'None
         Height          =   195
         Left            =   0
         Locked          =   -1  'True
         TabIndex        =   18
         Text            =   $"frmMain.frx":688A
         Top             =   90
         Width           =   7815
      End
   End
   Begin MSComctlLib.Toolbar tbChar 
      Align           =   1  'Align Top
      Height          =   360
      Left            =   0
      TabIndex        =   2
      Top             =   360
      Width           =   10230
      _ExtentX        =   18045
      _ExtentY        =   635
      ButtonWidth     =   609
      ButtonHeight    =   582
      Appearance      =   1
      Style           =   1
      TextAlignment   =   1
      _Version        =   393216
      Begin VB.TextBox txtLv 
         BackColor       =   &H8000000F&
         BorderStyle     =   0  'None
         Height          =   285
         Left            =   1590
         Locked          =   -1  'True
         TabIndex        =   27
         Text            =   "Lv:"
         Top             =   60
         Width           =   405
      End
      Begin VB.TextBox Text5 
         BackColor       =   &H8000000F&
         BorderStyle     =   0  'None
         Height          =   285
         Left            =   7980
         Locked          =   -1  'True
         TabIndex        =   13
         Text            =   "HATE:"
         Top             =   60
         Width           =   480
      End
      Begin VB.TextBox Text4 
         BackColor       =   &H8000000F&
         BorderStyle     =   0  'None
         Height          =   285
         Left            =   5940
         Locked          =   -1  'True
         TabIndex        =   12
         Text            =   "EXP:"
         Top             =   60
         Width           =   360
      End
      Begin ygPlus.vbalProgressBar pbCHATE 
         Height          =   225
         Left            =   8460
         TabIndex        =   9
         Top             =   60
         Width           =   1605
         _ExtentX        =   2831
         _ExtentY        =   397
         Picture         =   "frmMain.frx":6915
         ForeColor       =   16744576
         Appearance      =   2
         BarColor        =   255
         BarPicture      =   "frmMain.frx":6C79
         BarPictureMode  =   0
         BackPictureMode =   0
         Value           =   50
         ShowText        =   -1  'True
         Text            =   "600 / 1200"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   222
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         XpStyle         =   -1  'True
      End
      Begin ygPlus.vbalProgressBar pbCEXP 
         Height          =   225
         Left            =   6330
         TabIndex        =   8
         Top             =   60
         Width           =   1605
         _ExtentX        =   2831
         _ExtentY        =   397
         Picture         =   "frmMain.frx":6FE6
         ForeColor       =   65280
         Appearance      =   2
         BarColor        =   255
         BarPicture      =   "frmMain.frx":734A
         BarPictureMode  =   0
         BackPictureMode =   0
         Value           =   50
         ShowText        =   -1  'True
         Text            =   "50%"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   222
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         XpStyle         =   -1  'True
      End
      Begin ygPlus.vbalProgressBar pbCMP 
         Height          =   225
         Left            =   4260
         TabIndex        =   7
         Top             =   60
         Width           =   1605
         _ExtentX        =   2831
         _ExtentY        =   397
         Picture         =   "frmMain.frx":76E7
         ForeColor       =   16737792
         Appearance      =   2
         BarColor        =   16711680
         BarPicture      =   "frmMain.frx":7A4B
         BarPictureMode  =   0
         BackPictureMode =   0
         Value           =   50
         ShowText        =   -1  'True
         Text            =   "100 / 200"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   222
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         XpStyle         =   -1  'True
      End
      Begin ygPlus.vbalProgressBar pbCHP 
         Height          =   225
         Left            =   2310
         TabIndex        =   6
         Top             =   60
         Width           =   1605
         _ExtentX        =   2831
         _ExtentY        =   397
         Picture         =   "frmMain.frx":7D87
         ForeColor       =   255
         Appearance      =   2
         BarColor        =   255
         BarPicture      =   "frmMain.frx":80EB
         BarPictureMode  =   0
         BackPictureMode =   0
         Value           =   50
         ShowText        =   -1  'True
         Text            =   "50%"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   222
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         XpStyle         =   -1  'True
      End
      Begin VB.TextBox txtHP 
         BackColor       =   &H8000000F&
         BorderStyle     =   0  'None
         Height          =   285
         Left            =   2010

⌨️ 快捷键说明

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