home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TOPTIONSDLG / TOPTIONSDLG.txt
Text File  |  2001-03-01  |  10KB  |  430 lines

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 335
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 475
  8.   ClientWidth = 273
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 31
  17.     Top = 444
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 167
  27.     Top = 444
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object TabPages: TPageControl
  36.     Left = 4
  37.     Top = 8
  38.     Width = 264
  39.     Height = 425
  40.     ActivePage = TabSheet1
  41.     HotTrack = True
  42.     TabOrder = 2
  43.     object TabSheet1: TTabSheet
  44.       Caption = 'Paths'
  45.       object Panel1: TPanel
  46.         Left = 8
  47.         Top = 8
  48.         Width = 241
  49.         Height = 89
  50.         BevelOuter = bvNone
  51.         TabOrder = 0
  52.         object Bevel1: TBevel
  53.           Left = 0
  54.           Top = 8
  55.           Width = 241
  56.           Height = 81
  57.           Shape = bsFrame
  58.         end
  59.         object Label1: TLabel
  60.           Left = 8
  61.           Top = 2
  62.           Width = 114
  63.           Height = 13
  64.           Caption = 'Default Open File Folder'
  65.         end
  66.         object OpenMode1: TRadioButton
  67.           Left = 8
  68.           Top = 16
  69.           Width = 225
  70.           Height = 17
  71.           Caption = 'Remember last used folder'
  72.           Checked = True
  73.           TabOrder = 0
  74.           TabStop = True
  75.           OnClick = OpenModeClick
  76.         end
  77.         object OpenMode2: TRadioButton
  78.           Left = 8
  79.           Top = 32
  80.           Width = 225
  81.           Height = 17
  82.           Caption = 'Use folder:'
  83.           TabOrder = 1
  84.           OnClick = OpenModeClick
  85.         end
  86.         object OpenPath: TEdit
  87.           Left = 8
  88.           Top = 56
  89.           Width = 201
  90.           Height = 21
  91.           TabOrder = 2
  92.         end
  93.         object OpenBrowse: TButton
  94.           Left = 216
  95.           Top = 56
  96.           Width = 17
  97.           Height = 21
  98.           Caption = '...'
  99.           TabOrder = 3
  100.           OnClick = OpenBrowseClick
  101.         end
  102.       end
  103.       object Panel2: TPanel
  104.         Left = 8
  105.         Top = 104
  106.         Width = 241
  107.         Height = 89
  108.         BevelOuter = bvNone
  109.         Caption = 'Panel2'
  110.         TabOrder = 1
  111.         object Bevel2: TBevel
  112.           Left = 0
  113.           Top = 8
  114.           Width = 241
  115.           Height = 81
  116.           Shape = bsFrame
  117.         end
  118.         object Label2: TLabel
  119.           Left = 8
  120.           Top = 2
  121.           Width = 116
  122.           Height = 13
  123.           Caption = 'Default Extraction Folder'
  124.         end
  125.         object ExtractMode1: TRadioButton
  126.           Left = 8
  127.           Top = 16
  128.           Width = 225
  129.           Height = 17
  130.           Caption = 'Remember last used folder'
  131.           Checked = True
  132.           TabOrder = 0
  133.           TabStop = True
  134.           OnClick = ExtractModeClick
  135.         end
  136.         object ExtractMode2: TRadioButton
  137.           Left = 8
  138.           Top = 32
  139.           Width = 225
  140.           Height = 17
  141.           Caption = 'Use folder:'
  142.           TabOrder = 1
  143.           OnClick = ExtractModeClick
  144.         end
  145.         object ExtractPath: TEdit
  146.           Left = 8
  147.           Top = 56
  148.           Width = 201
  149.           Height = 21
  150.           TabOrder = 2
  151.         end
  152.         object ExtractBrowse: TButton
  153.           Left = 216
  154.           Top = 56
  155.           Width = 17
  156.           Height = 21
  157.           Caption = '...'
  158.           TabOrder = 3
  159.           OnClick = ExtractBrowseClick
  160.         end
  161.       end
  162.       object Panel3: TPanel
  163.         Left = 8
  164.         Top = 200
  165.         Width = 241
  166.         Height = 89
  167.         BevelOuter = bvNone
  168.         Caption = 'Panel2'
  169.         TabOrder = 2
  170.         object Bevel3: TBevel
  171.           Left = 0
  172.           Top = 8
  173.           Width = 241
  174.           Height = 81
  175.           Shape = bsFrame
  176.         end
  177.         object Label3: TLabel
  178.           Left = 8
  179.           Top = 2
  180.           Width = 119
  181.           Height = 13
  182.           Caption = 'Default Temporary Folder'
  183.         end
  184.         object TempMode1: TRadioButton
  185.           Left = 8
  186.           Top = 16
  187.           Width = 225
  188.           Height = 17
  189.           Caption = 'Use Windows temporary folder'
  190.           Checked = True
  191.           TabOrder = 0
  192.           TabStop = True
  193.           OnClick = TempModeClick
  194.         end
  195.         object TempMode2: TRadioButton
  196.           Left = 8
  197.           Top = 32
  198.           Width = 225
  199.           Height = 17
  200.           Caption = 'Use folder:'
  201.           TabOrder = 1
  202.           OnClick = TempModeClick
  203.         end
  204.         object TempPath: TEdit
  205.           Left = 8
  206.           Top = 56
  207.           Width = 201
  208.           Height = 21
  209.           TabOrder = 2
  210.         end
  211.         object TempBrowse: TButton
  212.           Left = 216
  213.           Top = 56
  214.           Width = 17
  215.           Height = 21
  216.           Caption = '...'
  217.           TabOrder = 3
  218.           OnClick = TempBrowseClick
  219.         end
  220.       end
  221.       object Panel4: TPanel
  222.         Left = 8
  223.         Top = 296
  224.         Width = 241
  225.         Height = 89
  226.         BevelOuter = bvNone
  227.         Caption = 'Panel2'
  228.         TabOrder = 3
  229.         object Bevel4: TBevel
  230.           Left = 0
  231.           Top = 8
  232.           Width = 241
  233.           Height = 81
  234.           Shape = bsFrame
  235.         end
  236.         object Label4: TLabel
  237.           Left = 8
  238.           Top = 2
  239.           Width = 111
  240.           Height = 13
  241.           Caption = 'Default Compare Folder'
  242.         end
  243.         object CompareMode1: TRadioButton
  244.           Left = 8
  245.           Top = 16
  246.           Width = 225
  247.           Height = 17
  248.           Caption = 'Remember last used folder'
  249.           Checked = True
  250.           TabOrder = 0
  251.           TabStop = True
  252.           OnClick = CompareModeClick
  253.         end
  254.         object CompareMode2: TRadioButton
  255.           Left = 8
  256.           Top = 32
  257.           Width = 225
  258.           Height = 17
  259.           Caption = 'Use folder:'
  260.           TabOrder = 1
  261.           OnClick = CompareModeClick
  262.         end
  263.         object ComparePath: TEdit
  264.           Left = 8
  265.           Top = 56
  266.           Width = 201
  267.           Height = 21
  268.           TabOrder = 2
  269.         end
  270.         object CompareBrowse: TButton
  271.           Left = 216
  272.           Top = 56
  273.           Width = 17
  274.           Height = 21
  275.           Caption = '...'
  276.           TabOrder = 3
  277.           OnClick = CompareBrowseClick
  278.         end
  279.       end
  280.     end
  281.     object TabSheet2: TTabSheet
  282.       Caption = 'Misc'
  283.       ImageIndex = 1
  284.       object AnimateIcon: TCheckBox
  285.         Left = 8
  286.         Top = 232
  287.         Width = 241
  288.         Height = 17
  289.         Caption = 'Show animated icon'
  290.         Checked = True
  291.         State = cbChecked
  292.         TabOrder = 3
  293.       end
  294.       object Panel6: TPanel
  295.         Left = 8
  296.         Top = 88
  297.         Width = 241
  298.         Height = 65
  299.         BevelOuter = bvNone
  300.         TabOrder = 1
  301.         object Bevel6: TBevel
  302.           Left = 0
  303.           Top = 8
  304.           Width = 241
  305.           Height = 49
  306.           Shape = bsFrame
  307.         end
  308.         object Label6: TLabel
  309.           Left = 8
  310.           Top = 2
  311.           Width = 142
  312.           Height = 13
  313.           Caption = 'Default session with filesystem'
  314.         end
  315.         object SessionLast: TRadioButton
  316.           Left = 8
  317.           Top = 16
  318.           Width = 225
  319.           Height = 17
  320.           Caption = 'Last session found (Windows default)'
  321.           Checked = True
  322.           TabOrder = 0
  323.           TabStop = True
  324.           OnClick = ExtractModeClick
  325.         end
  326.         object SessionFirst: TRadioButton
  327.           Left = 8
  328.           Top = 32
  329.           Width = 225
  330.           Height = 17
  331.           Caption = 'First session found'
  332.           TabOrder = 1
  333.           OnClick = ExtractModeClick
  334.         end
  335.       end
  336.       object Panel7: TPanel
  337.         Left = 7
  338.         Top = 152
  339.         Width = 241
  340.         Height = 81
  341.         BevelOuter = bvNone
  342.         TabOrder = 2
  343.         object Bevel7: TBevel
  344.           Left = 0
  345.           Top = 8
  346.           Width = 241
  347.           Height = 65
  348.           Shape = bsFrame
  349.         end
  350.         object Label7: TLabel
  351.           Left = 8
  352.           Top = 2
  353.           Width = 157
  354.           Height = 13
  355.           Caption = 'Playback device (requires restart)'
  356.         end
  357.         object SelPlayback: TComboBox
  358.           Left = 8
  359.           Top = 24
  360.           Width = 225
  361.           Height = 21
  362.           Style = csDropDownList
  363.           ItemHeight = 13
  364.           TabOrder = 0
  365.         end
  366.         object AutoPlayback: TCheckBox
  367.           Left = 8
  368.           Top = 48
  369.           Width = 225
  370.           Height = 17
  371.           Caption = 'Select device automatically'
  372.           TabOrder = 1
  373.           OnClick = AutoPlaybackClick
  374.         end
  375.       end
  376.       object Panel5: TPanel
  377.         Left = 8
  378.         Top = 8
  379.         Width = 241
  380.         Height = 81
  381.         BevelOuter = bvNone
  382.         TabOrder = 0
  383.         object Bevel5: TBevel
  384.           Left = 0
  385.           Top = 8
  386.           Width = 241
  387.           Height = 65
  388.           Shape = bsFrame
  389.         end
  390.         object Label5: TLabel
  391.           Left = 8
  392.           Top = 2
  393.           Width = 128
  394.           Height = 13
  395.           Caption = 'File and Folder Timestamps'
  396.         end
  397.         object TimeStamp1: TRadioButton
  398.           Left = 8
  399.           Top = 16
  400.           Width = 225
  401.           Height = 17
  402.           Caption = 'Auto adjust according to current OS'
  403.           Checked = True
  404.           TabOrder = 0
  405.           TabStop = True
  406.           OnClick = OpenModeClick
  407.         end
  408.         object TimeStamp2: TRadioButton
  409.           Left = 8
  410.           Top = 32
  411.           Width = 225
  412.           Height = 17
  413.           Caption = 'Don'#39't adjust (Win9x/Me)'
  414.           TabOrder = 1
  415.           OnClick = OpenModeClick
  416.         end
  417.         object TimeStamp3: TRadioButton
  418.           Left = 8
  419.           Top = 48
  420.           Width = 225
  421.           Height = 17
  422.           Caption = 'Adjust using timezone and DST (Win2k)'
  423.           TabOrder = 2
  424.           OnClick = OpenModeClick
  425.         end
  426.       end
  427.     end
  428.   end
  429. end
  430.