home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / +Sandman / Files / TheFileChopper.exe / 0 / RCDATA / TMEMORY / TMEMORY.txt < prev   
Encoding:
Text File  |  2000-05-25  |  857 b   |  44 lines

  1. object Memory: TMemory
  2.   Left = 200
  3.   Top = 108
  4.   AutoScroll = False
  5.   Caption = 'Memory'
  6.   ClientHeight = 122
  7.   ClientWidth = 214
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = OnActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblMaxAllowedRAM: TLabel
  19.     Left = 10
  20.     Top = 24
  21.     Width = 134
  22.     Height = 13
  23.     Caption = 'Max Allowed Memory Usage'
  24.   end
  25.   object txtMaxAllowedRAM: TEdit
  26.     Left = 71
  27.     Top = 48
  28.     Width = 73
  29.     Height = 24
  30.     TabOrder = 0
  31.     OnChange = txtMaxAllowedRAMChange
  32.   end
  33.   object OkButton: TBitBtn
  34.     Left = 71
  35.     Top = 80
  36.     Width = 74
  37.     Height = 25
  38.     Cursor = crHandPoint
  39.     TabOrder = 1
  40.     OnClick = OkButtonClick
  41.     Kind = bkOK
  42.   end
  43. end
  44.