home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Dzieci / Guess / _SETUP.1 / guessfns.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Encoding:
Text File  |  1998-01-01  |  1.3 KB  |  70 lines

  1. object Form5: TForm5
  2.   Left = 193
  3.   Top = 82
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Shareware Notice'
  7.   ClientHeight = 289
  8.   ClientWidth = 209
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 8
  18.     Top = 8
  19.     Width = 193
  20.     Height = 161
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object ScrollBox1: TScrollBox
  24.     Left = 8
  25.     Top = 176
  26.     Width = 193
  27.     Height = 17
  28.     TabOrder = 0
  29.     object lblnumber: TLabel
  30.       Left = 0
  31.       Top = 0
  32.       Width = 190
  33.       Height = 13
  34.       Alignment = taCenter
  35.       AutoSize = False
  36.       Caption = '15'
  37.     end
  38.   end
  39.   object Button1: TButton
  40.     Left = 8
  41.     Top = 200
  42.     Width = 193
  43.     Height = 49
  44.     Caption = 'I Agree'
  45.     Default = True
  46.     Enabled = False
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 8
  57.     Top = 256
  58.     Width = 193
  59.     Height = 25
  60.     Caption = 'I Do Not Agree'
  61.     Enabled = False
  62.     TabOrder = 2
  63.     OnClick = Button2Click
  64.   end
  65.   object Timer1: TTimer
  66.     OnTimer = Timer1Timer
  67.     Top = 208
  68.   end
  69. end
  70.