home *** CD-ROM | disk | FTP | other *** search
- object SettingsForm: TSettingsForm
- Left = 582
- Top = 284
- HelpContext = 52014
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Settings'
- ClientHeight = 307
- ClientWidth = 286
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label10: TLabel
- Left = 8
- Top = 28
- Width = 169
- Height = 13
- AutoSize = False
- Caption = 'After simulation:'
- end
- object Label11: TLabel
- Left = 8
- Top = 70
- Width = 169
- Height = 13
- AutoSize = False
- Caption = 'Programming interface type:'
- end
- object btnOk: TButton
- Left = 128
- Top = 280
- Width = 75
- Height = 23
- HelpContext = 52020
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object btnCancel: TButton
- Left = 208
- Top = 280
- Width = 75
- Height = 23
- HelpContext = 52030
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object cbDisableScrSav: TCheckBox
- Left = 7
- Top = 8
- Width = 298
- Height = 17
- HelpContext = 52040
- Caption = 'Disable &Screensaver while writing'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object cbAfterSimulation: TComboBox
- Left = 8
- Top = 44
- Width = 273
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Start writing after confirmation'
- 'Start writing without confirmation')
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 200
- Width = 274
- Height = 65
- HelpContext = 52050
- Caption = 'Temporary Directory'
- TabOrder = 4
- object lblTempPath: TLabel
- Left = 8
- Top = 20
- Width = 191
- Height = 13
- AutoSize = False
- Caption = 'C:\'
- end
- object lblTempSize: TLabel
- Left = 8
- Top = 42
- Width = 258
- Height = 13
- AutoSize = False
- Caption = '650 MB of 1024 MB free'
- end
- object btnChangeTempPath: TButton
- Left = 203
- Top = 14
- Width = 65
- Height = 23
- HelpContext = 52060
- Caption = '&Change...'
- TabOrder = 0
- OnClick = btnChangeTempPathClick
- end
- end
- object cbInterface: TComboBox
- Left = 8
- Top = 88
- Width = 273
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'ASPI Interface'
- 'ASAPI Interface')
- end
- object gbWriteCache: TGroupBox
- Left = 8
- Top = 111
- Width = 274
- Height = 82
- HelpContext = 30030
- Caption = 'Write Cache'
- TabOrder = 3
- object Label2: TLabel
- Left = 8
- Top = 16
- Width = 58
- Height = 13
- Caption = 'Optimize for:'
- end
- object Label3: TLabel
- Left = 120
- Top = 64
- Width = 89
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Security'
- end
- object Label4: TLabel
- Left = 8
- Top = 64
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'Low RAM Usage'
- end
- object lblWriteCacheSize: TLabel
- Left = 219
- Top = 35
- Width = 49
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '2 MB'
- end
- object tbWriteCache: TExtTrackBar
- Left = 4
- Top = 30
- Width = 214
- Height = 33
- LineSize = 10
- Max = 600
- Min = 10
- PageSize = 50
- Frequency = 35
- Position = 25
- TabOrder = 0
- OnChange = tbWriteCacheChange
- end
- end
- object sddTempPath: TSelectDirectoryDialog
- EnableOK = True
- Title = 'Select a folder for storage of temporary files.'
- Root = idDesktop
- Options = [bfDirectoriesOnly, bfStatusText]
- OnSelectionChange = sddTempPathSelectionChange
- Left = 16
- Top = 272
- end
- end
-