Index: AAPClient/UI/InfoLogScherm.dfm =================================================================== diff -u -r123 -r128 --- AAPClient/UI/InfoLogScherm.dfm (.../InfoLogScherm.dfm) (revision 123) +++ AAPClient/UI/InfoLogScherm.dfm (.../InfoLogScherm.dfm) (revision 128) @@ -1,74 +1,100 @@ inherited fmInfoLogScherm: TfmInfoLogScherm Caption = 'fmInfoLogScherm' - ExplicitWidth = 320 - ExplicitHeight = 240 PixelsPerInch = 96 TextHeight = 19 object lblToelevering: TLabel [0] - Left = 144 - Top = 8 - Width = 73 - Height = 19 - AutoSize = False + Left = 8 + Top = 63 + Width = 175 + Height = 39 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False end object lblAantalGescand: TLabel [1] - Left = 152 - Top = 33 - Width = 33 - Height = 19 + Left = 344 + Top = 63 + Width = 47 + Height = 39 Alignment = taRightJustify - AutoSize = False + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False end object lblTotaalAantal: TLabel [2] - Left = 191 - Top = 33 - Width = 33 - Height = 19 - AutoSize = False + Left = 422 + Top = 63 + Width = 50 + Height = 39 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False end object lblSlash: TLabel [3] - Left = 185 - Top = 33 - Width = 9 - Height = 19 - AutoSize = False + Left = 397 + Top = 63 + Width = 12 + Height = 39 Caption = '/' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False end object lblAantallen: TLabel [4] - Left = 64 - Top = 33 - Width = 82 - Height = 19 + Left = 189 + Top = 63 + Width = 157 + Height = 39 Alignment = taRightJustify - AutoSize = False Caption = 'Afgescand:' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False end inherited pnlDrieKnoppen: TPanel TabOrder = 5 end object sgToeleveringData: TStringGrid [6] - Left = 8 - Top = 58 - Width = 186 - Height = 120 + Left = 2 + Top = 110 + Width = 407 + Height = 394 ColCount = 2 DefaultColWidth = 93 DrawingStyle = gdsGradient FixedCols = 0 RowCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText - Font.Height = -13 + Font.Height = -24 Font.Name = 'Tahoma' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect] ParentFont = False ScrollBars = ssNone TabOrder = 0 + ColWidths = ( + 217 + 218) end object btnEerst: TButton [7] - Left = 199 - Top = 58 + Left = 447 + Top = 210 Width = 25 Height = 25 ImageIndex = 2 @@ -77,8 +103,8 @@ OnClick = btnEerstClick end object btnVorige: TButton [8] - Left = 199 - Top = 89 + Left = 447 + Top = 241 Width = 25 Height = 25 ImageIndex = 1 @@ -87,8 +113,8 @@ OnClick = btnVorigeClick end object btnVolgende: TButton [9] - Left = 199 - Top = 120 + Left = 447 + Top = 272 Width = 25 Height = 25 ImageIndex = 0 @@ -97,16 +123,22 @@ OnClick = btnVolgendeClick end object btnLaatst: TButton [10] - Left = 199 - Top = 151 + Left = 447 + Top = 303 Width = 25 Height = 25 ImageIndex = 3 Images = ImagesScherm.ilAlgemeen16 TabOrder = 4 OnClick = btnLaatstClick end + inherited alKnoppenOnder: TActionList + Left = 213 + Top = 352 + end inherited alAlgemeen: TActionList + Left = 19 + Top = 117 inherited actVolgende: TAction OnExecute = actVolgendeExecute end