object Strmenu: TStrmenu Left = 320 Top = 230 Width = 464 Height = 279 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu, biMinimize] Caption = 'Stroja� V 1.5' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 120 TextHeight = 16 object Label2: TLabel Left = 128 Top = 108 Width = 70 Height = 20 Alignment = taCenter Caption = '(c) 1999' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image2: TImage Left = 16 Top = -8 Width = 417 Height = 105 Picture.Data = {} end object Panel1: TPanel Left = 8 Top = 104 Width = 113 Height = 121 BevelInner = bvLowered TabOrder = 0 object Image1: TImage Left = 8 Top = 8 Width = 97 Height = 105 Picture.Data = {} Stretch = True end end object Konec: TButton Left = 360 Top = 192 Width = 89 Height = 33 Caption = 'Konec' TabOrder = 1 OnClick = KonecClick end object Hmbutton: TButton Left = 224 Top = 112 Width = 129 Height = 33 Caption = 'Hmotnost' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = HmbuttonClick end object Robutton: TButton Left = 224 Top = 152 Width = 129 Height = 33 Caption = 'Rozvin' TabOrder = 3 OnClick = RobuttonClick end object Rebutton: TButton Left = 128 Top = 192 Width = 89 Height = 33 Caption = 'Registrace' TabOrder = 4 OnClick = RebuttonClick end object Ohbutton: TButton Left = 224 Top = 192 Width = 129 Height = 33 Caption = 'Ohyb' TabOrder = 5 OnClick = OhbuttonClick end object MainMenu1: TMainMenu Left = 8 object Nastaven1: TMenuItem Caption = 'Nastaven�' object Pedvolen1: TMenuItem Caption = 'Tu�n� font' object Tlatka1: TMenuItem Caption = ' Tla��tka' OnClick = Tlatka1Click end object Zadanhodnoty1: TMenuItem Caption = ' Zadan� hodnoty' OnClick = Zadanhodnoty1Click end object Editovanhodnoty1: TMenuItem Caption = ' Editovan� hodnoty' OnClick = Editovanhodnoty1Click end end end object Pomoc1: TMenuItem Caption = 'Pomoc' object Oprogramu1: TMenuItem Caption = 'O programu' OnClick = Oprogramu1Click end object Oautorovi1: TMenuItem Caption = 'O autorovi' OnClick = Oautorovi1Click end object Registrace1: TMenuItem Caption = 'O registraci' OnClick = Registrace1Click end end end end