uwait.dfm
来自「实现黑白棋的游戏」· DFM 代码 · 共 57 行
DFM
57 行
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 + =
减小字号Ctrl + -
显示快捷键?