Menu

[r6]: / trunk / Src / FmWaitDlg.dfm  Maximize  Restore  History

Download this file

38 lines (37 with data), 787 Bytes

inherited WaitDlg: TWaitDlg
  Left = 557
  Top = 335
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'WaitDlg'
  ClientHeight = 86
  ClientWidth = 168
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object pnlMain: TPanel
    Left = 0
    Top = 0
    Width = 168
    Height = 86
    Align = alClient
    BevelInner = bvLowered
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    object lblCaption: TLabel
      Left = 4
      Top = 25
      Width = 160
      Height = 13
      Alignment = taCenter
      AutoSize = False
      Caption = 'lblCaption'
    end
  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.