Index: AAPClient/UI/InfoLogScherm.dfm =================================================================== diff -u -r105 -r123 --- AAPClient/UI/InfoLogScherm.dfm (.../InfoLogScherm.dfm) (revision 105) +++ AAPClient/UI/InfoLogScherm.dfm (.../InfoLogScherm.dfm) (revision 123) @@ -1,38 +1,40 @@ inherited fmInfoLogScherm: TfmInfoLogScherm Caption = 'fmInfoLogScherm' + ExplicitWidth = 320 + ExplicitHeight = 240 PixelsPerInch = 96 TextHeight = 19 - object lblToelevering: TLabel [1] + object lblToelevering: TLabel [0] Left = 144 Top = 8 Width = 73 Height = 19 AutoSize = False end - object lblAantalGescand: TLabel [2] + object lblAantalGescand: TLabel [1] Left = 152 Top = 33 Width = 33 Height = 19 Alignment = taRightJustify AutoSize = False end - object lblTotaalAantal: TLabel [3] + object lblTotaalAantal: TLabel [2] Left = 191 Top = 33 Width = 33 Height = 19 AutoSize = False end - object lblSlash: TLabel [4] + object lblSlash: TLabel [3] Left = 185 Top = 33 Width = 9 Height = 19 AutoSize = False Caption = '/' end - object lblAantallen: TLabel [5] + object lblAantallen: TLabel [4] Left = 64 Top = 33 Width = 82 @@ -41,6 +43,9 @@ AutoSize = False Caption = 'Afgescand:' end + inherited pnlDrieKnoppen: TPanel + TabOrder = 5 + end object sgToeleveringData: TStringGrid [6] Left = 8 Top = 58 @@ -68,7 +73,7 @@ Height = 25 ImageIndex = 2 Images = ImagesScherm.ilAlgemeen16 - TabOrder = 1 + TabOrder = 6 OnClick = btnEerstClick end object btnVorige: TButton [8] @@ -101,9 +106,6 @@ TabOrder = 4 OnClick = btnLaatstClick end - inherited pnlDrieKnoppen: TPanel - TabOrder = 5 - end inherited alAlgemeen: TActionList inherited actVolgende: TAction OnExecute = actVolgendeExecute