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 / TWRITESETTINGSDLG / TWRITESETTINGSDLG.txt
Encoding:
Text File  |  2002-12-06  |  12.4 KB  |  531 lines

  1. object WriteSettingsDlg: TWriteSettingsDlg
  2.   Left = 406
  3.   Top = 297
  4.   HelpContext = 50700
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Write virtual Disc'
  8.   ClientHeight = 411
  9.   ClientWidth = 429
  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.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 4
  26.     Top = 6
  27.     Width = 200
  28.     Height = 13
  29.     AutoSize = False
  30.     Caption = 'Destination &Devices:'
  31.     FocusControl = tvDevices
  32.   end
  33.   object pnlDevices: TPanel
  34.     Left = 2
  35.     Top = 22
  36.     Width = 325
  37.     Height = 111
  38.     BevelOuter = bvNone
  39.     BorderStyle = bsSingle
  40.     Caption = 'pnlDevices'
  41.     TabOrder = 0
  42.     object tvDevices: TTreeView
  43.       Left = 0
  44.       Top = 0
  45.       Width = 321
  46.       Height = 107
  47.       Align = alClient
  48.       BorderStyle = bsNone
  49.       HideSelection = False
  50.       Images = PopupMenuModule.SmallCustomImageList
  51.       Indent = 19
  52.       ReadOnly = True
  53.       ShowRoot = False
  54.       StateImages = ilCheckImages
  55.       TabOrder = 0
  56.       OnChange = tvDevicesChange
  57.       OnChanging = tvDevicesChanging
  58.       OnCustomDrawItem = tvDevicesCustomDrawItem
  59.       OnKeyPress = tvDevicesKeyPress
  60.       OnMouseDown = tvDevicesMouseDown
  61.     end
  62.   end
  63.   object pnlBottom: TPanel
  64.     Left = 0
  65.     Top = 134
  66.     Width = 429
  67.     Height = 159
  68.     Align = alBottom
  69.     BevelOuter = bvNone
  70.     TabOrder = 1
  71.     object lblSelection: TLabel
  72.       Left = 7
  73.       Top = 2
  74.       Width = 322
  75.       Height = 13
  76.       AutoSize = False
  77.     end
  78.     object nbDeviceSettings: TNotebook
  79.       Left = 1
  80.       Top = 19
  81.       Width = 329
  82.       Height = 138
  83.       TabOrder = 0
  84.       object TPage
  85.         Left = 0
  86.         Top = 0
  87.         Caption = 'Default'
  88.         object Label15: TLabel
  89.           Left = 8
  90.           Top = 4
  91.           Width = 106
  92.           Height = 13
  93.           AutoSize = False
  94.           Caption = '&Write speed:'
  95.           FocusControl = cbWriteSpeed
  96.         end
  97.         object Label9: TLabel
  98.           Left = 8
  99.           Top = 28
  100.           Width = 106
  101.           Height = 13
  102.           AutoSize = False
  103.           Caption = 'Write &method:'
  104.           FocusControl = cbWriteMethod
  105.         end
  106.         object Label12: TLabel
  107.           Left = 8
  108.           Top = 51
  109.           Width = 106
  110.           Height = 13
  111.           AutoSize = False
  112.           Caption = '&Closing method:'
  113.           FocusControl = cbCloseCDType
  114.         end
  115.         object Label2: TLabel
  116.           Left = 8
  117.           Top = 77
  118.           Width = 106
  119.           Height = 13
  120.           AutoSize = False
  121.           Caption = '&Simulation:'
  122.           FocusControl = cbSimulation
  123.         end
  124.         object cbWriteSpeed: TComboBox
  125.           Left = 124
  126.           Top = 2
  127.           Width = 202
  128.           Height = 21
  129.           Style = csDropDownList
  130.           ItemHeight = 13
  131.           TabOrder = 0
  132.         end
  133.         object cbWriteMethod: TComboBox
  134.           Left = 124
  135.           Top = 26
  136.           Width = 202
  137.           Height = 21
  138.           Style = csDropDownList
  139.           ItemHeight = 13
  140.           TabOrder = 1
  141.           OnChange = cbWriteMethodChange
  142.         end
  143.         object cbCloseCDType: TComboBox
  144.           Left = 124
  145.           Top = 49
  146.           Width = 202
  147.           Height = 21
  148.           Style = csDropDownList
  149.           ItemHeight = 13
  150.           TabOrder = 2
  151.         end
  152.         object cbSaveToHardDisk: TCheckBox
  153.           Left = 7
  154.           Top = 94
  155.           Width = 270
  156.           Height = 18
  157.           Caption = 'Write to &hard disk first'
  158.           TabOrder = 4
  159.         end
  160.         object cbVerify: TCheckBox
  161.           Left = 7
  162.           Top = 112
  163.           Width = 270
  164.           Height = 18
  165.           Caption = '&Verify destination media after write'
  166.           TabOrder = 5
  167.         end
  168.         object cbSimulation: TComboBox
  169.           Left = 124
  170.           Top = 73
  171.           Width = 202
  172.           Height = 21
  173.           Style = csDropDownList
  174.           ItemHeight = 13
  175.           TabOrder = 3
  176.           Items.Strings = (
  177.             'No Simulation'
  178.             'Only Simulation'
  179.             'Simulation and writing without confirmation'
  180.             'Simulation and writing after confirmation')
  181.         end
  182.       end
  183.       object TPage
  184.         Left = 0
  185.         Top = 0
  186.         Caption = 'Tape Device'
  187.         object CheckBox1: TCheckBox
  188.           Left = 8
  189.           Top = 8
  190.           Width = 305
  191.           Height = 17
  192.           Caption = 'Use tape as mastering device'
  193.           Checked = True
  194.           Enabled = False
  195.           State = cbChecked
  196.           TabOrder = 0
  197.         end
  198.         object CheckBox2: TCheckBox
  199.           Left = 8
  200.           Top = 24
  201.           Width = 289
  202.           Height = 17
  203.           Caption = 'Erase tape before writing'
  204.           Checked = True
  205.           Enabled = False
  206.           State = cbChecked
  207.           TabOrder = 1
  208.         end
  209.       end
  210.     end
  211.     object cbAdvanced: TExtCheckBox
  212.       Left = 340
  213.       Top = 128
  214.       Width = 80
  215.       Height = 23
  216.       HelpContext = 400
  217.       Options = [coPushlike]
  218.       Caption = '&Advanced'
  219.       Checked = True
  220.       State = cbChecked
  221.       TabOrder = 1
  222.       OnClick = cbAdvancedClick
  223.     end
  224.     object btnDefault: TButton
  225.       Left = 340
  226.       Top = 98
  227.       Width = 80
  228.       Height = 23
  229.       Hint = 'Restore default settings'
  230.       Caption = '&Default'
  231.       ParentShowHint = False
  232.       ShowHint = True
  233.       TabOrder = 2
  234.       OnClick = btnDefaultClick
  235.     end
  236.   end
  237.   object Button2: TButton
  238.     Left = 340
  239.     Top = 83
  240.     Width = 80
  241.     Height = 23
  242.     Action = acDeviceSettings
  243.     ParentShowHint = False
  244.     ShowHint = True
  245.     TabOrder = 2
  246.   end
  247.   object Button3: TButton
  248.     Left = 340
  249.     Top = 111
  250.     Width = 80
  251.     Height = 23
  252.     Action = acDeviceDiscInfo
  253.     ParentShowHint = False
  254.     ShowHint = True
  255.     TabOrder = 3
  256.   end
  257.   object pnlAdvanced: TPanel
  258.     Left = 0
  259.     Top = 293
  260.     Width = 429
  261.     Height = 118
  262.     Align = alBottom
  263.     BevelOuter = bvNone
  264.     TabOrder = 4
  265.     object Bevel1: TBevel
  266.       Left = 4
  267.       Top = 0
  268.       Width = 412
  269.       Height = 50
  270.       Shape = bsTopLine
  271.     end
  272.     object pcAdvanced: TPageControl
  273.       Left = 8
  274.       Top = 6
  275.       Width = 413
  276.       Height = 109
  277.       ActivePage = tsAutomation
  278.       TabOrder = 0
  279.       object tsSummary: TTabSheet
  280.         Caption = 'Summary'
  281.         object rbSummaryAlways: TRadioButton
  282.           Left = 8
  283.           Top = 3
  284.           Width = 385
  285.           Height = 17
  286.           Caption = '&Always display summary after writing finished'
  287.           TabOrder = 0
  288.         end
  289.         object rbSummaryNever: TRadioButton
  290.           Left = 8
  291.           Top = 32
  292.           Width = 385
  293.           Height = 17
  294.           Caption = 'Never display summary'
  295.           TabOrder = 1
  296.         end
  297.         object rbSummaryOnError: TRadioButton
  298.           Left = 8
  299.           Top = 60
  300.           Width = 385
  301.           Height = 17
  302.           Caption = 'Display summary when &errors occured during writing'
  303.           Checked = True
  304.           TabOrder = 2
  305.           TabStop = True
  306.         end
  307.       end
  308.       object tsCache: TTabSheet
  309.         Caption = 'Cache'
  310.         ImageIndex = 1
  311.         object Label3: TLabel
  312.           Left = 4
  313.           Top = 4
  314.           Width = 146
  315.           Height = 13
  316.           Caption = 'Optimize disc writing cache for:'
  317.         end
  318.         object Label6: TLabel
  319.           Left = 8
  320.           Top = 64
  321.           Width = 105
  322.           Height = 13
  323.           AutoSize = False
  324.           Caption = 'Low Memory Usage'
  325.         end
  326.         object Label5: TLabel
  327.           Left = 248
  328.           Top = 64
  329.           Width = 89
  330.           Height = 13
  331.           Alignment = taRightJustify
  332.           AutoSize = False
  333.           Caption = 'Security'
  334.         end
  335.         object lblWriteCacheSize: TLabel
  336.           Left = 347
  337.           Top = 27
  338.           Width = 49
  339.           Height = 13
  340.           Alignment = taRightJustify
  341.           AutoSize = False
  342.           Caption = '2 MB'
  343.         end
  344.         object tbWriteCache: TExtTrackBar
  345.           Left = 4
  346.           Top = 22
  347.           Width = 341
  348.           Height = 33
  349.           LineSize = 10
  350.           Max = 800
  351.           Min = 10
  352.           Orientation = trHorizontal
  353.           PageSize = 25
  354.           Frequency = 50
  355.           Position = 25
  356.           TabOrder = 0
  357.           TickMarks = tmBottomRight
  358.           TickStyle = tsAuto
  359.           OnChange = tbWriteCacheChange
  360.         end
  361.       end
  362.       object tsSmallFiles: TTabSheet
  363.         Caption = 'Small Files'
  364.         ImageIndex = 2
  365.         object cbOptimizeSmallFiles: TCheckBox
  366.           Left = 4
  367.           Top = 4
  368.           Width = 161
  369.           Height = 17
  370.           HelpContext = 30050
  371.           Caption = 'Optimize &writing of small files'
  372.           TabOrder = 0
  373.           OnClick = cbOptimizeSmallFilesClick
  374.         end
  375.         object pnlSmallFiles: TPanel
  376.           Left = 0
  377.           Top = 24
  378.           Width = 401
  379.           Height = 57
  380.           BevelOuter = bvNone
  381.           TabOrder = 1
  382.           object Label4: TLabel
  383.             Left = 24
  384.             Top = 41
  385.             Width = 38
  386.             Height = 13
  387.             Caption = 'Security'
  388.           end
  389.           object Label7: TLabel
  390.             Left = 304
  391.             Top = 41
  392.             Width = 77
  393.             Height = 13
  394.             Caption = 'Hard disk space'
  395.           end
  396.           object tbOptimizeFiles: TExtTrackBar
  397.             Left = 16
  398.             Top = 5
  399.             Width = 372
  400.             Height = 33
  401.             HelpContext = 30040
  402.             Max = 20
  403.             Orientation = trHorizontal
  404.             Frequency = 2
  405.             Position = 0
  406.             TabOrder = 0
  407.             TickMarks = tmBottomRight
  408.             TickStyle = tsAuto
  409.           end
  410.         end
  411.       end
  412.       object tsAutomation: TTabSheet
  413.         Caption = 'Automation'
  414.         ImageIndex = 4
  415.         object cbEjectDisc: TCheckBox
  416.           Left = 4
  417.           Top = 4
  418.           Width = 270
  419.           Height = 17
  420.           Caption = '&Eject Disc after write process'
  421.           TabOrder = 0
  422.         end
  423.         object cbAutomationShutdown: TCheckBox
  424.           Left = 4
  425.           Top = 22
  426.           Width = 270
  427.           Height = 17
  428.           Caption = '&Shutdown Windows after write process'
  429.           TabOrder = 1
  430.         end
  431.       end
  432.       object tsMisc: TTabSheet
  433.         Caption = 'Misc'
  434.         ImageIndex = 3
  435.         object Label8: TLabel
  436.           Left = 4
  437.           Top = 4
  438.           Width = 389
  439.           Height = 13
  440.           AutoSize = False
  441.           Caption = 
  442.             'Disable the following services during writing to avoid possible ' +
  443.             'errors:'
  444.         end
  445.         object ScrSaveDeactivateCheckBox: TExtCheckBox
  446.           Left = 12
  447.           Top = 20
  448.           Width = 270
  449.           Height = 17
  450.           HelpContext = 30012
  451.           CheckAlignment = caTop
  452.           Caption = '&Screen saver'
  453.           TabOrder = 0
  454.         end
  455.         object cbDisableTasks: TCheckBox
  456.           Left = 12
  457.           Top = 37
  458.           Width = 270
  459.           Height = 17
  460.           Caption = 'Scheduled &tasks'
  461.           TabOrder = 1
  462.         end
  463.         object CheckBox3: TCheckBox
  464.           Left = 12
  465.           Top = 60
  466.           Width = 270
  467.           Height = 17
  468.           Caption = '&Power Management'
  469.           TabOrder = 2
  470.           Visible = False
  471.         end
  472.         object cbRezeroBeforeVerify: TCheckBox
  473.           Left = 12
  474.           Top = 53
  475.           Width = 270
  476.           Height = 17
  477.           Caption = '&Rezero devices before verify'
  478.           TabOrder = 3
  479.           Visible = False
  480.         end
  481.       end
  482.     end
  483.   end
  484.   object btnOK: TButton
  485.     Left = 340
  486.     Top = 21
  487.     Width = 80
  488.     Height = 23
  489.     Caption = 'Write'
  490.     Default = True
  491.     ModalResult = 1
  492.     TabOrder = 5
  493.   end
  494.   object btnCancel: TButton
  495.     Left = 340
  496.     Top = 49
  497.     Width = 80
  498.     Height = 23
  499.     Cancel = True
  500.     Caption = 'Close'
  501.     ModalResult = 2
  502.     TabOrder = 6
  503.   end
  504.   object ilCheckImages: TImageList
  505.     Left = 8
  506.     Top = 38
  507.   end
  508.   object ActionList1: TActionList
  509.     Left = 140
  510.     Top = 32
  511.     object acDeviceSettings: TAction
  512.       Category = 'Device'
  513.       Caption = '&Settings...'
  514.       OnExecute = acDeviceSettingsExecute
  515.     end
  516.     object acDeviceDiscInfo: TAction
  517.       Category = 'Device'
  518.       Caption = 'Disc &Info...'
  519.       OnExecute = acDeviceDiscInfoExecute
  520.     end
  521.     object acDeviceEraseDisc: TAction
  522.       Category = 'Device'
  523.       Caption = '&Erase Disc'
  524.     end
  525.   end
  526.   object ilStateImages: TImageList
  527.     Left = 8
  528.     Top = 70
  529.   end
  530. end
  531.