home *** CD-ROM | disk | FTP | other *** search
- object WaitDlg: TWaitDlg
- Left = 289
- Top = 281
- Cursor = crHourGlass
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Processing'
- ClientHeight = 32
- ClientWidth = 164
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 15
- Height = 16
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 32
- Top = 8
- Width = 78
- Height = 13
- Caption = 'Please wait...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Timer1: TTimer
- Interval = 250
- OnTimer = Timer1Timer
- Left = 136
- end
- end
-