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

  1. object PoliciesForm: TPoliciesForm
  2.   Left = 311
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PoliciesForm'
  7.   ClientHeight = 260
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Frame: TGroupBox
  19.     Left = 8
  20.     Top = 12
  21.     Width = 413
  22.     Height = 209
  23.     Caption = 'POLICIES'
  24.     Font.Color = clMaroon
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object Memo: TMemo
  31.       Left = 8
  32.       Top = 25
  33.       Width = 397
  34.       Height = 175
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       ReadOnly = True
  41.       ScrollBars = ssVertical
  42.       TabOrder = 0
  43.     end
  44.   end
  45.   object OKButton: TButton
  46.     Left = 368
  47.     Top = 228
  48.     Width = 52
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = '&OK'
  52.     ModalResult = 2
  53.     TabOrder = 1
  54.   end
  55.   object PrintButton: TButton
  56.     Left = 313
  57.     Top = 228
  58.     Width = 52
  59.     Height = 25
  60.     Caption = '&Print'
  61.     TabOrder = 2
  62.     OnClick = PrintButtonClick
  63.   end
  64. end
  65.