home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Internet / NETLOAD / NETLOAD.EXE / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1998-01-02  |  792b  |  39 lines

  1. object progressForm: TprogressForm
  2.   Left = 228
  3.   Top = 246
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'NetLoad - Online Registration'
  7.   ClientHeight = 75
  8.   ClientWidth = 340
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object progressMessageLbl: TLabel
  17.     Left = 6
  18.     Top = 16
  19.     Width = 328
  20.     Height = 28
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Font.Color = clWindowText
  24.     Font.Height = -12
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Button1: TButton
  30.     Left = 253
  31.     Top = 41
  32.     Width = 75
  33.     Height = 23
  34.     Caption = 'Cancel'
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38. end
  39.