home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmSystem.bpl / RCDATA / TFRMCMD / TFRMCMD.txt
Encoding:
Text File  |  2004-03-31  |  21.3 KB  |  822 lines

  1. object frmCMD: TfrmCMD
  2.   Left = 339
  3.   Top = 501
  4.   BorderStyle = bsDialog
  5.   Caption = 'Command Prompt'
  6.   ClientHeight = 452
  7.   ClientWidth = 425
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 10
  24.     Top = 8
  25.     Width = 405
  26.     Height = 405
  27.     ActivePage = tsCMDColor
  28.     TabIndex = 0
  29.     TabOrder = 0
  30.     object tsCMDColor: TTabSheet
  31.       Caption = 'Colors'
  32.       object Label73: TLabel
  33.         Left = 228
  34.         Top = 256
  35.         Width = 52
  36.         Height = 13
  37.         Caption = 'Text color:'
  38.       end
  39.       object Label1: TLabel
  40.         Left = 12
  41.         Top = 54
  42.         Width = 48
  43.         Height = 13
  44.         Caption = 'Preview:'
  45.       end
  46.       object Label2: TLabel
  47.         Left = 51
  48.         Top = 10
  49.         Width = 333
  50.         Height = 42
  51.         AutoSize = False
  52.         Caption = 
  53.           'Select the colors and font that should be used as the default se' +
  54.           'tting for the command prompt here.'
  55.         WordWrap = True
  56.       end
  57.       object imgCmdPrompt: TImage
  58.         Left = 12
  59.         Top = 10
  60.         Width = 32
  61.         Height = 32
  62.       end
  63.       object pnlCMDPreview: TPanel
  64.         Left = 12
  65.         Top = 70
  66.         Width = 373
  67.         Height = 113
  68.         BevelOuter = bvNone
  69.         BorderStyle = bsSingle
  70.         Color = clBlack
  71.         Enabled = False
  72.         TabOrder = 0
  73.         object Image4: TImage
  74.           Left = 4
  75.           Top = 4
  76.           Width = 365
  77.           Height = 105
  78.         end
  79.       end
  80.       object btnCMDColorDefault: TButton
  81.         Left = 12
  82.         Top = 342
  83.         Width = 142
  84.         Height = 24
  85.         HelpContext = 7
  86.         Caption = 'Restore Defaults'
  87.         TabOrder = 1
  88.         OnClick = btnCMDColorDefaultClick
  89.       end
  90.       object GroupBox4: TGroupBox
  91.         Left = 12
  92.         Top = 192
  93.         Width = 373
  94.         Height = 51
  95.         Caption = 'Text formatting'
  96.         TabOrder = 2
  97.         object btnBold: TSpeedButton
  98.           Left = 331
  99.           Top = 18
  100.           Width = 21
  101.           Height = 21
  102.           AllowAllUp = True
  103.           GroupIndex = 1
  104.           Caption = 'F'
  105.           Flat = True
  106.           Font.Charset = ANSI_CHARSET
  107.           Font.Color = clBlack
  108.           Font.Height = -17
  109.           Font.Name = 'Times New Roman'
  110.           Font.Style = [fsBold]
  111.           ParentFont = False
  112.           OnClick = btnBoldClick
  113.         end
  114.         object cbSize: TComboBox
  115.           Left = 217
  116.           Top = 18
  117.           Width = 105
  118.           Height = 21
  119.           Style = csDropDownList
  120.           ItemHeight = 13
  121.           TabOrder = 0
  122.           OnChange = cbSizeChange
  123.         end
  124.         object cbFontType: TComboBox
  125.           Left = 9
  126.           Top = 18
  127.           Width = 201
  128.           Height = 21
  129.           Style = csDropDownList
  130.           ItemHeight = 13
  131.           TabOrder = 1
  132.           OnSelect = cbFontTypeSelect
  133.           Items.Strings = (
  134.             'Raster font'
  135.             'Lucida Console')
  136.         end
  137.       end
  138.       object GroupBox2: TGroupBox
  139.         Left = 12
  140.         Top = 252
  141.         Width = 178
  142.         Height = 72
  143.         Caption = 'Background color'
  144.         TabOrder = 3
  145.         object Panel1: TPanel
  146.           Left = 10
  147.           Top = 19
  148.           Width = 158
  149.           Height = 43
  150.           BevelOuter = bvLowered
  151.           TabOrder = 0
  152.           object btnCMDBg1: TSpeedButton
  153.             Tag = 1
  154.             Left = 22
  155.             Top = 3
  156.             Width = 18
  157.             Height = 18
  158.             GroupIndex = 1
  159.             Caption = 'n'
  160.             Flat = True
  161.             Font.Charset = DEFAULT_CHARSET
  162.             Font.Color = clNavy
  163.             Font.Height = -17
  164.             Font.Name = 'Wingdings'
  165.             Font.Style = []
  166.             ParentFont = False
  167.             OnClick = btnCMDBg0Click
  168.           end
  169.           object btnCMDBg0: TSpeedButton
  170.             Left = 3
  171.             Top = 3
  172.             Width = 18
  173.             Height = 18
  174.             GroupIndex = 1
  175.             Down = True
  176.             Caption = 'n'
  177.             Flat = True
  178.             Font.Charset = DEFAULT_CHARSET
  179.             Font.Color = clBlack
  180.             Font.Height = -17
  181.             Font.Name = 'Wingdings'
  182.             Font.Style = []
  183.             ParentFont = False
  184.             OnClick = btnCMDBg0Click
  185.           end
  186.           object btnCMDBg2: TSpeedButton
  187.             Tag = 2
  188.             Left = 41
  189.             Top = 3
  190.             Width = 18
  191.             Height = 18
  192.             GroupIndex = 1
  193.             Caption = 'n'
  194.             Flat = True
  195.             Font.Charset = DEFAULT_CHARSET
  196.             Font.Color = clGreen
  197.             Font.Height = -17
  198.             Font.Name = 'Wingdings'
  199.             Font.Style = []
  200.             ParentFont = False
  201.             OnClick = btnCMDBg0Click
  202.           end
  203.           object btnCMDBg4: TSpeedButton
  204.             Tag = 4
  205.             Left = 79
  206.             Top = 3
  207.             Width = 18
  208.             Height = 18
  209.             GroupIndex = 1
  210.             Caption = 'n'
  211.             Flat = True
  212.             Font.Charset = DEFAULT_CHARSET
  213.             Font.Color = clMaroon
  214.             Font.Height = -17
  215.             Font.Name = 'Wingdings'
  216.             Font.Style = []
  217.             ParentFont = False
  218.             OnClick = btnCMDBg0Click
  219.           end
  220.           object btnCMDBg5: TSpeedButton
  221.             Tag = 5
  222.             Left = 98
  223.             Top = 3
  224.             Width = 18
  225.             Height = 18
  226.             GroupIndex = 1
  227.             Caption = 'n'
  228.             Flat = True
  229.             Font.Charset = DEFAULT_CHARSET
  230.             Font.Color = clPurple
  231.             Font.Height = -17
  232.             Font.Name = 'Wingdings'
  233.             Font.Style = []
  234.             ParentFont = False
  235.             OnClick = btnCMDBg0Click
  236.           end
  237.           object btnCMDBg3: TSpeedButton
  238.             Tag = 3
  239.             Left = 60
  240.             Top = 3
  241.             Width = 18
  242.             Height = 18
  243.             GroupIndex = 1
  244.             Caption = 'n'
  245.             Flat = True
  246.             Font.Charset = DEFAULT_CHARSET
  247.             Font.Color = clTeal
  248.             Font.Height = -17
  249.             Font.Name = 'Wingdings'
  250.             Font.Style = []
  251.             ParentFont = False
  252.             OnClick = btnCMDBg0Click
  253.           end
  254.           object btnCMDBg7: TSpeedButton
  255.             Tag = 7
  256.             Left = 137
  257.             Top = 3
  258.             Width = 18
  259.             Height = 18
  260.             GroupIndex = 1
  261.             Caption = 'n'
  262.             Flat = True
  263.             Font.Charset = DEFAULT_CHARSET
  264.             Font.Color = clSilver
  265.             Font.Height = -17
  266.             Font.Name = 'Wingdings'
  267.             Font.Style = []
  268.             ParentFont = False
  269.             OnClick = btnCMDBg0Click
  270.           end
  271.           object btnCMDBg6: TSpeedButton
  272.             Tag = 6
  273.             Left = 117
  274.             Top = 3
  275.             Width = 18
  276.             Height = 18
  277.             GroupIndex = 1
  278.             Caption = 'n'
  279.             Flat = True
  280.             Font.Charset = DEFAULT_CHARSET
  281.             Font.Color = clOlive
  282.             Font.Height = -17
  283.             Font.Name = 'Wingdings'
  284.             Font.Style = []
  285.             ParentFont = False
  286.             OnClick = btnCMDBg0Click
  287.           end
  288.           object btnCMDBG8: TSpeedButton
  289.             Tag = 8
  290.             Left = 3
  291.             Top = 22
  292.             Width = 18
  293.             Height = 18
  294.             GroupIndex = 1
  295.             Caption = 'n'
  296.             Flat = True
  297.             Font.Charset = DEFAULT_CHARSET
  298.             Font.Color = clGray
  299.             Font.Height = -17
  300.             Font.Name = 'Wingdings'
  301.             Font.Style = []
  302.             ParentFont = False
  303.             OnClick = btnCMDBg0Click
  304.           end
  305.           object btnCMDBG9: TSpeedButton
  306.             Tag = 9
  307.             Left = 22
  308.             Top = 22
  309.             Width = 18
  310.             Height = 18
  311.             GroupIndex = 1
  312.             Caption = 'n'
  313.             Flat = True
  314.             Font.Charset = DEFAULT_CHARSET
  315.             Font.Color = clBlue
  316.             Font.Height = -17
  317.             Font.Name = 'Wingdings'
  318.             Font.Style = []
  319.             ParentFont = False
  320.             OnClick = btnCMDBg0Click
  321.           end
  322.           object btnCMDBG10: TSpeedButton
  323.             Tag = 10
  324.             Left = 41
  325.             Top = 22
  326.             Width = 18
  327.             Height = 18
  328.             GroupIndex = 1
  329.             Caption = 'n'
  330.             Flat = True
  331.             Font.Charset = DEFAULT_CHARSET
  332.             Font.Color = clLime
  333.             Font.Height = -17
  334.             Font.Name = 'Wingdings'
  335.             Font.Style = []
  336.             ParentFont = False
  337.             OnClick = btnCMDBg0Click
  338.           end
  339.           object btnCMDBG11: TSpeedButton
  340.             Tag = 11
  341.             Left = 60
  342.             Top = 22
  343.             Width = 18
  344.             Height = 18
  345.             GroupIndex = 1
  346.             Caption = 'n'
  347.             Flat = True
  348.             Font.Charset = DEFAULT_CHARSET
  349.             Font.Color = clAqua
  350.             Font.Height = -17
  351.             Font.Name = 'Wingdings'
  352.             Font.Style = []
  353.             ParentFont = False
  354.             OnClick = btnCMDBg0Click
  355.           end
  356.           object btnCMDBG12: TSpeedButton
  357.             Tag = 12
  358.             Left = 79
  359.             Top = 22
  360.             Width = 18
  361.             Height = 18
  362.             GroupIndex = 1
  363.             Caption = 'n'
  364.             Flat = True
  365.             Font.Charset = DEFAULT_CHARSET
  366.             Font.Color = clRed
  367.             Font.Height = -17
  368.             Font.Name = 'Wingdings'
  369.             Font.Style = []
  370.             ParentFont = False
  371.             OnClick = btnCMDBg0Click
  372.           end
  373.           object btnCMDBG13: TSpeedButton
  374.             Tag = 13
  375.             Left = 98
  376.             Top = 22
  377.             Width = 18
  378.             Height = 18
  379.             GroupIndex = 1
  380.             Caption = 'n'
  381.             Flat = True
  382.             Font.Charset = DEFAULT_CHARSET
  383.             Font.Color = clFuchsia
  384.             Font.Height = -17
  385.             Font.Name = 'Wingdings'
  386.             Font.Style = []
  387.             ParentFont = False
  388.             OnClick = btnCMDBg0Click
  389.           end
  390.           object btnCMDBG14: TSpeedButton
  391.             Tag = 14
  392.             Left = 117
  393.             Top = 22
  394.             Width = 18
  395.             Height = 18
  396.             GroupIndex = 1
  397.             Caption = 'n'
  398.             Flat = True
  399.             Font.Charset = DEFAULT_CHARSET
  400.             Font.Color = clYellow
  401.             Font.Height = -17
  402.             Font.Name = 'Wingdings'
  403.             Font.Style = []
  404.             ParentFont = False
  405.             OnClick = btnCMDBg0Click
  406.           end
  407.           object btnCMDBG15: TSpeedButton
  408.             Tag = 15
  409.             Left = 137
  410.             Top = 22
  411.             Width = 18
  412.             Height = 18
  413.             GroupIndex = 1
  414.             Caption = 'n'
  415.             Flat = True
  416.             Font.Charset = DEFAULT_CHARSET
  417.             Font.Color = clWhite
  418.             Font.Height = -17
  419.             Font.Name = 'Wingdings'
  420.             Font.Style = []
  421.             ParentFont = False
  422.             OnClick = btnCMDBg0Click
  423.           end
  424.         end
  425.       end
  426.       object GroupBox3: TGroupBox
  427.         Left = 207
  428.         Top = 252
  429.         Width = 178
  430.         Height = 72
  431.         Caption = 'Text color'
  432.         TabOrder = 4
  433.         object Panel2: TPanel
  434.           Left = 10
  435.           Top = 19
  436.           Width = 158
  437.           Height = 43
  438.           BevelOuter = bvLowered
  439.           TabOrder = 0
  440.           object btnCMDFg8: TSpeedButton
  441.             Tag = 8
  442.             Left = 3
  443.             Top = 22
  444.             Width = 18
  445.             Height = 18
  446.             GroupIndex = 2
  447.             Caption = 'n'
  448.             Flat = True
  449.             Font.Charset = DEFAULT_CHARSET
  450.             Font.Color = clGray
  451.             Font.Height = -17
  452.             Font.Name = 'Wingdings'
  453.             Font.Style = []
  454.             ParentFont = False
  455.             OnClick = btnCMDFg0Click
  456.           end
  457.           object btnCMDFg0: TSpeedButton
  458.             Left = 3
  459.             Top = 3
  460.             Width = 18
  461.             Height = 18
  462.             GroupIndex = 2
  463.             Caption = 'n'
  464.             Flat = True
  465.             Font.Charset = DEFAULT_CHARSET
  466.             Font.Color = clBlack
  467.             Font.Height = -17
  468.             Font.Name = 'Wingdings'
  469.             Font.Style = []
  470.             ParentFont = False
  471.             OnClick = btnCMDFg0Click
  472.           end
  473.           object btnCMDFg1: TSpeedButton
  474.             Tag = 1
  475.             Left = 22
  476.             Top = 3
  477.             Width = 18
  478.             Height = 18
  479.             GroupIndex = 2
  480.             Caption = 'n'
  481.             Flat = True
  482.             Font.Charset = DEFAULT_CHARSET
  483.             Font.Color = clNavy
  484.             Font.Height = -17
  485.             Font.Name = 'Wingdings'
  486.             Font.Style = []
  487.             ParentFont = False
  488.             OnClick = btnCMDFg0Click
  489.           end
  490.           object btnCMDFg2: TSpeedButton
  491.             Tag = 2
  492.             Left = 41
  493.             Top = 3
  494.             Width = 18
  495.             Height = 18
  496.             GroupIndex = 2
  497.             Caption = 'n'
  498.             Flat = True
  499.             Font.Charset = DEFAULT_CHARSET
  500.             Font.Color = clGreen
  501.             Font.Height = -17
  502.             Font.Name = 'Wingdings'
  503.             Font.Style = []
  504.             ParentFont = False
  505.             OnClick = btnCMDFg0Click
  506.           end
  507.           object btnCMDFg3: TSpeedButton
  508.             Tag = 3
  509.             Left = 60
  510.             Top = 3
  511.             Width = 18
  512.             Height = 18
  513.             GroupIndex = 2
  514.             Caption = 'n'
  515.             Flat = True
  516.             Font.Charset = DEFAULT_CHARSET
  517.             Font.Color = clTeal
  518.             Font.Height = -17
  519.             Font.Name = 'Wingdings'
  520.             Font.Style = []
  521.             ParentFont = False
  522.             OnClick = btnCMDFg0Click
  523.           end
  524.           object btnCMDFg4: TSpeedButton
  525.             Tag = 4
  526.             Left = 79
  527.             Top = 3
  528.             Width = 18
  529.             Height = 18
  530.             GroupIndex = 2
  531.             Caption = 'n'
  532.             Flat = True
  533.             Font.Charset = DEFAULT_CHARSET
  534.             Font.Color = clMaroon
  535.             Font.Height = -17
  536.             Font.Name = 'Wingdings'
  537.             Font.Style = []
  538.             ParentFont = False
  539.             OnClick = btnCMDFg0Click
  540.           end
  541.           object btnCMDFg5: TSpeedButton
  542.             Tag = 5
  543.             Left = 98
  544.             Top = 3
  545.             Width = 18
  546.             Height = 18
  547.             GroupIndex = 2
  548.             Caption = 'n'
  549.             Flat = True
  550.             Font.Charset = DEFAULT_CHARSET
  551.             Font.Color = clPurple
  552.             Font.Height = -17
  553.             Font.Name = 'Wingdings'
  554.             Font.Style = []
  555.             ParentFont = False
  556.             OnClick = btnCMDFg0Click
  557.           end
  558.           object btnCMDFg7: TSpeedButton
  559.             Tag = 7
  560.             Left = 137
  561.             Top = 3
  562.             Width = 18
  563.             Height = 18
  564.             GroupIndex = 2
  565.             Caption = 'n'
  566.             Flat = True
  567.             Font.Charset = DEFAULT_CHARSET
  568.             Font.Color = clSilver
  569.             Font.Height = -17
  570.             Font.Name = 'Wingdings'
  571.             Font.Style = []
  572.             ParentFont = False
  573.             OnClick = btnCMDFg0Click
  574.           end
  575.           object btnCMDFg9: TSpeedButton
  576.             Tag = 9
  577.             Left = 22
  578.             Top = 22
  579.             Width = 18
  580.             Height = 18
  581.             GroupIndex = 2
  582.             Caption = 'n'
  583.             Flat = True
  584.             Font.Charset = DEFAULT_CHARSET
  585.             Font.Color = clBlue
  586.             Font.Height = -17
  587.             Font.Name = 'Wingdings'
  588.             Font.Style = []
  589.             ParentFont = False
  590.             OnClick = btnCMDFg0Click
  591.           end
  592.           object btnCMDFg10: TSpeedButton
  593.             Tag = 10
  594.             Left = 41
  595.             Top = 22
  596.             Width = 18
  597.             Height = 18
  598.             GroupIndex = 2
  599.             Caption = 'n'
  600.             Flat = True
  601.             Font.Charset = DEFAULT_CHARSET
  602.             Font.Color = clLime
  603.             Font.Height = -17
  604.             Font.Name = 'Wingdings'
  605.             Font.Style = []
  606.             ParentFont = False
  607.             OnClick = btnCMDFg0Click
  608.           end
  609.           object btnCMDFg11: TSpeedButton
  610.             Tag = 11
  611.             Left = 60
  612.             Top = 22
  613.             Width = 18
  614.             Height = 18
  615.             GroupIndex = 2
  616.             Caption = 'n'
  617.             Flat = True
  618.             Font.Charset = DEFAULT_CHARSET
  619.             Font.Color = clAqua
  620.             Font.Height = -17
  621.             Font.Name = 'Wingdings'
  622.             Font.Style = []
  623.             ParentFont = False
  624.             OnClick = btnCMDFg0Click
  625.           end
  626.           object btnCMDFg12: TSpeedButton
  627.             Tag = 12
  628.             Left = 79
  629.             Top = 22
  630.             Width = 18
  631.             Height = 18
  632.             GroupIndex = 2
  633.             Caption = 'n'
  634.             Flat = True
  635.             Font.Charset = DEFAULT_CHARSET
  636.             Font.Color = clRed
  637.             Font.Height = -17
  638.             Font.Name = 'Wingdings'
  639.             Font.Style = []
  640.             ParentFont = False
  641.             OnClick = btnCMDFg0Click
  642.           end
  643.           object btnCMDFg13: TSpeedButton
  644.             Tag = 13
  645.             Left = 98
  646.             Top = 22
  647.             Width = 18
  648.             Height = 18
  649.             GroupIndex = 2
  650.             Caption = 'n'
  651.             Flat = True
  652.             Font.Charset = DEFAULT_CHARSET
  653.             Font.Color = clFuchsia
  654.             Font.Height = -17
  655.             Font.Name = 'Wingdings'
  656.             Font.Style = []
  657.             ParentFont = False
  658.             OnClick = btnCMDFg0Click
  659.           end
  660.           object btnCMDFg15: TSpeedButton
  661.             Tag = 15
  662.             Left = 137
  663.             Top = 22
  664.             Width = 18
  665.             Height = 18
  666.             GroupIndex = 2
  667.             Down = True
  668.             Caption = 'n'
  669.             Flat = True
  670.             Font.Charset = DEFAULT_CHARSET
  671.             Font.Color = clWhite
  672.             Font.Height = -17
  673.             Font.Name = 'Wingdings'
  674.             Font.Style = []
  675.             ParentFont = False
  676.             OnClick = btnCMDFg0Click
  677.           end
  678.           object btnCMDFg6: TSpeedButton
  679.             Tag = 6
  680.             Left = 117
  681.             Top = 3
  682.             Width = 18
  683.             Height = 18
  684.             GroupIndex = 2
  685.             Caption = 'n'
  686.             Flat = True
  687.             Font.Charset = DEFAULT_CHARSET
  688.             Font.Color = clOlive
  689.             Font.Height = -17
  690.             Font.Name = 'Wingdings'
  691.             Font.Style = []
  692.             ParentFont = False
  693.             OnClick = btnCMDFg0Click
  694.           end
  695.           object btnCMDFg14: TSpeedButton
  696.             Tag = 14
  697.             Left = 117
  698.             Top = 22
  699.             Width = 18
  700.             Height = 18
  701.             GroupIndex = 2
  702.             Caption = 'n'
  703.             Flat = True
  704.             Font.Charset = DEFAULT_CHARSET
  705.             Font.Color = clYellow
  706.             Font.Height = -17
  707.             Font.Name = 'Wingdings'
  708.             Font.Style = []
  709.             ParentFont = False
  710.             OnClick = btnCMDFg0Click
  711.           end
  712.         end
  713.       end
  714.     end
  715.     object TabSheet1: TTabSheet
  716.       Caption = 'Advanced'
  717.       ImageIndex = 1
  718.       object btnCMDExtensionsDefaultClick: TButton
  719.         Left = 12
  720.         Top = 342
  721.         Width = 142
  722.         Height = 24
  723.         HelpContext = 7
  724.         Caption = 'Restore Defaults'
  725.         TabOrder = 0
  726.       end
  727.       object GroupBox1: TGroupBox
  728.         Left = 12
  729.         Top = 11
  730.         Width = 372
  731.         Height = 132
  732.         Caption = 'Default folder'
  733.         TabOrder = 1
  734.         object Label3: TLabel
  735.           Left = 12
  736.           Top = 18
  737.           Width = 351
  738.           Height = 37
  739.           AutoSize = False
  740.           Caption = 
  741.             'Specify the path to the folder that the command prompt should op' +
  742.             'en in here.'
  743.           WordWrap = True
  744.         end
  745.         object Label4: TLabel
  746.           Left = 30
  747.           Top = 98
  748.           Width = 38
  749.           Height = 13
  750.           Caption = 'F&older:'
  751.           FocusControl = edtStartFolderUserDefined
  752.         end
  753.         object rbDefaultDir: TRadioButton
  754.           Left = 12
  755.           Top = 54
  756.           Width = 109
  757.           Height = 17
  758.           Caption = 'Default folder'
  759.           Checked = True
  760.           TabOrder = 0
  761.           TabStop = True
  762.           OnClick = rbDefaultDirClick
  763.         end
  764.         object rbUserDefDir: TRadioButton
  765.           Left = 12
  766.           Top = 75
  767.           Width = 157
  768.           Height = 17
  769.           Caption = 'Custom'
  770.           TabOrder = 1
  771.           OnClick = rbUserDefDirClick
  772.         end
  773.         object edtStartFolderUserDefined: TEdit
  774.           Left = 74
  775.           Top = 95
  776.           Width = 213
  777.           Height = 21
  778.           TabOrder = 2
  779.         end
  780.         object btnBrowseForFolder: TButton
  781.           Left = 293
  782.           Top = 95
  783.           Width = 68
  784.           Height = 22
  785.           Caption = 'Select...'
  786.           TabOrder = 3
  787.           OnClick = btnBrowseForFolderClick
  788.         end
  789.       end
  790.     end
  791.   end
  792.   object btnOK: TButton
  793.     Left = 256
  794.     Top = 421
  795.     Width = 75
  796.     Height = 23
  797.     HelpContext = 5
  798.     Caption = 'OK'
  799.     Default = True
  800.     TabOrder = 1
  801.     OnClick = btnOKClick
  802.   end
  803.   object btnCancel: TButton
  804.     Left = 338
  805.     Top = 421
  806.     Width = 75
  807.     Height = 23
  808.     HelpContext = 3
  809.     Cancel = True
  810.     Caption = 'Cancel'
  811.     TabOrder = 2
  812.     OnClick = btnCancelClick
  813.   end
  814.   object dfsBrowseDirectoryDlg1: TdfsBrowseDirectoryDlg
  815.     Title = 'Select the start folder.'
  816.     Options = [bfNewDialogStyle]
  817.     ShowSelectionInStatus = False
  818.     Left = 8
  819.     Top = 416
  820.   end
  821. end
  822.