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

📄 uwait.dfm

📁 实现黑白棋的游戏
💻 DFM
字号:
object waitfrm: Twaitfrm
  Left = 333
  Top = 299
  BorderStyle = bsNone
  Caption = 'waitfrm'
  ClientHeight = 97
  ClientWidth = 182
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 182
    Height = 97
    Align = alClient
    BevelWidth = 2
    Caption = '  '
    TabOrder = 0
    object Label1: TLabel
      Left = 64
      Top = 24
      Width = 109
      Height = 16
      Caption = '等待其他人加入...   '
    end
    object BitBtn1: TBitBtn
      Left = 56
      Top = 66
      Width = 75
      Height = 21
      Caption = '取消'
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object Animate1: TAnimate
      Left = 8
      Top = 8
      Width = 48
      Height = 45
      Active = True
      CommonAVI = aviFindComputer
      StopFrame = 8
    end
  end
end

⌨️ 快捷键说明

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