home *** CD-ROM | disk | FTP | other *** search
- object Memory: TMemory
- Left = 200
- Top = 108
- AutoScroll = False
- Caption = 'Memory'
- ClientHeight = 122
- ClientWidth = 214
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = OnActivate
- PixelsPerInch = 96
- TextHeight = 13
- object lblMaxAllowedRAM: TLabel
- Left = 10
- Top = 24
- Width = 134
- Height = 13
- Caption = 'Max Allowed Memory Usage'
- end
- object txtMaxAllowedRAM: TEdit
- Left = 71
- Top = 48
- Width = 73
- Height = 24
- TabOrder = 0
- OnChange = txtMaxAllowedRAMChange
- end
- object OkButton: TBitBtn
- Left = 71
- Top = 80
- Width = 74
- Height = 25
- Cursor = crHandPoint
- TabOrder = 1
- OnClick = OkButtonClick
- Kind = bkOK
- end
- end
-