CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
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