home *** CD-ROM | disk | FTP | other *** search
- object WarningTextForm: TWarningTextForm
- Left = 276
- Top = 114
- BorderStyle = bsDialog
- Caption = 'Legal Warning'
- ClientHeight = 236
- ClientWidth = 374
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object btnOk: TButton
- Left = 214
- Top = 207
- Width = 75
- Height = 23
- Caption = 'I Agree'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object cbHide: TCheckBox
- Left = 8
- Top = 210
- Width = 201
- Height = 17
- Caption = 'Don'#8217't show this message again'
- TabOrder = 1
- end
- object memText: TMemo
- Left = 8
- Top = 8
- Width = 361
- Height = 193
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- Lines.Strings = (
- 'YOU MAY USE THIS SOFTWARE TO ASSIST YOU IN '
- 'COPYING MATERIAL IN WHICH YOU OWN THE COPYRIGHT '
- 'OR HAVE OBTAINED PERMISSION TO COPY FROM THE '
- 'COPYRIGHT OWNER. IF YOU DO NOT OWN THE COPYRIGHT '
- 'OR YOU HAVE NOT OBTAINED PERMISSION TO COPY FROM '
- 'THE COPYRIGHT OWNER, YOU MAY BE VIOLATING '
- 'COPYRIGHT LAW AND YOU MAY BE SUBJECT TO CLAIMS '
- 'FOR DAMAGES AND/OR CRIMINAL PENALTIES.')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 294
- Top = 207
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Exit'
- ModalResult = 2
- TabOrder = 3
- end
- end
-