Index: AAPClient/UI/PopupScherm.dfm =================================================================== diff -u -r245 -r324 --- AAPClient/UI/PopupScherm.dfm (.../PopupScherm.dfm) (revision 245) +++ AAPClient/UI/PopupScherm.dfm (.../PopupScherm.dfm) (revision 324) @@ -35,6 +35,21 @@ Layout = tlCenter WordWrap = True end + object dbgPopup: TDBGrid + Left = 0 + Top = 207 + Width = 392 + Height = 154 + DataSource = dsPopup + Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect, dgTitleClick, dgTitleHotTrack] + TabOrder = 3 + TitleFont.Charset = DEFAULT_CHARSET + TitleFont.Color = clWindowText + TitleFont.Height = -16 + TitleFont.Name = 'Tahoma' + TitleFont.Style = [] + Visible = False + end object pnlbtnActie1: TPanel Left = 48 Top = 444 @@ -144,4 +159,8 @@ Height = 128 end end + object dsPopup: TDataSource + Left = 24 + Top = 360 + end end