Index: VerpakkingsDefinitie/UI/LogInScherm.dfm =================================================================== diff -u -r547 -r548 --- VerpakkingsDefinitie/UI/LogInScherm.dfm (.../LogInScherm.dfm) (revision 547) +++ VerpakkingsDefinitie/UI/LogInScherm.dfm (.../LogInScherm.dfm) (revision 548) @@ -3,8 +3,8 @@ Top = 0 BorderStyle = bsNone Caption = 'Log In' - ClientHeight = 443 - ClientWidth = 972 + ClientHeight = 240 + ClientWidth = 192 Color = 1513421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -13,66 +13,80 @@ Font.Style = [] OldCreateOrder = False Position = poScreenCenter + DesignSize = ( + 192 + 240) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel - Left = 384 - Top = 104 - Width = 162 - Height = 52 + Left = 19 + Top = 28 + Width = 160 + Height = 55 + Anchors = [akTop] Caption = 'vHintra' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -43 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False + ExplicitLeft = 40 end object Label2: TLabel - Left = 408 - Top = 162 - Width = 116 - Height = 16 + Left = 43 + Top = 90 + Width = 114 + Height = 19 + Anchors = [akTop] Caption = 'GEBRUIKERSNAAM' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False + ExplicitLeft = 64 end object Label3: TLabel - Left = 416 - Top = 211 - Width = 96 - Height = 16 + Left = 51 + Top = 143 + Width = 94 + Height = 19 + Anchors = [akTop] Caption = 'WACHTWOORD' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False + ExplicitLeft = 72 end - object edtGebruikersnaam: TEdit - Left = 384 - Top = 184 - Width = 161 - Height = 21 + object EditGebruikersnaam: TEdit + Left = 19 + Top = 114 + Width = 159 + Height = 24 + Anchors = [akTop] TabOrder = 0 + ExplicitLeft = 40 end - object edtWachtwoord: TEdit - Left = 384 - Top = 233 - Width = 161 - Height = 21 + object EditWachtwoord: TEdit + Left = 19 + Top = 167 + Width = 159 + Height = 24 + Anchors = [akTop] TabOrder = 1 + ExplicitLeft = 40 end object Panel1: TPanel - Left = 418 - Top = 268 - Width = 94 - Height = 25 + Left = 53 + Top = 205 + Width = 92 + Height = 28 + Anchors = [akTop] BevelEdges = [] BevelOuter = bvSpace BiDiMode = bdLeftToRight @@ -86,5 +100,6 @@ ParentFont = False TabOrder = 2 OnClick = Panel1Click + ExplicitLeft = 74 end end