home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Kucera / setup.ex_ / setup.ex / 0 / RCDATA / TREADMEFORM / TREADMEFORM.txt
Text File  |  2002-02-06  |  2KB  |  97 lines

  1. object ReadmeForm: TReadmeForm
  2.   Left = 201
  3.   Top = 97
  4.   ActiveControl = Next
  5.   BorderStyle = bsDialog
  6.   Caption = 'Readme information'
  7.   ClientHeight = 348
  8.   ClientWidth = 382
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object CaptionLabel: TLabel
  22.     Left = 15
  23.     Top = 5
  24.     Width = 361
  25.     Height = 36
  26.     AutoSize = False
  27.     Caption = 
  28.       'Please read this information carefully. Use the PAGE DOWN key or' +
  29.       ' the scroll bars to view the rest of the text.'
  30.     WordWrap = True
  31.   end
  32.   object Editor: TRichEdit
  33.     Left = 5
  34.     Top = 45
  35.     Width = 371
  36.     Height = 266
  37.     ReadOnly = True
  38.     ScrollBars = ssBoth
  39.     TabOrder = 0
  40.   end
  41.   object Next: TButton
  42.     Left = 265
  43.     Top = 320
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Next >'
  47.     TabOrder = 1
  48.     OnClick = NextClick
  49.   end
  50.   object Cancel: TButton
  51.     Left = 190
  52.     Top = 320
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&Cancel'
  56.     TabOrder = 2
  57.     OnClick = CancelClick
  58.   end
  59.   object Back: TButton
  60.     Left = 115
  61.     Top = 320
  62.     Width = 75
  63.     Height = 25
  64.     Caption = '< &Back'
  65.     TabOrder = 3
  66.     OnClick = BackClick
  67.   end
  68.   object Print: TButton
  69.     Left = 10
  70.     Top = 320
  71.     Width = 75
  72.     Height = 25
  73.     Caption = '&Print'
  74.     TabOrder = 4
  75.     OnClick = PrintClick
  76.   end
  77.   object PrintDialog: TPrintDialog
  78.     Left = 350
  79.     Top = 320
  80.   end
  81.   object Copyright: TWidget
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = [fsBold]
  87.     Glyph = '∩┐╜'
  88.     Hint = 'Information'
  89.     OffsetLeft = 0
  90.     OffsetTop = -1
  91.     ShowHint = True
  92.     OnClick = CopyrightClick
  93.     Left = 350
  94.     Top = 290
  95.   end
  96. end
  97.