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

📄 frmfighter.frm

📁 血蜘蛛决斗游戏的源码
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form frmFighter 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00000000&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "The Spider on the Stick Version 2 by Walter A. Narvasa"
   ClientHeight    =   7470
   ClientLeft      =   2040
   ClientTop       =   1860
   ClientWidth     =   9585
   Icon            =   "frmFighter.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "frmFighter.frx":0CCA
   ScaleHeight     =   7470
   ScaleWidth      =   9585
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   WhatsThisButton =   -1  'True
   WhatsThisHelp   =   -1  'True
   Begin VB.Frame Connectivity 
      BackColor       =   &H00000000&
      BorderStyle     =   0  'None
      Caption         =   " "
      Height          =   7215
      Left            =   0
      TabIndex        =   38
      Top             =   120
      Visible         =   0   'False
      Width           =   9615
      Begin VB.CommandButton cmdSendMessage 
         Caption         =   "&Send Message"
         Enabled         =   0   'False
         Height          =   375
         Left            =   7560
         TabIndex        =   51
         Top             =   6315
         Width           =   1455
      End
      Begin VB.CommandButton cmdClose 
         Caption         =   "&Close"
         Height          =   375
         Left            =   480
         TabIndex        =   50
         Top             =   5040
         Width           =   2535
      End
      Begin VB.CommandButton cmdPlay 
         Caption         =   "&Start Play"
         Height          =   375
         Left            =   480
         TabIndex        =   44
         Top             =   4560
         Width           =   2535
      End
      Begin VB.CommandButton cmdDisconnect 
         Caption         =   "&Disconnect Game"
         Enabled         =   0   'False
         Height          =   375
         Left            =   480
         TabIndex        =   40
         Top             =   4080
         Width           =   2535
      End
      Begin VB.CommandButton cmdConnect 
         Caption         =   "&Connect to Game Host"
         Height          =   375
         Left            =   480
         TabIndex        =   39
         Top             =   3600
         Width           =   2535
      End
      Begin VB.TextBox txtPlayerName 
         Enabled         =   0   'False
         Height          =   285
         Left            =   5160
         TabIndex        =   48
         Text            =   " "
         Top             =   2520
         Width           =   2295
      End
      Begin VB.TextBox txtDataReceived 
         Enabled         =   0   'False
         Height          =   1815
         Left            =   3840
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   47
         Text            =   "frmFighter.frx":E1D0C
         Top             =   4320
         Width           =   5175
      End
      Begin VB.TextBox txtDataSent 
         Enabled         =   0   'False
         Height          =   285
         Left            =   3840
         TabIndex        =   46
         Text            =   " "
         Top             =   6360
         Width           =   3615
      End
      Begin VB.TextBox txtIPAddress 
         Enabled         =   0   'False
         Height          =   285
         Left            =   5640
         TabIndex        =   42
         Text            =   " "
         Top             =   1560
         Width           =   1335
      End
      Begin VB.CommandButton cmdListen 
         Caption         =   "Game Host &Listen"
         Height          =   375
         Left            =   480
         TabIndex        =   41
         Top             =   3120
         Width           =   2535
      End
      Begin VB.Label Label9 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "Multiplayer (LAN IPX/Internet-TCPIP) Connection Options"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   1215
         Left            =   480
         TabIndex        =   53
         Top             =   1680
         Width           =   2415
      End
      Begin VB.Label Label19 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Host-Remote Chat Box"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   -1  'True
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFF00&
         Height          =   300
         Left            =   3840
         TabIndex        =   52
         Top             =   3960
         Width           =   2790
      End
      Begin VB.Line Line2 
         BorderColor     =   &H00FF0000&
         BorderWidth     =   3
         X1              =   3360
         X2              =   9480
         Y1              =   3720
         Y2              =   3720
      End
      Begin VB.Line Line1 
         BorderColor     =   &H00FF0000&
         BorderWidth     =   3
         X1              =   3360
         X2              =   3360
         Y1              =   120
         Y2              =   7080
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Please Enter Player's Name"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0000FFFF&
         Height          =   300
         Left            =   4680
         TabIndex        =   49
         Top             =   2040
         Width           =   3330
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Please Enter Game Host IP Address"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0000FFFF&
         Height          =   300
         Left            =   4080
         TabIndex        =   43
         Top             =   1080
         Width           =   4395
      End
      Begin VB.Shape Shape4 
         BackColor       =   &H00000000&
         BorderColor     =   &H00FF0000&
         BorderWidth     =   3
         Height          =   6975
         Left            =   120
         Shape           =   4  'Rounded Rectangle
         Top             =   120
         Width           =   9375
      End
   End
   Begin VB.PictureBox picPlayerPunchNormalRight 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   6840
      Picture         =   "frmFighter.frx":E1D0E
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   90
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerHitNormalRight 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   6960
      Picture         =   "frmFighter.frx":E249B
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   92
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerLossNormalRight 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   7080
      Picture         =   "frmFighter.frx":E2DD6
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   89
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerKickNormalRight 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   7200
      Picture         =   "frmFighter.frx":E368C
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   91
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerBackNormalRight 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   7320
      Picture         =   "frmFighter.frx":E3E9D
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   93
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerNoneNormalRight 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   7440
      Picture         =   "frmFighter.frx":E469B
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   94
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerForwardNormalRight 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   7560
      Picture         =   "frmFighter.frx":E4EDA
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   95
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerPunchNormalLeft 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   840
      Picture         =   "frmFighter.frx":E570E
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   82
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerHitNormalLeft 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   720
      Picture         =   "frmFighter.frx":E5E07
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   83
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerLossNormalLeft 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   600
      Picture         =   "frmFighter.frx":E6657
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   84
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerKickNormalLeft 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   480
      Picture         =   "frmFighter.frx":E6E34
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   85
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerBackNormalLeft 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   360
      Picture         =   "frmFighter.frx":E758B
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   86
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerNoneNormalLeft 
      AutoSize        =   -1  'True
      Height          =   1530
      Left            =   240
      Picture         =   "frmFighter.frx":E7CE1
      ScaleHeight     =   1470
      ScaleWidth      =   1815
      TabIndex        =   87
      Top             =   1560
      Visible         =   0   'False
      Width           =   1875
   End
   Begin VB.PictureBox picPlayerForwardNormalLeft 

⌨️ 快捷键说明

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