object FormLogin: TFormLogin Left = 0 Top = 0 BorderStyle = bsNone Caption = 'Log In' ClientHeight = 261 ClientWidth = 200 Color = 1513421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate DesignSize = ( 200 261) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 22 Top = 28 Width = 162 Height = 52 Anchors = [akTop] Caption = 'vHintra' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -43 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ExplicitLeft = 341 end object Label2: TLabel Left = 45 Top = 92 Width = 116 Height = 16 Anchors = [akTop] Caption = 'GEBRUIKERSNAAM' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ExplicitLeft = 366 end object Label3: TLabel Left = 55 Top = 143 Width = 96 Height = 16 Anchors = [akTop] Caption = 'WACHTWOORD' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ExplicitLeft = 51 end object EditGebruikersnaam: TEdit Left = 23 Top = 114 Width = 159 Height = 21 Anchors = [akTop] TabOrder = 0 OnChange = EditGebruikersnaamChange OnKeyDown = EditGebruikersnaamKeyDown OnKeyUp = EditGebruikersnaamKeyUp end object EditWachtwoord: TEdit Left = 23 Top = 167 Width = 159 Height = 21 Anchors = [akTop] TabOrder = 1 OnKeyDown = EditWachtwoordKeyDown OnKeyUp = EditWachtwoordKeyUp end object PanelLogIn: TPanel Left = 57 Top = 205 Width = 92 Height = 28 Anchors = [akTop] BevelEdges = [] BevelOuter = bvSpace BiDiMode = bdLeftToRight Caption = 'LOG IN' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBiDiMode = False ParentFont = False TabOrder = 2 OnClick = PanelLogInClick OnMouseDown = PanelLogInMouseDown OnMouseUp = PanelLogInMouseUp end end