home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2001 September / MICD2001_09_NR2.iso / MICD.EXE / 0 / RCDATA / TINFOFORM / TINFOFORM.txt
Text File  |  2001-08-13  |  1KB  |  62 lines

  1. object InfoForm: TInfoForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Info'
  7.   ClientHeight = 244
  8.   ClientWidth = 405
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 405
  22.     Height = 200
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object Memo1: TMemo
  27.       Left = 2
  28.       Top = 2
  29.       Width = 400
  30.       Height = 196
  31.       Font.Color = clBlack
  32.       Font.Height = -13
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = []
  35.       Lines.Strings = (
  36.         'Memo1')
  37.       ParentFont = False
  38.       ReadOnly = True
  39.       ScrollBars = ssVertical
  40.       TabOrder = 0
  41.     end
  42.   end
  43.   object Panel3: TPanel
  44.     Left = 0
  45.     Top = 202
  46.     Width = 405
  47.     Height = 40
  48.     BevelInner = bvRaised
  49.     BevelOuter = bvLowered
  50.     TabOrder = 1
  51.     object Button1: TButton
  52.       Left = 165
  53.       Top = 8
  54.       Width = 75
  55.       Height = 25
  56.       Caption = 'OK'
  57.       ModalResult = 1
  58.       TabOrder = 0
  59.     end
  60.   end
  61. end
  62.