usplash.dfm

来自「一个使用UDP开发的消息广播服务与客户端程序」· DFM 代码 · 共 33 行

DFM
33
字号
object frmSplash: TfrmSplash
  Left = 390
  Top = 250
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'frmSplash'
  ClientHeight = 57
  ClientWidth = 224
  Color = cl3DLight
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Bevel1: TBevel
    Left = -1
    Top = 0
    Width = 224
    Height = 56
  end
  object Label1: TLabel
    Left = 8
    Top = 24
    Width = 203
    Height = 14
    Caption = #27491#22312#36827#34892#21021#22987#21270#65292#35831#31245#21518'... ...'
  end
end

⌨️ 快捷键说明

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