object SettingsForm: TSettingsForm Left = 582 Top = 284 HelpContext = 52014 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Impostazioni' 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 = 'Dopo la simulazione:' end object Label11: TLabel Left = 8 Top = 70 Width = 169 Height = 13 AutoSize = False Caption = 'Tipo interfaccia di programmazione:' 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 = 'Annulla' ModalResult = 2 TabOrder = 6 end object cbDisableScrSav: TCheckBox Left = 7 Top = 8 Width = 298 Height = 17 HelpContext = 52040 Caption = 'Disabilita &screen saver durante scrittura' 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 = ( 'Inizia scrittura dopo la conferma' 'Inizia scrittura senza conferma') end object GroupBox3: TGroupBox Left = 8 Top = 200 Width = 274 Height = 65 HelpContext = 52050 Caption = 'Cartella temporanea' TabOrder = 4 object lblTempPath: TLabel Left = 8 Top = 20 Width = 257 Height = 13 AutoSize = False Caption = 'C:\' end object lblTempSize: TLabel Left = 8 Top = 42 Width = 258 Height = 13 AutoSize = False Caption = '650 MB di 1024 MB liberi' end object btnChangeTempPath: TButton Left = 203 Top = 38 Width = 65 Height = 23 HelpContext = 52060 Caption = '&Cambia...' 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 = ( 'Interfaccia ASPI' 'Interfaccia ASAPI') end object gbWriteCache: TGroupBox Left = 8 Top = 111 Width = 274 Height = 82 HelpContext = 30030 Caption = 'Cache di scrittura' TabOrder = 3 object Label2: TLabel Left = 8 Top = 16 Width = 63 Height = 13 Caption = 'Ottimizza per:' end object Label3: TLabel Left = 120 Top = 64 Width = 89 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Protezione' end object Label4: TLabel Left = 8 Top = 64 Width = 105 Height = 13 AutoSize = False Caption = 'Uso ridotto RAM' 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 = 'Selezionare una cartella per archiviare i file temporanei.' Root = idDesktop Options = [bfDirectoriesOnly, bfStatusText] OnSelectionChange = sddTempPathSelectionChange Left = 16 Top = 272 end end