home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / diskanal / DISK.EXE / 0 / RCDATA / TWAITDLG / TWAITDLG.txt < prev   
Encoding:
Text File  |  1998-05-04  |  896 b   |  45 lines

  1. object WaitDlg: TWaitDlg
  2.   Left = 289
  3.   Top = 281
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Processing'
  8.   ClientHeight = 32
  9.   ClientWidth = 164
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 15
  22.     Height = 16
  23.     Picture.Data = {<image000.bmp>}
  24.     Transparent = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 32
  28.     Top = 8
  29.     Width = 78
  30.     Height = 13
  31.     Caption = 'Please wait...'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clRed
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Timer1: TTimer
  40.     Interval = 250
  41.     OnTimer = Timer1Timer
  42.     Left = 136
  43.   end
  44. end
  45.