object dpfDataProcess: TdpfDataProcess Left = 715 Top = 370 ActiveControl = edPosition BorderStyle = bsDialog Caption = 'Data Verwerking' ClientHeight = 203 ClientWidth = 304 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object btnOK: TButton Left = 144 Top = 176 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 224 Top = 176 Width = 75 Height = 23 Cancel = True Caption = 'Annuleren' ModalResult = 2 TabOrder = 2 end object PageControl1: TPageControl Left = 8 Top = 8 Width = 292 Height = 161 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Algemeen' object Label1: TLabel Left = 8 Top = 8 Width = 40 Height = 13 Caption = '&Positie:' end object edPosition: TIntegerEdit Left = 60 Top = 4 Width = 93 Height = 21 TabOrder = 0 Value = 0 end end end end