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 / CDWizard.EXE / 0 / RCDATA / TSETTINGSDLG / TSETTINGSDLG.txt
Encoding:
Text File  |  2002-12-06  |  10.2 KB  |  434 lines

  1. object SettingsDlg: TSettingsDlg
  2.   Left = 325
  3.   Top = 258
  4.   HelpContext = 30000
  5.   ActiveControl = cbVirusScanFiles
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Settings'
  9.   ClientHeight = 264
  10.   ClientWidth = 463
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pcSettings: TPageControl
  25.     Left = 6
  26.     Top = 5
  27.     Width = 451
  28.     Height = 228
  29.     ActivePage = tsVirusScan
  30.     TabOrder = 0
  31.     object tsGeneral: TTabSheet
  32.       Caption = 'General'
  33.       object AiWarnCheckBox: TExtCheckBox
  34.         Left = 8
  35.         Top = 8
  36.         Width = 420
  37.         Height = 17
  38.         HelpContext = 30100
  39.         CheckAlignment = caTop
  40.         Caption = 'Show warning if auto insert notification is turned on.'
  41.         TabOrder = 0
  42.       end
  43.       object WelcomeCheckBox: TExtCheckBox
  44.         Left = 8
  45.         Top = 25
  46.         Width = 420
  47.         Height = 17
  48.         HelpContext = 30110
  49.         CheckAlignment = caTop
  50.         Caption = 'Show welcome dialog after program start'
  51.         TabOrder = 1
  52.       end
  53.       object ShowDescPanelsCheckBox: TExtCheckBox
  54.         Left = 8
  55.         Top = 41
  56.         Width = 420
  57.         Height = 17
  58.         HelpContext = 30120
  59.         CheckAlignment = caTop
  60.         Caption = 'Show &description bar'
  61.         TabOrder = 3
  62.       end
  63.       object cbStartExplorer: TExtCheckBox
  64.         Left = 8
  65.         Top = 58
  66.         Width = 420
  67.         Height = 17
  68.         HelpContext = 30130
  69.         CheckAlignment = caTop
  70.         Caption = 'Start Explorer on program start'
  71.         TabOrder = 2
  72.         Visible = False
  73.       end
  74.       object rgInterface: TRadioGroup
  75.         Left = 8
  76.         Top = 80
  77.         Width = 185
  78.         Height = 57
  79.         Caption = 'Programming Interface'
  80.         Items.Strings = (
  81.           'ASPI Interface'
  82.           'ASAPI Interface')
  83.         TabOrder = 4
  84.       end
  85.     end
  86.     object tsAudio: TTabSheet
  87.       Caption = 'Audio'
  88.       object Label1: TLabel
  89.         Left = 8
  90.         Top = 8
  91.         Width = 425
  92.         Height = 49
  93.         AutoSize = False
  94.         Caption = 
  95.           'The function '#39'Edit'#39' for an audio track of a virtual CD opens the' +
  96.           ' standard editor for wave files. If you like to use a different ' +
  97.           'editor, select one by clicking the '#39'Browse'#39' button.'
  98.         WordWrap = True
  99.       end
  100.       object Label2: TLabel
  101.         Left = 8
  102.         Top = 148
  103.         Width = 82
  104.         Height = 13
  105.         Caption = 'Playback device:'
  106.       end
  107.       object Label3: TLabel
  108.         Left = 8
  109.         Top = 172
  110.         Width = 73
  111.         Height = 13
  112.         Caption = 'Record device:'
  113.       end
  114.       object UseStdWaveEditCheckBox: TCheckBox
  115.         Left = 8
  116.         Top = 46
  117.         Width = 297
  118.         Height = 17
  119.         HelpContext = 30140
  120.         Caption = 'Default editor for wave audio files'
  121.         TabOrder = 0
  122.         OnClick = UseStdWaveEditCheckBoxClick
  123.       end
  124.       object WaveEditorGroupBox: TGroupBox
  125.         Left = 8
  126.         Top = 64
  127.         Width = 425
  128.         Height = 41
  129.         Caption = 'Other editor'
  130.         TabOrder = 1
  131.         object WaveEditLabel: TSysLabel
  132.           Left = 11
  133.           Top = 16
  134.           Width = 246
  135.           Height = 13
  136.           ShowPath = True
  137.           Caption = 'WaveEditLabel'
  138.         end
  139.         object WaveSearchBtn: TButton
  140.           Left = 329
  141.           Top = 12
  142.           Width = 89
  143.           Height = 23
  144.           HelpContext = 30150
  145.           Caption = '&Browse...'
  146.           TabOrder = 0
  147.           OnClick = WaveSearchBtnClick
  148.         end
  149.       end
  150.       object cbPlayDevice: TComboBox
  151.         Left = 104
  152.         Top = 144
  153.         Width = 225
  154.         Height = 21
  155.         Style = csDropDownList
  156.         ItemHeight = 0
  157.         TabOrder = 3
  158.       end
  159.       object cbRecordDevice: TComboBox
  160.         Left = 104
  161.         Top = 168
  162.         Width = 225
  163.         Height = 21
  164.         Style = csDropDownList
  165.         ItemHeight = 0
  166.         TabOrder = 4
  167.       end
  168.       object cbWaveEdit: TCheckBox
  169.         Left = 8
  170.         Top = 112
  171.         Width = 185
  172.         Height = 17
  173.         Caption = 'Show enhanced waveplay form'
  174.         TabOrder = 2
  175.       end
  176.     end
  177.     object tsVirusScan: TTabSheet
  178.       Caption = 'Virus Scan'
  179.       ImageIndex = 3
  180.       object lblVirError: TLabel
  181.         Left = 48
  182.         Top = 104
  183.         Width = 385
  184.         Height = 71
  185.         AutoSize = False
  186.         Caption = 'lblVirError'
  187.         Visible = False
  188.         WordWrap = True
  189.       end
  190.       object imgVirIcon: TImage
  191.         Left = 8
  192.         Top = 104
  193.         Width = 32
  194.         Height = 32
  195.         Visible = False
  196.       end
  197.       object bevVirError: TBevel
  198.         Left = 8
  199.         Top = 96
  200.         Width = 425
  201.         Height = 9
  202.         Shape = bsTopLine
  203.         Visible = False
  204.       end
  205.       object cbVirusScanFiles: TCheckBox
  206.         Left = 8
  207.         Top = 8
  208.         Width = 233
  209.         Height = 17
  210.         Caption = 'Virus &scan files before writing'
  211.         TabOrder = 0
  212.         OnClick = cbVirusScanFilesClick
  213.       end
  214.       object cbVirusScanExcact: TCheckBox
  215.         Left = 24
  216.         Top = 26
  217.         Width = 233
  218.         Height = 17
  219.         Caption = 'Scan &exact'
  220.         TabOrder = 1
  221.       end
  222.       object cbVirusDocuments: TCheckBox
  223.         Left = 24
  224.         Top = 42
  225.         Width = 233
  226.         Height = 17
  227.         Caption = 'Scan &documents'
  228.         TabOrder = 2
  229.       end
  230.       object cbVirusSelfExtractingExe: TCheckBox
  231.         Left = 24
  232.         Top = 58
  233.         Width = 233
  234.         Height = 17
  235.         Caption = 'Scan self e&xtracting executables'
  236.         TabOrder = 3
  237.       end
  238.       object gbVirusDataInfo: TGroupBox
  239.         Left = 8
  240.         Top = 104
  241.         Width = 425
  242.         Height = 89
  243.         Caption = 'Virus data information'
  244.         TabOrder = 4
  245.         Visible = False
  246.         object Label4: TLabel
  247.           Left = 264
  248.           Top = 10
  249.           Width = 153
  250.           Height = 13
  251.           AutoSize = False
  252.           Caption = 'Default file types:'
  253.         end
  254.         object Label5: TLabel
  255.           Left = 8
  256.           Top = 16
  257.           Width = 161
  258.           Height = 13
  259.           AutoSize = False
  260.           Caption = 'Engine version:'
  261.         end
  262.         object lblVersion: TLabel
  263.           Left = 174
  264.           Top = 15
  265.           Width = 75
  266.           Height = 13
  267.           Alignment = taRightJustify
  268.           AutoSize = False
  269.           Caption = '1.0'
  270.         end
  271.         object Label6: TLabel
  272.           Left = 8
  273.           Top = 32
  274.           Width = 161
  275.           Height = 13
  276.           AutoSize = False
  277.           Caption = 'Total number of known viruses:'
  278.         end
  279.         object lblVirusCount: TLabel
  280.           Left = 174
  281.           Top = 31
  282.           Width = 75
  283.           Height = 13
  284.           Alignment = taRightJustify
  285.           AutoSize = False
  286.           Caption = '60'
  287.         end
  288.         object Bevel1: TBevel
  289.           Left = 256
  290.           Top = 16
  291.           Width = 9
  292.           Height = 65
  293.           Shape = bsLeftLine
  294.         end
  295.         object Label7: TLabel
  296.           Left = 8
  297.           Top = 48
  298.           Width = 161
  299.           Height = 13
  300.           AutoSize = False
  301.           Caption = 'Last update of binary viruses:'
  302.         end
  303.         object Label8: TLabel
  304.           Left = 8
  305.           Top = 64
  306.           Width = 161
  307.           Height = 13
  308.           AutoSize = False
  309.           Caption = 'Last update of macro viruses:'
  310.         end
  311.         object lblVirusDateMacro: TLabel
  312.           Left = 174
  313.           Top = 63
  314.           Width = 75
  315.           Height = 13
  316.           Alignment = taRightJustify
  317.           AutoSize = False
  318.           Caption = '04.05.1999'
  319.         end
  320.         object lblVirusDateBin: TLabel
  321.           Left = 174
  322.           Top = 47
  323.           Width = 75
  324.           Height = 13
  325.           Alignment = taRightJustify
  326.           AutoSize = False
  327.           Caption = '04.05.1999'
  328.         end
  329.         object lbFileExts: TListBox
  330.           Left = 264
  331.           Top = 24
  332.           Width = 153
  333.           Height = 57
  334.           ItemHeight = 13
  335.           Sorted = True
  336.           TabOrder = 0
  337.         end
  338.       end
  339.       object cbScanDefaultFileTypes: TCheckBox
  340.         Left = 24
  341.         Top = 74
  342.         Width = 233
  343.         Height = 17
  344.         Caption = 'Only scan default file &types'
  345.         TabOrder = 5
  346.       end
  347.     end
  348.     object TabSheet1: TTabSheet
  349.       Caption = 'Paths'
  350.       ImageIndex = 3
  351.       object lvPaths: TListView
  352.         Left = 4
  353.         Top = 5
  354.         Width = 433
  355.         Height = 164
  356.         Columns = <
  357.           item
  358.             Caption = 'Description'
  359.             Width = 120
  360.           end
  361.           item
  362.             Caption = 'Path'
  363.             Width = 160
  364.           end
  365.           item
  366.             Alignment = taRightJustify
  367.             Caption = 'Total Size'
  368.             Width = 70
  369.           end
  370.           item
  371.             Alignment = taRightJustify
  372.             Caption = 'Free Space'
  373.             Width = 70
  374.           end>
  375.         ColumnClick = False
  376.         ReadOnly = True
  377.         RowSelect = True
  378.         TabOrder = 0
  379.         ViewStyle = vsReport
  380.         OnChange = lvPathsChange
  381.         OnCustomDrawSubItem = lvPathsCustomDrawSubItem
  382.         OnDblClick = lvPathsDblClick
  383.       end
  384.       object btnModify: TButton
  385.         Left = 352
  386.         Top = 174
  387.         Width = 87
  388.         Height = 23
  389.         HelpContext = 52060
  390.         Caption = '&Modify...'
  391.         Enabled = False
  392.         TabOrder = 1
  393.         OnClick = btnModifyClick
  394.       end
  395.     end
  396.   end
  397.   object Button1: TButton
  398.     Left = 302
  399.     Top = 237
  400.     Width = 75
  401.     Height = 23
  402.     HelpContext = 30060
  403.     Caption = 'OK'
  404.     Default = True
  405.     ModalResult = 1
  406.     TabOrder = 1
  407.   end
  408.   object Button2: TButton
  409.     Left = 382
  410.     Top = 237
  411.     Width = 75
  412.     Height = 23
  413.     HelpContext = 30070
  414.     Cancel = True
  415.     Caption = 'Cancel'
  416.     ModalResult = 2
  417.     TabOrder = 2
  418.   end
  419.   object ExeOpenDialog: TOpenDialog
  420.     Filter = 'Executable files|*.exe|All files|*.*'
  421.     Options = [ofHideReadOnly, ofFileMustExist]
  422.     Left = 6
  423.     Top = 236
  424.   end
  425.   object sddDataPath: TSelectDirectoryDialog
  426.     EnableOK = True
  427.     Root = idDesktop
  428.     Options = [bfDirectoriesOnly, bfStatusText]
  429.     OnSelectionChange = sddDataPathSelectionChange
  430.     Left = 48
  431.     Top = 236
  432.   end
  433. end
  434.