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

  1. object About: TAbout
  2.   Left = 365
  3.   Top = 246
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About <Application Name>'
  7.   ClientHeight = 256
  8.   ClientWidth = 340
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 5
  21.     Top = 6
  22.     Width = 330
  23.     Height = 132
  24.   end
  25.   object LblAppName: TLabel
  26.     Left = 86
  27.     Top = 11
  28.     Width = 121
  29.     Height = 16
  30.     Caption = '<Application Name>'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object LblAppVersion: TLabel
  40.     Left = 86
  41.     Top = 29
  42.     Width = 103
  43.     Height = 16
  44.     Caption = 'Version xx.xx.xxxx'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object LblCopyrightNotice: TLabel
  54.     Left = 86
  55.     Top = 47
  56.     Width = 113
  57.     Height = 16
  58.     Caption = '<Copyright Notice>'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -13
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     Transparent = True
  66.   end
  67.   object LblWindows: TLabel
  68.     Left = 5
  69.     Top = 180
  70.     Width = 126
  71.     Height = 13
  72.     AutoSize = False
  73.     Caption = 'Windows xx'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     Transparent = True
  81.   end
  82.   object LblWinVer: TLabel
  83.     Left = 141
  84.     Top = 180
  85.     Width = 57
  86.     Height = 13
  87.     AutoSize = False
  88.     Caption = 'Version x.x'
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     Transparent = True
  96.   end
  97.   object LblWinBuild: TLabel
  98.     Left = 198
  99.     Top = 180
  100.     Width = 130
  101.     Height = 13
  102.     Caption = '(Build xxxx: Service Pack x)'
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     Transparent = True
  110.   end
  111.   object LblProcessor: TLabel
  112.     Left = 5
  113.     Top = 198
  114.     Width = 126
  115.     Height = 13
  116.     AutoSize = False
  117.     Caption = 'Intel Pentium'
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     Transparent = True
  125.   end
  126.   object LblNumProcessors: TLabel
  127.     Left = 141
  128.     Top = 198
  129.     Width = 92
  130.     Height = 13
  131.     AutoSize = False
  132.     Caption = '1 System processor'
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clBlack
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     ParentFont = False
  139.     Transparent = True
  140.   end
  141.   object LblTotalPhysicalMemory: TLabel
  142.     Left = 5
  143.     Top = 216
  144.     Width = 126
  145.     Height = 13
  146.     AutoSize = False
  147.     Caption = 'Total physical memory:'
  148.     Font.Charset = DEFAULT_CHARSET
  149.     Font.Color = clBlack
  150.     Font.Height = -11
  151.     Font.Name = 'MS Sans Serif'
  152.     Font.Style = []
  153.     ParentFont = False
  154.     Transparent = True
  155.   end
  156.   object LblAvailablePhysicalMemory: TLabel
  157.     Left = 5
  158.     Top = 234
  159.     Width = 126
  160.     Height = 13
  161.     AutoSize = False
  162.     Caption = 'Available physical memory:'
  163.     Font.Charset = DEFAULT_CHARSET
  164.     Font.Color = clBlack
  165.     Font.Height = -11
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = []
  168.     ParentFont = False
  169.     Transparent = True
  170.   end
  171.   object LblTotalMem: TLabel
  172.     Left = 141
  173.     Top = 216
  174.     Width = 92
  175.     Height = 13
  176.     AutoSize = False
  177.     Caption = 'xx,xxx KB'
  178.     Font.Charset = DEFAULT_CHARSET
  179.     Font.Color = clBlack
  180.     Font.Height = -11
  181.     Font.Name = 'MS Sans Serif'
  182.     Font.Style = []
  183.     ParentFont = False
  184.     Transparent = True
  185.   end
  186.   object LblAvailMem: TLabel
  187.     Left = 141
  188.     Top = 234
  189.     Width = 92
  190.     Height = 13
  191.     AutoSize = False
  192.     Caption = 'xx,xxx KB'
  193.     Font.Charset = DEFAULT_CHARSET
  194.     Font.Color = clBlack
  195.     Font.Height = -11
  196.     Font.Name = 'MS Sans Serif'
  197.     Font.Style = []
  198.     ParentFont = False
  199.     Transparent = True
  200.   end
  201.   object ImgAppIcon: TImage
  202.     Left = 11
  203.     Top = 12
  204.     Width = 32
  205.     Height = 32
  206.     Center = True
  207.   end
  208.   object UrlLabel1: TUrlLabel
  209.     Left = 141
  210.     Top = 102
  211.     Width = 168
  212.     Height = 13
  213.     Cursor = 5
  214.     AutoSize = False
  215.     Caption = 'http://ds.dial.pipex.com/john.topley'
  216.     Font.Charset = DEFAULT_CHARSET
  217.     Font.Color = clBlack
  218.     Font.Height = -11
  219.     Font.Name = 'MS Sans Serif'
  220.     Font.Style = []
  221.     ParentFont = False
  222.     PopupMenu = UrlLabel1.
  223.     Transparent = True
  224.     URL = 'http://ds.dial.pipex.com/john.topley'
  225.   end
  226.   object UrlLabel2: TUrlLabel
  227.     Left = 141
  228.     Top = 120
  229.     Width = 132
  230.     Height = 13
  231.     Cursor = 5
  232.     AutoSize = False
  233.     Caption = 'JTSoftware@dial.pipex.com'
  234.     Font.Charset = DEFAULT_CHARSET
  235.     Font.Color = clBlack
  236.     Font.Height = -11
  237.     Font.Name = 'MS Sans Serif'
  238.     Font.Style = []
  239.     ParentFont = False
  240.     PopupMenu = UrlLabel2.
  241.     Transparent = True
  242.     URL = 'mailto:jtsoftware@dial.pipex.com'
  243.   end
  244.   object LblWeb: TLabel
  245.     Left = 10
  246.     Top = 102
  247.     Width = 26
  248.     Height = 13
  249.     AutoSize = False
  250.     Caption = 'Web:'
  251.     Font.Charset = DEFAULT_CHARSET
  252.     Font.Color = clBlack
  253.     Font.Height = -11
  254.     Font.Name = 'MS Sans Serif'
  255.     Font.Style = []
  256.     ParentFont = False
  257.     Transparent = True
  258.   end
  259.   object LblEMail: TLabel
  260.     Left = 10
  261.     Top = 120
  262.     Width = 31
  263.     Height = 13
  264.     AutoSize = False
  265.     Caption = 'E-mail:'
  266.     Font.Charset = DEFAULT_CHARSET
  267.     Font.Color = clBlack
  268.     Font.Height = -11
  269.     Font.Name = 'MS Sans Serif'
  270.     Font.Style = []
  271.     ParentFont = False
  272.     Transparent = True
  273.   end
  274.   object ImgJTSoftware: TImage
  275.     Left = 10
  276.     Top = 75
  277.     Width = 250
  278.     Height = 22
  279.     AutoSize = True
  280.     Center = True
  281.     Picture.Data = {<image000.bmp>}
  282.     Transparent = True
  283.   end
  284.   object LblSystemInfo: TLabel
  285.     Left = 5
  286.     Top = 144
  287.     Width = 91
  288.     Height = 13
  289.     AutoSize = False
  290.     Caption = 'System information:'
  291.     Font.Charset = DEFAULT_CHARSET
  292.     Font.Color = clBlack
  293.     Font.Height = -11
  294.     Font.Name = 'MS Sans Serif'
  295.     Font.Style = []
  296.     ParentFont = False
  297.     Transparent = True
  298.   end
  299.   object BtnOK: TButton
  300.     Left = 260
  301.     Top = 224
  302.     Width = 75
  303.     Height = 23
  304.     Cancel = True
  305.     Caption = 'OK'
  306.     Default = True
  307.     ModalResult = 1
  308.     TabOrder = 0
  309.   end
  310. end
  311.