home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Hardware / Drivers / Freememo / FREEMEM.EXE / 0 / RCDATA / TFRMFREEMEM / TFRMFREEMEM.txt < prev   
Text File  |  1998-06-24  |  50KB  |  1,818 lines

  1. object frmFreeMem: TfrmFreeMem
  2.   Left = 156
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Free Memory Tool'
  7.   ClientHeight = 271
  8.   ClientWidth = 411
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefaultPosOnly
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 411
  26.     Height = 271
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     BorderWidth = 5
  30.     TabOrder = 0
  31.     object PageControl1: TPageControl
  32.       Left = 5
  33.       Top = 5
  34.       Width = 401
  35.       Height = 261
  36.       ActivePage = tabAboutMEWPro
  37.       Align = alClient
  38.       TabOrder = 0
  39.       TabStop = False
  40.       object TabSheet1: TTabSheet
  41.         Caption = 'Free Memory'
  42.         object Label1: TLabel
  43.           Left = 16
  44.           Top = 163
  45.           Width = 151
  46.           Height = 13
  47.           Caption = 'Allocate and Free not more than'
  48.         end
  49.         object Label2: TLabel
  50.           Left = 216
  51.           Top = 163
  52.           Width = 27
  53.           Height = 13
  54.           Caption = 'times.'
  55.         end
  56.         object lstMem: TListBox
  57.           Left = 8
  58.           Top = 8
  59.           Width = 377
  60.           Height = 137
  61.           Columns = 5
  62.           ItemHeight = 13
  63.           TabOrder = 0
  64.           OnDblClick = lstMemDblClick
  65.         end
  66.         object butAlloc: TButton
  67.           Left = 8
  68.           Top = 192
  69.           Width = 137
  70.           Height = 25
  71.           Caption = 'Allocate and Free'
  72.           Default = True
  73.           TabOrder = 2
  74.           OnClick = butAllocClick
  75.         end
  76.         object UpDown1: TUpDown
  77.           Left = 201
  78.           Top = 160
  79.           Width = 15
  80.           Height = 21
  81.           Associate = txtMaxTimes
  82.           Min = 1
  83.           Max = 20
  84.           Position = 2
  85.           TabOrder = 3
  86.           Wrap = False
  87.         end
  88.         object txtMaxTimes: TEdit
  89.           Left = 176
  90.           Top = 160
  91.           Width = 25
  92.           Height = 21
  93.           MaxLength = 2
  94.           TabOrder = 1
  95.           Text = '2'
  96.         end
  97.         object butClose1: TButton
  98.           Left = 312
  99.           Top = 192
  100.           Width = 73
  101.           Height = 25
  102.           Cancel = True
  103.           Caption = 'Minimize'
  104.           TabOrder = 4
  105.           OnClick = butClose1Click
  106.         end
  107.         object Button1: TButton
  108.           Left = 232
  109.           Top = 192
  110.           Width = 75
  111.           Height = 25
  112.           Caption = '&Help'
  113.           TabOrder = 5
  114.           OnClick = Button1Click
  115.         end
  116.       end
  117.       object TabSheet2: TTabSheet
  118.         Caption = 'Statistics'
  119.         object Label3: TLabel
  120.           Left = 16
  121.           Top = 208
  122.           Width = 121
  123.           Height = 17
  124.           Alignment = taCenter
  125.           AutoSize = False
  126.           Caption = 'Label3'
  127.         end
  128.         object Label4: TLabel
  129.           Left = 8
  130.           Top = 8
  131.           Width = 141
  132.           Height = 13
  133.           Caption = 'Available RAM to applications'
  134.         end
  135.         object Label26: TLabel
  136.           Left = 172
  137.           Top = 200
  138.           Width = 20
  139.           Height = 13
  140.           Caption = 'Title'
  141.           OnClick = Label26Click
  142.         end
  143.         object butClose2: TButton
  144.           Left = 312
  145.           Top = 192
  146.           Width = 73
  147.           Height = 25
  148.           Cancel = True
  149.           Caption = 'Minimize'
  150.           TabOrder = 0
  151.           OnClick = butClose1Click
  152.         end
  153.         object Panel2: TPanel
  154.           Left = 8
  155.           Top = 24
  156.           Width = 377
  157.           Height = 153
  158.           BevelInner = bvLowered
  159.           TabOrder = 1
  160.           object PerformanceChart1: TPerformanceChart
  161.             Left = 2
  162.             Top = 2
  163.             Width = 373
  164.             Height = 149
  165.             Caption = 'Free Memory (RAM)'
  166.             Align = alClient
  167.             Font.Charset = ANSI_CHARSET
  168.             Font.Color = clMaroon
  169.             Font.Height = -12
  170.             Font.Name = 'Arial'
  171.             Font.Style = [fsBold]
  172.             ParentFont = False
  173.             ScaleFont.Charset = ANSI_CHARSET
  174.             ScaleFont.Color = clMaroon
  175.             ScaleFont.Height = -11
  176.             ScaleFont.Name = 'Arial'
  177.             ScaleFont.Style = [fsBold]
  178.             OnGetMaxY = PerformanceChart1GetMaxY
  179.             OnGetYDisplay = PerformanceChart1GetYDisplay
  180.           end
  181.         end
  182.         object TrackBar1: TTrackBar
  183.           Left = 8
  184.           Top = 184
  185.           Width = 129
  186.           Height = 17
  187.           Orientation = trHorizontal
  188.           Frequency = 1
  189.           Position = 1
  190.           SelEnd = 0
  191.           SelStart = 0
  192.           TabOrder = 2
  193.           TickMarks = tmBottomRight
  194.           TickStyle = tsAuto
  195.           OnChange = TrackBar1Change
  196.         end
  197.         object chkCaption: TCheckBox
  198.           Left = 152
  199.           Top = 184
  200.           Width = 73
  201.           Height = 17
  202.           Caption = 'Show in'
  203.           State = cbChecked
  204.           TabOrder = 3
  205.           OnClick = chkCaptionClick
  206.         end
  207.         object Button2: TButton
  208.           Left = 232
  209.           Top = 192
  210.           Width = 75
  211.           Height = 25
  212.           Caption = '&Help'
  213.           TabOrder = 4
  214.           OnClick = Button2Click
  215.         end
  216.       end
  217.       object tabBackground: TTabSheet
  218.         Caption = 'Background'
  219.         object Label18: TLabel
  220.           Left = 8
  221.           Top = 16
  222.           Width = 189
  223.           Height = 13
  224.           Caption = 'The critical amount of memory for you is:'
  225.         end
  226.         object Label19: TLabel
  227.           Left = 256
  228.           Top = 16
  229.           Width = 14
  230.           Height = 13
  231.           Caption = 'KB'
  232.         end
  233.         object Label20: TLabel
  234.           Left = 136
  235.           Top = 74
  236.           Width = 26
  237.           Height = 13
  238.           Caption = 'every'
  239.         end
  240.         object Label21: TLabel
  241.           Left = 224
  242.           Top = 74
  243.           Width = 39
  244.           Height = 13
  245.           Caption = 'minutes.'
  246.         end
  247.         object Label22: TLabel
  248.           Left = 136
  249.           Top = 138
  250.           Width = 237
  251.           Height = 13
  252.           Caption = 'if you have less than the critical amount of memory'
  253.         end
  254.         object Label23: TLabel
  255.           Left = 152
  256.           Top = 168
  257.           Width = 43
  258.           Height = 13
  259.           Caption = 'seconds.'
  260.         end
  261.         object Label24: TLabel
  262.           Left = 24
  263.           Top = 168
  264.           Width = 62
  265.           Height = 13
  266.           Caption = 'for more than'
  267.         end
  268.         object labNext: TLabel
  269.           Left = 24
  270.           Top = 104
  271.           Width = 22
  272.           Height = 13
  273.           Caption = 'Next'
  274.         end
  275.         object butClose4: TButton
  276.           Left = 312
  277.           Top = 192
  278.           Width = 73
  279.           Height = 25
  280.           Cancel = True
  281.           Caption = 'Minimize'
  282.           TabOrder = 0
  283.           OnClick = butClose1Click
  284.         end
  285.         object udCritical: TUpDown
  286.           Left = 201
  287.           Top = 16
  288.           Width = 15
  289.           Height = 17
  290.           AlignButton = udLeft
  291.           Associate = txtCritical
  292.           Min = 100
  293.           Max = 32000
  294.           Increment = 100
  295.           Position = 500
  296.           TabOrder = 1
  297.           Wrap = False
  298.           OnClick = udCriticalClick
  299.         end
  300.         object txtCritical: TEdit
  301.           Left = 216
  302.           Top = 16
  303.           Width = 37
  304.           Height = 17
  305.           BorderStyle = bsNone
  306.           Color = clBtnFace
  307.           ReadOnly = True
  308.           TabOrder = 2
  309.           Text = '500'
  310.         end
  311.         object chkBackground: TCheckBox
  312.           Left = 8
  313.           Top = 40
  314.           Width = 165
  315.           Height = 17
  316.           Caption = 'Background Activity'
  317.           TabOrder = 3
  318.           OnClick = chkBackgroundClick
  319.         end
  320.         object chkRegular: TCheckBox
  321.           Left = 8
  322.           Top = 72
  323.           Width = 65
  324.           Height = 17
  325.           Caption = 'Free up'
  326.           TabOrder = 4
  327.           OnClick = chkRegularClick
  328.         end
  329.         object Edit5: TEdit
  330.           Left = 184
  331.           Top = 74
  332.           Width = 33
  333.           Height = 17
  334.           BorderStyle = bsNone
  335.           Color = clBtnFace
  336.           ReadOnly = True
  337.           TabOrder = 5
  338.           Text = '30'
  339.         end
  340.         object udmin: TUpDown
  341.           Left = 169
  342.           Top = 74
  343.           Width = 15
  344.           Height = 17
  345.           AlignButton = udLeft
  346.           Associate = Edit5
  347.           Min = 5
  348.           Max = 1440
  349.           Increment = 5
  350.           Position = 30
  351.           TabOrder = 6
  352.           Wrap = False
  353.           OnClick = udminClick
  354.         end
  355.         object chkCritical: TCheckBox
  356.           Left = 8
  357.           Top = 136
  358.           Width = 65
  359.           Height = 17
  360.           Caption = 'Free up'
  361.           TabOrder = 7
  362.           OnClick = chkCriticalClick
  363.         end
  364.         object Edit7: TEdit
  365.           Left = 112
  366.           Top = 168
  367.           Width = 33
  368.           Height = 17
  369.           BorderStyle = bsNone
  370.           Color = clBtnFace
  371.           ReadOnly = True
  372.           TabOrder = 8
  373.           Text = '30'
  374.         end
  375.         object udsec: TUpDown
  376.           Left = 97
  377.           Top = 168
  378.           Width = 15
  379.           Height = 17
  380.           AlignButton = udLeft
  381.           Associate = Edit7
  382.           Min = 1
  383.           Max = 3600
  384.           Position = 30
  385.           TabOrder = 9
  386.           Wrap = False
  387.           OnClick = udsecClick
  388.         end
  389.         object cboRegular: TComboBox
  390.           Left = 68
  391.           Top = 72
  392.           Width = 61
  393.           Height = 21
  394.           Style = csDropDownList
  395.           ItemHeight = 13
  396.           TabOrder = 10
  397.         end
  398.         object cboCritical: TComboBox
  399.           Left = 68
  400.           Top = 136
  401.           Width = 61
  402.           Height = 21
  403.           Style = csDropDownList
  404.           ItemHeight = 13
  405.           TabOrder = 11
  406.         end
  407.         object Button3: TButton
  408.           Left = 232
  409.           Top = 192
  410.           Width = 75
  411.           Height = 25
  412.           Caption = '&Help'
  413.           TabOrder = 12
  414.           OnClick = Button3Click
  415.         end
  416.       end
  417.       object tabStartup: TTabSheet
  418.         Caption = 'Startup'
  419.         object butClose5: TButton
  420.           Left = 312
  421.           Top = 192
  422.           Width = 73
  423.           Height = 25
  424.           Cancel = True
  425.           Caption = 'Minimize'
  426.           TabOrder = 0
  427.           OnClick = butClose1Click
  428.         end
  429.         object Button4: TButton
  430.           Left = 232
  431.           Top = 192
  432.           Width = 75
  433.           Height = 25
  434.           Caption = '&Help'
  435.           TabOrder = 1
  436.           OnClick = Button4Click
  437.         end
  438.         object chkAutoRun: TCheckBox
  439.           Left = 12
  440.           Top = 36
  441.           Width = 181
  442.           Height = 17
  443.           Caption = 'Run automaticly with Windows'
  444.           TabOrder = 2
  445.           OnClick = chkAutoRunClick
  446.         end
  447.         object GroupBox1: TGroupBox
  448.           Left = 16
  449.           Top = 64
  450.           Width = 361
  451.           Height = 113
  452.           Caption = 'Startup Options'
  453.           TabOrder = 3
  454.           object Label27: TLabel
  455.             Left = 16
  456.             Top = 26
  457.             Width = 36
  458.             Height = 13
  459.             Caption = 'Free up'
  460.           end
  461.           object Label28: TLabel
  462.             Left = 16
  463.             Top = 56
  464.             Width = 104
  465.             Height = 13
  466.             Caption = 'Free up not more than'
  467.           end
  468.           object Label29: TLabel
  469.             Left = 176
  470.             Top = 56
  471.             Width = 27
  472.             Height = 13
  473.             Caption = 'times.'
  474.           end
  475.           object Label30: TLabel
  476.             Left = 176
  477.             Top = 80
  478.             Width = 43
  479.             Height = 13
  480.             Caption = 'seconds.'
  481.           end
  482.           object Label31: TLabel
  483.             Left = 16
  484.             Top = 80
  485.             Width = 56
  486.             Height = 13
  487.             Caption = 'And wait for'
  488.           end
  489.           object cboAutoRun: TComboBox
  490.             Left = 64
  491.             Top = 24
  492.             Width = 73
  493.             Height = 21
  494.             Style = csDropDownList
  495.             ItemHeight = 13
  496.             TabOrder = 0
  497.           end
  498.           object Edit4: TEdit
  499.             Left = 144
  500.             Top = 55
  501.             Width = 25
  502.             Height = 18
  503.             BorderStyle = bsNone
  504.             Color = clBtnFace
  505.             ReadOnly = True
  506.             TabOrder = 1
  507.             Text = '3'
  508.           end
  509.           object udAutoTimes: TUpDown
  510.             Left = 129
  511.             Top = 55
  512.             Width = 15
  513.             Height = 18
  514.             AlignButton = udLeft
  515.             Associate = Edit4
  516.             Min = 1
  517.             Max = 20
  518.             Position = 3
  519.             TabOrder = 2
  520.             Wrap = False
  521.           end
  522.           object Edit6: TEdit
  523.             Left = 144
  524.             Top = 79
  525.             Width = 25
  526.             Height = 18
  527.             BorderStyle = bsNone
  528.             Color = clBtnFace
  529.             ReadOnly = True
  530.             TabOrder = 3
  531.             Text = '15'
  532.           end
  533.           object udAutoDelay: TUpDown
  534.             Left = 129
  535.             Top = 79
  536.             Width = 15
  537.             Height = 18
  538.             AlignButton = udLeft
  539.             Associate = Edit6
  540.             Min = 1
  541.             Max = 3600
  542.             Position = 15
  543.             TabOrder = 4
  544.             Wrap = False
  545.           end
  546.         end
  547.       end
  548.       object TabSheet6: TTabSheet
  549.         Caption = 'Icon'
  550.         object Image1: TImage
  551.           Left = 8
  552.           Top = 192
  553.           Width = 32
  554.           Height = 32
  555.           AutoSize = True
  556.           Picture.Data = {<image000.ico>}
  557.           Visible = False
  558.         end
  559.         object Image2: TImage
  560.           Left = 48
  561.           Top = 192
  562.           Width = 32
  563.           Height = 32
  564.           AutoSize = True
  565.           Picture.Data = {<image001.ico>}
  566.           Visible = False
  567.         end
  568.         object Image3: TImage
  569.           Left = 112
  570.           Top = 192
  571.           Width = 32
  572.           Height = 32
  573.           AutoSize = True
  574.           Picture.Data = {<image002.ico>}
  575.           Visible = False
  576.         end
  577.         object Image4: TImage
  578.           Left = 160
  579.           Top = 192
  580.           Width = 32
  581.           Height = 32
  582.           AutoSize = True
  583.           Picture.Data = {<image003.ico>}
  584.           Visible = False
  585.         end
  586.         object Image5: TImage
  587.           Left = 216
  588.           Top = 192
  589.           Width = 32
  590.           Height = 32
  591.           AutoSize = True
  592.           Picture.Data = {<image004.ico>}
  593.           Visible = False
  594.         end
  595.         object Image6: TImage
  596.           Left = 256
  597.           Top = 192
  598.           Width = 32
  599.           Height = 32
  600.           AutoSize = True
  601.           Picture.Data = {<image005.ico>}
  602.           Visible = False
  603.         end
  604.         object Label12: TLabel
  605.           Left = 8
  606.           Top = 8
  607.           Width = 350
  608.           Height = 45
  609.           AutoSize = False
  610.           Caption = 
  611.             'You can activate a small icon in the taskbar instead of having t' +
  612.             'his program use a lot of space between your other programs. If y' +
  613.             'ou have the icon activated, the program is minimized to the tray' +
  614.             ' area.'
  615.           WordWrap = True
  616.         end
  617.         object Label13: TLabel
  618.           Left = 8
  619.           Top = 88
  620.           Width = 357
  621.           Height = 29
  622.           AutoSize = False
  623.           Caption = 
  624.             'A red icon is shown if your free RAM falles below the critical a' +
  625.             'mount. You can set the critical amount on the "Enhanced" page.'
  626.           WordWrap = True
  627.         end
  628.         object Label14: TLabel
  629.           Left = 8
  630.           Top = 120
  631.           Width = 36
  632.           Height = 13
  633.           Caption = 'Show a'
  634.         end
  635.         object Label15: TLabel
  636.           Left = 56
  637.           Top = 120
  638.           Width = 38
  639.           Height = 13
  640.           Caption = 'Yellow'
  641.           Font.Charset = DEFAULT_CHARSET
  642.           Font.Color = clYellow
  643.           Font.Height = -11
  644.           Font.Name = 'MS Sans Serif'
  645.           Font.Style = [fsBold]
  646.           ParentFont = False
  647.         end
  648.         object Label16: TLabel
  649.           Left = 104
  650.           Top = 120
  651.           Width = 129
  652.           Height = 13
  653.           Caption = 'Icon if free RAM falls below'
  654.         end
  655.         object Label17: TLabel
  656.           Left = 296
  657.           Top = 120
  658.           Width = 14
  659.           Height = 13
  660.           Caption = 'KB'
  661.         end
  662.         object Label25: TLabel
  663.           Left = 8
  664.           Top = 154
  665.           Width = 122
  666.           Height = 13
  667.           Caption = 'The three menu free-ups: '
  668.         end
  669.         object Image7: TImage
  670.           Left = 296
  671.           Top = 192
  672.           Width = 32
  673.           Height = 32
  674.           AutoSize = True
  675.           Picture.Data = {<image006.ico>}
  676.           Visible = False
  677.         end
  678.         object butClose6: TButton
  679.           Left = 312
  680.           Top = 192
  681.           Width = 73
  682.           Height = 25
  683.           Cancel = True
  684.           Caption = 'Minimize'
  685.           TabOrder = 0
  686.           OnClick = butClose1Click
  687.         end
  688.         object chkShowIcon: TCheckBox
  689.           Left = 8
  690.           Top = 64
  691.           Width = 97
  692.           Height = 17
  693.           Caption = 'Show Icon'
  694.           State = cbChecked
  695.           TabOrder = 1
  696.           OnClick = chkShowIconClick
  697.         end
  698.         object txtYellow: TEdit
  699.           Left = 256
  700.           Top = 120
  701.           Width = 37
  702.           Height = 17
  703.           BorderStyle = bsNone
  704.           Color = clBtnFace
  705.           ReadOnly = True
  706.           TabOrder = 2
  707.           Text = '3.000'
  708.         end
  709.         object udYellow: TUpDown
  710.           Left = 241
  711.           Top = 120
  712.           Width = 15
  713.           Height = 17
  714.           AlignButton = udLeft
  715.           Associate = txtYellow
  716.           Min = 100
  717.           Max = 32000
  718.           Increment = 100
  719.           Position = 3000
  720.           TabOrder = 3
  721.           Wrap = False
  722.           OnClick = udYellowClick
  723.         end
  724.         object cboMenu1: TComboBox
  725.           Left = 140
  726.           Top = 152
  727.           Width = 69
  728.           Height = 21
  729.           Style = csDropDownList
  730.           ItemHeight = 13
  731.           TabOrder = 4
  732.           OnClick = cboMenu1Click
  733.         end
  734.         object cboMenu2: TComboBox
  735.           Left = 220
  736.           Top = 152
  737.           Width = 69
  738.           Height = 21
  739.           Style = csDropDownList
  740.           ItemHeight = 13
  741.           TabOrder = 5
  742.           OnClick = cboMenu2Click
  743.         end
  744.         object cboMenu3: TComboBox
  745.           Left = 300
  746.           Top = 152
  747.           Width = 69
  748.           Height = 21
  749.           Style = csDropDownList
  750.           ItemHeight = 13
  751.           TabOrder = 6
  752.           OnClick = cboMenu3Click
  753.         end
  754.         object Button5: TButton
  755.           Left = 232
  756.           Top = 192
  757.           Width = 75
  758.           Height = 25
  759.           Caption = '&Help'
  760.           TabOrder = 7
  761.           OnClick = Button5Click
  762.         end
  763.       end
  764.       object tabAboutMEWPro: TTabSheet
  765.         Caption = 'About'
  766.         object Panel99: TPanel
  767.           Left = 0
  768.           Top = 0
  769.           Width = 393
  770.           Height = 233
  771.           Align = alClient
  772.           BevelOuter = bvNone
  773.           Color = clSilver
  774.           Font.Charset = DEFAULT_CHARSET
  775.           Font.Color = clBlack
  776.           Font.Height = -11
  777.           Font.Name = 'MS Sans Serif'
  778.           Font.Style = []
  779.           ParentFont = False
  780.           TabOrder = 0
  781.           object Label5: TLabel
  782.             Left = 24
  783.             Top = 12
  784.             Width = 353
  785.             Height = 28
  786.             Alignment = taCenter
  787.             AutoSize = False
  788.             Caption = 'FreeMem Professional'
  789.             Font.Charset = ANSI_CHARSET
  790.             Font.Color = clRed
  791.             Font.Height = -24
  792.             Font.Name = 'Times New Roman'
  793.             Font.Style = [fsBold, fsItalic]
  794.             ParentFont = False
  795.           end
  796.           object lblVersionMEWPro: TLabel
  797.             Left = 16
  798.             Top = 48
  799.             Width = 153
  800.             Height = 26
  801.             Alignment = taCenter
  802.             AutoSize = False
  803.             Caption = 'Version 3'
  804.             Font.Charset = ANSI_CHARSET
  805.             Font.Color = clWindowText
  806.             Font.Height = -24
  807.             Font.Name = 'Times New Roman'
  808.             Font.Style = [fsBold]
  809.             ParentFont = False
  810.           end
  811.           object labRegistered: TLabel
  812.             Left = 2
  813.             Top = 120
  814.             Width = 185
  815.             Height = 14
  816.             Alignment = taCenter
  817.             AutoSize = False
  818.             Caption = 'Please Register this Software for'
  819.             Font.Charset = ANSI_CHARSET
  820.             Font.Color = clBlack
  821.             Font.Height = -11
  822.             Font.Name = 'Arial'
  823.             Font.Style = []
  824.             ParentFont = False
  825.           end
  826.           object Label8: TLabel
  827.             Left = 16
  828.             Top = 88
  829.             Width = 155
  830.             Height = 14
  831.             Caption = 'Copyright 1998 by Meikel Weber'
  832.             Font.Charset = ANSI_CHARSET
  833.             Font.Color = clBlack
  834.             Font.Height = -11
  835.             Font.Name = 'Arial'
  836.             Font.Style = []
  837.             ParentFont = False
  838.           end
  839.           object labPrice: TLabel
  840.             Left = 24
  841.             Top = 140
  842.             Width = 145
  843.             Height = 22
  844.             Alignment = taCenter
  845.             AutoSize = False
  846.             Caption = '$ 15'
  847.             Font.Charset = ANSI_CHARSET
  848.             Font.Color = clRed
  849.             Font.Height = -19
  850.             Font.Name = 'Arial'
  851.             Font.Style = []
  852.             ParentFont = False
  853.           end
  854.           object labEnter: TLabel
  855.             Left = 208
  856.             Top = 136
  857.             Width = 159
  858.             Height = 13
  859.             Caption = 'Enter your Registration Code here'
  860.           end
  861.           object mdURLLabel1: TmdURLLabel
  862.             Left = 222
  863.             Top = 46
  864.             Width = 149
  865.             Height = 13
  866.             Hint = 'home.t-online.de/home/meikelw/fmempro.htm'
  867.             LinkFont.Charset = DEFAULT_CHARSET
  868.             LinkFont.Color = clBlue
  869.             LinkFont.Height = -11
  870.             LinkFont.Name = 'MS Sans Serif'
  871.             LinkFont.Style = []
  872.             PassiveFont.Charset = DEFAULT_CHARSET
  873.             PassiveFont.Color = clWindowText
  874.             PassiveFont.Height = -11
  875.             PassiveFont.Name = 'MS Sans Serif'
  876.             PassiveFont.Style = []
  877.             Caption = 'Click here for the latest updates'
  878.             URL = 'home.t-online.de/home/meikelw/fmempro.htm'
  879.             URLAsHint = True
  880.             ShowPrefix = False
  881.             LabelType = Link
  882.             LinkType = http
  883.           end
  884.           object mdURLLabel2: TmdURLLabel
  885.             Left = 214
  886.             Top = 94
  887.             Width = 157
  888.             Height = 13
  889.             Hint = 'mew@gmx.de'
  890.             LinkFont.Charset = DEFAULT_CHARSET
  891.             LinkFont.Color = clBlue
  892.             LinkFont.Height = -11
  893.             LinkFont.Name = 'MS Sans Serif'
  894.             LinkFont.Style = []
  895.             PassiveFont.Charset = DEFAULT_CHARSET
  896.             PassiveFont.Color = clWindowText
  897.             PassiveFont.Height = -11
  898.             PassiveFont.Name = 'MS Sans Serif'
  899.             PassiveFont.Style = []
  900.             Caption = 'Send questions and comments to'
  901.             URL = 'mew@gmx.de'
  902.             URLAsHint = True
  903.             ShowPrefix = False
  904.             LabelType = Link
  905.             LinkType = mailto
  906.           end
  907.           object lblRegisterNow: TmdURLLabel
  908.             Left = 30
  909.             Top = 166
  910.             Width = 139
  911.             Height = 24
  912.             Hint = 'www.shareit.com/programs/101097.htm'
  913.             AutoSize = False
  914.             LinkFont.Charset = ANSI_CHARSET
  915.             LinkFont.Color = clBlue
  916.             LinkFont.Height = -21
  917.             LinkFont.Name = 'Times New Roman'
  918.             LinkFont.Style = [fsBold, fsItalic]
  919.             PassiveFont.Charset = ANSI_CHARSET
  920.             PassiveFont.Color = clWindowText
  921.             PassiveFont.Height = -21
  922.             PassiveFont.Name = 'Times New Roman'
  923.             PassiveFont.Style = [fsBold, fsItalic]
  924.             Caption = 'Register NOW'
  925.             URL = 'www.shareit.com/programs/101097.htm'
  926.             URLAsHint = True
  927.             ShowPrefix = False
  928.             LabelType = Link
  929.             LinkType = http
  930.           end
  931.           object butClose3: TButton
  932.             Left = 312
  933.             Top = 192
  934.             Width = 73
  935.             Height = 25
  936.             Cancel = True
  937.             Caption = 'Minimize'
  938.             TabOrder = 0
  939.             OnClick = butClose1Click
  940.           end
  941.           object Panel4: TPanel
  942.             Left = 192
  943.             Top = 40
  944.             Width = 3
  945.             Height = 185
  946.             Color = clSilver
  947.             TabOrder = 1
  948.           end
  949.           object labRegURL: TEdit
  950.             Left = 0
  951.             Top = 195
  952.             Width = 190
  953.             Height = 14
  954.             BorderStyle = bsNone
  955.             Color = clSilver
  956.             ReadOnly = True
  957.             TabOrder = 2
  958.             Text = 'www.shareit.com/programs/101097.htm'
  959.           end
  960.           object Edit2: TEdit
  961.             Left = 208
  962.             Top = 67
  963.             Width = 177
  964.             Height = 14
  965.             BorderStyle = bsNone
  966.             Color = clSilver
  967.             ReadOnly = True
  968.             TabOrder = 3
  969.             Text = 'home.t-online.de/home/meikelw/fmempro.htm'
  970.           end
  971.           object Edit3: TEdit
  972.             Left = 264
  973.             Top = 115
  974.             Width = 73
  975.             Height = 14
  976.             BorderStyle = bsNone
  977.             Color = clSilver
  978.             ReadOnly = True
  979.             TabOrder = 4
  980.             Text = 'mew@gmx.de'
  981.           end
  982.           object Button6: TButton
  983.             Left = 232
  984.             Top = 192
  985.             Width = 75
  986.             Height = 25
  987.             Caption = '&Help'
  988.             TabOrder = 5
  989.             OnClick = Button6Click
  990.           end
  991.           object txtKey: TEdit
  992.             Left = 224
  993.             Top = 155
  994.             Width = 129
  995.             Height = 21
  996.             MaxLength = 12
  997.             TabOrder = 6
  998.             OnChange = txtKeyChange
  999.           end
  1000.         end
  1001.       end
  1002.       object tabAboutBEN: TTabSheet
  1003.         Caption = 'About'
  1004.         object Panel6: TPanel
  1005.           Left = 0
  1006.           Top = 0
  1007.           Width = 393
  1008.           Height = 233
  1009.           Align = alClient
  1010.           BevelOuter = bvNone
  1011.           Color = clSilver
  1012.           Font.Charset = DEFAULT_CHARSET
  1013.           Font.Color = clBlack
  1014.           Font.Height = -11
  1015.           Font.Name = 'MS Sans Serif'
  1016.           Font.Style = []
  1017.           ParentFont = False
  1018.           TabOrder = 0
  1019.           object Label34: TLabel
  1020.             Left = 24
  1021.             Top = 12
  1022.             Width = 353
  1023.             Height = 28
  1024.             Alignment = taCenter
  1025.             AutoSize = False
  1026.             Caption = 'FreeMem Standard'
  1027.             Font.Charset = ANSI_CHARSET
  1028.             Font.Color = clRed
  1029.             Font.Height = -24
  1030.             Font.Name = 'Times New Roman'
  1031.             Font.Style = [fsBold, fsItalic]
  1032.             ParentFont = False
  1033.           end
  1034.           object Label35: TLabel
  1035.             Left = 40
  1036.             Top = 48
  1037.             Width = 98
  1038.             Height = 26
  1039.             Caption = 'Version 3'
  1040.             Font.Charset = ANSI_CHARSET
  1041.             Font.Color = clWindowText
  1042.             Font.Height = -24
  1043.             Font.Name = 'Times New Roman'
  1044.             Font.Style = [fsBold]
  1045.             ParentFont = False
  1046.           end
  1047.           object Label36: TLabel
  1048.             Left = 16
  1049.             Top = 80
  1050.             Width = 155
  1051.             Height = 14
  1052.             Caption = 'Copyright 1998 by Meikel Weber'
  1053.             Font.Charset = ANSI_CHARSET
  1054.             Font.Color = clBlack
  1055.             Font.Height = -11
  1056.             Font.Name = 'Arial'
  1057.             Font.Style = []
  1058.             ParentFont = False
  1059.           end
  1060.           object mdURLLabel5: TmdURLLabel
  1061.             Left = 222
  1062.             Top = 46
  1063.             Width = 149
  1064.             Height = 13
  1065.             Hint = 'www.3bsoftware.com/freemem.htm'
  1066.             LinkFont.Charset = DEFAULT_CHARSET
  1067.             LinkFont.Color = clBlue
  1068.             LinkFont.Height = -11
  1069.             LinkFont.Name = 'MS Sans Serif'
  1070.             LinkFont.Style = []
  1071.             PassiveFont.Charset = DEFAULT_CHARSET
  1072.             PassiveFont.Color = clWindowText
  1073.             PassiveFont.Height = -11
  1074.             PassiveFont.Name = 'MS Sans Serif'
  1075.             PassiveFont.Style = []
  1076.             Caption = 'Click here for the latest updates'
  1077.             URL = 'www.3bsoftware.com/freemem.htm'
  1078.             URLAsHint = True
  1079.             ShowPrefix = False
  1080.             LabelType = Link
  1081.             LinkType = http
  1082.           end
  1083.           object mdURLLabel6: TmdURLLabel
  1084.             Left = 214
  1085.             Top = 94
  1086.             Width = 157
  1087.             Height = 13
  1088.             Hint = 'freemem@3bsoftware.com'
  1089.             LinkFont.Charset = DEFAULT_CHARSET
  1090.             LinkFont.Color = clBlue
  1091.             LinkFont.Height = -11
  1092.             LinkFont.Name = 'MS Sans Serif'
  1093.             LinkFont.Style = []
  1094.             PassiveFont.Charset = DEFAULT_CHARSET
  1095.             PassiveFont.Color = clWindowText
  1096.             PassiveFont.Height = -11
  1097.             PassiveFont.Name = 'MS Sans Serif'
  1098.             PassiveFont.Style = []
  1099.             Caption = 'Send questions and comments to'
  1100.             URL = 'freemem@3bsoftware.com'
  1101.             URLAsHint = True
  1102.             ShowPrefix = False
  1103.             LabelType = Link
  1104.             LinkType = mailto
  1105.           end
  1106.           object Label37: TLabel
  1107.             Left = 16
  1108.             Top = 104
  1109.             Width = 64
  1110.             Height = 13
  1111.             Caption = 'Distributed by'
  1112.           end
  1113.           object Label38: TLabel
  1114.             Left = 88
  1115.             Top = 104
  1116.             Width = 70
  1117.             Height = 13
  1118.             Caption = '3B Software'
  1119.             Font.Charset = DEFAULT_CHARSET
  1120.             Font.Color = clRed
  1121.             Font.Height = -11
  1122.             Font.Name = 'MS Sans Serif'
  1123.             Font.Style = [fsBold]
  1124.             ParentFont = False
  1125.           end
  1126.           object Label39: TLabel
  1127.             Left = 24
  1128.             Top = 152
  1129.             Width = 142
  1130.             Height = 19
  1131.             Caption = 'Unregistered Version'
  1132.             Font.Charset = ANSI_CHARSET
  1133.             Font.Color = clRed
  1134.             Font.Height = -16
  1135.             Font.Name = 'Times New Roman'
  1136.             Font.Style = [fsBold, fsItalic]
  1137.             ParentFont = False
  1138.           end
  1139.           object Button9: TButton
  1140.             Left = 312
  1141.             Top = 192
  1142.             Width = 73
  1143.             Height = 25
  1144.             Cancel = True
  1145.             Caption = 'Minimize'
  1146.             TabOrder = 0
  1147.             OnClick = butClose1Click
  1148.           end
  1149.           object Panel7: TPanel
  1150.             Left = 192
  1151.             Top = 40
  1152.             Width = 3
  1153.             Height = 185
  1154.             Color = clSilver
  1155.             TabOrder = 1
  1156.           end
  1157.           object Edit1: TEdit
  1158.             Left = 208
  1159.             Top = 67
  1160.             Width = 177
  1161.             Height = 14
  1162.             BorderStyle = bsNone
  1163.             Color = clSilver
  1164.             ReadOnly = True
  1165.             TabOrder = 2
  1166.             Text = 'www.3bsoftware.com/freemem.htm'
  1167.           end
  1168.           object Edit10: TEdit
  1169.             Left = 232
  1170.             Top = 115
  1171.             Width = 137
  1172.             Height = 14
  1173.             BorderStyle = bsNone
  1174.             Color = clSilver
  1175.             ReadOnly = True
  1176.             TabOrder = 3
  1177.             Text = 'freemem@3bsoftware.com'
  1178.           end
  1179.           object Button10: TButton
  1180.             Left = 232
  1181.             Top = 192
  1182.             Width = 75
  1183.             Height = 25
  1184.             Caption = '&Help'
  1185.             TabOrder = 4
  1186.             OnClick = Button6Click
  1187.           end
  1188.         end
  1189.       end
  1190.       object tabAboutBENPro: TTabSheet
  1191.         Caption = 'About'
  1192.         object Panel3: TPanel
  1193.           Left = 0
  1194.           Top = 0
  1195.           Width = 393
  1196.           Height = 233
  1197.           Align = alClient
  1198.           BevelOuter = bvNone
  1199.           Color = clSilver
  1200.           Font.Charset = DEFAULT_CHARSET
  1201.           Font.Color = clBlack
  1202.           Font.Height = -11
  1203.           Font.Name = 'MS Sans Serif'
  1204.           Font.Style = []
  1205.           ParentFont = False
  1206.           TabOrder = 0
  1207.           object Label7: TLabel
  1208.             Left = 24
  1209.             Top = 12
  1210.             Width = 353
  1211.             Height = 28
  1212.             Alignment = taCenter
  1213.             AutoSize = False
  1214.             Caption = 'FreeMem Professional'
  1215.             Font.Charset = ANSI_CHARSET
  1216.             Font.Color = clRed
  1217.             Font.Height = -24
  1218.             Font.Name = 'Times New Roman'
  1219.             Font.Style = [fsBold, fsItalic]
  1220.             ParentFont = False
  1221.           end
  1222.           object lblVersionBenPro: TLabel
  1223.             Left = 16
  1224.             Top = 48
  1225.             Width = 153
  1226.             Height = 26
  1227.             Alignment = taCenter
  1228.             AutoSize = False
  1229.             Caption = 'Version 3'
  1230.             Font.Charset = ANSI_CHARSET
  1231.             Font.Color = clWindowText
  1232.             Font.Height = -24
  1233.             Font.Name = 'Times New Roman'
  1234.             Font.Style = [fsBold]
  1235.             ParentFont = False
  1236.           end
  1237.           object Label11: TLabel
  1238.             Left = 16
  1239.             Top = 80
  1240.             Width = 155
  1241.             Height = 14
  1242.             Caption = 'Copyright 1998 by Meikel Weber'
  1243.             Font.Charset = ANSI_CHARSET
  1244.             Font.Color = clBlack
  1245.             Font.Height = -11
  1246.             Font.Name = 'Arial'
  1247.             Font.Style = []
  1248.             ParentFont = False
  1249.           end
  1250.           object mdURLLabel3: TmdURLLabel
  1251.             Left = 222
  1252.             Top = 46
  1253.             Width = 149
  1254.             Height = 13
  1255.             Hint = 'www.3bsoftware.com/freemem.htm'
  1256.             LinkFont.Charset = DEFAULT_CHARSET
  1257.             LinkFont.Color = clBlue
  1258.             LinkFont.Height = -11
  1259.             LinkFont.Name = 'MS Sans Serif'
  1260.             LinkFont.Style = []
  1261.             PassiveFont.Charset = DEFAULT_CHARSET
  1262.             PassiveFont.Color = clWindowText
  1263.             PassiveFont.Height = -11
  1264.             PassiveFont.Name = 'MS Sans Serif'
  1265.             PassiveFont.Style = []
  1266.             Caption = 'Click here for the latest updates'
  1267.             URL = 'www.3bsoftware.com/freemem.htm'
  1268.             URLAsHint = True
  1269.             ShowPrefix = False
  1270.             LabelType = Link
  1271.             LinkType = http
  1272.           end
  1273.           object mdURLLabel4: TmdURLLabel
  1274.             Left = 214
  1275.             Top = 94
  1276.             Width = 157
  1277.             Height = 13
  1278.             Hint = 'freemem@3bsoftware.com'
  1279.             LinkFont.Charset = DEFAULT_CHARSET
  1280.             LinkFont.Color = clBlue
  1281.             LinkFont.Height = -11
  1282.             LinkFont.Name = 'MS Sans Serif'
  1283.             LinkFont.Style = []
  1284.             PassiveFont.Charset = DEFAULT_CHARSET
  1285.             PassiveFont.Color = clWindowText
  1286.             PassiveFont.Height = -11
  1287.             PassiveFont.Name = 'MS Sans Serif'
  1288.             PassiveFont.Style = []
  1289.             Caption = 'Send questions and comments to'
  1290.             URL = 'freemem@3bsoftware.com'
  1291.             URLAsHint = True
  1292.             ShowPrefix = False
  1293.             LabelType = Link
  1294.             LinkType = mailto
  1295.           end
  1296.           object Label10: TLabel
  1297.             Left = 16
  1298.             Top = 104
  1299.             Width = 64
  1300.             Height = 13
  1301.             Caption = 'Distributed by'
  1302.           end
  1303.           object Label32: TLabel
  1304.             Left = 88
  1305.             Top = 104
  1306.             Width = 70
  1307.             Height = 13
  1308.             Caption = '3B Software'
  1309.             Font.Charset = DEFAULT_CHARSET
  1310.             Font.Color = clRed
  1311.             Font.Height = -11
  1312.             Font.Name = 'MS Sans Serif'
  1313.             Font.Style = [fsBold]
  1314.             ParentFont = False
  1315.           end
  1316.           object Label33: TLabel
  1317.             Left = 24
  1318.             Top = 152
  1319.             Width = 126
  1320.             Height = 19
  1321.             Caption = 'Registered Version'
  1322.             Font.Charset = ANSI_CHARSET
  1323.             Font.Color = clBlack
  1324.             Font.Height = -16
  1325.             Font.Name = 'Times New Roman'
  1326.             Font.Style = [fsBold, fsItalic]
  1327.             ParentFont = False
  1328.           end
  1329.           object Button7: TButton
  1330.             Left = 312
  1331.             Top = 192
  1332.             Width = 73
  1333.             Height = 25
  1334.             Cancel = True
  1335.             Caption = 'Minimize'
  1336.             TabOrder = 0
  1337.             OnClick = butClose1Click
  1338.           end
  1339.           object Panel5: TPanel
  1340.             Left = 192
  1341.             Top = 40
  1342.             Width = 3
  1343.             Height = 185
  1344.             Caption = 'Panel5'
  1345.             Color = clSilver
  1346.             TabOrder = 1
  1347.           end
  1348.           object Edit8: TEdit
  1349.             Left = 208
  1350.             Top = 67
  1351.             Width = 177
  1352.             Height = 14
  1353.             BorderStyle = bsNone
  1354.             Color = clSilver
  1355.             ReadOnly = True
  1356.             TabOrder = 2
  1357.             Text = 'www.3bsoftware.com/freemem.htm'
  1358.           end
  1359.           object Edit9: TEdit
  1360.             Left = 232
  1361.             Top = 115
  1362.             Width = 137
  1363.             Height = 14
  1364.             BorderStyle = bsNone
  1365.             Color = clSilver
  1366.             ReadOnly = True
  1367.             TabOrder = 3
  1368.             Text = 'freemem@3bsoftware.com'
  1369.           end
  1370.           object Button8: TButton
  1371.             Left = 232
  1372.             Top = 192
  1373.             Width = 75
  1374.             Height = 25
  1375.             Caption = '&Help'
  1376.             TabOrder = 4
  1377.             OnClick = Button6Click
  1378.           end
  1379.         end
  1380.       end
  1381.       object tabAboutMEW: TTabSheet
  1382.         Caption = 'About'
  1383.         object Panel10: TPanel
  1384.           Left = 0
  1385.           Top = 0
  1386.           Width = 393
  1387.           Height = 233
  1388.           Align = alClient
  1389.           BevelOuter = bvNone
  1390.           Color = clSilver
  1391.           Font.Charset = DEFAULT_CHARSET
  1392.           Font.Color = clBlack
  1393.           Font.Height = -11
  1394.           Font.Name = 'MS Sans Serif'
  1395.           Font.Style = []
  1396.           ParentFont = False
  1397.           TabOrder = 0
  1398.           object Label6: TLabel
  1399.             Left = 24
  1400.             Top = 12
  1401.             Width = 353
  1402.             Height = 28
  1403.             Alignment = taCenter
  1404.             AutoSize = False
  1405.             Caption = 'FreeMem Standard'
  1406.             Font.Charset = ANSI_CHARSET
  1407.             Font.Color = clRed
  1408.             Font.Height = -24
  1409.             Font.Name = 'Times New Roman'
  1410.             Font.Style = [fsBold, fsItalic]
  1411.             ParentFont = False
  1412.           end
  1413.           object lblVersionMEWStd: TLabel
  1414.             Left = 16
  1415.             Top = 48
  1416.             Width = 153
  1417.             Height = 26
  1418.             Alignment = taCenter
  1419.             AutoSize = False
  1420.             Caption = 'Version 3'
  1421.             Font.Charset = ANSI_CHARSET
  1422.             Font.Color = clWindowText
  1423.             Font.Height = -24
  1424.             Font.Name = 'Times New Roman'
  1425.             Font.Style = [fsBold]
  1426.             ParentFont = False
  1427.           end
  1428.           object Label53: TLabel
  1429.             Left = 16
  1430.             Top = 88
  1431.             Width = 155
  1432.             Height = 14
  1433.             Caption = 'Copyright 1998 by Meikel Weber'
  1434.             Font.Charset = ANSI_CHARSET
  1435.             Font.Color = clBlack
  1436.             Font.Height = -11
  1437.             Font.Name = 'Arial'
  1438.             Font.Style = []
  1439.             ParentFont = False
  1440.           end
  1441.           object mdURLLabel7: TmdURLLabel
  1442.             Left = 222
  1443.             Top = 46
  1444.             Width = 149
  1445.             Height = 13
  1446.             Hint = 'www.meikel.com/freemem'
  1447.             LinkFont.Charset = DEFAULT_CHARSET
  1448.             LinkFont.Color = clBlue
  1449.             LinkFont.Height = -11
  1450.             LinkFont.Name = 'MS Sans Serif'
  1451.             LinkFont.Style = []
  1452.             PassiveFont.Charset = DEFAULT_CHARSET
  1453.             PassiveFont.Color = clWindowText
  1454.             PassiveFont.Height = -11
  1455.             PassiveFont.Name = 'MS Sans Serif'
  1456.             PassiveFont.Style = []
  1457.             Caption = 'Click here for the latest updates'
  1458.             URL = 'www.meikel.com/freemem'
  1459.             URLAsHint = True
  1460.             ShowPrefix = False
  1461.             LabelType = Link
  1462.             LinkType = http
  1463.           end
  1464.           object mdURLLabel8: TmdURLLabel
  1465.             Left = 214
  1466.             Top = 94
  1467.             Width = 157
  1468.             Height = 13
  1469.             Hint = 'mew@gmx.de'
  1470.             LinkFont.Charset = DEFAULT_CHARSET
  1471.             LinkFont.Color = clBlue
  1472.             LinkFont.Height = -11
  1473.             LinkFont.Name = 'MS Sans Serif'
  1474.             LinkFont.Style = []
  1475.             PassiveFont.Charset = DEFAULT_CHARSET
  1476.             PassiveFont.Color = clWindowText
  1477.             PassiveFont.Height = -11
  1478.             PassiveFont.Name = 'MS Sans Serif'
  1479.             PassiveFont.Style = []
  1480.             Caption = 'Send questions and comments to'
  1481.             URL = 'mew@gmx.de'
  1482.             URLAsHint = True
  1483.             ShowPrefix = False
  1484.             LabelType = Link
  1485.             LinkType = mailto
  1486.           end
  1487.           object Label9: TLabel
  1488.             Left = 24
  1489.             Top = 112
  1490.             Width = 137
  1491.             Height = 13
  1492.             Caption = 'This program is FREE to use.'
  1493.             Font.Charset = DEFAULT_CHARSET
  1494.             Font.Color = clRed
  1495.             Font.Height = -11
  1496.             Font.Name = 'MS Sans Serif'
  1497.             Font.Style = []
  1498.             ParentFont = False
  1499.           end
  1500.           object mdURLLabel9: TmdURLLabel
  1501.             Left = 8
  1502.             Top = 144
  1503.             Width = 177
  1504.             Height = 33
  1505.             Hint = 'www.meikel.com/freemem'
  1506.             Alignment = taCenter
  1507.             AutoSize = False
  1508.             WordWrap = True
  1509.             LinkFont.Charset = DEFAULT_CHARSET
  1510.             LinkFont.Color = clBlue
  1511.             LinkFont.Height = -11
  1512.             LinkFont.Name = 'MS Sans Serif'
  1513.             LinkFont.Style = []
  1514.             PassiveFont.Charset = DEFAULT_CHARSET
  1515.             PassiveFont.Color = clWindowText
  1516.             PassiveFont.Height = -11
  1517.             PassiveFont.Name = 'MS Sans Serif'
  1518.             PassiveFont.Style = []
  1519.             Caption = 'Check out the Professional Version for more features'
  1520.             URL = 'www.meikel.com/freemem'
  1521.             URLAsHint = True
  1522.             ShowPrefix = False
  1523.             LabelType = Link
  1524.             LinkType = http
  1525.           end
  1526.           object Button14: TButton
  1527.             Left = 312
  1528.             Top = 192
  1529.             Width = 73
  1530.             Height = 25
  1531.             Cancel = True
  1532.             Caption = 'Minimize'
  1533.             TabOrder = 0
  1534.             OnClick = butClose1Click
  1535.           end
  1536.           object Panel11: TPanel
  1537.             Left = 192
  1538.             Top = 40
  1539.             Width = 3
  1540.             Height = 185
  1541.             Color = clSilver
  1542.             TabOrder = 1
  1543.           end
  1544.           object Edit12: TEdit
  1545.             Left = 232
  1546.             Top = 67
  1547.             Width = 137
  1548.             Height = 14
  1549.             BorderStyle = bsNone
  1550.             Color = clSilver
  1551.             ReadOnly = True
  1552.             TabOrder = 2
  1553.             Text = 'www.meikel.com/freemem/'
  1554.           end
  1555.           object Edit13: TEdit
  1556.             Left = 264
  1557.             Top = 115
  1558.             Width = 73
  1559.             Height = 14
  1560.             BorderStyle = bsNone
  1561.             Color = clSilver
  1562.             ReadOnly = True
  1563.             TabOrder = 3
  1564.             Text = 'mew@gmx.de'
  1565.           end
  1566.           object Button15: TButton
  1567.             Left = 232
  1568.             Top = 192
  1569.             Width = 75
  1570.             Height = 25
  1571.             Caption = '&Help'
  1572.             TabOrder = 4
  1573.             OnClick = Button6Click
  1574.           end
  1575.         end
  1576.       end
  1577.       object tabOrderBEN: TTabSheet
  1578.         Caption = 'Order Information'
  1579.         object Panel8: TPanel
  1580.           Left = 0
  1581.           Top = 0
  1582.           Width = 393
  1583.           Height = 233
  1584.           Align = alClient
  1585.           BevelOuter = bvNone
  1586.           Color = clSilver
  1587.           Font.Charset = DEFAULT_CHARSET
  1588.           Font.Color = clBlack
  1589.           Font.Height = -11
  1590.           Font.Name = 'MS Sans Serif'
  1591.           Font.Style = []
  1592.           ParentFont = False
  1593.           TabOrder = 0
  1594.           object Label40: TLabel
  1595.             Left = 16
  1596.             Top = 40
  1597.             Width = 157
  1598.             Height = 19
  1599.             Caption = 'FreeMem Professional '
  1600.             Font.Charset = ANSI_CHARSET
  1601.             Font.Color = clBlack
  1602.             Font.Height = -16
  1603.             Font.Name = 'Times New Roman'
  1604.             Font.Style = [fsBold]
  1605.             ParentFont = False
  1606.           end
  1607.           object Label41: TLabel
  1608.             Left = 16
  1609.             Top = 16
  1610.             Width = 89
  1611.             Height = 13
  1612.             Caption = 'Register to receive'
  1613.           end
  1614.           object Label42: TLabel
  1615.             Left = 24
  1616.             Top = 120
  1617.             Width = 127
  1618.             Height = 13
  1619.             Caption = 'Automatic memory Free-Up'
  1620.           end
  1621.           object Label43: TLabel
  1622.             Left = 8
  1623.             Top = 120
  1624.             Width = 8
  1625.             Height = 12
  1626.             Caption = 'l'
  1627.             Font.Charset = SYMBOL_CHARSET
  1628.             Font.Color = clRed
  1629.             Font.Height = -11
  1630.             Font.Name = 'Wingdings'
  1631.             Font.Style = []
  1632.             ParentFont = False
  1633.           end
  1634.           object Label44: TLabel
  1635.             Left = 24
  1636.             Top = 136
  1637.             Width = 158
  1638.             Height = 13
  1639.             Caption = 'Configurable low memory Free-Up'
  1640.           end
  1641.           object Label45: TLabel
  1642.             Left = 8
  1643.             Top = 136
  1644.             Width = 8
  1645.             Height = 12
  1646.             Caption = 'l'
  1647.             Font.Charset = SYMBOL_CHARSET
  1648.             Font.Color = clRed
  1649.             Font.Height = -11
  1650.             Font.Name = 'Wingdings'
  1651.             Font.Style = []
  1652.             ParentFont = False
  1653.           end
  1654.           object Label46: TLabel
  1655.             Left = 24
  1656.             Top = 152
  1657.             Width = 158
  1658.             Height = 13
  1659.             Caption = 'Convenient configurable tray icon'
  1660.           end
  1661.           object Label47: TLabel
  1662.             Left = 8
  1663.             Top = 152
  1664.             Width = 8
  1665.             Height = 12
  1666.             Caption = 'l'
  1667.             Font.Charset = SYMBOL_CHARSET
  1668.             Font.Color = clRed
  1669.             Font.Height = -11
  1670.             Font.Name = 'Wingdings'
  1671.             Font.Style = []
  1672.             ParentFont = False
  1673.           end
  1674.           object Label48: TLabel
  1675.             Left = 24
  1676.             Top = 168
  1677.             Width = 27
  1678.             Height = 13
  1679.             Caption = 'Menu'
  1680.           end
  1681.           object Label50: TLabel
  1682.             Left = 24
  1683.             Top = 184
  1684.             Width = 111
  1685.             Height = 13
  1686.             Caption = 'Free Technical Support'
  1687.           end
  1688.           object Label51: TLabel
  1689.             Left = 8
  1690.             Top = 184
  1691.             Width = 8
  1692.             Height = 12
  1693.             Caption = 'l'
  1694.             Font.Charset = SYMBOL_CHARSET
  1695.             Font.Color = clRed
  1696.             Font.Height = -11
  1697.             Font.Name = 'Wingdings'
  1698.             Font.Style = []
  1699.             ParentFont = False
  1700.           end
  1701.           object Label52: TLabel
  1702.             Left = 208
  1703.             Top = 40
  1704.             Width = 169
  1705.             Height = 33
  1706.             AutoSize = False
  1707.             Caption = 'For pricing and ordering instructions click the button below.'
  1708.             WordWrap = True
  1709.           end
  1710.           object Label56: TLabel
  1711.             Left = 16
  1712.             Top = 72
  1713.             Width = 131
  1714.             Height = 13
  1715.             Caption = 'FreeMem Professional list of'
  1716.           end
  1717.           object Label57: TLabel
  1718.             Left = 16
  1719.             Top = 88
  1720.             Width = 126
  1721.             Height = 13
  1722.             Caption = 'powerful features includes:'
  1723.           end
  1724.           object Button11: TButton
  1725.             Left = 312
  1726.             Top = 192
  1727.             Width = 73
  1728.             Height = 25
  1729.             Cancel = True
  1730.             Caption = 'Minimize'
  1731.             TabOrder = 0
  1732.             OnClick = butClose1Click
  1733.           end
  1734.           object Panel9: TPanel
  1735.             Left = 192
  1736.             Top = 8
  1737.             Width = 3
  1738.             Height = 217
  1739.             Color = clSilver
  1740.             TabOrder = 1
  1741.           end
  1742.           object Button12: TButton
  1743.             Left = 232
  1744.             Top = 192
  1745.             Width = 75
  1746.             Height = 25
  1747.             Caption = '&Help'
  1748.             TabOrder = 2
  1749.             OnClick = Button6Click
  1750.           end
  1751.           object Button13: TButton
  1752.             Left = 208
  1753.             Top = 96
  1754.             Width = 169
  1755.             Height = 25
  1756.             Caption = '&Order Information'
  1757.             TabOrder = 3
  1758.             OnClick = Button6Click
  1759.           end
  1760.         end
  1761.       end
  1762.     end
  1763.   end
  1764.   object Timer1: TTimer
  1765.     OnTimer = Timer1Timer
  1766.     Left = 271
  1767.     Top = 27
  1768.   end
  1769.   object PopupMenu1: TPopupMenu
  1770.     Left = 303
  1771.     Top = 27
  1772.     object ShowFreeMemPro1: TMenuItem
  1773.       Caption = '&Show FreeMem Pro'
  1774.       OnClick = ShowFreeMemPro1Click
  1775.     end
  1776.     object BackgroundActivity1: TMenuItem
  1777.       Caption = '&Background Activity'
  1778.       Checked = True
  1779.       Default = True
  1780.       OnClick = BackgroundActivity1Click
  1781.     end
  1782.     object N2: TMenuItem
  1783.       Caption = '-'
  1784.     end
  1785.     object mnuFree1: TMenuItem
  1786.       Caption = '&Test2'
  1787.       OnClick = mnuFree1Click
  1788.     end
  1789.     object mnuFree2: TMenuItem
  1790.       Caption = '&Test3'
  1791.       OnClick = mnuFree2Click
  1792.     end
  1793.     object mnuFree3: TMenuItem
  1794.       Caption = '&Test4'
  1795.       OnClick = mnuFree3Click
  1796.     end
  1797.     object N1: TMenuItem
  1798.       Caption = '-'
  1799.     end
  1800.     object mnuExit1: TMenuItem
  1801.       Caption = 'E&xit FreeMem Pro'
  1802.       OnClick = mnuExit1Click
  1803.     end
  1804.   end
  1805.   object Traybar1: TTraybar
  1806.     Icon.Data = {<image007.ico>}
  1807.     OnDblClick = Traybar1DblClick
  1808.     OnRightClick = Traybar1RightClick
  1809.     Left = 368
  1810.     Top = 32
  1811.   end
  1812.   object TimerCritical: TTimer
  1813.     OnTimer = TimerCriticalTimer
  1814.     Left = 335
  1815.     Top = 27
  1816.   end
  1817. end
  1818.