home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 193
- Top = 82
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Shareware Notice'
- ClientHeight = 289
- ClientWidth = 209
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 193
- Height = 161
- Picture.Data = {<image000.bmp>}
- end
- object ScrollBox1: TScrollBox
- Left = 8
- Top = 176
- Width = 193
- Height = 17
- TabOrder = 0
- object lblnumber: TLabel
- Left = 0
- Top = 0
- Width = 190
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '15'
- end
- end
- object Button1: TButton
- Left = 8
- Top = 200
- Width = 193
- Height = 49
- Caption = 'I Agree'
- Default = True
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 8
- Top = 256
- Width = 193
- Height = 25
- Caption = 'I Do Not Agree'
- Enabled = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Top = 208
- end
- end
-