home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / DataArm / _SETUP.1 / mpw32.dll / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  1998-05-25  |  2KB  |  98 lines

  1. object RegForm: TRegForm
  2.   Left = 298
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'RegForm'
  7.   ClientHeight = 195
  8.   ClientWidth = 325
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnPaint = FormPaint
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Frame: TGroupBox
  23.     Left = 8
  24.     Top = 12
  25.     Width = 309
  26.     Height = 145
  27.     Caption = 'UPLOADING DATA'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clMaroon
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     object Memo: TMemo
  36.       Left = 8
  37.       Top = 24
  38.       Width = 293
  39.       Height = 113
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       ReadOnly = True
  47.       ScrollBars = ssVertical
  48.       TabOrder = 0
  49.     end
  50.   end
  51.   object CancelButton: TButton
  52.     Left = 260
  53.     Top = 164
  54.     Width = 57
  55.     Height = 25
  56.     Hint = 'Cancel'
  57.     Cancel = True
  58.     Caption = '&Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 1
  61.     OnClick = CancelButtonClick
  62.   end
  63.   object Crypto: TMPGCrypto
  64.     Left = 36
  65.     Top = 164
  66.   end
  67.   object NetClient: TMPGNetClient
  68.     Address = '1.1.1.12'
  69.     Port = '4444'
  70.     TimeOut = 20
  71.     OnInfo = NetClientInfo
  72.     OnConnect = NetClientConnect
  73.     OnTimeOut = NetClientTimeOut
  74.     OnDisconnect = NetClientDisconnect
  75.     OnRead = NetClientRead
  76.     OnWrite = NetClientWrite
  77.     Left = 8
  78.     Top = 164
  79.   end
  80.   object Timer: TTimer
  81.     Enabled = False
  82.     Interval = 2000
  83.     OnTimer = TimerTimer
  84.     Left = 64
  85.     Top = 164
  86.   end
  87.   object SaveDialog: TSaveDialog
  88.     DefaultExt = 'txt'
  89.     FileName = 'c:\receipt.txt'
  90.     Filter = 'Text Files (*.txt)|*.txt|All Files (*.*)|*.*'
  91.     InitialDir = 'c:\'
  92.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir]
  93.     Title = 'Copy Receipt To Disk'
  94.     Left = 92
  95.     Top = 164
  96.   end
  97. end
  98.