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

  1. object frmResults: TfrmResults
  2.   Left = 311
  3.   Top = 119
  4.   Width = 441
  5.   Height = 214
  6.   Caption = 'frmResults'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu
  14.   Position = poDefault
  15.   Visible = True
  16.   WindowState = wsMinimized
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object TTreeView
  24.     Left = 0
  25.     Top = 0
  26.     Width = 69
  27.     Height = 105
  28.     ReadOnly = True
  29.     Indent = 19
  30.     Items.Data = {
  31.       040000001D0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  32.       04746573741E0000000000000000000000FFFFFFFFFFFFFFFF00000000030000
  33.       000574657374321E0000000000000000000000FFFFFFFFFFFFFFFF0000000000
  34.       0000000573756220311E0000000000000000000000FFFFFFFFFFFFFFFF000000
  35.       0000000000057375622032190000000000000000000000FFFFFFFFFFFFFFFF00
  36.       00000000000000001E0000000000000000000000FFFFFFFFFFFFFFFF00000000
  37.       000000000574657374331E0000000000000000000000FFFFFFFFFFFFFFFF0000
  38.       000000000000057465737434}
  39.     Font.Color = clWindowText
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentColor = False
  44.     TabOrder = 0
  45.     ParentFont = False
  46.     Images = imgSmall
  47.     StateImages = imgSmall
  48.   end
  49.   object TListView
  50.     Left = 96
  51.     Top = -24
  52.     Width = 57
  53.     Height = 129
  54.     Columns = <
  55.       item
  56.         Caption = 'Name'
  57.       end
  58.       item
  59.         Caption = 'Size'
  60.       end>
  61.     ReadOnly = True
  62.     IconOptions.AutoArrange = True
  63.     TabOrder = 1
  64.     ViewStyle = vsReport
  65.     LargeImages = imgLarge
  66.     SmallImages = imgSmall
  67.   end
  68.   object pnlLeft: TPanel
  69.     Left = 0
  70.     Top = 0
  71.     Width = 201
  72.     Height = 163
  73.     Align = alLeft
  74.     BevelOuter = bvNone
  75.     Caption = 'pnlLeft'
  76.     TabOrder = 2
  77.     object pnlLeftCaption: TPanel
  78.       Left = 0
  79.       Top = 0
  80.       Width = 201
  81.       Height = 25
  82.       Align = alTop
  83.       Alignment = taLeftJustify
  84.       BevelInner = bvLowered
  85.       BevelOuter = bvNone
  86.       BorderWidth = 1
  87.       Caption = ' Folder tree sizes'
  88.       TabOrder = 0
  89.     end
  90.     object pnlLeftContainer: TPanel
  91.       Left = 0
  92.       Top = 25
  93.       Width = 201
  94.       Height = 138
  95.       Align = alClient
  96.       BevelInner = bvLowered
  97.       BevelOuter = bvNone
  98.       BorderWidth = 1
  99.       Caption = 'pnlLeftContainer'
  100.       TabOrder = 1
  101.       object olDirTree: TTreeView
  102.         Left = 2
  103.         Top = 2
  104.         Width = 197
  105.         Height = 134
  106.         BorderStyle = bsNone
  107.         ReadOnly = True
  108.         Indent = 19
  109.         OnChange = olDirTreeChange
  110.         Align = alClient
  111.         ParentColor = False
  112.         TabOrder = 0
  113.         Images = imgSmall
  114.       end
  115.     end
  116.   end
  117.   object pnlCentre: TPanel
  118.     Left = 201
  119.     Top = 0
  120.     Width = 2
  121.     Height = 163
  122.     Cursor = crHSplit
  123.     Align = alLeft
  124.     BevelOuter = bvNone
  125.     TabOrder = 3
  126.     OnMouseDown = pnlCentreMouseDown
  127.     OnMouseMove = pnlCentreMouseMove
  128.     OnMouseUp = pnlCentreMouseUp
  129.   end
  130.   object pnlRight: TPanel
  131.     Left = 203
  132.     Top = 0
  133.     Width = 230
  134.     Height = 163
  135.     Align = alClient
  136.     BevelOuter = bvNone
  137.     Caption = 'pnlRight'
  138.     TabOrder = 4
  139.     object pnlRightCaption: TPanel
  140.       Left = 0
  141.       Top = 0
  142.       Width = 230
  143.       Height = 25
  144.       Align = alTop
  145.       Alignment = taLeftJustify
  146.       BevelInner = bvLowered
  147.       BevelOuter = bvNone
  148.       BorderWidth = 1
  149.       TabOrder = 0
  150.     end
  151.     object pnlRightContainer: TPanel
  152.       Left = 0
  153.       Top = 25
  154.       Width = 230
  155.       Height = 138
  156.       Align = alClient
  157.       BevelInner = bvLowered
  158.       BevelOuter = bvNone
  159.       BorderWidth = 1
  160.       Caption = 'pnlRightContainer'
  161.       TabOrder = 1
  162.       object lvwDirs: TListView
  163.         Left = 2
  164.         Top = 2
  165.         Width = 263
  166.         Height = 134
  167.         Align = alLeft
  168.         BorderStyle = bsNone
  169.         OnDblClick = lvwDirsDblClick
  170.         Columns = <
  171.           item
  172.             Caption = 'Name'
  173.             Width = 100
  174.           end
  175.           item
  176.             Alignment = taRightJustify
  177.             Caption = 'Size'
  178.             Width = 70
  179.           end
  180.           item
  181.             Alignment = taRightJustify
  182.             Caption = 'Allocated'
  183.             Width = 70
  184.           end
  185.           item
  186.             Alignment = taRightJustify
  187.             Caption = 'Wasted'
  188.             Width = 70
  189.           end
  190.           item
  191.             Caption = 'Modified'
  192.             Width = 120
  193.           end>
  194.         ReadOnly = True
  195.         OnColumnClick = lvwDirsColumnClick
  196.         PopupMenu = pmnuListView
  197.         TabOrder = 0
  198.         ViewStyle = vsReport
  199.         LargeImages = imgLarge
  200.         SmallImages = imgSmall
  201.       end
  202.       object Chart1: TChartfx
  203.         Left = 16
  204.         Top = 28
  205.         Width = 421
  206.         Height = 125
  207.         TabOrder = 1
  208.         ControlData = {
  209.           832B0000EB0C000060000000000001055C3100FFFF8FFD380032002800280003
  210.           00000000000000080001000000000000000000000000000200000000FFFF00C0
  211.           C0C000C0C0C000FFFFFF00FC3FFF1F000000000001000009000A000000080000
  212.           2008000060080000000800000008000000080000000800000008000000080000
  213.           0000000000000000000000000000000000000000000000000000000000000000
  214.           0002000000006402000000006402000000006402000000006400000000000000
  215.           00000000000000F03F0000040000000000000000000000000000005940000000
  216.           0000000000000000000000000000000000}
  217.       end
  218.     end
  219.   end
  220.   object pnlSlider: TPanel
  221.     Left = 184
  222.     Top = 44
  223.     Width = 9
  224.     Height = 129
  225.     BevelOuter = bvNone
  226.     Caption = ' '
  227.     Color = clBlack
  228.     TabOrder = 5
  229.     Visible = False
  230.   end
  231.   object MainMenu: TMainMenu
  232.     Left = 6
  233.     Top = 55
  234.     object mnuFile: TMenuItem
  235.       Caption = '&File'
  236.       ShortCut = 0
  237.       object mnuFSave: TMenuItem
  238.         Caption = '&Save Result'
  239.         ShortCut = 16467
  240.         Visible = False
  241.         OnClick = mnuFSaveClick
  242.       end
  243.       object mnuFSaveAs: TMenuItem
  244.         Caption = '&Save Result Tree As...'
  245.         ShortCut = 16467
  246.         OnClick = mnuFSaveAsClick
  247.       end
  248.       object mnuFSaveResultListAs: TMenuItem
  249.         Caption = 'Save Result &List As...'
  250.         ShortCut = 0
  251.         OnClick = mnuFSaveResultListAsClick
  252.       end
  253.       object mnuFOpenChartTemplate: TMenuItem
  254.         Caption = 'Open Chart Template...'
  255.         ShortCut = 0
  256.         OnClick = mnuFOpenChartTemplateClick
  257.       end
  258.       object mnuFSaveChartTemplateAs: TMenuItem
  259.         Caption = 'Save Chart Template As...'
  260.         ShortCut = 0
  261.         OnClick = mnuFSaveChartTemplateAsClick
  262.       end
  263.       object mnuFClose: TMenuItem
  264.         Caption = '&Close'
  265.         ShortCut = 0
  266.         OnClick = mnuFCloseClick
  267.       end
  268.       object N1: TMenuItem
  269.         Caption = '-'
  270.         ShortCut = 0
  271.       end
  272.       object mnuFPrint: TMenuItem
  273.         Caption = '&Print Chart...'
  274.         ShortCut = 16464
  275.         OnClick = mnuFPrintClick
  276.       end
  277.       object mnuFPrintSetup: TMenuItem
  278.         Caption = 'P&rint Setup...'
  279.         ShortCut = 0
  280.         Visible = False
  281.         OnClick = mnuFPrintSetupClick
  282.       end
  283.       object N6: TMenuItem
  284.         Caption = '-'
  285.         ShortCut = 0
  286.       end
  287.       object mnuFProperties: TMenuItem
  288.         Caption = 'P&roperties...'
  289.         ShortCut = 0
  290.         OnClick = mnuFPropertiesClick
  291.       end
  292.       object N2: TMenuItem
  293.         Caption = '-'
  294.         ShortCut = 0
  295.       end
  296.       object mnuFStop: TMenuItem
  297.         Caption = 'St&op'
  298.         ShortCut = 16474
  299.         OnClick = mnuFStopClick
  300.       end
  301.       object N4: TMenuItem
  302.         Caption = '-'
  303.         ShortCut = 0
  304.       end
  305.       object mnuFExit: TMenuItem
  306.         Caption = 'E&xit'
  307.         ShortCut = 16472
  308.         OnClick = mnuFExitClick
  309.       end
  310.     end
  311.     object mnuView: TMenuItem
  312.       Caption = '&View'
  313.       GroupIndex = 1
  314.       HelpContext = 1801
  315.       ShortCut = 0
  316.       object mnuVToolbar: TMenuItem
  317.         Caption = '&Toolbar'
  318.         GroupIndex = 2
  319.         ShortCut = 0
  320.         OnClick = mnuVBarClick
  321.       end
  322.       object mnuVResultBar: TMenuItem
  323.         Caption = '&Result Bar'
  324.         GroupIndex = 2
  325.         ShortCut = 0
  326.         OnClick = mnuVBarClick
  327.       end
  328.       object mnuVStatusBar: TMenuItem
  329.         Caption = 'Stat&us Bar'
  330.         GroupIndex = 2
  331.         ShortCut = 0
  332.         OnClick = mnuVBarClick
  333.       end
  334.       object mnuVColourBar: TMenuItem
  335.         Caption = 'C&olour Bar'
  336.         GroupIndex = 2
  337.         ShortCut = 0
  338.         OnClick = mnuVBarClick
  339.       end
  340.       object mnuVPatternBar: TMenuItem
  341.         Caption = 'Pa&tter&n Bar'
  342.         GroupIndex = 2
  343.         ShortCut = 0
  344.         OnClick = mnuVBarClick
  345.       end
  346.       object mnuVLegend: TMenuItem
  347.         Caption = 'Le&gend'
  348.         GroupIndex = 2
  349.         ShortCut = 0
  350.         OnClick = mnuVLegendClick
  351.       end
  352.       object N8: TMenuItem
  353.         Caption = '-'
  354.         GroupIndex = 2
  355.         ShortCut = 0
  356.       end
  357.       object mnuVLargeIcons: TMenuItem
  358.         Caption = 'Lar&ge Icons'
  359.         GroupIndex = 2
  360.         RadioItem = True
  361.         ShortCut = 0
  362.         OnClick = SetViewClick
  363.       end
  364.       object mnuVSmallIcons: TMenuItem
  365.         Tag = 1
  366.         Caption = 'S&mall Icons'
  367.         GroupIndex = 2
  368.         RadioItem = True
  369.         ShortCut = 0
  370.         OnClick = SetViewClick
  371.       end
  372.       object mnuVList: TMenuItem
  373.         Tag = 2
  374.         Caption = '&List'
  375.         GroupIndex = 2
  376.         RadioItem = True
  377.         ShortCut = 0
  378.         OnClick = SetViewClick
  379.       end
  380.       object mnuVDetails: TMenuItem
  381.         Tag = 3
  382.         Caption = '&Details'
  383.         Checked = True
  384.         GroupIndex = 2
  385.         RadioItem = True
  386.         ShortCut = 0
  387.         OnClick = SetViewClick
  388.       end
  389.       object mnuVPie: TMenuItem
  390.         Caption = '&Pie Chart'
  391.         GroupIndex = 2
  392.         RadioItem = True
  393.         ShortCut = 0
  394.         OnClick = SetChartClick
  395.       end
  396.       object mnuVVBar: TMenuItem
  397.         Caption = 'Bar Chart (&Column)'
  398.         GroupIndex = 2
  399.         RadioItem = True
  400.         ShortCut = 0
  401.         OnClick = SetChartClick
  402.       end
  403.       object mnuVHBar: TMenuItem
  404.         Caption = 'Bar Chart (&Horizontal)'
  405.         GroupIndex = 2
  406.         RadioItem = True
  407.         ShortCut = 0
  408.         OnClick = SetChartClick
  409.       end
  410.       object mnuVArea: TMenuItem
  411.         Caption = '&Area Chart'
  412.         GroupIndex = 2
  413.         RadioItem = True
  414.         ShortCut = 0
  415.         OnClick = SetChartClick
  416.       end
  417.       object mnuVLine: TMenuItem
  418.         Caption = '&Line Chart'
  419.         GroupIndex = 2
  420.         RadioItem = True
  421.         ShortCut = 0
  422.         OnClick = SetChartClick
  423.       end
  424.       object mnuVSpline: TMenuItem
  425.         Caption = '&Spline Chart'
  426.         GroupIndex = 2
  427.         RadioItem = True
  428.         ShortCut = 0
  429.         OnClick = SetChartClick
  430.       end
  431.       object N7: TMenuItem
  432.         Caption = '-'
  433.         GroupIndex = 2
  434.         ShortCut = 0
  435.       end
  436.       object mnuVArrangeIcons: TMenuItem
  437.         Caption = 'Arrange &Icons'
  438.         GroupIndex = 2
  439.         ShortCut = 0
  440.         object mnuVAName: TMenuItem
  441.           Caption = 'by &Name'
  442.           ShortCut = 0
  443.           OnClick = mnuArrangeIconsClick
  444.         end
  445.         object mnuVASize: TMenuItem
  446.           Caption = 'by &Size'
  447.           ShortCut = 0
  448.           OnClick = mnuArrangeIconsClick
  449.         end
  450.         object mnuVAAllocated: TMenuItem
  451.           Caption = 'by &Allocated'
  452.           ShortCut = 0
  453.           OnClick = mnuArrangeIconsClick
  454.         end
  455.         object mnuVAWasted: TMenuItem
  456.           Caption = 'by &Wasted'
  457.           ShortCut = 0
  458.           OnClick = mnuArrangeIconsClick
  459.         end
  460.         object mnuVADate: TMenuItem
  461.           Caption = 'by &Date'
  462.           ShortCut = 0
  463.           OnClick = mnuArrangeIconsClick
  464.         end
  465.       end
  466.     end
  467.     object mnuChart: TMenuItem
  468.       Caption = '&Chart'
  469.       GroupIndex = 2
  470.       ShortCut = 0
  471.       object mnuCCopyChart: TMenuItem
  472.         Caption = 'Copy Chart to Clipboard'
  473.         GroupIndex = 1
  474.         ShortCut = 0
  475.         OnClick = mnuCCopyChartClick
  476.       end
  477.       object mnuCCopyData: TMenuItem
  478.         Caption = 'Copy Data to Clipboard'
  479.         GroupIndex = 1
  480.         ShortCut = 0
  481.         OnClick = mnuCCopyDataClick
  482.       end
  483.       object N3: TMenuItem
  484.         Caption = '-'
  485.         GroupIndex = 2
  486.         ShortCut = 0
  487.       end
  488.       object mnuC3D: TMenuItem
  489.         Caption = '&3D'
  490.         GroupIndex = 2
  491.         ShortCut = 0
  492.         OnClick = mnuC3DClick
  493.       end
  494.       object mnuC3DView: TMenuItem
  495.         Caption = '3D Vie&w'
  496.         GroupIndex = 2
  497.         ShortCut = 0
  498.         OnClick = mnuC3DViewClick
  499.       end
  500.       object mnuCRotate3DView: TMenuItem
  501.         Caption = '&Rotate 3D View...'
  502.         GroupIndex = 2
  503.         ShortCut = 0
  504.         OnClick = mnuCRotate3DViewClick
  505.       end
  506.       object N5: TMenuItem
  507.         Caption = '-'
  508.         GroupIndex = 2
  509.         ShortCut = 0
  510.       end
  511.       object mnuCTitles: TMenuItem
  512.         Caption = '&Titles'
  513.         GroupIndex = 2
  514.         ShortCut = 0
  515.         object mnuCTTop: TMenuItem
  516.           Caption = '&Top'
  517.           ShortCut = 0
  518.           OnClick = TitlesClick
  519.         end
  520.         object mnuCTAxis: TMenuItem
  521.           Caption = '&Axis'
  522.           ShortCut = 0
  523.           OnClick = TitlesClick
  524.         end
  525.       end
  526.       object mnuCFonts: TMenuItem
  527.         Caption = '&Fonts'
  528.         GroupIndex = 2
  529.         ShortCut = 0
  530.         object mnuCFLegend: TMenuItem
  531.           Caption = '&Legend...'
  532.           ShortCut = 0
  533.           OnClick = SetFonts
  534.         end
  535.         object mnuCFXLegend: TMenuItem
  536.           Caption = '&X Legend...'
  537.           ShortCut = 0
  538.           OnClick = SetFonts
  539.         end
  540.         object mnuCFYLegend: TMenuItem
  541.           Caption = '&Y Legend...'
  542.           ShortCut = 0
  543.           OnClick = SetFonts
  544.         end
  545.         object N9: TMenuItem
  546.           Caption = '-'
  547.           ShortCut = 0
  548.         end
  549.         object mnuCFTopTitle: TMenuItem
  550.           Caption = '&Top Title...'
  551.           ShortCut = 0
  552.           OnClick = SetFonts
  553.         end
  554.         object mnuCFAxisTitle: TMenuItem
  555.           Caption = '&Axis Title...'
  556.           ShortCut = 0
  557.           OnClick = SetFonts
  558.         end
  559.       end
  560.       object mnuCOptions: TMenuItem
  561.         Caption = '&Options...'
  562.         GroupIndex = 2
  563.         ShortCut = 0
  564.         OnClick = mnuCOptionsClick
  565.       end
  566.     end
  567.   end
  568.   object PrintDialog: TPrintDialog
  569.     Left = 72
  570.     Top = 56
  571.   end
  572.   object PrinterSetupDialog: TPrinterSetupDialog
  573.     Left = 104
  574.     Top = 56
  575.   end
  576.   object imgSmall: TImageList
  577.     Left = 136
  578.     Top = 56
  579.   end
  580.   object imgLarge: TImageList
  581.     Height = 32
  582.     Width = 32
  583.     Left = 164
  584.     Top = 56
  585.   end
  586.   object pmnuListView: TPopupMenu
  587.     Left = 20
  588.     Top = 111
  589.     object pmnuLargeIcons: TMenuItem
  590.       Caption = 'Lar&ge Icons'
  591.       GroupIndex = 2
  592.       RadioItem = True
  593.       ShortCut = 0
  594.       OnClick = SetViewClick
  595.     end
  596.     object pmnuSmallIcons: TMenuItem
  597.       Tag = 1
  598.       Caption = 'S&mall Icons'
  599.       GroupIndex = 2
  600.       RadioItem = True
  601.       ShortCut = 0
  602.       OnClick = SetViewClick
  603.     end
  604.     object pmnuList: TMenuItem
  605.       Tag = 2
  606.       Caption = '&List'
  607.       GroupIndex = 2
  608.       RadioItem = True
  609.       ShortCut = 0
  610.       OnClick = SetViewClick
  611.     end
  612.     object pmnuDetails: TMenuItem
  613.       Tag = 3
  614.       Caption = '&Details'
  615.       Checked = True
  616.       GroupIndex = 2
  617.       RadioItem = True
  618.       ShortCut = 0
  619.       OnClick = SetViewClick
  620.     end
  621.     object pmnuArrangeIcons: TMenuItem
  622.       Caption = 'Arrange &Icons'
  623.       GroupIndex = 2
  624.       ShortCut = 0
  625.       object pmnuAName: TMenuItem
  626.         Caption = 'by &Name'
  627.         ShortCut = 0
  628.         OnClick = mnuArrangeIconsClick
  629.       end
  630.       object pmnuASize: TMenuItem
  631.         Caption = 'by Si&ze'
  632.         ShortCut = 0
  633.         OnClick = mnuArrangeIconsClick
  634.       end
  635.       object pmnuAAllocated: TMenuItem
  636.         Caption = 'by &Allocated'
  637.         ShortCut = 0
  638.         OnClick = mnuArrangeIconsClick
  639.       end
  640.       object pmnuAWasted: TMenuItem
  641.         Caption = 'by &Wasted'
  642.         ShortCut = 0
  643.         OnClick = mnuArrangeIconsClick
  644.       end
  645.       object pmnuADate: TMenuItem
  646.         Caption = 'by &Date'
  647.         ShortCut = 0
  648.         OnClick = mnuArrangeIconsClick
  649.       end
  650.     end
  651.   end
  652. end
  653.