home *** CD-ROM | disk | FTP | other *** search
/ BUG 10 / BUGCD1998_01.ISO / bug_62 / drbob / setup.exe / Main / DRBOB.DLL / RCDATA / TRESOURCEMONITORFORM / TRESOURCEMONITORFORM.txt
Encoding:
Text File  |  1997-05-26  |  3.4 KB  |  113 lines

  1. object ResourceMonitorForm: TResourceMonitorForm
  2.   Left = 224
  3.   Top = 121
  4.   Hint = 'Dr.Bob'#39's Resource Monitor  (Esc = colour)'
  5.   HelpContext = 10
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsNone
  8.   ClientHeight = 29
  9.   ClientWidth = 259
  10.   Color = clTeal
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   PixelsPerInch = 96
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 259
  27.     Height = 29
  28.     Align = alClient
  29.     ParentShowHint = False
  30.     ShowHint = False
  31.     Style = bsRaised
  32.   end
  33.   object LabelMemAvail: TLabel
  34.     Left = 2
  35.     Top = 1
  36.     Width = 86
  37.     Height = 13
  38.     Caption = 'LabelMemAvail'
  39.     ParentShowHint = False
  40.     ShowHint = False
  41.   end
  42.   object LabelFreeResources: TLabel
  43.     Left = 2
  44.     Top = 14
  45.     Width = 117
  46.     Height = 13
  47.     Caption = 'LabelFreeResources'
  48.     ParentShowHint = False
  49.     ShowHint = False
  50.   end
  51.   object X: TLabel
  52.     Left = 192
  53.     Top = 1
  54.     Width = 9
  55.     Height = 13
  56.     Caption = 'X'
  57.     ParentShowHint = False
  58.     ShowHint = False
  59.   end
  60.   object SnapShot: TSpeedButton
  61.     Left = 204
  62.     Top = 2
  63.     Width = 25
  64.     Height = 25
  65.     Hint = 'snapshot of current resource level'
  66.     Glyph.Data = {
  67.       76010000424D7601000000000000760000002800000020000000100000000100
  68.       04000000000000010000130B0000130B00000000000000000000000000000000
  69.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  70.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  71.       000333FFF3777777777F3000330FFFFFFF033777FF7F3FF3FF7F07B7030F00F0
  72.       0F0377777F7F7737737F0BBB030FFFFFFF0377777F7F3FFFF37F07B7030F0000
  73.       FF037777737F7777337F3000330FFFFFFF033777337F3FF3FF7F3333330F00F0
  74.       00033333337F7737777F3333330FFFF0FF033FFFFF7F3FF7F3730000030F08F0
  75.       F03377777F7F7737F7330999030FFFF0033377777F7FFFF77333099903000000
  76.       333377777F7777773333099903333333333377777F33FFFFFFF3000003300000
  77.       00337777733777777733333333330CCC033333333333777773333333333330C0
  78.       3333333333333777333333333333330333333333333333733333}
  79.     NumGlyphs = 2
  80.     OnClick = SnapShotClick
  81.   end
  82.   object Used: TSpeedButton
  83.     Left = 232
  84.     Top = 2
  85.     Width = 25
  86.     Height = 25
  87.     Hint = 'report used resource amount (since snapshot)'
  88.     Glyph.Data = {
  89.       78010000424D7801000000000000760000002800000020000000100000000100
  90.       04000000000000000000120B0000120B00000000000000000000000000000000
  91.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  92.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300030003
  93.       0003333377737773777333333333333333333FFFFFFFFFFFFFFF770000000000
  94.       0000777777777777777733039993BBB3CCC3337F737F737F737F37039993BBB3
  95.       CCC3377F737F737F737F33039993BBB3CCC33F7F737F737F737F77079997BBB7
  96.       CCC77777737773777377330399930003CCC3337F737F7773737F370399933333
  97.       CCC3377F737F3333737F330399933333CCC33F7F737FFFFF737F770700077777
  98.       CCC77777777777777377330333333333CCC3337F33333333737F370333333333
  99.       0003377F33333333777333033333333333333F7FFFFFFFFFFFFF770777777777
  100.       77777777777777777777333333333333333333333333333333330000}
  101.     NumGlyphs = 2
  102.     OnClick = UsedClick
  103.   end
  104.   object Timer1: TTimer
  105.     Interval = 500
  106.     OnTimer = Timer1Timer
  107.     Left = 144
  108.   end
  109.   object ColorDialog1: TColorDialog
  110.     Left = 120
  111.   end
  112. end
  113.