home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / Globy / _SETUP.1 / Sazeni3D.exe / 0 / RCDATA / TSVYHRY / TSVYHRY.txt
Text File  |  1994-11-07  |  1KB  |  67 lines

  1. object SVyhry: TSVyhry
  2.   Left = 167
  3.   Top = 185
  4.   HelpContext = 237
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Sportka I a II tah'
  8.   ClientHeight = 243
  9.   ClientWidth = 373
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 312
  21.     Top = 213
  22.     Width = 54
  23.     Height = 25
  24.     Cancel = True
  25.     Caption = '&Opustit'
  26.     Default = True
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object StringGrid1: TStringGrid
  31.     Left = 2
  32.     Top = 2
  33.     Width = 300
  34.     Height = 237
  35.     ColCount = 6
  36.     DefaultColWidth = 22
  37.     DefaultRowHeight = 17
  38.     FixedCols = 0
  39.     RowCount = 2
  40.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  41.     ScrollBars = ssVertical
  42.     TabOrder = 1
  43.     ColWidths = (
  44.       54
  45.       43
  46.       43
  47.       43
  48.       42
  49.       44)
  50.     RowHeights = (
  51.       17
  52.       17)
  53.   end
  54.   object MSOfficeCaption1: TMSOfficeCaption
  55.     AppNameText.FontKind = fkSystemB
  56.     AppNameText.Visible = True
  57.     CaptionText.Caption = 'Sportka I a II tah'
  58.     CaptionText.ColorActive = clYellow
  59.     CaptionText.ColorInactive = clGray
  60.     CaptionText.FontKind = fkSystem
  61.     CaptionText.Visible = True
  62.     CompanyText.FontKind = fkSystemBI
  63.     CompanyText.Visible = True
  64.     Left = 344
  65.   end
  66. end
  67.