Menu

[r2017]: / trunk / Src / FmSplash.dfm  Maximize  Restore  History

Download this file

26 lines (25 with data), 497 Bytes

inherited SplashForm: TSplashForm
  BorderStyle = bsNone
  Caption = 'SplashForm'
  ClientHeight = 155
  ClientWidth = 325
  DefaultMonitor = dmMainForm
  FormStyle = fsStayOnTop
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object pbMain: TPaintBox
    Left = 0
    Top = 0
    Width = 325
    Height = 155
    Align = alClient
    OnPaint = pbMainPaint
  end
  object tmMinDisplay: TTimer
    Interval = 2000
    OnTimer = tmMinDisplayTimer
    Left = 32
    Top = 32
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.