home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / setup.exe / 0 / RCDATA / TLICENSEDLG / TLICENSEDLG.txt < prev   
Text File  |  1997-01-19  |  2KB  |  113 lines

  1. object LicenseDlg: TLicenseDlg
  2.   Left = 231
  3.   Top = 122
  4.   VertScrollBar.Visible = False
  5.   ActiveControl = Memo1
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Software License Agreement'
  9.   ClientHeight = 312
  10.   ClientWidth = 498
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 80
  23.     Top = 16
  24.     Width = 393
  25.     Height = 33
  26.     Caption = 
  27.       'Please read the following License Agreement.  Press the PAGE DOW' +
  28.       'N key to see the rest of the agreement.'
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object AcceptLabel: TLabel
  36.     Left = 40
  37.     Top = 232
  38.     Width = 425
  39.     Height = 33
  40.     Font.Color = clWindowText
  41.     Font.Height = -12
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Image1: TImage
  47.     Left = 32
  48.     Top = 8
  49.     Width = 41
  50.     Height = 41
  51.     Picture.Data = {<image000.ico>}
  52.   end
  53.   object Memo1: TMemo
  54.     Left = 16
  55.     Top = 56
  56.     Width = 465
  57.     Height = 161
  58.     Color = clBtnFace
  59.     Font.Color = clWindowText
  60.     Font.Height = -12
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     ReadOnly = True
  65.     ScrollBars = ssBoth
  66.     TabOrder = 0
  67.     WordWrap = False
  68.   end
  69.   object NoBtn: TButton
  70.     Left = 392
  71.     Top = 280
  72.     Width = 81
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = '&No'
  76.     Font.Color = clWindowText
  77.     Font.Height = -13
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ModalResult = 2
  81.     ParentFont = False
  82.     TabOrder = 2
  83.   end
  84.   object Button1: TButton
  85.     Left = 288
  86.     Top = 280
  87.     Width = 81
  88.     Height = 25
  89.     Caption = '&Yes'
  90.     Font.Color = clWindowText
  91.     Font.Height = -13
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ModalResult = 1
  95.     ParentFont = False
  96.     TabOrder = 1
  97.   end
  98.   object Button2: TButton
  99.     Left = 208
  100.     Top = 280
  101.     Width = 81
  102.     Height = 25
  103.     Caption = '< &Back'
  104.     Font.Color = clWindowText
  105.     Font.Height = -13
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ModalResult = 4
  109.     ParentFont = False
  110.     TabOrder = 3
  111.   end
  112. end
  113.