home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TNAGFORM / TNAGFORM.txt
Text File  |  1997-05-14  |  2KB  |  95 lines

  1. object NagForm: TNagForm
  2.   Left = 244
  3.   Top = 114
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'NagForm'
  7.   ClientHeight = 154
  8.   ClientWidth = 304
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   ShowHint = True
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Button1: TButton
  21.     Left = 138
  22.     Top = 113
  23.     Width = 75
  24.     Height = 31
  25.     Caption = '&Register!'
  26.     Enabled = False
  27.     Font.Color = clBlack
  28.     Font.Height = -15
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35.   object Button2: TButton
  36.     Left = 217
  37.     Top = 113
  38.     Width = 75
  39.     Height = 31
  40.     Caption = '&Cancel'
  41.     Enabled = False
  42.     TabOrder = 1
  43.     OnClick = Button2Click
  44.   end
  45.   object Frame: TGroupBox
  46.     Left = 10
  47.     Top = 15
  48.     Width = 283
  49.     Height = 90
  50.     Font.Color = clMaroon
  51.     Font.Height = -15
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     TabOrder = 3
  56.     object Memo: TMemo
  57.       Left = 10
  58.       Top = 25
  59.       Width = 203
  60.       Height = 55
  61.       TabStop = False
  62.       BorderStyle = bsNone
  63.       Color = clBtnFace
  64.       Ctl3D = False
  65.       Font.Color = clBlack
  66.       Font.Height = -15
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentCtl3D = False
  70.       ParentFont = False
  71.       ReadOnly = True
  72.       TabOrder = 0
  73.       WantReturns = False
  74.       WordWrap = False
  75.       OnExit = MemoExit
  76.       OnMouseUp = MemoMouseUp
  77.     end
  78.   end
  79.   object SuspendButton: TButton
  80.     Left = 10
  81.     Top = 113
  82.     Width = 124
  83.     Height = 31
  84.     Caption = '&Suspend Previews'
  85.     TabOrder = 2
  86.     OnClick = SuspendButtonClick
  87.   end
  88.   object Timer: TTimer
  89.     Enabled = False
  90.     OnTimer = TimerTimer
  91.     Left = 200
  92.     Top = 4
  93.   end
  94. end
  95.