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

  1. object ReadmeDlg: TReadmeDlg
  2.   Left = 207
  3.   Top = 121
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Read me file'
  9.   ClientHeight = 312
  10.   ClientWidth = 497
  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 Bevel1: TBevel
  22.     Left = 16
  23.     Top = 272
  24.     Width = 465
  25.     Height = 9
  26.     Shape = bsTopLine
  27.   end
  28.   object Label1: TLabel
  29.     Left = 160
  30.     Top = 8
  31.     Width = 321
  32.     Height = 33
  33.     AutoSize = False
  34.     Caption = 
  35.       'Please read the following License Agreement.  Press the PAGE DOW' +
  36.       'N key to see the rest of the agreement.'
  37.     Font.Color = clWindowText
  38.     Font.Height = -12
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Image1: TImage
  44.     Left = 24
  45.     Top = 8
  46.     Width = 113
  47.     Height = 249
  48.     Picture.Data = {<image000.bmp>}
  49.     Stretch = True
  50.   end
  51.   object Button1: TButton
  52.     Left = 392
  53.     Top = 280
  54.     Width = 81
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     Font.Color = clWindowText
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ModalResult = 2
  63.     ParentFont = False
  64.     TabOrder = 2
  65.   end
  66.   object Button2: TButton
  67.     Left = 288
  68.     Top = 280
  69.     Width = 81
  70.     Height = 25
  71.     Caption = '&Next >'
  72.     Font.Color = clWindowText
  73.     Font.Height = -13
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ModalResult = 1
  77.     ParentFont = False
  78.     TabOrder = 1
  79.   end
  80.   object Button3: TButton
  81.     Left = 208
  82.     Top = 280
  83.     Width = 81
  84.     Height = 25
  85.     Caption = '< &Back'
  86.     Font.Color = clWindowText
  87.     Font.Height = -13
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ModalResult = 4
  91.     ParentFont = False
  92.     TabOrder = 3
  93.   end
  94.   object Memo1: TMemo
  95.     Left = 160
  96.     Top = 48
  97.     Width = 321
  98.     Height = 209
  99.     Color = clBtnFace
  100.     Font.Color = clWindowText
  101.     Font.Height = -12
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     ReadOnly = True
  106.     ScrollBars = ssBoth
  107.     TabOrder = 0
  108.   end
  109.   object ResolutionFix1: TResolutionFix
  110.     DesignRes = 96
  111.     Left = 48
  112.     Top = 280
  113.   end
  114. end
  115.