object LoginForm: TLoginForm Left = 479 Height = 177 Top = 255 Width = 405 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Přihlášení' ClientHeight = 177 ClientWidth = 405 LCLVersion = '0.9.29' object Label1: TLabel Left = 16 Height = 18 Top = 48 Width = 47 Caption = 'Jméno:' ParentColor = False end object Label2: TLabel Left = 16 Height = 18 Top = 80 Width = 43 Caption = 'Heslo:' ParentColor = False end object ButtonCancel: TButton Left = 112 Height = 25 Top = 128 Width = 75 Caption = 'Ukončit' TabOrder = 0 end object ButtonLogin: TButton Left = 16 Height = 25 Top = 128 Width = 75 Caption = 'Přihlásit' TabOrder = 1 end object Edit1: TEdit Left = 72 Height = 27 Top = 40 Width = 120 TabOrder = 2 Text = 'Edit1' end object MaskEdit1: TMaskEdit Left = 72 Height = 27 Top = 71 Width = 120 CharCase = ecNormal MaxLength = 1 TabOrder = 3 EditMask = '*' Text = '*' SpaceChar = '_' end object Image1: TImage Left = 216 Height = 152 Top = 16 Width = 168 end end