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 / TSETTINGSFORM / TSETTINGSFORM.txt
Text File  |  2003-02-05  |  4KB  |  196 lines

  1. object SettingsForm: TSettingsForm
  2.   Left = 582
  3.   Top = 284
  4.   HelpContext = 52014
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Instellingen'
  8.   ClientHeight = 307
  9.   ClientWidth = 307
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label10: TLabel
  23.     Left = 8
  24.     Top = 28
  25.     Width = 169
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'Na simulatie:'
  29.   end
  30.   object Label11: TLabel
  31.     Left = 8
  32.     Top = 70
  33.     Width = 169
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = 'Programmering interface type:'
  37.   end
  38.   object btnOk: TButton
  39.     Left = 144
  40.     Top = 280
  41.     Width = 75
  42.     Height = 23
  43.     HelpContext = 52020
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 5
  48.   end
  49.   object btnCancel: TButton
  50.     Left = 224
  51.     Top = 280
  52.     Width = 75
  53.     Height = 23
  54.     HelpContext = 52030
  55.     Cancel = True
  56.     Caption = 'Annuleren'
  57.     ModalResult = 2
  58.     TabOrder = 6
  59.   end
  60.   object cbDisableScrSav: TCheckBox
  61.     Left = 7
  62.     Top = 8
  63.     Width = 298
  64.     Height = 17
  65.     HelpContext = 52040
  66.     Caption = 'Schakel &Screensaver uit tijdens het branden'
  67.     Checked = True
  68.     State = cbChecked
  69.     TabOrder = 0
  70.   end
  71.   object cbAfterSimulation: TComboBox
  72.     Left = 8
  73.     Top = 44
  74.     Width = 289
  75.     Height = 21
  76.     Style = csDropDownList
  77.     ItemHeight = 13
  78.     TabOrder = 1
  79.     Items.Strings = (
  80.       'Begin met branden na bevestiging'
  81.       'Begin met branden zonder bevestiging')
  82.   end
  83.   object GroupBox3: TGroupBox
  84.     Left = 8
  85.     Top = 200
  86.     Width = 290
  87.     Height = 65
  88.     HelpContext = 52050
  89.     Caption = 'Tijdelijke Map'
  90.     TabOrder = 4
  91.     object lblTempPath: TLabel
  92.       Left = 8
  93.       Top = 20
  94.       Width = 273
  95.       Height = 13
  96.       AutoSize = False
  97.       Caption = 'C:\'
  98.     end
  99.     object lblTempSize: TLabel
  100.       Left = 8
  101.       Top = 42
  102.       Width = 258
  103.       Height = 13
  104.       AutoSize = False
  105.       Caption = '650 MB van 1024 MB vrij'
  106.     end
  107.     object btnChangeTempPath: TButton
  108.       Left = 203
  109.       Top = 36
  110.       Width = 78
  111.       Height = 23
  112.       HelpContext = 52060
  113.       Caption = '&Wijzigen...'
  114.       TabOrder = 0
  115.       OnClick = btnChangeTempPathClick
  116.     end
  117.   end
  118.   object cbInterface: TComboBox
  119.     Left = 8
  120.     Top = 88
  121.     Width = 289
  122.     Height = 21
  123.     Style = csDropDownList
  124.     ItemHeight = 13
  125.     TabOrder = 2
  126.     Items.Strings = (
  127.       'ASPI Interface'
  128.       'ASAPI Interface')
  129.   end
  130.   object gbWriteCache: TGroupBox
  131.     Left = 8
  132.     Top = 111
  133.     Width = 290
  134.     Height = 82
  135.     HelpContext = 30030
  136.     Caption = 'Schrijf Cache'
  137.     TabOrder = 3
  138.     object Label2: TLabel
  139.       Left = 8
  140.       Top = 16
  141.       Width = 84
  142.       Height = 13
  143.       Caption = 'Optimaliseer voor:'
  144.     end
  145.     object Label3: TLabel
  146.       Left = 120
  147.       Top = 64
  148.       Width = 89
  149.       Height = 13
  150.       Alignment = taRightJustify
  151.       AutoSize = False
  152.       Caption = 'Beveiliging'
  153.     end
  154.     object Label4: TLabel
  155.       Left = 8
  156.       Top = 64
  157.       Width = 105
  158.       Height = 13
  159.       AutoSize = False
  160.       Caption = 'Laag RAM Gebruik'
  161.     end
  162.     object lblWriteCacheSize: TLabel
  163.       Left = 219
  164.       Top = 35
  165.       Width = 49
  166.       Height = 13
  167.       Alignment = taRightJustify
  168.       AutoSize = False
  169.       Caption = '2 MB'
  170.     end
  171.     object tbWriteCache: TExtTrackBar
  172.       Left = 4
  173.       Top = 30
  174.       Width = 214
  175.       Height = 33
  176.       LineSize = 10
  177.       Max = 600
  178.       Min = 10
  179.       PageSize = 50
  180.       Frequency = 35
  181.       Position = 25
  182.       TabOrder = 0
  183.       OnChange = tbWriteCacheChange
  184.     end
  185.   end
  186.   object sddTempPath: TSelectDirectoryDialog
  187.     EnableOK = True
  188.     Title = 'Selecteer een map voor het opslaan van tijdelijke bestanden.'
  189.     Root = idDesktop
  190.     Options = [bfDirectoriesOnly, bfStatusText]
  191.     OnSelectionChange = sddTempPathSelectionChange
  192.     Left = 16
  193.     Top = 272
  194.   end
  195. end
  196.