object Hmotkulat: THmotkulat Left = 619 Top = 416 Width = 272 Height = 101 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = 'Hmotnost kulatiny' 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 = 16 Width = 82 Height = 16 Caption = 'Pr�m�r [mm] :' end object Label2: TLabel Left = 8 Top = 41 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 Prumer: TEdit Left = 112 Top = 16 Width = 54 Height = 24 TabOrder = 2 Text = '1' end object Delka: TEdit Left = 112 Top = 40 Width = 54 Height = 24 TabOrder = 3 Text = '1' end end