unitsplash.~dfm

来自「远程抄表系统的客户端程序 安徽六安项目-客户端程序 0 开发环境 Del」· ~DFM 代码 · 共 35 行

~DFM
35
字号
object FormSplash: TFormSplash
  Left = 196
  Top = 172
  Width = 633
  Height = 450
  Cursor = crHourGlass
  BorderIcons = []
  Caption = #27491#22312#36733#20837#20449#24687','#35831#31561#20505
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image: TImage
    Left = 0
    Top = 0
    Width = 625
    Height = 423
    Align = alClient
    Center = True
    DragCursor = crHourGlass
    DragKind = dkDock
  end
  object SetTitleTimer: TTimer
    OnTimer = SetTitleTimerTimer
    Top = 65528
  end
end

⌨️ 快捷键说明

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