home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / CALYPSO / _SETUP.1 / Tools.dll / 0 / RCDATA / TSYSFORM / TSYSFORM.txt < prev   
Text File  |  1997-07-17  |  38KB  |  1,348 lines

  1. object SysForm: TSysForm
  2.   Left = 284
  3.   Top = 182
  4.   ActiveControl = MainPageControl
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Sight && Sound Instant System Information'
  8.   ClientHeight = 280
  9.   ClientWidth = 442
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 15
  23.   object MainPageControl: TExtPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 442
  27.     Height = 244
  28.     ActivePage = tsMemRes
  29.     Align = alClient
  30.     TabOrder = 0
  31.     OnChange = MainPageControlChange
  32.     TabActiveColor = clBtnFace
  33.     TabActiveFont.Color = clWindowText
  34.     TabActiveFont.Height = -12
  35.     TabActiveFont.Name = 'Arial'
  36.     TabActiveFont.Style = []
  37.     TabInactiveColor = 10789024
  38.     TabInactiveFont.Color = clWindowText
  39.     TabInactiveFont.Height = -12
  40.     TabInactiveFont.Name = 'Arial'
  41.     TabInactiveFont.Style = []
  42.     object tsMemRes: TTabSheet
  43.       Tag = 4
  44.       Caption = '&Memory/Resources'
  45.       object sbMemRes: TScrollBox
  46.         Left = 0
  47.         Top = 0
  48.         Width = 434
  49.         Height = 214
  50.         HorzScrollBar.Visible = False
  51.         Align = alClient
  52.         TabOrder = 0
  53.         object Label18: TLabel
  54.           Left = 8
  55.           Top = 23
  56.           Width = 72
  57.           Height = 15
  58.           Caption = 'Memory total:'
  59.         end
  60.         object Label27: TLabel
  61.           Left = 8
  62.           Top = 42
  63.           Width = 84
  64.           Height = 15
  65.           Caption = 'Memory usage:'
  66.         end
  67.         object Label28: TLabel
  68.           Left = 8
  69.           Top = 61
  70.           Width = 93
  71.           Height = 15
  72.           Caption = 'Swap file setting:'
  73.         end
  74.         object Label29: TLabel
  75.           Left = 8
  76.           Top = 80
  77.           Width = 78
  78.           Height = 15
  79.           Caption = 'Swap file size:'
  80.         end
  81.         object Label30: TLabel
  82.           Left = 8
  83.           Top = 100
  84.           Width = 91
  85.           Height = 15
  86.           Caption = 'Swap file usage:'
  87.         end
  88.         object Label33: TLabel
  89.           Left = 8
  90.           Top = 4
  91.           Width = 98
  92.           Height = 15
  93.           Caption = 'Memory available:'
  94.         end
  95.         object lbMemAvailable: TLabel
  96.           Left = 144
  97.           Top = 4
  98.           Width = 86
  99.           Height = 15
  100.           Caption = 'lbMemAvailable'
  101.           Font.Color = clNavy
  102.           Font.Height = -12
  103.           Font.Name = 'Arial'
  104.           Font.Style = []
  105.           ParentFont = False
  106.         end
  107.         object lbMemTotal: TLabel
  108.           Left = 144
  109.           Top = 23
  110.           Width = 64
  111.           Height = 15
  112.           Caption = 'lbMemTotal'
  113.           Font.Color = clNavy
  114.           Font.Height = -12
  115.           Font.Name = 'Arial'
  116.           Font.Style = []
  117.           ParentFont = False
  118.         end
  119.         object lbSwapFileSetting: TLabel
  120.           Left = 144
  121.           Top = 61
  122.           Width = 99
  123.           Height = 15
  124.           Caption = 'lbSwapFileSetting'
  125.           Font.Color = clNavy
  126.           Font.Height = -12
  127.           Font.Name = 'Arial'
  128.           Font.Style = []
  129.           ParentFont = False
  130.         end
  131.         object lbSwapFileSize: TLabel
  132.           Left = 144
  133.           Top = 80
  134.           Width = 84
  135.           Height = 15
  136.           Caption = 'lbSwapFileSize'
  137.           Font.Color = clNavy
  138.           Font.Height = -12
  139.           Font.Name = 'Arial'
  140.           Font.Style = []
  141.           ParentFont = False
  142.         end
  143.         object dgSwapFileUsage: TDragGauge
  144.           Left = 144
  145.           Top = 99
  146.           Width = 280
  147.           Height = 16
  148.           AllowUserDrag = False
  149.           BorderStyle = bsSimple
  150.           CurValue = 35
  151.           Font.Color = clBlack
  152.           Font.Height = -11
  153.           Font.Name = 'Arial'
  154.           Font.Style = []
  155.           MaxValue = 100
  156.           ParentFont = False
  157.         end
  158.         object dgMemUsage: TDragGauge
  159.           Left = 144
  160.           Top = 41
  161.           Width = 280
  162.           Height = 16
  163.           AllowUserDrag = False
  164.           BorderStyle = bsSimple
  165.           CurValue = 35
  166.           Font.Color = clBlack
  167.           Font.Height = -11
  168.           Font.Name = 'Arial'
  169.           Font.Style = []
  170.           MaxValue = 100
  171.           ParentFont = False
  172.         end
  173.         object ntPanel: TPanel
  174.           Left = 0
  175.           Top = 121
  176.           Width = 430
  177.           Height = 89
  178.           Align = alBottom
  179.           BevelOuter = bvNone
  180.           TabOrder = 2
  181.           object Label31: TLabel
  182.             Left = 8
  183.             Top = 55
  184.             Width = 130
  185.             Height = 15
  186.             Caption = 'Free system resources:'
  187.           end
  188.           object Label32: TLabel
  189.             Left = 8
  190.             Top = 30
  191.             Width = 111
  192.             Height = 15
  193.             Caption = 'Free GDI resources:'
  194.           end
  195.           object Label34: TLabel
  196.             Left = 8
  197.             Top = 5
  198.             Width = 117
  199.             Height = 15
  200.             Caption = 'Free User resources:'
  201.           end
  202.           object dgFreeSystemRes: TDragGauge
  203.             Left = 143
  204.             Top = 55
  205.             Width = 280
  206.             Height = 16
  207.             AllowUserDrag = False
  208.             BarColor = clGreen
  209.             BorderStyle = bsSimple
  210.             CurValue = 35
  211.             Font.Color = clBlack
  212.             Font.Height = -11
  213.             Font.Name = 'Arial'
  214.             Font.Style = []
  215.             MaxValue = 100
  216.             ParentFont = False
  217.           end
  218.           object dgFreeGDIRes: TDragGauge
  219.             Left = 143
  220.             Top = 30
  221.             Width = 280
  222.             Height = 16
  223.             AllowUserDrag = False
  224.             BarColor = clGreen
  225.             BorderStyle = bsSimple
  226.             CurValue = 35
  227.             Font.Color = clBlack
  228.             Font.Height = -11
  229.             Font.Name = 'Arial'
  230.             Font.Style = []
  231.             MaxValue = 100
  232.             ParentFont = False
  233.           end
  234.           object dgFreeUserRes: TDragGauge
  235.             Left = 143
  236.             Top = 5
  237.             Width = 280
  238.             Height = 16
  239.             AllowUserDrag = False
  240.             BarColor = clGreen
  241.             BorderStyle = bsSimple
  242.             CurValue = 35
  243.             Font.Color = clBlack
  244.             Font.Height = -11
  245.             Font.Name = 'Arial'
  246.             Font.Style = []
  247.             MaxValue = 100
  248.             ParentFont = False
  249.           end
  250.         end
  251.       end
  252.     end
  253.     object tsWindows: TTabSheet
  254.       Tag = 2
  255.       Caption = '&Windows'
  256.       object sbWindows: TScrollBox
  257.         Left = 0
  258.         Top = 0
  259.         Width = 434
  260.         Height = 214
  261.         HorzScrollBar.Visible = False
  262.         Align = alClient
  263.         TabOrder = 0
  264.         object Label2: TLabel
  265.           Left = 5
  266.           Top = 25
  267.           Width = 139
  268.           Height = 15
  269.           Caption = ' Registered organisation:'
  270.         end
  271.         object Label3: TLabel
  272.           Left = 5
  273.           Top = 45
  274.           Width = 82
  275.           Height = 15
  276.           Caption = ' Windows type:'
  277.         end
  278.         object Label4: TLabel
  279.           Left = 5
  280.           Top = 65
  281.           Width = 100
  282.           Height = 15
  283.           Caption = ' Windows version:'
  284.         end
  285.         object Label5: TLabel
  286.           Left = 5
  287.           Top = 85
  288.           Width = 87
  289.           Height = 15
  290.           Caption = ' Windows build:'
  291.         end
  292.         object Label6: TLabel
  293.           Left = 5
  294.           Top = 145
  295.           Width = 120
  296.           Height = 15
  297.           Caption = ' Windows install date:'
  298.         end
  299.         object Label7: TLabel
  300.           Left = 5
  301.           Top = 105
  302.           Width = 84
  303.           Height = 15
  304.           Caption = ' Windows path:'
  305.         end
  306.         object Label8: TLabel
  307.           Left = 5
  308.           Top = 125
  309.           Width = 142
  310.           Height = 15
  311.           Caption = ' Windows temporary path:'
  312.         end
  313.         object Label1: TLabel
  314.           Left = 5
  315.           Top = 5
  316.           Width = 104
  317.           Height = 15
  318.           Caption = ' Registered owner:'
  319.         end
  320.         object lbRegOwner: TLabel
  321.           Left = 155
  322.           Top = 5
  323.           Width = 69
  324.           Height = 15
  325.           Caption = 'lbRegOwner'
  326.           Font.Color = clNavy
  327.           Font.Height = -12
  328.           Font.Name = 'Arial'
  329.           Font.Style = []
  330.           ParentFont = False
  331.           ShowAccelChar = False
  332.         end
  333.         object lbRegOrganisation: TLabel
  334.           Left = 155
  335.           Top = 25
  336.           Width = 104
  337.           Height = 15
  338.           Caption = 'lbRegOrganisation'
  339.           Font.Color = clNavy
  340.           Font.Height = -12
  341.           Font.Name = 'Arial'
  342.           Font.Style = []
  343.           ParentFont = False
  344.           ShowAccelChar = False
  345.         end
  346.         object lbWinType: TLabel
  347.           Left = 155
  348.           Top = 45
  349.           Width = 57
  350.           Height = 15
  351.           Caption = 'lbWinType'
  352.           Font.Color = clNavy
  353.           Font.Height = -12
  354.           Font.Name = 'Arial'
  355.           Font.Style = []
  356.           ParentFont = False
  357.           ShowAccelChar = False
  358.         end
  359.         object lbWinVersion: TLabel
  360.           Left = 155
  361.           Top = 65
  362.           Width = 73
  363.           Height = 15
  364.           Caption = 'lbWinVersion'
  365.           Font.Color = clNavy
  366.           Font.Height = -12
  367.           Font.Name = 'Arial'
  368.           Font.Style = []
  369.           ParentFont = False
  370.           ShowAccelChar = False
  371.         end
  372.         object lbWinBuild: TLabel
  373.           Left = 155
  374.           Top = 85
  375.           Width = 59
  376.           Height = 15
  377.           Caption = 'lbWinBuild'
  378.           Font.Color = clNavy
  379.           Font.Height = -12
  380.           Font.Name = 'Arial'
  381.           Font.Style = []
  382.           ParentFont = False
  383.           ShowAccelChar = False
  384.         end
  385.         object lbWinInstallDate: TLabel
  386.           Left = 155
  387.           Top = 145
  388.           Width = 90
  389.           Height = 15
  390.           Caption = 'lbWinInstallDate'
  391.           Font.Color = clNavy
  392.           Font.Height = -12
  393.           Font.Name = 'Arial'
  394.           Font.Style = []
  395.           ParentFont = False
  396.           ShowAccelChar = False
  397.         end
  398.         object lbWinPath: TLabel
  399.           Left = 155
  400.           Top = 105
  401.           Width = 56
  402.           Height = 15
  403.           Caption = 'lbWinPath'
  404.           Font.Color = clNavy
  405.           Font.Height = -12
  406.           Font.Name = 'Arial'
  407.           Font.Style = []
  408.           ParentFont = False
  409.           ShowAccelChar = False
  410.         end
  411.         object lbWinTempPath: TLabel
  412.           Left = 155
  413.           Top = 125
  414.           Width = 88
  415.           Height = 15
  416.           Caption = 'lbWinTempPath'
  417.           Font.Color = clNavy
  418.           Font.Height = -12
  419.           Font.Name = 'Arial'
  420.           Font.Style = []
  421.           ParentFont = False
  422.           ShowAccelChar = False
  423.         end
  424.         object Label12: TLabel
  425.           Left = 5
  426.           Top = 165
  427.           Width = 102
  428.           Height = 15
  429.           Caption = ' Windows running:'
  430.         end
  431.         object lbWindowsRunning: TLabel
  432.           Left = 155
  433.           Top = 165
  434.           Width = 108
  435.           Height = 15
  436.           Caption = 'lbWindowsRunning'
  437.           Font.Color = clNavy
  438.           Font.Height = -12
  439.           Font.Name = 'Arial'
  440.           Font.Style = []
  441.           ParentFont = False
  442.           ShowAccelChar = False
  443.         end
  444.       end
  445.     end
  446.     object tsHardware: TTabSheet
  447.       Tag = 1
  448.       Caption = '&Hardware'
  449.       object sbHardware: TScrollBox
  450.         Left = 0
  451.         Top = 0
  452.         Width = 434
  453.         Height = 214
  454.         HorzScrollBar.Visible = False
  455.         Align = alClient
  456.         TabOrder = 0
  457.         object Label9: TLabel
  458.           Left = 8
  459.           Top = 21
  460.           Width = 80
  461.           Height = 15
  462.           Caption = 'Keyboard type:'
  463.         end
  464.         object Label13: TLabel
  465.           Left = 8
  466.           Top = 71
  467.           Width = 80
  468.           Height = 15
  469.           Caption = 'Default printer:'
  470.         end
  471.         object Label17: TLabel
  472.           Left = 8
  473.           Top = 4
  474.           Width = 54
  475.           Height = 15
  476.           Caption = 'CPU type:'
  477.         end
  478.         object lbCPUType: TLabel
  479.           Left = 120
  480.           Top = 4
  481.           Width = 62
  482.           Height = 15
  483.           Caption = 'lbCPUType'
  484.           Font.Color = clNavy
  485.           Font.Height = -12
  486.           Font.Name = 'Arial'
  487.           Font.Style = []
  488.           ParentFont = False
  489.           ShowAccelChar = False
  490.         end
  491.         object lbKeybrdType: TLabel
  492.           Left = 120
  493.           Top = 21
  494.           Width = 74
  495.           Height = 15
  496.           Caption = 'lbKeybrdType'
  497.           Font.Color = clNavy
  498.           Font.Height = -12
  499.           Font.Name = 'Arial'
  500.           Font.Style = []
  501.           ParentFont = False
  502.           ShowAccelChar = False
  503.         end
  504.         object lbDefaultPrinter: TLabel
  505.           Left = 120
  506.           Top = 71
  507.           Width = 85
  508.           Height = 15
  509.           Caption = 'lbDefaultPrinter'
  510.           Font.Color = clNavy
  511.           Font.Height = -12
  512.           Font.Name = 'Arial'
  513.           Font.Style = []
  514.           ParentFont = False
  515.           ShowAccelChar = False
  516.         end
  517.         object Label14: TLabel
  518.           Left = 8
  519.           Top = 54
  520.           Width = 32
  521.           Height = 15
  522.           Caption = 'Ports:'
  523.         end
  524.         object lbPorts: TLabel
  525.           Left = 120
  526.           Top = 54
  527.           Width = 39
  528.           Height = 15
  529.           Caption = 'lbPorts'
  530.           Font.Color = clNavy
  531.           Font.Height = -12
  532.           Font.Name = 'Arial'
  533.           Font.Style = []
  534.           ParentFont = False
  535.           ShowAccelChar = False
  536.         end
  537.         object Label15: TLabel
  538.           Left = 8
  539.           Top = 88
  540.           Width = 89
  541.           Height = 15
  542.           Caption = 'Display adapter:'
  543.         end
  544.         object lbDisplayAdapter: TLabel
  545.           Left = 120
  546.           Top = 88
  547.           Width = 93
  548.           Height = 15
  549.           Caption = 'lbDisplayAdapter'
  550.           Font.Color = clNavy
  551.           Font.Height = -12
  552.           Font.Name = 'Arial'
  553.           Font.Style = []
  554.           ParentFont = False
  555.           ShowAccelChar = False
  556.         end
  557.         object Label10: TLabel
  558.           Left = 8
  559.           Top = 105
  560.           Width = 102
  561.           Height = 15
  562.           Caption = 'Display resolution:'
  563.         end
  564.         object lbDisplayRes: TLabel
  565.           Left = 120
  566.           Top = 105
  567.           Width = 74
  568.           Height = 15
  569.           Caption = 'lbDisplayRes'
  570.           Font.Color = clNavy
  571.           Font.Height = -12
  572.           Font.Name = 'Arial'
  573.           Font.Style = []
  574.           ParentFont = False
  575.           ShowAccelChar = False
  576.         end
  577.         object Label26: TLabel
  578.           Left = 8
  579.           Top = 38
  580.           Width = 90
  581.           Height = 15
  582.           Caption = 'Keyboard layout:'
  583.         end
  584.         object lbKeyboardLayout: TLabel
  585.           Left = 120
  586.           Top = 38
  587.           Width = 98
  588.           Height = 15
  589.           Caption = 'lbKeyboardLayout'
  590.           Font.Color = clNavy
  591.           Font.Height = -12
  592.           Font.Name = 'Arial'
  593.           Font.Style = []
  594.           ParentFont = False
  595.           ShowAccelChar = False
  596.         end
  597.         object Label35: TLabel
  598.           Left = 8
  599.           Top = 122
  600.           Width = 43
  601.           Height = 15
  602.           Caption = 'Monitor:'
  603.         end
  604.         object lbMonitor: TLabel
  605.           Left = 120
  606.           Top = 122
  607.           Width = 50
  608.           Height = 15
  609.           Caption = 'lbMonitor'
  610.           Font.Color = clNavy
  611.           Font.Height = -12
  612.           Font.Name = 'Arial'
  613.           Font.Style = []
  614.           ParentFont = False
  615.           ShowAccelChar = False
  616.         end
  617.         object Label36: TLabel
  618.           Left = 8
  619.           Top = 139
  620.           Width = 65
  621.           Height = 15
  622.           Caption = 'Mouse type:'
  623.         end
  624.         object lbMouseType: TLabel
  625.           Left = 120
  626.           Top = 139
  627.           Width = 73
  628.           Height = 15
  629.           Caption = 'lbMouseType'
  630.           Font.Color = clNavy
  631.           Font.Height = -12
  632.           Font.Name = 'Arial'
  633.           Font.Style = []
  634.           ParentFont = False
  635.           ShowAccelChar = False
  636.         end
  637.         object Label37: TLabel
  638.           Left = 8
  639.           Top = 155
  640.           Width = 76
  641.           Height = 15
  642.           Caption = 'SCSI adapter:'
  643.         end
  644.         object lbSCSIAdapter: TLabel
  645.           Left = 120
  646.           Top = 155
  647.           Width = 80
  648.           Height = 15
  649.           Caption = 'lbSCSIAdapter'
  650.           Font.Color = clNavy
  651.           Font.Height = -12
  652.           Font.Name = 'Arial'
  653.           Font.Style = []
  654.           ParentFont = False
  655.           ShowAccelChar = False
  656.         end
  657.         object Label38: TLabel
  658.           Left = 8
  659.           Top = 172
  660.           Width = 69
  661.           Height = 15
  662.           Caption = 'Modem type:'
  663.         end
  664.         object lbModemType: TLabel
  665.           Left = 120
  666.           Top = 172
  667.           Width = 77
  668.           Height = 15
  669.           Caption = 'lbModemType'
  670.           Font.Color = clNavy
  671.           Font.Height = -12
  672.           Font.Name = 'Arial'
  673.           Font.Style = []
  674.           ParentFont = False
  675.           ShowAccelChar = False
  676.         end
  677.         object Label39: TLabel
  678.           Left = 8
  679.           Top = 189
  680.           Width = 84
  681.           Height = 15
  682.           Caption = 'Sound adapter:'
  683.         end
  684.         object lbSoundAdapter: TLabel
  685.           Left = 120
  686.           Top = 189
  687.           Width = 88
  688.           Height = 15
  689.           Caption = 'lbSoundAdapter'
  690.           Font.Color = clNavy
  691.           Font.Height = -12
  692.           Font.Name = 'Arial'
  693.           Font.Style = []
  694.           ParentFont = False
  695.           ShowAccelChar = False
  696.         end
  697.       end
  698.     end
  699.     object tsNetwork: TTabSheet
  700.       Tag = 3
  701.       Caption = '&Network'
  702.       object sbNetwork: TScrollBox
  703.         Left = 0
  704.         Top = 0
  705.         Width = 434
  706.         Height = 214
  707.         HorzScrollBar.Visible = False
  708.         Align = alClient
  709.         TabOrder = 0
  710.         object Label11: TLabel
  711.           Left = 8
  712.           Top = 5
  713.           Width = 111
  714.           Height = 15
  715.           Caption = 'Network user name:'
  716.         end
  717.         object Label20: TLabel
  718.           Left = 8
  719.           Top = 25
  720.           Width = 138
  721.           Height = 15
  722.           Caption = 'Network computer name:'
  723.         end
  724.         object lbNetComputerName: TLabel
  725.           Left = 175
  726.           Top = 25
  727.           Width = 118
  728.           Height = 15
  729.           Caption = 'lbNetComputerName'
  730.           Font.Color = clNavy
  731.           Font.Height = -12
  732.           Font.Name = 'Arial'
  733.           Font.Style = []
  734.           ParentFont = False
  735.           ShowAccelChar = False
  736.         end
  737.         object lbNetUserName: TLabel
  738.           Left = 175
  739.           Top = 5
  740.           Width = 90
  741.           Height = 15
  742.           Caption = 'lbNetUserName'
  743.           Font.Color = clNavy
  744.           Font.Height = -12
  745.           Font.Name = 'Arial'
  746.           Font.Style = []
  747.           ParentFont = False
  748.           ShowAccelChar = False
  749.         end
  750.         object Label16: TLabel
  751.           Left = 8
  752.           Top = 45
  753.           Width = 158
  754.           Height = 15
  755.           Caption = 'Network computer comment:'
  756.         end
  757.         object lbNetComputerComment: TLabel
  758.           Left = 175
  759.           Top = 45
  760.           Width = 118
  761.           Height = 15
  762.           Caption = 'lbNetComputerName'
  763.           Font.Color = clNavy
  764.           Font.Height = -12
  765.           Font.Name = 'Arial'
  766.           Font.Style = []
  767.           ParentFont = False
  768.           ShowAccelChar = False
  769.         end
  770.         object Label19: TLabel
  771.           Left = 8
  772.           Top = 65
  773.           Width = 109
  774.           Height = 15
  775.           Caption = 'Network workgroup:'
  776.         end
  777.         object lbNetWorkgroup: TLabel
  778.           Left = 175
  779.           Top = 65
  780.           Width = 89
  781.           Height = 15
  782.           Caption = 'lbNetWorkgroup'
  783.           Font.Color = clNavy
  784.           Font.Height = -12
  785.           Font.Name = 'Arial'
  786.           Font.Style = []
  787.           ParentFont = False
  788.           ShowAccelChar = False
  789.         end
  790.         object Label21: TLabel
  791.           Left = 8
  792.           Top = 85
  793.           Width = 83
  794.           Height = 15
  795.           Caption = 'Network share:'
  796.         end
  797.         object lbNetSharing: TLabel
  798.           Left = 175
  799.           Top = 85
  800.           Width = 72
  801.           Height = 15
  802.           Caption = 'lbNetSharing'
  803.           Font.Color = clNavy
  804.           Font.Height = -12
  805.           Font.Name = 'Arial'
  806.           Font.Style = []
  807.           ParentFont = False
  808.           ShowAccelChar = False
  809.         end
  810.         object Label22: TLabel
  811.           Left = 8
  812.           Top = 105
  813.           Width = 128
  814.           Height = 15
  815.           Caption = 'Network adapter name:'
  816.         end
  817.         object lbNetAdapterName: TLabel
  818.           Left = 175
  819.           Top = 105
  820.           Width = 105
  821.           Height = 15
  822.           Caption = 'lbNetAdapterName'
  823.           Font.Color = clNavy
  824.           Font.Height = -12
  825.           Font.Name = 'Arial'
  826.           Font.Style = []
  827.           ParentFont = False
  828.           ShowAccelChar = False
  829.         end
  830.         object Label23: TLabel
  831.           Left = 8
  832.           Top = 125
  833.           Width = 80
  834.           Height = 15
  835.           Caption = 'Network client:'
  836.         end
  837.         object lbNetClient: TLabel
  838.           Left = 175
  839.           Top = 125
  840.           Width = 61
  841.           Height = 15
  842.           Caption = 'lbNetClient'
  843.           Font.Color = clNavy
  844.           Font.Height = -12
  845.           Font.Name = 'Arial'
  846.           Font.Style = []
  847.           ParentFont = False
  848.           ShowAccelChar = False
  849.         end
  850.         object Label24: TLabel
  851.           Left = 8
  852.           Top = 145
  853.           Width = 136
  854.           Height = 15
  855.           Caption = 'Network dial-up provider:'
  856.         end
  857.         object lbNetDialUpProvider: TLabel
  858.           Left = 175
  859.           Top = 145
  860.           Width = 112
  861.           Height = 15
  862.           Caption = 'lbNetDialUpProvider'
  863.           Font.Color = clNavy
  864.           Font.Height = -12
  865.           Font.Name = 'Arial'
  866.           Font.Style = []
  867.           ParentFont = False
  868.           ShowAccelChar = False
  869.         end
  870.         object Label25: TLabel
  871.           Left = 8
  872.           Top = 165
  873.           Width = 152
  874.           Height = 15
  875.           Caption = 'Network dial-up user name:'
  876.         end
  877.         object lbNetDialUpUsername: TLabel
  878.           Left = 175
  879.           Top = 165
  880.           Width = 126
  881.           Height = 15
  882.           Caption = 'lbNetDialUpUsername'
  883.           Font.Color = clNavy
  884.           Font.Height = -12
  885.           Font.Name = 'Arial'
  886.           Font.Style = []
  887.           ParentFont = False
  888.           ShowAccelChar = False
  889.         end
  890.       end
  891.     end
  892.     object tsDrives: TTabSheet
  893.       Tag = 5
  894.       Caption = '&Disks'
  895.       object DriveStatGroupBox: TGroupBox
  896.         Left = 214
  897.         Top = 0
  898.         Width = 219
  899.         Height = 208
  900.         Caption = ' Disk statistics: '
  901.         Font.Color = clBlack
  902.         Font.Height = -12
  903.         Font.Name = 'Arial'
  904.         Font.Style = [fsBold]
  905.         ParentFont = False
  906.         TabOrder = 0
  907.         object Label40: TLabel
  908.           Left = 59
  909.           Top = 48
  910.           Width = 52
  911.           Height = 15
  912.           Alignment = taRightJustify
  913.           Caption = 'Available:'
  914.           Font.Color = clBlack
  915.           Font.Height = -12
  916.           Font.Name = 'Arial'
  917.           Font.Style = []
  918.           ParentFont = False
  919.         end
  920.         object lbAvailableBytes: TLabel
  921.           Left = 115
  922.           Top = 48
  923.           Width = 89
  924.           Height = 15
  925.           Caption = 'lbAvailableBytes'
  926.           Font.Color = clBlack
  927.           Font.Height = -12
  928.           Font.Name = 'Arial'
  929.           Font.Style = []
  930.           ParentFont = False
  931.           ShowAccelChar = False
  932.         end
  933.         object Label41: TLabel
  934.           Left = 61
  935.           Top = 31
  936.           Width = 50
  937.           Height = 15
  938.           Alignment = taRightJustify
  939.           Caption = 'Capacity:'
  940.           Font.Color = clBlack
  941.           Font.Height = -12
  942.           Font.Name = 'Arial'
  943.           Font.Style = []
  944.           ParentFont = False
  945.         end
  946.         object Label42: TLabel
  947.           Left = 58
  948.           Top = 64
  949.           Width = 53
  950.           Height = 15
  951.           Alignment = taRightJustify
  952.           Caption = 'Disk type:'
  953.           Font.Color = clBlack
  954.           Font.Height = -12
  955.           Font.Name = 'Arial'
  956.           Font.Style = []
  957.           ParentFont = False
  958.         end
  959.         object lbDriveCapacity: TLabel
  960.           Left = 115
  961.           Top = 31
  962.           Width = 85
  963.           Height = 15
  964.           Caption = 'lbDriveCapacity'
  965.           Font.Color = clBlack
  966.           Font.Height = -12
  967.           Font.Name = 'Arial'
  968.           Font.Style = []
  969.           ParentFont = False
  970.           ShowAccelChar = False
  971.         end
  972.         object lbDriveType: TLabel
  973.           Left = 115
  974.           Top = 64
  975.           Width = 64
  976.           Height = 15
  977.           Caption = 'lbDriveType'
  978.           Font.Color = clBlack
  979.           Font.Height = -12
  980.           Font.Name = 'Arial'
  981.           Font.Style = []
  982.           ParentFont = False
  983.           ShowAccelChar = False
  984.         end
  985.         object Label43: TLabel
  986.           Left = 66
  987.           Top = 14
  988.           Width = 45
  989.           Height = 15
  990.           Alignment = taRightJustify
  991.           Caption = 'Volume:'
  992.           Font.Color = clBlack
  993.           Font.Height = -12
  994.           Font.Name = 'Arial'
  995.           Font.Style = []
  996.           ParentFont = False
  997.         end
  998.         object lbVolume: TLabel
  999.           Left = 115
  1000.           Top = 14
  1001.           Width = 52
  1002.           Height = 15
  1003.           Caption = 'lbVolume'
  1004.           Font.Color = clBlack
  1005.           Font.Height = -12
  1006.           Font.Name = 'Arial'
  1007.           Font.Style = []
  1008.           ParentFont = False
  1009.           ShowAccelChar = False
  1010.         end
  1011.         object DrvSpaceGauge: TGauge
  1012.           Left = 6
  1013.           Top = 86
  1014.           Width = 207
  1015.           Height = 6
  1016.           ShowText = False
  1017.           BorderStyle = bsNone
  1018.           ForeColor = clRed
  1019.           BackColor = clGreen
  1020.           Progress = 100
  1021.         end
  1022.         object Label44: TLabel
  1023.           Left = 5
  1024.           Top = 100
  1025.           Width = 106
  1026.           Height = 15
  1027.           Alignment = taRightJustify
  1028.           Caption = 'Sectors per cluster:'
  1029.           Font.Color = clBlack
  1030.           Font.Height = -12
  1031.           Font.Name = 'Arial'
  1032.           Font.Style = []
  1033.           ParentFont = False
  1034.         end
  1035.         object Label45: TLabel
  1036.           Left = 20
  1037.           Top = 118
  1038.           Width = 91
  1039.           Height = 15
  1040.           Alignment = taRightJustify
  1041.           Caption = 'Bytes per sector:'
  1042.           Font.Color = clBlack
  1043.           Font.Height = -12
  1044.           Font.Name = 'Arial'
  1045.           Font.Style = []
  1046.           ParentFont = False
  1047.         end
  1048.         object Label46: TLabel
  1049.           Left = 36
  1050.           Top = 135
  1051.           Width = 75
  1052.           Height = 15
  1053.           Alignment = taRightJustify
  1054.           Caption = 'Free clusters:'
  1055.           Font.Color = clBlack
  1056.           Font.Height = -12
  1057.           Font.Name = 'Arial'
  1058.           Font.Style = []
  1059.           ParentFont = False
  1060.         end
  1061.         object Label47: TLabel
  1062.           Left = 34
  1063.           Top = 153
  1064.           Width = 77
  1065.           Height = 15
  1066.           Alignment = taRightJustify
  1067.           Caption = 'Total clusters:'
  1068.           Font.Color = clBlack
  1069.           Font.Height = -12
  1070.           Font.Name = 'Arial'
  1071.           Font.Style = []
  1072.           ParentFont = False
  1073.         end
  1074.         object Label48: TLabel
  1075.           Left = 36
  1076.           Top = 170
  1077.           Width = 75
  1078.           Height = 15
  1079.           Alignment = taRightJustify
  1080.           Caption = 'Cluster bytes:'
  1081.           Font.Color = clBlack
  1082.           Font.Height = -12
  1083.           Font.Name = 'Arial'
  1084.           Font.Style = []
  1085.           ParentFont = False
  1086.         end
  1087.         object lbSectorsPerCluster: TLabel
  1088.           Left = 115
  1089.           Top = 100
  1090.           Width = 111
  1091.           Height = 15
  1092.           Caption = 'lbSectorsPerCluster'
  1093.           Font.Color = clBlack
  1094.           Font.Height = -12
  1095.           Font.Name = 'Arial'
  1096.           Font.Style = []
  1097.           ParentFont = False
  1098.           ShowAccelChar = False
  1099.         end
  1100.         object lbBytesPerSector: TLabel
  1101.           Left = 115
  1102.           Top = 118
  1103.           Width = 94
  1104.           Height = 15
  1105.           Caption = 'lbBytesPerSector'
  1106.           Font.Color = clBlack
  1107.           Font.Height = -12
  1108.           Font.Name = 'Arial'
  1109.           Font.Style = []
  1110.           ParentFont = False
  1111.           ShowAccelChar = False
  1112.         end
  1113.         object lbFreeClusters: TLabel
  1114.           Left = 115
  1115.           Top = 135
  1116.           Width = 82
  1117.           Height = 15
  1118.           Caption = 'lbFreeClusters'
  1119.           Font.Color = clBlack
  1120.           Font.Height = -12
  1121.           Font.Name = 'Arial'
  1122.           Font.Style = []
  1123.           ParentFont = False
  1124.           ShowAccelChar = False
  1125.         end
  1126.         object lbTotalClusters: TLabel
  1127.           Left = 115
  1128.           Top = 153
  1129.           Width = 84
  1130.           Height = 15
  1131.           Caption = 'lbTotalClusters'
  1132.           Font.Color = clBlack
  1133.           Font.Height = -12
  1134.           Font.Name = 'Arial'
  1135.           Font.Style = []
  1136.           ParentFont = False
  1137.           ShowAccelChar = False
  1138.         end
  1139.         object lbClusterBytes: TLabel
  1140.           Left = 115
  1141.           Top = 170
  1142.           Width = 80
  1143.           Height = 15
  1144.           Caption = 'lbClusterBytes'
  1145.           Font.Color = clBlack
  1146.           Font.Height = -12
  1147.           Font.Name = 'Arial'
  1148.           Font.Style = []
  1149.           ParentFont = False
  1150.           ShowAccelChar = False
  1151.         end
  1152.       end
  1153.       object lbDrives: TEnhDriveListBox
  1154.         Left = 3
  1155.         Top = 6
  1156.         Width = 207
  1157.         Height = 202
  1158.         ExtraOptions = [ShowAll, ShowVolName, ShowBitmaps]
  1159.         TextCase = tcUpperCase
  1160.         OnChange = lbDrivesClick
  1161.         IntegralHeight = True
  1162.         TabOrder = 1
  1163.       end
  1164.     end
  1165.   end
  1166.   object Panel1: TPanel
  1167.     Left = 0
  1168.     Top = 244
  1169.     Width = 442
  1170.     Height = 36
  1171.     Align = alBottom
  1172.     BevelInner = bvLowered
  1173.     BevelOuter = bvLowered
  1174.     BorderWidth = 2
  1175.     TabOrder = 1
  1176.     object ledRefresh: TLED
  1177.       Left = 12
  1178.       Top = 10
  1179.       LEDFarbe = Rot
  1180.       LEDEinAus = Ein
  1181.     end
  1182.     object cbAutoRefresh: TCheckBox
  1183.       Left = 115
  1184.       Top = 9
  1185.       Width = 184
  1186.       Height = 17
  1187.       Caption = '&Autorefresh every 2 seconds'
  1188.       State = cbChecked
  1189.       TabOrder = 0
  1190.       OnClick = cbAutoRefreshClick
  1191.     end
  1192.     object btnRefresh: TOfficeButton
  1193.       Left = 35
  1194.       Top = 8
  1195.       Width = 75
  1196.       Height = 20
  1197.       Caption = '&Refresh'
  1198.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1199.       OnClick = btnRefreshClick
  1200.       IBitmap = {}
  1201.     end
  1202.     object btnHelp: TOfficeButton
  1203.       Left = 331
  1204.       Top = 8
  1205.       Width = 75
  1206.       Height = 20
  1207.       Caption = 'H&elp'
  1208.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1209.       OnClick = btnHelpClick
  1210.       IBitmap = {}
  1211.     end
  1212.     object OfficeButton1: TOfficeButton
  1213.       Left = 409
  1214.       Top = 8
  1215.       Width = 22
  1216.       Height = 20
  1217.       Bitmap.Data = {
  1218.         8A050000424D8A05000000000000360400002800000013000000110000000100
  1219.         0800000000005401000000000000000000000000000000000000000000000000
  1220.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1221.         A600000000000000000000000000000000000000000000000000000000000000
  1222.         0000000000000000000000000000000000000000000000000000000000000000
  1223.         0000000000000000000000000000000000000000000000000000000000000000
  1224.         0000000000000000000000000000000000000000000000000000000000000000
  1225.         0000000000000000000000000000000000000000000000000000000000000000
  1226.         0000000000000000000000000000000000000000000000000000000000000000
  1227.         0000000000000000000000000000000000000000000000000000000000000000
  1228.         0000000000000000000000000000000000000000000000000000000000000000
  1229.         0000000000000000000000000000000000000000000000000000000000000000
  1230.         0000000000000000000000000000000000000000000000000000000000000000
  1231.         0000000000000000000000000000000000000000000000000000000000000000
  1232.         0000000000000000000000000000000000000000000000000000000000000000
  1233.         0000000000000000000000000000000000000000000000000000000000000000
  1234.         0000000000000000000000000000000000000000000000000000000000000000
  1235.         0000000000000000000000000000000000000000000000000000000000000000
  1236.         0000000000000000000000000000000000000000000000000000000000000000
  1237.         0000000000000000000000000000000000000000000000000000000000000000
  1238.         0000000000000000000000000000000000000000000000000000000000000000
  1239.         0000000000000000000000000000000000000000000000000000000000000000
  1240.         0000000000000000000000000000000000000000000000000000000000000000
  1241.         0000000000000000000000000000000000000000000000000000000000000000
  1242.         0000000000000000000000000000000000000000000000000000000000000000
  1243.         0000000000000000000000000000000000000000000000000000000000000000
  1244.         0000000000000000000000000000000000000000000000000000000000000000
  1245.         0000000000000000000000000000000000000000000000000000000000000000
  1246.         0000000000000000000000000000000000000000000000000000000000000000
  1247.         0000000000000000000000000000000000000000000000000000000000000000
  1248.         0000000000000000000000000000000000000000000000000000000000000000
  1249.         0000000000000000000000000000000000000000000000000000000000000000
  1250.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1251.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  1252.         0707070707070707070707070700070707070707070707070707070707070707
  1253.         0700070707070707000007070707070707070707070007070707070700000707
  1254.         0707070707070707070007070707070000070707070404040707070707000700
  1255.         0707070000070707070404040707070707000700000700000707070707070707
  1256.         07070707070007000000000007070707070404F8070707070700070000000000
  1257.         00000007070404F8070707070700070000000000000007070707040407070707
  1258.         0700070000000000000707070707070404F8070707000700000000000707F804
  1259.         040707F80404F807070007000000000707070404F80707070404040707000700
  1260.         0000070707070404F807070704040407070007000007070707070704040707F8
  1261.         0404F8070700070007070707070707070404040404F807070700070707070707
  1262.         0707070707070707070707070700}
  1263.       Options = [boPopupMark, boShowBevel]
  1264.       Font.Color = clBlack
  1265.       Font.Height = -12
  1266.       Font.Name = 'Arial'
  1267.       Font.Style = [fsBold]
  1268.       OnClick = OfficeButton1Click
  1269.       ParentFont = False
  1270.       IBitmap = {
  1271.         424D8A0500000000000036040000280000001300000011000000010008000000
  1272.         0000540100000000000000000000000000000000000000000000000080000080
  1273.         000000808000800000008000800080800000C0C0C000C0DCC000F0CAA6000000
  1274.         0000000000000000000000000000000000000000000000000000000000000000
  1275.         0000000000000000000000000000000000000000000000000000000000000000
  1276.         0000000000000000000000000000000000000000000000000000000000000000
  1277.         0000000000000000000000000000000000000000000000000000000000000000
  1278.         0000000000000000000000000000000000000000000000000000000000000000
  1279.         0000000000000000000000000000000000000000000000000000000000000000
  1280.         0000000000000000000000000000000000000000000000000000000000000000
  1281.         0000000000000000000000000000000000000000000000000000000000000000
  1282.         0000000000000000000000000000000000000000000000000000000000000000
  1283.         0000000000000000000000000000000000000000000000000000000000000000
  1284.         0000000000000000000000000000000000000000000000000000000000000000
  1285.         0000000000000000000000000000000000000000000000000000000000000000
  1286.         0000000000000000000000000000000000000000000000000000000000000000
  1287.         0000000000000000000000000000000000000000000000000000000000000000
  1288.         0000000000000000000000000000000000000000000000000000000000000000
  1289.         0000000000000000000000000000000000000000000000000000000000000000
  1290.         0000000000000000000000000000000000000000000000000000000000000000
  1291.         0000000000000000000000000000000000000000000000000000000000000000
  1292.         0000000000000000000000000000000000000000000000000000000000000000
  1293.         0000000000000000000000000000000000000000000000000000000000000000
  1294.         0000000000000000000000000000000000000000000000000000000000000000
  1295.         0000000000000000000000000000000000000000000000000000000000000000
  1296.         0000000000000000000000000000000000000000000000000000000000000000
  1297.         0000000000000000000000000000000000000000000000000000000000000000
  1298.         0000000000000000000000000000000000000000000000000000000000000000
  1299.         0000000000000000000000000000000000000000000000000000000000000000
  1300.         0000000000000000000000000000000000000000000000000000000000000000
  1301.         0000000000000000000000000000000000000000000000000000000000000000
  1302.         0000000000000000000000000000000000000000000000000000000000000000
  1303.         0000000000000000000000000000F0FBFF00A4A0A000808080000000FF0000FF
  1304.         000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0007070707070707070707
  1305.         0707070707070707070707070707070707070707070707070707070707070707
  1306.         0707070700000707070707070707070707070707070707070000070707070707
  1307.         0707070707070707070707000007070707F8F8F8070707070700070007070700
  1308.         0007070707F8F8F8070707070700070000070000070707070707070707070707
  1309.         07000700000000000707070707F8F8FF07070707070007000000000000000007
  1310.         07F8F8FF070707070700070000000000000007070707F8F80707070707000700
  1311.         0000000000070707070707F8F8FF070707000700000000000707FFF8F80707FF
  1312.         F8F8FF0707000700000000070707F8F8FF070707F8F8F8070707070000000707
  1313.         0707F8F8FF070707F8F8F8070707070000070707070707F8F80707FFF8F8FF07
  1314.         070707000707070707070707F8F8F8F8F8FF0707070707070707070707070707
  1315.         07070707070707070707}
  1316.     end
  1317.   end
  1318.   object MainSysInfo: TSysInfo
  1319.     Left = 74
  1320.     Top = 39
  1321.   end
  1322.   object SYSTimer: TTimer
  1323.     Interval = 2000
  1324.     OnTimer = SYSTimerTimer
  1325.     Left = 24
  1326.     Top = 40
  1327.   end
  1328.   object MSOfficeCaption1: TMSOfficeCaption
  1329.     AppNameText.Caption = 'Program -'
  1330.     AppNameText.FontKind = fkSystemB
  1331.     AppNameText.Visible = False
  1332.     CaptionText.Caption = 'Instant System Information'
  1333.     CaptionText.FontKind = fkSystem
  1334.     CaptionText.Visible = True
  1335.     CompanyText.Caption = 'Sight && Sound'
  1336.     CompanyText.Font.Color = clWindowText
  1337.     CompanyText.Font.Height = -11
  1338.     CompanyText.Font.Name = 'Arial'
  1339.     CompanyText.Font.Pitch = fpVariable
  1340.     CompanyText.Font.Style = [fsBold, fsItalic]
  1341.     CompanyText.FontKind = fkCustom
  1342.     CompanyText.Visible = True
  1343.     Enabled = geWhenActive
  1344.     Left = 50
  1345.     Top = 76
  1346.   end
  1347. end
  1348.