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

  1. object ZVyhry: TZVyhry
  2.   Left = 167
  3.   Top = 185
  4.   HelpContext = 337
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Tabulka v∩┐╜her pro rozpis'
  8.   ClientHeight = 253
  9.   ClientWidth = 270
  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 = 208
  21.     Top = 221
  22.     Width = 53
  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 = 10
  33.     Width = 199
  34.     Height = 237
  35.     ColCount = 4
  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.       44
  45.       43
  46.       45
  47.       44)
  48.     RowHeights = (
  49.       17
  50.       17)
  51.   end
  52.   object MSOfficeCaption1: TMSOfficeCaption
  53.     AppNameText.FontKind = fkSystemB
  54.     AppNameText.Visible = True
  55.     CaptionText.Caption = 'Tabulka v∩┐╜her pro rozpis'
  56.     CaptionText.ColorActive = clYellow
  57.     CaptionText.ColorInactive = clGray
  58.     CaptionText.FontKind = fkSystem
  59.     CaptionText.Visible = True
  60.     CompanyText.FontKind = fkSystemBI
  61.     CompanyText.Visible = True
  62.     Color = clNavy
  63.     Left = 204
  64.   end
  65. end
  66.