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

  1. object Hmotkulat: THmotkulat
  2.   Left = 619
  3.   Top = 416
  4.   Width = 272
  5.   Height = 101
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Hmotnost kulatiny'
  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 = 16
  22.     Width = 82
  23.     Height = 16
  24.     Caption = 'Pr∩┐╜m∩┐╜r [mm] :'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 41
  29.     Width = 75
  30.     Height = 16
  31.     Caption = 'D∩┐╜lka [mm] :'
  32.   end
  33.   object Ok: TButton
  34.     Left = 187
  35.     Top = 13
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Ok'
  39.     TabOrder = 0
  40.     OnClick = OkClick
  41.   end
  42.   object Cancel: TButton
  43.     Left = 187
  44.     Top = 45
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Cancel'
  48.     TabOrder = 1
  49.     OnClick = CancelClick
  50.   end
  51.   object Prumer: TEdit
  52.     Left = 112
  53.     Top = 16
  54.     Width = 54
  55.     Height = 24
  56.     TabOrder = 2
  57.     Text = '1'
  58.   end
  59.   object Delka: TEdit
  60.     Left = 112
  61.     Top = 40
  62.     Width = 54
  63.     Height = 24
  64.     TabOrder = 3
  65.     Text = '1'
  66.   end
  67. end
  68.