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

  1. object Hmotplech: THmotplech
  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 = 'Hmotnost plech∩┐╜, p∩┐╜s∩┐╜'
  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 = 7
  21.     Top = 9
  22.     Width = 70
  23.     Height = 16
  24.     Caption = '∩┐╜∩┐╜∩┐╜ka [mm] :'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 7
  28.     Top = 33
  29.     Width = 77
  30.     Height = 16
  31.     Caption = 'V∩┐╜∩┐╜ka [mm] :'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 7
  35.     Top = 57
  36.     Width = 92
  37.     Height = 16
  38.     Caption = 'Tlou∩┐╜∩┐╜ka [mm] :'
  39.   end
  40.   object OK: TButton
  41.     Left = 187
  42.     Top = 13
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Ok'
  46.     TabOrder = 1
  47.     OnClick = OKClick
  48.   end
  49.   object Cancel: TButton
  50.     Left = 187
  51.     Top = 45
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Cancel'
  55.     TabOrder = 2
  56.     OnClick = CancelClick
  57.   end
  58.   object Sirka: TEdit
  59.     Left = 115
  60.     Top = 6
  61.     Width = 54
  62.     Height = 24
  63.     TabOrder = 0
  64.     Text = '1'
  65.   end
  66.   object Vyska: TEdit
  67.     Left = 115
  68.     Top = 30
  69.     Width = 54
  70.     Height = 24
  71.     TabOrder = 3
  72.     Text = '1'
  73.   end
  74.   object Tloustka: TEdit
  75.     Left = 115
  76.     Top = 54
  77.     Width = 54
  78.     Height = 24
  79.     TabOrder = 4
  80.     Text = '1'
  81.   end
  82. end
  83.