home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Systeme / MemInfo / MEMINFO.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-09-25  |  6KB  |  277 lines

  1. object Form1: TForm1
  2.   Left = 252
  3.   Top = 163
  4.   Hint = 'Click right mouse-button for menu'
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Form1'
  8.   ClientHeight = 70
  9.   ClientWidth = 240
  10.   Color = clBlack
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   PopupMenu = PopupMenu1
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 4
  25.     Top = 4
  26.     Width = 57
  27.     Height = 11
  28.     Caption = 'Memory load:'
  29.     Color = clBlack
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clLime
  32.     Font.Height = -9
  33.     Font.Name = 'Small Fonts'
  34.     Font.Pitch = fpVariable
  35.     Font.Style = []
  36.     ParentColor = False
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object Label2: TLabel
  41.     Left = 4
  42.     Top = 20
  43.     Width = 37
  44.     Height = 11
  45.     Caption = 'Physical:'
  46.     Color = clBlack
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clLime
  49.     Font.Height = -9
  50.     Font.Name = 'Small Fonts'
  51.     Font.Pitch = fpVariable
  52.     Font.Style = []
  53.     ParentColor = False
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object Label3: TLabel
  58.     Left = 4
  59.     Top = 36
  60.     Width = 28
  61.     Height = 11
  62.     Caption = 'Virtual:'
  63.     Color = clBlack
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clLime
  66.     Font.Height = -9
  67.     Font.Name = 'Small Fonts'
  68.     Font.Pitch = fpVariable
  69.     Font.Style = []
  70.     ParentColor = False
  71.     ParentFont = False
  72.     Transparent = True
  73.   end
  74.   object Label4: TLabel
  75.     Left = 4
  76.     Top = 52
  77.     Width = 36
  78.     Height = 11
  79.     Caption = 'Swapfile:'
  80.     Color = clBlack
  81.     Font.Charset = ANSI_CHARSET
  82.     Font.Color = clLime
  83.     Font.Height = -9
  84.     Font.Name = 'Small Fonts'
  85.     Font.Pitch = fpVariable
  86.     Font.Style = []
  87.     ParentColor = False
  88.     ParentFont = False
  89.     Transparent = True
  90.   end
  91.   object Shape1: TShape
  92.     Left = 3
  93.     Top = 16
  94.     Width = 233
  95.     Height = 2
  96.     Brush.Color = clLime
  97.     Pen.Color = clFuchsia
  98.     Pen.Style = psClear
  99.     Pen.Width = 0
  100.   end
  101.   object Shape2: TShape
  102.     Left = 3
  103.     Top = 32
  104.     Width = 233
  105.     Height = 2
  106.     Brush.Color = clLime
  107.     Pen.Style = psClear
  108.     Pen.Width = 0
  109.   end
  110.   object Shape3: TShape
  111.     Left = 3
  112.     Top = 48
  113.     Width = 233
  114.     Height = 2
  115.     Brush.Color = clLime
  116.     Pen.Style = psClear
  117.   end
  118.   object Shape4: TShape
  119.     Left = 3
  120.     Top = 64
  121.     Width = 233
  122.     Height = 2
  123.     Brush.Color = clLime
  124.     Pen.Style = psClear
  125.   end
  126.   object loadMeter: TShape
  127.     Left = 3
  128.     Top = 16
  129.     Width = 110
  130.     Height = 2
  131.     Brush.Color = clRed
  132.     Pen.Style = psClear
  133.     Pen.Width = 0
  134.   end
  135.   object physMeter: TShape
  136.     Left = 3
  137.     Top = 32
  138.     Width = 110
  139.     Height = 2
  140.     Brush.Color = clRed
  141.     Pen.Style = psClear
  142.     Pen.Width = 0
  143.   end
  144.   object virtMeter: TShape
  145.     Left = 3
  146.     Top = 48
  147.     Width = 110
  148.     Height = 2
  149.     Brush.Color = clRed
  150.     Pen.Style = psClear
  151.   end
  152.   object swapMeter: TShape
  153.     Left = 3
  154.     Top = 64
  155.     Width = 110
  156.     Height = 2
  157.     Brush.Color = clRed
  158.     Pen.Style = psClear
  159.   end
  160.   object loadLabel: TLabel
  161.     Left = 216
  162.     Top = 4
  163.     Width = 19
  164.     Height = 11
  165.     Alignment = taRightJustify
  166.     Caption = '0'
  167.     Color = clBlack
  168.     Font.Charset = ANSI_CHARSET
  169.     Font.Color = clLime
  170.     Font.Height = -9
  171.     Font.Name = 'Small Fonts'
  172.     Font.Pitch = fpVariable
  173.     Font.Style = []
  174.     ParentColor = False
  175.     ParentFont = False
  176.     Transparent = True
  177.   end
  178.   object physLabel: TLabel
  179.     Left = 216
  180.     Top = 20
  181.     Width = 19
  182.     Height = 11
  183.     Alignment = taRightJustify
  184.     Caption = '0'
  185.     Color = clBlack
  186.     Font.Charset = ANSI_CHARSET
  187.     Font.Color = clLime
  188.     Font.Height = -9
  189.     Font.Name = 'Small Fonts'
  190.     Font.Pitch = fpVariable
  191.     Font.Style = []
  192.     ParentColor = False
  193.     ParentFont = False
  194.     Transparent = True
  195.   end
  196.   object virtLabel: TLabel
  197.     Left = 216
  198.     Top = 36
  199.     Width = 19
  200.     Height = 11
  201.     Alignment = taRightJustify
  202.     Caption = '0'
  203.     Color = clBlack
  204.     Font.Charset = ANSI_CHARSET
  205.     Font.Color = clLime
  206.     Font.Height = -9
  207.     Font.Name = 'Small Fonts'
  208.     Font.Pitch = fpVariable
  209.     Font.Style = []
  210.     ParentColor = False
  211.     ParentFont = False
  212.     Transparent = True
  213.   end
  214.   object swapLabel: TLabel
  215.     Left = 216
  216.     Top = 52
  217.     Width = 19
  218.     Height = 11
  219.     Alignment = taRightJustify
  220.     Caption = '0'
  221.     Color = clBlack
  222.     Font.Charset = ANSI_CHARSET
  223.     Font.Color = clLime
  224.     Font.Height = -9
  225.     Font.Name = 'Small Fonts'
  226.     Font.Pitch = fpVariable
  227.     Font.Style = []
  228.     ParentColor = False
  229.     ParentFont = False
  230.     Transparent = True
  231.   end
  232.   object PopupMenu1: TPopupMenu
  233.     Left = 68
  234.     Top = 32
  235.     object stayOnTop: TMenuItem
  236.       Caption = 'Always on top'
  237.       ShortCut = 0
  238.       OnClick = stayOnTopClick
  239.     end
  240.     object Stayblack: TMenuItem
  241.       Caption = 'Always dark'
  242.       ShortCut = 0
  243.       OnClick = StayblackClick
  244.     end
  245.     object Mark1: TMenuItem
  246.       Caption = 'Mark now!'
  247.       ShortCut = 0
  248.       OnClick = Mark1Click
  249.     end
  250.     object Compare1: TMenuItem
  251.       Caption = 'Compare now!'
  252.       ShortCut = 0
  253.       OnClick = Compare1Click
  254.     end
  255.     object About1: TMenuItem
  256.       Caption = 'About'
  257.       ShortCut = 0
  258.       OnClick = About1Click
  259.     end
  260.     object N1: TMenuItem
  261.       Caption = '-'
  262.       ShortCut = 0
  263.     end
  264.     object Exit: TMenuItem
  265.       Caption = 'Exit'
  266.       ShortCut = 0
  267.       OnClick = ExitClick
  268.     end
  269.   end
  270.   object Timer1: TTimer
  271.     Interval = 100
  272.     OnTimer = Timer1Timer
  273.     Left = 128
  274.     Top = 32
  275.   end
  276. end
  277.