home *** CD-ROM | disk | FTP | other *** search
- object DemoResources: TDemoResources
- Left = 127
- Top = 102
- BorderStyle = bsSingle
- Caption = 'Resource Meter Component'
- ClientHeight = 273
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- Position = poScreenCenter
- Visible = True
- TextHeight = 16
- object Label1: TLabel
- Left = 106
- Top = 41
- Width = 148
- Height = 16
- Caption = 'Free System Resources:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 106
- Top = 85
- Width = 126
- Height = 16
- Caption = 'Free GDI Resources:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 106
- Top = 122
- Width = 132
- Height = 16
- Caption = 'Free User Resources:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 113
- Top = 163
- Width = 198
- Height = 91
- AutoSize = False
- Caption =
- 'Resource meters graphically display free resources at both desig' +
- 'n time and run time. Just set the Resourcetype property and you' +
- 'r done.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ResourceMeter1: TResourceMeter
- Left = 262
- Top = 33
- Width = 35
- Height = 35
- Color = clTeal
- enabled = True
- Kind = gkPie
- ForeColor = clMaroon
- ParentColor = False
- Progress = 73
- interval = 1000
- ResourceType = rtSystem
- LowLimit = 0
- OnLimitNotify = ResourceMeter1LimitNotify
- end
- object ResourceMeter2: TResourceMeter
- Left = 262
- Top = 76
- Width = 35
- Height = 35
- Color = clTeal
- enabled = True
- Kind = gkPie
- ForeColor = clMaroon
- ParentColor = False
- Progress = 63
- interval = 1000
- ResourceType = rtGDI
- LowLimit = 0
- OnLimitNotify = ResourceMeter1LimitNotify
- end
- object ResourceMeter3: TResourceMeter
- Left = 262
- Top = 119
- Width = 35
- Height = 35
- Color = clTeal
- enabled = True
- Kind = gkPie
- ForeColor = clMaroon
- ParentColor = False
- Progress = 63
- interval = 1000
- ResourceType = rtUser
- LowLimit = 0
- OnLimitNotify = ResourceMeter1LimitNotify
- end
- end
-