object FormGebruiker: TFormGebruiker Left = 0 Top = 0 BorderStyle = bsNone Caption = 'FormGebruiker' ClientHeight = 40 ClientWidth = 584 Color = 1513421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 584 40) PixelsPerInch = 96 TextHeight = 13 object LabelGebruikersnaam: TLabel Left = 8 Top = 8 Width = 134 Height = 19 Caption = 'Gebruikersnaam' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object PanelLogIn: TPanel Left = 484 Top = 4 Width = 92 Height = 28 Anchors = [akTop, akRight] BevelEdges = [] BevelOuter = bvSpace BiDiMode = bdLeftToRight Caption = 'LOG UIT' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBiDiMode = False ParentFont = False TabOrder = 0 OnClick = PanelLogInClick OnMouseDown = PanelLogInMouseDown OnMouseUp = PanelLogInMouseUp end end