Index: VerpakkingsDefinitie/UI/LogInScherm.dfm =================================================================== diff -u -r551 -r554 --- VerpakkingsDefinitie/UI/LogInScherm.dfm (.../LogInScherm.dfm) (revision 551) +++ VerpakkingsDefinitie/UI/LogInScherm.dfm (.../LogInScherm.dfm) (revision 554) @@ -3,8 +3,8 @@ Top = 0 BorderStyle = bsNone Caption = 'Log In' - ClientHeight = 240 - ClientWidth = 192 + ClientHeight = 261 + ClientWidth = 200 Color = 1513421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -15,12 +15,12 @@ Position = poScreenCenter OnCreate = FormCreate DesignSize = ( - 192 - 240) + 200 + 261) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel - Left = 19 + Left = 22 Top = 28 Width = 162 Height = 52 @@ -32,10 +32,11 @@ Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False + ExplicitLeft = 341 end object Label2: TLabel - Left = 43 - Top = 90 + Left = 45 + Top = 92 Width = 116 Height = 16 Anchors = [akTop] @@ -46,9 +47,10 @@ Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False + ExplicitLeft = 366 end object Label3: TLabel - Left = 51 + Left = 55 Top = 143 Width = 96 Height = 16 @@ -60,26 +62,29 @@ Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False + ExplicitLeft = 51 end object EditGebruikersnaam: TEdit - Left = 19 + Left = 23 Top = 114 Width = 159 Height = 21 Anchors = [akTop] TabOrder = 0 OnChange = EditGebruikersnaamChange + ExplicitLeft = 19 end object EditWachtwoord: TEdit - Left = 19 + Left = 23 Top = 167 Width = 159 Height = 21 Anchors = [akTop] TabOrder = 1 + ExplicitLeft = 19 end object PanelLogIn: TPanel - Left = 53 + Left = 57 Top = 205 Width = 92 Height = 28 @@ -99,5 +104,6 @@ OnClick = PanelLogInClick OnMouseDown = PanelLogInMouseDown OnMouseUp = PanelLogInMouseUp + ExplicitLeft = 53 end end