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

  1. object Kombinace: TKombinace
  2.   Left = 226
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 409
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 349
  19.     Top = 381
  20.     Width = 75
  21.     Height = 25
  22.     Cancel = True
  23.     Caption = '&Opustit'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object StringGrid1: TStringGrid
  28.     Left = 0
  29.     Top = 0
  30.     Width = 427
  31.     Height = 376
  32.     DefaultColWidth = 22
  33.     DefaultRowHeight = 16
  34.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  35.     TabOrder = 1
  36.   end
  37.   object MSOfficeCaption1: TMSOfficeCaption
  38.     AppNameText.FontKind = fkSystemB
  39.     AppNameText.Visible = True
  40.     CaptionText.ColorActive = clYellow
  41.     CaptionText.ColorInactive = clGray
  42.     CaptionText.FontKind = fkSystem
  43.     CaptionText.Visible = True
  44.     CompanyText.FontKind = fkSystemBI
  45.     CompanyText.Visible = True
  46.     Left = 394
  47.   end
  48. end
  49.