home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / space / _setup.1 / PKDUse32.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt < prev   
Text File  |  1997-03-06  |  15KB  |  633 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 240
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 378
  7.   ClientWidth = 411
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object cmdOK: TButton
  19.     Left = 328
  20.     Top = 28
  21.     Width = 73
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     Font.Color = clBtnText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ModalResult = 1
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = cmdOKClick
  33.   end
  34.   object cmdCancel: TButton
  35.     Left = 328
  36.     Top = 61
  37.     Width = 73
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     Font.Color = clBtnText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ModalResult = 2
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49.   object cmdHelp: TButton
  50.     Left = 328
  51.     Top = 94
  52.     Width = 73
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = '&Help'
  56.     Font.Color = clBtnText
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 2
  62.     OnClick = cmdHelpClick
  63.   end
  64.   object pagOptions: TPageControl
  65.     Left = 8
  66.     Top = 8
  67.     Width = 309
  68.     Height = 361
  69.     ActivePage = tabResults
  70.     TabOrder = 3
  71.     object tabResults: TTabSheet
  72.       Caption = 'Results'
  73.       object grpUnit: TGroupBox
  74.         Left = 16
  75.         Top = 16
  76.         Width = 269
  77.         Height = 73
  78.         Caption = 'Unit'
  79.         TabOrder = 0
  80.         object optBytes: TRadioButton
  81.           Left = 16
  82.           Top = 20
  83.           Width = 65
  84.           Height = 17
  85.           Caption = '&Bytes'
  86.           TabOrder = 0
  87.           OnClick = UnitChange
  88.         end
  89.         object optKBytes: TRadioButton
  90.           Left = 16
  91.           Top = 44
  92.           Width = 113
  93.           Height = 17
  94.           Caption = '&KBytes (KB)'
  95.           TabOrder = 1
  96.           OnClick = UnitChange
  97.         end
  98.         object optMBytes: TRadioButton
  99.           Left = 136
  100.           Top = 20
  101.           Width = 97
  102.           Height = 17
  103.           Caption = '&MBytes (MB)'
  104.           TabOrder = 2
  105.           OnClick = UnitChange
  106.         end
  107.       end
  108.       object grpFormatting: TGroupBox
  109.         Left = 16
  110.         Top = 99
  111.         Width = 269
  112.         Height = 73
  113.         Caption = 'Formatting'
  114.         TabOrder = 1
  115.         object chkShowThousandSeparator: TCheckBox
  116.           Left = 16
  117.           Top = 20
  118.           Width = 229
  119.           Height = 18
  120.           Caption = '&Show thousand separator  (1000 or 1,000)'
  121.           TabOrder = 0
  122.         end
  123.         object chkAppendUnitName: TCheckBox
  124.           Left = 16
  125.           Top = 44
  126.           Width = 201
  127.           Height = 17
  128.           Caption = 'A&ppend unit name  (bytes, KB, MB)'
  129.           TabOrder = 1
  130.         end
  131.       end
  132.       object grpHightlight: TGroupBox
  133.         Left = 16
  134.         Top = 182
  135.         Width = 269
  136.         Height = 49
  137.         Caption = 'Hightlight'
  138.         TabOrder = 2
  139.         object lblMarkDirsUnit: TLabel
  140.           Left = 235
  141.           Top = 21
  142.           Width = 30
  143.           Height = 13
  144.           AutoSize = False
  145.           Caption = 'Unit'
  146.         end
  147.         object chkMarkDirs: TCheckBox
  148.           Left = 16
  149.           Top = 20
  150.           Width = 145
  151.           Height = 17
  152.           Caption = 'Folder trees e&xceeding:'
  153.           TabOrder = 0
  154.           OnClick = chkMarkDirsClick
  155.         end
  156.         object edtMarkDirs: TEdit
  157.           Left = 164
  158.           Top = 17
  159.           Width = 65
  160.           Height = 21
  161.           Font.Color = clWindowText
  162.           Font.Height = -11
  163.           Font.Name = 'MS Sans Serif'
  164.           Font.Style = []
  165.           ParentFont = False
  166.           TabOrder = 1
  167.           Text = 'edtMarkDirs'
  168.           OnChange = edtMarkDirsChange
  169.           OnKeyPress = CheckFloatingPoint
  170.         end
  171.       end
  172.       object grpMaxDirLevels: TGroupBox
  173.         Left = 16
  174.         Top = 241
  175.         Width = 269
  176.         Height = 73
  177.         Caption = 'Folder levels to display'
  178.         TabOrder = 3
  179.         object lblMaxLevels: TLabel
  180.           Left = 16
  181.           Top = 20
  182.           Width = 171
  183.           Height = 13
  184.           AutoSize = False
  185.           Caption = 'Maximum folder levels to display:'
  186.         end
  187.         object optMaxDirAll: TRadioButton
  188.           Left = 196
  189.           Top = 17
  190.           Width = 35
  191.           Height = 17
  192.           Caption = '&All'
  193.           TabOrder = 0
  194.           OnClick = MaxDirLevelsOption
  195.         end
  196.         object optMaxDirSome: TRadioButton
  197.           Left = 196
  198.           Top = 40
  199.           Width = 15
  200.           Height = 18
  201.           Caption = 'optMaxDirSome'
  202.           TabOrder = 1
  203.           OnClick = MaxDirLevelsOption
  204.         end
  205.         object edtMaxDirLevels: TSpinEdit
  206.           Left = 215
  207.           Top = 37
  208.           Width = 37
  209.           Height = 23
  210.           AutoSize = False
  211.           Font.Color = clWindowText
  212.           Font.Height = -11
  213.           Font.Name = 'MS Sans Serif'
  214.           Font.Style = []
  215.           MaxValue = 0
  216.           MinValue = 0
  217.           ParentFont = False
  218.           TabOrder = 2
  219.           Value = 0
  220.         end
  221.       end
  222.     end
  223.     object tabDisplay: TTabSheet
  224.       Caption = 'Display'
  225.       object grpToolTips: TGroupBox
  226.         Left = 16
  227.         Top = 16
  228.         Width = 269
  229.         Height = 49
  230.         Caption = 'Tool tips'
  231.         TabOrder = 0
  232.         object chkToolBar: TCheckBox
  233.           Left = 16
  234.           Top = 20
  235.           Width = 65
  236.           Height = 17
  237.           Caption = '&Toolbar'
  238.           TabOrder = 0
  239.         end
  240.       end
  241.       object grpWindowPosition: TGroupBox
  242.         Left = 16
  243.         Top = 75
  244.         Width = 269
  245.         Height = 73
  246.         Caption = 'Window position at startup'
  247.         TabOrder = 1
  248.         object optLastSaved: TRadioButton
  249.           Left = 16
  250.           Top = 44
  251.           Width = 81
  252.           Height = 17
  253.           Caption = '&Last saved'
  254.           TabOrder = 1
  255.           TabStop = True
  256.         end
  257.         object optCentre: TRadioButton
  258.           Left = 16
  259.           Top = 20
  260.           Width = 105
  261.           Height = 17
  262.           Caption = '&Centre of screen'
  263.           TabOrder = 0
  264.           TabStop = True
  265.         end
  266.       end
  267.       object grpMRU: TGroupBox
  268.         Left = 16
  269.         Top = 158
  270.         Width = 269
  271.         Height = 97
  272.         Caption = 'Number of recently used entries for'
  273.         TabOrder = 2
  274.         object Label1: TLabel
  275.           Left = 16
  276.           Top = 28
  277.           Width = 32
  278.           Height = 13
  279.           AutoSize = False
  280.           Caption = '&Files:'
  281.           FocusControl = edtNumMRUFiles
  282.         end
  283.         object Label2: TLabel
  284.           Left = 16
  285.           Top = 60
  286.           Width = 32
  287.           Height = 13
  288.           AutoSize = False
  289.           Caption = '&Paths:'
  290.           FocusControl = edtNumMRUPaths
  291.         end
  292.         object edtNumMRUFiles: TSpinEdit
  293.           Left = 64
  294.           Top = 24
  295.           Width = 45
  296.           Height = 22
  297.           Font.Color = clWindowText
  298.           Font.Height = -11
  299.           Font.Name = 'MS Sans Serif'
  300.           Font.Style = []
  301.           MaxValue = 0
  302.           MinValue = 0
  303.           ParentFont = False
  304.           TabOrder = 0
  305.           Value = 0
  306.         end
  307.         object edtNumMRUPaths: TSpinEdit
  308.           Left = 64
  309.           Top = 56
  310.           Width = 45
  311.           Height = 22
  312.           Font.Color = clWindowText
  313.           Font.Height = -11
  314.           Font.Name = 'MS Sans Serif'
  315.           Font.Style = []
  316.           MaxValue = 0
  317.           MinValue = 0
  318.           ParentFont = False
  319.           TabOrder = 1
  320.           Value = 0
  321.         end
  322.       end
  323.     end
  324.     object tabView: TTabSheet
  325.       Caption = 'View'
  326.       object GroupBox1: TGroupBox
  327.         Left = 16
  328.         Top = 16
  329.         Width = 269
  330.         Height = 301
  331.         Caption = 'Display defaults'
  332.         TabOrder = 0
  333.         object grpBars: TGroupBox
  334.           Left = 16
  335.           Top = 218
  336.           Width = 237
  337.           Height = 69
  338.           Caption = 'Bars'
  339.           TabOrder = 0
  340.           object chkLegend: TCheckBox
  341.             Left = 144
  342.             Top = 16
  343.             Width = 81
  344.             Height = 17
  345.             Caption = '&Legend'
  346.             TabOrder = 0
  347.           end
  348.           object chkPatternBar: TCheckBox
  349.             Left = 16
  350.             Top = 16
  351.             Width = 89
  352.             Height = 17
  353.             Caption = '&Pattern bar'
  354.             TabOrder = 1
  355.           end
  356.           object chkColourBar: TCheckBox
  357.             Left = 16
  358.             Top = 40
  359.             Width = 85
  360.             Height = 17
  361.             Caption = '&Colour bar'
  362.             TabOrder = 2
  363.           end
  364.         end
  365.         object grpTitles: TGroupBox
  366.           Left = 144
  367.           Top = 139
  368.           Width = 109
  369.           Height = 69
  370.           Caption = 'Titles'
  371.           TabOrder = 1
  372.           object chkTopTitle: TCheckBox
  373.             Left = 16
  374.             Top = 20
  375.             Width = 73
  376.             Height = 17
  377.             Caption = 'Top t&itle'
  378.             TabOrder = 0
  379.           end
  380.           object chkAxisTitle: TCheckBox
  381.             Left = 16
  382.             Top = 44
  383.             Width = 69
  384.             Height = 17
  385.             Caption = 'A&xis title'
  386.             TabOrder = 1
  387.           end
  388.         end
  389.         object grpView: TGroupBox
  390.           Left = 16
  391.           Top = 16
  392.           Width = 237
  393.           Height = 113
  394.           Caption = 'View'
  395.           TabOrder = 2
  396.           object Label3: TLabel
  397.             Left = 16
  398.             Top = 24
  399.             Width = 41
  400.             Height = 13
  401.             AutoSize = False
  402.             Caption = '&Type:'
  403.             FocusControl = cboViewType
  404.           end
  405.           object Label9: TLabel
  406.             Left = 16
  407.             Top = 80
  408.             Width = 73
  409.             Height = 13
  410.             Caption = 'Colour scheme:'
  411.           end
  412.           object Label10: TLabel
  413.             Left = 16
  414.             Top = 52
  415.             Width = 49
  416.             Height = 13
  417.             Caption = 'Sort order:'
  418.           end
  419.           object cboViewType: TComboBox
  420.             Left = 96
  421.             Top = 20
  422.             Width = 129
  423.             Height = 21
  424.             Style = csDropDownList
  425.             Font.Color = clWindowText
  426.             Font.Height = -11
  427.             Font.Name = 'MS Sans Serif'
  428.             Font.Style = []
  429.             ItemHeight = 13
  430.             Items.Strings = (
  431.               'Large icons'
  432.               'Small icons'
  433.               'List'
  434.               'Details'
  435.               'Pie chart'
  436.               'Bar chart  (column)'
  437.               'Bar chart  (horizontal)'
  438.               'Area chart'
  439.               'Line chart'
  440.               'Spline chart')
  441.             ParentFont = False
  442.             TabOrder = 0
  443.           end
  444.           object cboColourScheme: TComboBox
  445.             Left = 96
  446.             Top = 76
  447.             Width = 129
  448.             Height = 21
  449.             Style = csDropDownList
  450.             Font.Color = clWindowText
  451.             Font.Height = -11
  452.             Font.Name = 'MS Sans Serif'
  453.             Font.Style = []
  454.             ItemHeight = 13
  455.             Items.Strings = (
  456.               'Colour  (solid)'
  457.               'Black & White  (pattern)'
  458.               'Colour  (pattern)')
  459.             ParentFont = False
  460.             TabOrder = 1
  461.           end
  462.           object cboSortOrder: TComboBox
  463.             Left = 96
  464.             Top = 48
  465.             Width = 129
  466.             Height = 21
  467.             Style = csDropDownList
  468.             Font.Color = clWindowText
  469.             Font.Height = -11
  470.             Font.Name = 'MS Sans Serif'
  471.             Font.Style = []
  472.             ItemHeight = 13
  473.             Items.Strings = (
  474.               'Name  (A to Z)'
  475.               'Size  (smallest first)'
  476.               'Date  (oldest first)'
  477.               'Name  (Z to A)'
  478.               'Size  (biggest first)'
  479.               'Date  (newest first)')
  480.             ParentFont = False
  481.             TabOrder = 2
  482.           end
  483.         end
  484.         object GroupBox2: TGroupBox
  485.           Left = 16
  486.           Top = 139
  487.           Width = 113
  488.           Height = 69
  489.           Caption = 'Dimensions'
  490.           TabOrder = 3
  491.           object chk3D: TCheckBox
  492.             Left = 16
  493.             Top = 16
  494.             Width = 65
  495.             Height = 21
  496.             Caption = '3&D'
  497.             TabOrder = 0
  498.             OnClick = chk3DClick
  499.           end
  500.           object chk3DView: TCheckBox
  501.             Left = 16
  502.             Top = 41
  503.             Width = 89
  504.             Height = 21
  505.             Caption = '3D Vie&w'
  506.             TabOrder = 1
  507.             OnClick = chk3DViewClick
  508.           end
  509.         end
  510.       end
  511.     end
  512.     object tabAdvanced: TTabSheet
  513.       Caption = 'Advanced'
  514.       object grpCalcThreadPrio: TGroupBox
  515.         Left = 16
  516.         Top = 16
  517.         Width = 269
  518.         Height = 153
  519.         Caption = 'Calculation thread priority'
  520.         TabOrder = 0
  521.         object Label4: TLabel
  522.           Left = 45
  523.           Top = 127
  524.           Width = 34
  525.           Height = 13
  526.           Caption = 'Lowest'
  527.         end
  528.         object Label5: TLabel
  529.           Left = 45
  530.           Top = 45
  531.           Width = 22
  532.           Height = 13
  533.           Caption = 'High'
  534.         end
  535.         object Label6: TLabel
  536.           Left = 45
  537.           Top = 65
  538.           Width = 33
  539.           Height = 13
  540.           Caption = 'Normal'
  541.         end
  542.         object Label7: TLabel
  543.           Left = 45
  544.           Top = 106
  545.           Width = 20
  546.           Height = 13
  547.           Caption = 'Low'
  548.         end
  549.         object Label8: TLabel
  550.           Left = 45
  551.           Top = 86
  552.           Width = 63
  553.           Height = 13
  554.           Caption = 'Below normal'
  555.         end
  556.         object Highest: TLabel
  557.           Left = 45
  558.           Top = 25
  559.           Width = 36
  560.           Height = 13
  561.           Caption = 'Highest'
  562.         end
  563.         object tbarThreadPriority: TTrackBar
  564.           Left = 12
  565.           Top = 20
  566.           Width = 31
  567.           Height = 125
  568.           Max = 5
  569.           Orientation = trVertical
  570.           PageSize = 1
  571.           Frequency = 1
  572.           Position = 3
  573.           SelEnd = 0
  574.           SelStart = 0
  575.           TabOrder = 0
  576.           TickMarks = tmBottomRight
  577.           TickStyle = tsAuto
  578.         end
  579.         object cmdReset: TButton
  580.           Left = 172
  581.           Top = 108
  582.           Width = 73
  583.           Height = 25
  584.           Caption = '&Reset'
  585.           TabOrder = 1
  586.           OnClick = cmdResetClick
  587.         end
  588.       end
  589.       object grpOptimise: TGroupBox
  590.         Left = 16
  591.         Top = 243
  592.         Width = 269
  593.         Height = 73
  594.         Caption = 'Optimise'
  595.         TabOrder = 2
  596.         Visible = False
  597.         object optCalculationSpeed: TRadioButton
  598.           Left = 16
  599.           Top = 20
  600.           Width = 125
  601.           Height = 17
  602.           Caption = 'Calculation &speed'
  603.           TabOrder = 0
  604.         end
  605.         object optResponsiveness: TRadioButton
  606.           Left = 16
  607.           Top = 44
  608.           Width = 121
  609.           Height = 17
  610.           Caption = '&Responsiveness'
  611.           TabOrder = 1
  612.         end
  613.       end
  614.       object grpExplorer: TGroupBox
  615.         Left = 16
  616.         Top = 179
  617.         Width = 269
  618.         Height = 53
  619.         Caption = 'Windows Explorer'
  620.         TabOrder = 1
  621.         object chkAddShellExtension: TCheckBox
  622.           Left = 16
  623.           Top = 24
  624.           Width = 133
  625.           Height = 17
  626.           Caption = 'Add shell extension'
  627.           TabOrder = 0
  628.         end
  629.       end
  630.     end
  631.   end
  632. end
  633.