home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / memmon / _SETUP.1 / Memmon.exe / 0 / RCDATA / TMAIN / TMAIN.txt < prev   
Text File  |  1998-01-04  |  11KB  |  434 lines

  1. object Main: TMain
  2.   Left = 255
  3.   Top = 175
  4.   ActiveControl = OK
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Windows NT Memory Monitor'
  8.   ClientHeight = 431
  9.   ClientWidth = 460
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PageControl1: TPageControl
  24.     Left = 6
  25.     Top = 6
  26.     Width = 448
  27.     Height = 387
  28.     ActivePage = TabSheet1
  29.     TabOrder = 0
  30.     OnChange = PageControl1Change
  31.     object TabSheet1: TTabSheet
  32.       Caption = 'Memory'
  33.       object MemoryLoadLabel: TLabel
  34.         Left = 7
  35.         Top = 335
  36.         Width = 67
  37.         Height = 13
  38.         Caption = 'Memory Load:'
  39.       end
  40.       object MemoryLoadPercent: TLabel
  41.         Left = 78
  42.         Top = 335
  43.         Width = 14
  44.         Height = 13
  45.         Caption = '0%'
  46.       end
  47.       object GroupBox1: TGroupBox
  48.         Left = 7
  49.         Top = 4
  50.         Width = 426
  51.         Height = 102
  52.         HelpContext = 1
  53.         Caption = 'Physical Memory:'
  54.         PopupMenu = HelpMenu
  55.         TabOrder = 0
  56.         object TotalPhysLabel: TLabel
  57.           Left = 12
  58.           Top = 47
  59.           Width = 30
  60.           Height = 13
  61.           Caption = 'Total: '
  62.         end
  63.         object AvailPhysLabel: TLabel
  64.           Left = 12
  65.           Top = 71
  66.           Width = 46
  67.           Height = 13
  68.           Caption = 'Available:'
  69.         end
  70.         object TotalPhysValueKB: TLabel
  71.           Left = 92
  72.           Top = 47
  73.           Width = 43
  74.           Height = 13
  75.           Caption = '00,000 K'
  76.         end
  77.         object AvailPhysValueKB: TLabel
  78.           Left = 92
  79.           Top = 71
  80.           Width = 43
  81.           Height = 13
  82.           Caption = '00,000 K'
  83.         end
  84.         object AvailPhysPercent: TLabel
  85.           Left = 12
  86.           Top = 18
  87.           Width = 42
  88.           Height = 13
  89.           Caption = '0% Used'
  90.         end
  91.         object TotalPhysValueMB: TLabel
  92.           Left = 197
  93.           Top = 47
  94.           Width = 45
  95.           Height = 13
  96.           Caption = '(0.00 Mb)'
  97.         end
  98.         object AvailPhysValueMB: TLabel
  99.           Left = 197
  100.           Top = 71
  101.           Width = 45
  102.           Height = 13
  103.           Caption = '(0.00 Mb)'
  104.         end
  105.         object PhysBar: TProgressBar
  106.           Left = 92
  107.           Top = 18
  108.           Width = 323
  109.           Height = 14
  110.           HelpContext = 1
  111.           Min = 0
  112.           Max = 100
  113.           TabOrder = 0
  114.         end
  115.       end
  116.       object GroupBox3: TGroupBox
  117.         Left = 7
  118.         Top = 222
  119.         Width = 426
  120.         Height = 102
  121.         HelpContext = 3
  122.         Caption = 'Virtual Memory:'
  123.         PopupMenu = HelpMenu
  124.         TabOrder = 1
  125.         object AvailVirtualPercent: TLabel
  126.           Left = 12
  127.           Top = 19
  128.           Width = 42
  129.           Height = 13
  130.           Caption = '0% Used'
  131.         end
  132.         object TotalVirtualLabel: TLabel
  133.           Left = 12
  134.           Top = 48
  135.           Width = 27
  136.           Height = 13
  137.           Caption = 'Total:'
  138.         end
  139.         object AvailVirtualLabel: TLabel
  140.           Left = 12
  141.           Top = 73
  142.           Width = 46
  143.           Height = 13
  144.           Caption = 'Available:'
  145.         end
  146.         object TotalVirtualKB: TLabel
  147.           Left = 92
  148.           Top = 48
  149.           Width = 58
  150.           Height = 13
  151.           Caption = '0,000,000 K'
  152.         end
  153.         object AvailVirtualKB: TLabel
  154.           Left = 92
  155.           Top = 73
  156.           Width = 58
  157.           Height = 13
  158.           Caption = '0,000,000 K'
  159.         end
  160.         object TotalVirtualMB: TLabel
  161.           Left = 197
  162.           Top = 48
  163.           Width = 63
  164.           Height = 13
  165.           Caption = '(0000.00 Mb)'
  166.         end
  167.         object AvailVirtualMB: TLabel
  168.           Left = 197
  169.           Top = 73
  170.           Width = 60
  171.           Height = 13
  172.           Caption = '(0000.00Mb)'
  173.         end
  174.         object VirtualBar: TProgressBar
  175.           Left = 92
  176.           Top = 19
  177.           Width = 323
  178.           Height = 13
  179.           HelpContext = 3
  180.           Min = 0
  181.           Max = 100
  182.           TabOrder = 0
  183.         end
  184.       end
  185.       object GroupBox4: TGroupBox
  186.         Left = 7
  187.         Top = 113
  188.         Width = 426
  189.         Height = 102
  190.         HelpContext = 2
  191.         Caption = 'Paging File:'
  192.         PopupMenu = HelpMenu
  193.         TabOrder = 2
  194.         object AvailPageFilePercent: TLabel
  195.           Left = 12
  196.           Top = 19
  197.           Width = 42
  198.           Height = 13
  199.           Caption = '0% Used'
  200.         end
  201.         object TotalPageFileLabel: TLabel
  202.           Left = 12
  203.           Top = 47
  204.           Width = 23
  205.           Height = 13
  206.           Caption = 'Size:'
  207.         end
  208.         object AvailPageFileLabel: TLabel
  209.           Left = 12
  210.           Top = 72
  211.           Width = 46
  212.           Height = 13
  213.           Caption = 'Available:'
  214.         end
  215.         object TotalPageFileKB: TLabel
  216.           Left = 92
  217.           Top = 47
  218.           Width = 43
  219.           Height = 13
  220.           Caption = '00,000 K'
  221.         end
  222.         object AvailPageFileKB: TLabel
  223.           Left = 92
  224.           Top = 72
  225.           Width = 43
  226.           Height = 13
  227.           Caption = '00,000 K'
  228.         end
  229.         object TotalPageFileMB: TLabel
  230.           Left = 197
  231.           Top = 47
  232.           Width = 51
  233.           Height = 13
  234.           Caption = '(00.00 Mb)'
  235.         end
  236.         object AvailPageFileMB: TLabel
  237.           Left = 197
  238.           Top = 72
  239.           Width = 51
  240.           Height = 13
  241.           Caption = '(00.00 Mb)'
  242.         end
  243.         object PageFileBar: TProgressBar
  244.           Left = 92
  245.           Top = 19
  246.           Width = 323
  247.           Height = 13
  248.           HelpContext = 2
  249.           Min = 0
  250.           Max = 100
  251.           TabOrder = 0
  252.         end
  253.       end
  254.       object MemoryLoadBar: TProgressBar
  255.         Left = 110
  256.         Top = 335
  257.         Width = 323
  258.         Height = 13
  259.         HelpContext = 4
  260.         Min = 0
  261.         Max = 100
  262.         PopupMenu = HelpMenu
  263.         TabOrder = 3
  264.       end
  265.     end
  266.     object TabSheet2: TTabSheet
  267.       Caption = 'Settings'
  268.       object GroupBox2: TGroupBox
  269.         Left = 7
  270.         Top = 4
  271.         Width = 426
  272.         Height = 80
  273.         HelpContext = 7
  274.         Caption = '&Update Interval'
  275.         PopupMenu = HelpMenu
  276.         TabOrder = 0
  277.         object Label4: TLabel
  278.           Left = 197
  279.           Top = 58
  280.           Width = 46
  281.           Height = 13
  282.           Caption = '1 Second'
  283.         end
  284.         object TrackBar1: TTrackBar
  285.           Left = 53
  286.           Top = 24
  287.           Width = 320
  288.           Height = 31
  289.           HelpContext = 7
  290.           Ctl3D = True
  291.           Max = 4
  292.           Orientation = trHorizontal
  293.           ParentCtl3D = False
  294.           PopupMenu = HelpMenu
  295.           Frequency = 1
  296.           Position = 2
  297.           SelEnd = 0
  298.           SelStart = 0
  299.           TabOrder = 0
  300.           TickMarks = tmBottomRight
  301.           TickStyle = tsAuto
  302.           OnChange = TrackBar1Change
  303.         end
  304.       end
  305.       object GroupBox5: TGroupBox
  306.         Left = 7
  307.         Top = 91
  308.         Width = 426
  309.         Height = 258
  310.         Caption = 'Percentages'
  311.         TabOrder = 1
  312.         object PhysRG: TRadioGroup
  313.           Left = 12
  314.           Top = 17
  315.           Width = 402
  316.           Height = 70
  317.           HelpContext = 9
  318.           Caption = '&Physical Memory Shows:'
  319.           Columns = 2
  320.           ItemIndex = 0
  321.           Items.Strings = (
  322.             '% Free'
  323.             '% Used')
  324.           PopupMenu = HelpMenu
  325.           TabOrder = 0
  326.         end
  327.         object PageRG: TRadioGroup
  328.           Left = 12
  329.           Top = 95
  330.           Width = 402
  331.           Height = 70
  332.           HelpContext = 10
  333.           Caption = 'Paging &File Shows:'
  334.           Columns = 2
  335.           ItemIndex = 0
  336.           Items.Strings = (
  337.             '% Free'
  338.             '% Used')
  339.           PopupMenu = HelpMenu
  340.           TabOrder = 1
  341.         end
  342.         object VirtRG: TRadioGroup
  343.           Left = 12
  344.           Top = 174
  345.           Width = 402
  346.           Height = 70
  347.           HelpContext = 11
  348.           Caption = '&Virtual Memory Shows:'
  349.           Columns = 2
  350.           ItemIndex = 0
  351.           Items.Strings = (
  352.             '% Free'
  353.             '% Used')
  354.           PopupMenu = HelpMenu
  355.           TabOrder = 2
  356.         end
  357.       end
  358.     end
  359.   end
  360.   object OK: TButton
  361.     Left = 379
  362.     Top = 400
  363.     Width = 75
  364.     Height = 25
  365.     HelpContext = 6
  366.     Cancel = True
  367.     Caption = 'OK'
  368.     Default = True
  369.     PopupMenu = HelpMenu
  370.     TabOrder = 3
  371.     OnClick = OKClick
  372.   end
  373.   object Refresh: TBitBtn
  374.     Left = 296
  375.     Top = 400
  376.     Width = 75
  377.     Height = 25
  378.     HelpContext = 5
  379.     Caption = '&Refresh'
  380.     PopupMenu = HelpMenu
  381.     TabOrder = 2
  382.     OnClick = RefreshClick
  383.     Glyph.Data = {
  384.       76010000424D7601000000000000760000002800000020000000100000000100
  385.       0400000000000001000000000000000000001000000010000000000000000000
  386.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  387.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  388.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  389.       3333333777333777FF33339993707399933333773337F3777FF3399933000339
  390.       9933377333777F3377F3399333707333993337733337333337FF993333333333
  391.       399377F33333F333377F993333303333399377F33337FF333373993333707333
  392.       333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  393.       999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  394.       99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  395.       3393333777333777337333333999993333333333377777333333}
  396.     NumGlyphs = 2
  397.     Style = bsNew
  398.   end
  399.   object Help: TBitBtn
  400.     Left = 6
  401.     Top = 400
  402.     Width = 75
  403.     Height = 25
  404.     HelpContext = 12
  405.     Caption = '&Help'
  406.     PopupMenu = HelpMenu
  407.     TabOrder = 1
  408.     OnClick = HelpClick
  409.     Glyph.Data = {
  410.       F6000000424DF600000000000000760000002800000010000000100000000100
  411.       0400000000008000000000000000000000001000000010000000000000000000
  412.       80000080000000808000800000008000800080800000C0C0C000808080000000
  413.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00222222222222
  414.       2222222222200022222222222005580222222220055FF780222220055FF00778
  415.       0222855FF0055077802285F00555550778028005553B55507780855555535555
  416.       070225F55555BB555002225F555553BB55022225F55535BB555022225F55BBB5
  417.       5500222225F5555500222222225F550022222222222550222222}
  418.     Style = bsNew
  419.   end
  420.   object Timer1: TTimer
  421.     OnTimer = Timer1Timer
  422.     Left = 259
  423.     Top = 397
  424.   end
  425.   object HelpMenu: TPopupMenu
  426.     Left = 226
  427.     Top = 397
  428.     object WhatsThis1: TMenuItem
  429.       Caption = '&What'#39's This?'
  430.       OnClick = WhatsThis1Click
  431.     end
  432.   end
  433. end
  434.