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

📄 main.frm

📁 中国象棋支持网络功能(VB)
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form main 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Chinese Chess"
   ClientHeight    =   6780
   ClientLeft      =   150
   ClientTop       =   720
   ClientWidth     =   8715
   Icon            =   "main.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   6780
   ScaleWidth      =   8715
   StartUpPosition =   3  'Windows Default
   Begin VB.PictureBox pic_click 
      Height          =   435
      Left            =   3960
      Picture         =   "main.frx":0442
      ScaleHeight     =   375
      ScaleWidth      =   345
      TabIndex        =   44
      Top             =   6240
      Visible         =   0   'False
      Width           =   410
   End
   Begin VB.PictureBox pic_noclick 
      Height          =   435
      Left            =   3960
      Picture         =   "main.frx":05F0
      ScaleHeight     =   375
      ScaleWidth      =   345
      TabIndex        =   43
      Top             =   6240
      Width           =   410
   End
   Begin MSComDlg.CommonDialog c_cdgFile 
      Left            =   2040
      Top             =   6120
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      CancelError     =   -1  'True
      DefaultExt      =   "*.ccs"
      FileName        =   "*.ccs"
      Filter          =   "*.ccs|*.ccs|*.*|*.*"
      InitDir         =   "\app"
   End
   Begin VB.CommandButton c_cmdReset 
      Caption         =   "Reset"
      Height          =   255
      Left            =   4680
      TabIndex        =   36
      Top             =   6240
      Width           =   975
   End
   Begin VB.Frame frm_net 
      Height          =   3375
      Left            =   5760
      TabIndex        =   33
      Top             =   0
      Width           =   2895
      Begin VB.TextBox c_eState 
         Height          =   285
         Left            =   120
         TabIndex        =   40
         Top             =   2880
         Width           =   2535
      End
      Begin VB.TextBox c_eSay 
         Height          =   285
         Left            =   120
         TabIndex        =   39
         Top             =   1440
         Width           =   2535
      End
      Begin VB.CommandButton c_CmdSay 
         Caption         =   "You Say"
         Enabled         =   0   'False
         Height          =   255
         Left            =   120
         TabIndex        =   38
         Top             =   1080
         Width           =   975
      End
      Begin VB.TextBox c_eMsg 
         Height          =   285
         Left            =   120
         Locked          =   -1  'True
         TabIndex        =   37
         Top             =   2160
         Width           =   2535
      End
      Begin VB.CommandButton c_CmdCon 
         Caption         =   "Connect"
         Height          =   255
         Left            =   120
         TabIndex        =   35
         Top             =   240
         Width           =   975
      End
      Begin VB.TextBox c_eAddr 
         Height          =   270
         Left            =   120
         TabIndex        =   34
         Top             =   600
         Width           =   1815
      End
      Begin VB.Label Label1 
         Caption         =   "Status"
         Height          =   255
         Left            =   120
         TabIndex        =   42
         Top             =   2520
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "Message"
         Height          =   255
         Left            =   120
         TabIndex        =   41
         Top             =   1800
         Width           =   975
      End
   End
   Begin MSWinsockLib.Winsock c_sUse 
      Left            =   1800
      Top             =   6120
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
      RemotePort      =   6112
   End
   Begin MSWinsockLib.Winsock c_sListen 
      Left            =   2280
      Top             =   6120
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
      LocalPort       =   6112
   End
   Begin VB.PictureBox c_pboard 
      Height          =   6135
      Left            =   120
      MouseIcon       =   "main.frx":079E
      MousePointer    =   99  'Custom
      Picture         =   "main.frx":0AA8
      ScaleHeight     =   6075
      ScaleWidth      =   5505
      TabIndex        =   0
      Top             =   0
      Width           =   5565
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   31
         Left            =   4995
         Picture         =   "main.frx":70CEA
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   32
         Top             =   3360
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   30
         Left            =   3795
         Picture         =   "main.frx":71101
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   31
         Top             =   3400
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   29
         Left            =   2595
         Picture         =   "main.frx":71518
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   30
         Top             =   3400
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   28
         Left            =   1395
         Picture         =   "main.frx":7192F
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   29
         Top             =   3400
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   27
         Left            =   240
         Picture         =   "main.frx":71D46
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   28
         Top             =   3360
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   26
         Left            =   4395
         Picture         =   "main.frx":7215D
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   27
         Top             =   4000
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   25
         Left            =   795
         Picture         =   "main.frx":72583
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   26
         Top             =   4000
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   24
         Left            =   5040
         Picture         =   "main.frx":729A9
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   25
         Top             =   5400
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   23
         Left            =   195
         Picture         =   "main.frx":72DC4
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   24
         Top             =   5200
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   22
         Left            =   4440
         Picture         =   "main.frx":731DF
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   23
         Top             =   5400
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   21
         Left            =   795
         Picture         =   "main.frx":735FF
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   22
         Top             =   5200
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   20
         Left            =   3840
         Picture         =   "main.frx":73A1F
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   21
         Top             =   5400
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   19
         Left            =   1395
         Picture         =   "main.frx":73E4A
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   20
         Top             =   5200
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   480
         Index           =   18
         Left            =   3195
         Picture         =   "main.frx":74275
         ScaleHeight     =   465.455
         ScaleMode       =   0  'User
         ScaleWidth      =   480
         TabIndex        =   19
         Top             =   5200
         Width           =   480
      End
      Begin VB.PictureBox c_chess 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&

⌨️ 快捷键说明

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