home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / space / _setup.1 / PKDUse32.exe / 0 / RCDATA / TFRMSHAREWARE / TFRMSHAREWARE.txt < prev   
Text File  |  1997-03-06  |  2KB  |  97 lines

  1. object frmShareware: TfrmShareware
  2.   Left = 216
  3.   Top = 172
  4.   ActiveControl = cmdLicence
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Unregistered version'
  8.   ClientHeight = 233
  9.   ClientWidth = 390
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblThanks: TLabel
  20.     Left = 64
  21.     Top = 16
  22.     Width = 289
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'thanks'
  26.   end
  27.   object lblSWType: TLabel
  28.     Left = 64
  29.     Top = 40
  30.     Width = 305
  31.     Height = 42
  32.     AutoSize = False
  33.     WordWrap = True
  34.   end
  35.   object Image1: TImage
  36.     Left = 16
  37.     Top = 16
  38.     Width = 33
  39.     Height = 33
  40.     Picture.Data = {<image001.ico>}
  41.   end
  42.   object lblAgree: TLabel
  43.     Left = 80
  44.     Top = 107
  45.     Width = 268
  46.     Height = 27
  47.     AutoSize = False
  48.     Caption = 'I have read and accept all the terms of the Licence Agreement :'
  49.     WordWrap = True
  50.   end
  51.   object Bevel1: TBevel
  52.     Left = 64
  53.     Top = 92
  54.     Width = 305
  55.     Height = 121
  56.     Shape = bsFrame
  57.   end
  58.   object cmdAgree: TButton
  59.     Left = 80
  60.     Top = 140
  61.     Width = 73
  62.     Height = 25
  63.     Caption = '&Accept'
  64.     ModalResult = 1
  65.     TabOrder = 0
  66.   end
  67.   object cmdLicence: TButton
  68.     Left = 240
  69.     Top = 140
  70.     Width = 113
  71.     Height = 25
  72.     Caption = '&Licence Agreement'
  73.     TabOrder = 2
  74.     OnClick = cmdLicenceClick
  75.   end
  76.   object cmdOrder: TButton
  77.     Left = 239
  78.     Top = 172
  79.     Width = 114
  80.     Height = 25
  81.     Caption = '&Ordering Information'
  82.     TabOrder = 3
  83.     OnClick = cmdOrderClick
  84.   end
  85.   object cmdQuit: TButton
  86.     Left = 160
  87.     Top = 140
  88.     Width = 73
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = '&Quit'
  92.     Default = True
  93.     ModalResult = 7
  94.     TabOrder = 1
  95.   end
  96. end
  97.