home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / DataArm / _SETUP.1 / mpw32.dll / RCDATA / TPOLICIESFORM / TPOLICIESFORM.txt
Text File  |  1998-05-25  |  1KB  |  69 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.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Frame: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 413
  24.     Height = 209
  25.     Caption = 'POLICIES'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clMaroon
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object Memo: TMemo
  34.       Left = 8
  35.       Top = 25
  36.       Width = 397
  37.       Height = 175
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clBlack
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.       ReadOnly = True
  45.       ScrollBars = ssVertical
  46.       TabOrder = 0
  47.     end
  48.   end
  49.   object OKButton: TButton
  50.     Left = 368
  51.     Top = 228
  52.     Width = 52
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = '&OK'
  56.     ModalResult = 2
  57.     TabOrder = 1
  58.   end
  59.   object PrintButton: TButton
  60.     Left = 313
  61.     Top = 228
  62.     Width = 52
  63.     Height = 25
  64.     Caption = '&Print'
  65.     TabOrder = 2
  66.     OnClick = PrintButtonClick
  67.   end
  68. end
  69.