home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_nl37b.zip / netLoad.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1997-08-10  |  1KB  |  47 lines

  1. object progressForm: TprogressForm
  2.   Left = 228
  3.   Top = 246
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'NetLoad - Online Registration'
  7.   ClientHeight = 103
  8.   ClientWidth = 358
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object progressMessageLbl: TLabel
  18.     Left = 8
  19.     Top = 10
  20.     Width = 337
  21.     Height = 55
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 
  25.       'Thank you. Your registration details have been sent successfully' +
  26.       '! You will be emailed your keys to unlock NetLoad once your cred' +
  27.       'it card has been approved.'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object Button1: TButton
  37.     Left = 274
  38.     Top = 76
  39.     Width = 75
  40.     Height = 23
  41.     Caption = '&Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 0
  44.     OnClick = Button1Click
  45.   end
  46. end
  47.