Index: VerpakkingsDefinitie/UI/LogInScherm.dfm =================================================================== diff -u -r548 -r550 --- VerpakkingsDefinitie/UI/LogInScherm.dfm (.../LogInScherm.dfm) (revision 548) +++ VerpakkingsDefinitie/UI/LogInScherm.dfm (.../LogInScherm.dfm) (revision 550) @@ -21,8 +21,8 @@ object Label1: TLabel Left = 19 Top = 28 - Width = 160 - Height = 55 + Width = 162 + Height = 52 Anchors = [akTop] Caption = 'vHintra' Font.Charset = DEFAULT_CHARSET @@ -31,13 +31,12 @@ Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False - ExplicitLeft = 40 end object Label2: TLabel Left = 43 Top = 90 - Width = 114 - Height = 19 + Width = 116 + Height = 16 Anchors = [akTop] Caption = 'GEBRUIKERSNAAM' Font.Charset = DEFAULT_CHARSET @@ -46,13 +45,12 @@ Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False - ExplicitLeft = 64 end object Label3: TLabel Left = 51 Top = 143 - Width = 94 - Height = 19 + Width = 96 + Height = 16 Anchors = [akTop] Caption = 'WACHTWOORD' Font.Charset = DEFAULT_CHARSET @@ -61,25 +59,22 @@ Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False - ExplicitLeft = 72 end object EditGebruikersnaam: TEdit Left = 19 Top = 114 Width = 159 - Height = 24 + Height = 21 Anchors = [akTop] TabOrder = 0 - ExplicitLeft = 40 end object EditWachtwoord: TEdit Left = 19 Top = 167 Width = 159 - Height = 24 + Height = 21 Anchors = [akTop] TabOrder = 1 - ExplicitLeft = 40 end object Panel1: TPanel Left = 53 @@ -100,6 +95,5 @@ ParentFont = False TabOrder = 2 OnClick = Panel1Click - ExplicitLeft = 74 end end