home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 1999 March / enter_03_1999_2.iso / ENTER.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1999-01-18  |  936b  |  50 lines

  1. object Form4: TForm4
  2.   Left = 219
  3.   Top = 170
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Pomoc'
  7.   ClientHeight = 348
  8.   ClientWidth = 536
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 536
  22.     Height = 307
  23.     TabStop = False
  24.     Align = alClient
  25.     Lines.Strings = (
  26.       'Brak pliku pomocy.')
  27.     ReadOnly = True
  28.     ScrollBars = ssBoth
  29.     TabOrder = 0
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 0
  33.     Top = 307
  34.     Width = 536
  35.     Height = 41
  36.     Align = alBottom
  37.     TabOrder = 1
  38.     object Button1: TButton
  39.       Left = 176
  40.       Top = 8
  41.       Width = 201
  42.       Height = 25
  43.       Caption = 'Zako∩┐╜cz'
  44.       Default = True
  45.       TabOrder = 0
  46.       OnClick = Button1Click
  47.     end
  48.   end
  49. end
  50.