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

  1. object Chyba: TChyba
  2.   Left = 178
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sportka I a II tah'
  7.   ClientHeight = 400
  8.   ClientWidth = 460
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 384
  21.     Top = 371
  22.     Width = 73
  23.     Height = 25
  24.     Cancel = True
  25.     Caption = '&Opustit'
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Button2: TButton
  30.     Left = 4
  31.     Top = 371
  32.     Width = 86
  33.     Height = 25
  34.     Caption = '&V∩┐╜e vymazat'
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     TabOrder = 1
  41.     OnClick = Button2Click
  42.   end
  43.   object Memo: TTextListBox
  44.     Left = 0
  45.     Top = 0
  46.     Width = 460
  47.     Height = 365
  48.     ItemHeight = 13
  49.     TabOrder = 3
  50.     OnKeyPress = MemoKeyPress
  51.   end
  52.   object Button3: TButton
  53.     Left = 4
  54.     Top = 371
  55.     Width = 115
  56.     Height = 25
  57.     Caption = '&Ulo∩┐╜it do souboru'
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     TabOrder = 2
  64.     Visible = False
  65.     OnClick = Button3Click
  66.   end
  67.   object MSOfficeCaption1: TMSOfficeCaption
  68.     AppNameText.FontKind = fkSystemB
  69.     AppNameText.Visible = True
  70.     CaptionText.Caption = 'Sportka I a II tah'
  71.     CaptionText.ColorActive = clYellow
  72.     CaptionText.ColorInactive = clGray
  73.     CaptionText.FontKind = fkSystem
  74.     CaptionText.Visible = True
  75.     CompanyText.FontKind = fkSystemBI
  76.     CompanyText.Visible = True
  77.     Left = 416
  78.   end
  79. end
  80.