object Hmotprof: THmotprof Left = 620 Top = 416 Width = 272 Height = 142 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = 'Hmotnost obecn�ho prof.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 8 Top = 88 Width = 75 Height = 16 Caption = 'D�lka [mm] :' end object Ok: TButton Left = 187 Top = 13 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = OkClick end object Cancel: TButton Left = 187 Top = 45 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = CancelClick end object Nabidprof: TListBox Left = 8 Top = 8 Width = 161 Height = 65 ItemHeight = 16 TabOrder = 2 end object Delka: TEdit Left = 104 Top = 88 Width = 65 Height = 24 TabOrder = 3 Text = '1' end end