home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.NL / 0 / RCDATA / TDPFDATAPROCESS / TDPFDATAPROCESS.txt
Text File  |  2003-02-05  |  1KB  |  62 lines

  1. object dpfDataProcess: TdpfDataProcess
  2.   Left = 715
  3.   Top = 370
  4.   ActiveControl = edPosition
  5.   BorderStyle = bsDialog
  6.   Caption = 'Data Verwerking'
  7.   ClientHeight = 203
  8.   ClientWidth = 304
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object btnOK: TButton
  16.     Left = 144
  17.     Top = 176
  18.     Width = 75
  19.     Height = 23
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 1
  24.   end
  25.   object btnCancel: TButton
  26.     Left = 224
  27.     Top = 176
  28.     Width = 75
  29.     Height = 23
  30.     Cancel = True
  31.     Caption = 'Annuleren'
  32.     ModalResult = 2
  33.     TabOrder = 2
  34.   end
  35.   object PageControl1: TPageControl
  36.     Left = 8
  37.     Top = 8
  38.     Width = 292
  39.     Height = 161
  40.     ActivePage = TabSheet1
  41.     TabOrder = 0
  42.     object TabSheet1: TTabSheet
  43.       Caption = 'Algemeen'
  44.       object Label1: TLabel
  45.         Left = 8
  46.         Top = 8
  47.         Width = 40
  48.         Height = 13
  49.         Caption = '&Positie:'
  50.       end
  51.       object edPosition: TIntegerEdit
  52.         Left = 60
  53.         Top = 4
  54.         Width = 93
  55.         Height = 21
  56.         TabOrder = 0
  57.         Value = 0
  58.       end
  59.     end
  60.   end
  61. end
  62.