object Hmotplech: THmotplech Left = 620 Top = 416 Width = 272 Height = 109 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = 'Hmotnost plech�, p�s�' 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 = 7 Top = 9 Width = 70 Height = 16 Caption = '���ka [mm] :' end object Label2: TLabel Left = 7 Top = 33 Width = 77 Height = 16 Caption = 'V��ka [mm] :' end object Label3: TLabel Left = 7 Top = 57 Width = 92 Height = 16 Caption = 'Tlou��ka [mm] :' end object OK: TButton Left = 187 Top = 13 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = OKClick end object Cancel: TButton Left = 187 Top = 45 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = CancelClick end object Sirka: TEdit Left = 115 Top = 6 Width = 54 Height = 24 TabOrder = 0 Text = '1' end object Vyska: TEdit Left = 115 Top = 30 Width = 54 Height = 24 TabOrder = 3 Text = '1' end object Tloustka: TEdit Left = 115 Top = 54 Width = 54 Height = 24 TabOrder = 4 Text = '1' end end