home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Dubsky / Strojar / Strojar.exe / 0 / RCDATA / THMOTPROF / THMOTPROF.txt
Text File  |  1999-04-20  |  1KB  |  61 lines

  1. object Hmotprof: THmotprof
  2.   Left = 620
  3.   Top = 416
  4.   Width = 272
  5.   Height = 142
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Hmotnost obecn∩┐╜ho prof.'
  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 Label1: TLabel
  20.     Left = 8
  21.     Top = 88
  22.     Width = 75
  23.     Height = 16
  24.     Caption = 'D∩┐╜lka [mm] :'
  25.   end
  26.   object Ok: TButton
  27.     Left = 187
  28.     Top = 13
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Ok'
  32.     TabOrder = 0
  33.     OnClick = OkClick
  34.   end
  35.   object Cancel: TButton
  36.     Left = 187
  37.     Top = 45
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Cancel'
  41.     TabOrder = 1
  42.     OnClick = CancelClick
  43.   end
  44.   object Nabidprof: TListBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 161
  48.     Height = 65
  49.     ItemHeight = 16
  50.     TabOrder = 2
  51.   end
  52.   object Delka: TEdit
  53.     Left = 104
  54.     Top = 88
  55.     Width = 65
  56.     Height = 24
  57.     TabOrder = 3
  58.     Text = '1'
  59.   end
  60. end
  61.