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
Wrap
Text File
|
1998-05-25
|
1KB
|
69 lines
object PoliciesForm: TPoliciesForm
Left = 311
Top = 109
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'PoliciesForm'
ClientHeight = 260
ClientWidth = 427
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Frame: TGroupBox
Left = 8
Top = 12
Width = 413
Height = 209
Caption = 'POLICIES'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object Memo: TMemo
Left = 8
Top = 25
Width = 397
Height = 175
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object OKButton: TButton
Left = 368
Top = 228
Width = 52
Height = 25
Cancel = True
Caption = '&OK'
ModalResult = 2
TabOrder = 1
end
object PrintButton: TButton
Left = 313
Top = 228
Width = 52
Height = 25
Caption = '&Print'
TabOrder = 2
OnClick = PrintButtonClick
end
end