home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / oddech / sirky / sirky.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  2002-07-07  |  897b  |  45 lines

  1. object Form3: TForm3
  2.   Left = 235
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Pravidla'
  7.   ClientHeight = 200
  8.   ClientWidth = 200
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Memo1: TMemo
  21.     Left = 8
  22.     Top = 8
  23.     Width = 185
  24.     Height = 153
  25.     Color = clWhite
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     ReadOnly = True
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 56
  37.     Top = 168
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     TabOrder = 1
  42.     OnClick = Button1Click
  43.   end
  44. end
  45.