home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Dubsky / Strojar / Strojar.exe / 0 / RCDATA / TSETMAT / TSETMAT.txt
Text File  |  1999-04-20  |  859b  |  46 lines

  1. object Setmat: TSetmat
  2.   Left = 620
  3.   Top = 416
  4.   Width = 272
  5.   Height = 109
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'V∩┐╜b∩┐╜r materi∩┐╜lu'
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Ok: TButton
  20.     Left = 187
  21.     Top = 13
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'Ok'
  25.     TabOrder = 0
  26.     OnClick = OkClick
  27.   end
  28.   object Cancel: TButton
  29.     Left = 187
  30.     Top = 45
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Cancel'
  34.     TabOrder = 1
  35.     OnClick = CancelClick
  36.   end
  37.   object Nabidmat: TListBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 161
  41.     Height = 65
  42.     ItemHeight = 16
  43.     TabOrder = 2
  44.   end
  45. end
  46.