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

📄 wuziclient.frm

📁 vb游戏程序代码
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form WuziClient 
   BackColor       =   &H80000000&
   Caption         =   "五子棋客户端程序"
   ClientHeight    =   7755
   ClientLeft      =   495
   ClientTop       =   1065
   ClientWidth     =   10860
   FillStyle       =   0  'Solid
   Icon            =   "WuziClient.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   7755
   ScaleWidth      =   10860
   Begin VB.Frame Frame5 
      BackColor       =   &H80000000&
      Caption         =   "下棋"
      Height          =   1335
      Left            =   6480
      TabIndex        =   39
      Top             =   6000
      Visible         =   0   'False
      Width           =   4335
      Begin VB.ComboBox Opponent 
         Height          =   300
         Left            =   1080
         TabIndex        =   43
         Top             =   240
         Width           =   1935
      End
      Begin VB.ComboBox PlayStyle 
         Height          =   300
         ItemData        =   "WuziClient.frx":0442
         Left            =   1080
         List            =   "WuziClient.frx":0455
         TabIndex        =   42
         Top             =   960
         Width           =   1935
      End
      Begin VB.CommandButton CallPlayer 
         Caption         =   "呼叫对方"
         Height          =   975
         Left            =   3240
         TabIndex        =   41
         Top             =   240
         Width           =   855
      End
      Begin VB.ComboBox ColorChoose 
         Height          =   300
         ItemData        =   "WuziClient.frx":04A9
         Left            =   1080
         List            =   "WuziClient.frx":04B3
         TabIndex        =   40
         Top             =   600
         Width           =   1935
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "选 择 对 手"
         Height          =   195
         Left            =   120
         TabIndex        =   46
         Top             =   360
         Width           =   795
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "选 择 方 式"
         Height          =   195
         Left            =   120
         TabIndex        =   45
         Top             =   1080
         Width           =   795
      End
      Begin VB.Label Label9 
         BackStyle       =   0  'Transparent
         Caption         =   "选择颜色"
         Height          =   255
         Left            =   120
         TabIndex        =   44
         Top             =   720
         Width           =   735
      End
   End
   Begin VB.Frame Frame6 
      Height          =   1215
      Left            =   6480
      TabIndex        =   34
      Top             =   6120
      Visible         =   0   'False
      Width           =   4215
      Begin VB.CommandButton WatchRequest 
         Caption         =   "请求观战"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   2520
         TabIndex        =   37
         Top             =   360
         Width           =   1215
      End
      Begin VB.ComboBox QiJuNum 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   420
         Left            =   480
         TabIndex        =   35
         Top             =   720
         Width           =   1575
      End
      Begin VB.Label Label7 
         Caption         =   "请输入棋局数"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   13.5
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   600
         TabIndex        =   36
         Top             =   240
         Width           =   1455
      End
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   10320
      Top             =   6480
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.TextBox TimeDisplayW 
      BackColor       =   &H80000008&
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   375
      Left            =   4800
      TabIndex        =   32
      Top             =   480
      Width           =   1430
   End
   Begin VB.TextBox Text2 
      Appearance      =   0  'Flat
      BorderStyle     =   0  'None
      Height          =   375
      Left            =   3000
      TabIndex        =   29
      Top             =   480
      Width           =   255
   End
   Begin VB.TextBox Text1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000007&
      BorderStyle     =   0  'None
      Height          =   375
      Left            =   2760
      TabIndex        =   28
      Top             =   480
      Width           =   255
   End
   Begin VB.Timer TimeBlack 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   4800
      Top             =   600
   End
   Begin VB.Timer TimeWhite 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   840
      Top             =   480
   End
   Begin VB.TextBox TimeDisplayB 
      BackColor       =   &H80000007&
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   360
      Left            =   100
      Locked          =   -1  'True
      TabIndex        =   27
      Top             =   480
      Width           =   1215
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   26
      Top             =   7380
      Width           =   10860
      _ExtentX        =   19156
      _ExtentY        =   661
      SimpleText      =   "欢迎使用wxp五子棋系统"
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   3
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   13600
            Text            =   "欢迎使用wxp五子棋系统"
            TextSave        =   "欢迎使用wxp五子棋系统"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   6
            Alignment       =   1
            TextSave        =   "00-1-3"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   5
            Alignment       =   1
            TextSave        =   "16:47"
         EndProperty
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   390
      Left            =   0
      TabIndex        =   25
      Top             =   0
      Width           =   10860
      _ExtentX        =   19156
      _ExtentY        =   688
      ButtonWidth     =   609
      ButtonHeight    =   582
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   6
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Object.ToolTipText     =   "和本地朋友玩一局"
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Object.ToolTipText     =   "打开一个棋局"
            ImageIndex      =   2
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Object.ToolTipText     =   "保存一个棋局"
            ImageIndex      =   3
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Object.ToolTipText     =   "悔棋"
            ImageIndex      =   4
         EndProperty
         BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Object.ToolTipText     =   "认输"
            ImageIndex      =   5
         EndProperty
      EndProperty
   End
   Begin VB.HScrollBar HScroll1 
      Height          =   375
      Left            =   6360
      Max             =   100
      SmallChange     =   5
      TabIndex        =   24
      Top             =   4800
      Width           =   495
   End
   Begin VB.Frame Frame4 
      BackColor       =   &H80000000&
      BorderStyle     =   0  'None
      Height          =   585
      Left            =   6840
      TabIndex        =   17
      Top             =   4680
      Width           =   4575
      Begin VB.Frame Frame3 
         BackColor       =   &H80000000&
         BorderStyle     =   0  'None
         Height          =   495
         Left            =   -2900
         TabIndex        =   18
         Top             =   120
         Width           =   6960
         Begin VB.CommandButton Clear 
            Caption         =   "清屏"
            Height          =   375
            Left            =   6000
            TabIndex        =   38
            Top             =   0
            Width           =   855
         End
         Begin VB.CommandButton Watch 
            Caption         =   "观战"
            Enabled         =   0   'False
            Height          =   375
            Left            =   5160
            TabIndex        =   33
            Top             =   0
            Width           =   855
         End
         Begin VB.CommandButton Connect 
            Caption         =   "连接服务器"
            Height          =   375
            Left            =   0
            TabIndex        =   23
            Tag             =   "1"
            Top             =   0
            Width           =   1095
         End
         Begin VB.CommandButton Register 
            Caption         =   "注册"
            Enabled         =   0   'False
            Height          =   375
            Left            =   1080
            TabIndex        =   22
            Tag             =   "1"
            Top             =   0
            Width           =   1095
         End
         Begin VB.CommandButton Sendmessage 
            Caption         =   "发送信息"
            Enabled         =   0   'False
            Height          =   375
            Left            =   2160
            TabIndex        =   21
            Top             =   0
            Width           =   1215
         End
         Begin VB.CommandButton Users 
            Appearance      =   0  'Flat
            Caption         =   "在线用户"
            Enabled         =   0   'False
            Height          =   375
            Left            =   3360
            TabIndex        =   20
            Top             =   0
            Width           =   975
         End
         Begin VB.CommandButton cmdPlay 
            Caption         =   "对奕"
            Enabled         =   0   'False
            Height          =   375
            Left            =   4320
            TabIndex        =   19
            Top             =   0
            Width           =   855
         End

⌨️ 快捷键说明

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