home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HInfo.EN / RCDATA / TDLGWAITSET / TDLGWAITSET.txt
Encoding:
Text File  |  2002-05-12  |  1.1 KB  |  57 lines

  1. object DlgWaitSet: TDlgWaitSet
  2.   Left = 270
  3.   Top = 244
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Waiting please....'
  8.   ClientHeight = 47
  9.   ClientWidth = 238
  10.   Color = clWhite
  11.   DefaultMonitor = dmMainForm
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   Position = poMainFormCenter
  20.   Visible = True
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 238
  27.     Height = 47
  28.     Align = alClient
  29.     Shape = bsFrame
  30.     Style = bsRaised
  31.     Visible = False
  32.   end
  33.   object LabelWait: TLabel
  34.     Left = 53
  35.     Top = 16
  36.     Width = 171
  37.     Height = 13
  38.     Caption = 'Updating list of applications...'
  39.     Color = clBtnFace
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clNavy
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentColor = False
  46.     ParentFont = False
  47.     Transparent = True
  48.   end
  49.   object ImageWait: TImage
  50.     Left = 8
  51.     Top = 8
  52.     Width = 33
  53.     Height = 33
  54.     Transparent = True
  55.   end
  56. end
  57.