home *** CD-ROM | disk | FTP | other *** search
- object StatusForm: TStatusForm
- Left = 98
- Top = 95
- AutoScroll = False
- Caption = 'Status'
- ClientHeight = 349
- ClientWidth = 479
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 16
- object Panel1: TPanel
- Left = 23
- Top = 16
- Width = 433
- Height = 281
- TabOrder = 0
- object gBlue: TGauge
- Left = 16
- Top = 40
- Width = 89
- Height = 193
- Kind = gkVerticalBar
- ForeColor = clBlue
- MaxValue = 10600
- Progress = 0
- end
- object gYellow: TGauge
- Left = 120
- Top = 41
- Width = 89
- Height = 193
- Kind = gkVerticalBar
- ForeColor = clYellow
- MaxValue = 120
- Progress = 0
- end
- object gGreen: TGauge
- Left = 224
- Top = 40
- Width = 89
- Height = 193
- Kind = gkVerticalBar
- ForeColor = clGreen
- MaxValue = 6000
- Progress = 0
- end
- object gViolet: TGauge
- Left = 328
- Top = 40
- Width = 89
- Height = 193
- Kind = gkVerticalBar
- ForeColor = clPurple
- MaxValue = 6000
- Progress = 0
- end
- object Label1: TLabel
- Left = 45
- Top = 240
- Width = 30
- Height = 16
- Caption = 'Blue'
- end
- object Label2: TLabel
- Left = 143
- Top = 241
- Width = 44
- Height = 16
- Caption = 'Yellow'
- end
- object Label3: TLabel
- Left = 249
- Top = 240
- Width = 39
- Height = 16
- Caption = 'Green'
- end
- object Label4: TLabel
- Left = 354
- Top = 240
- Width = 36
- Height = 16
- Caption = 'Violet'
- end
- object LBlue: TLabel
- Left = 16
- Top = 23
- Width = 40
- Height = 16
- Caption = 'LBlue'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- end
- object LYellow: TLabel
- Left = 120
- Top = 23
- Width = 56
- Height = 16
- Caption = 'LYellow'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- end
- object LGreen: TLabel
- Left = 224
- Top = 23
- Width = 48
- Height = 16
- Caption = 'LGreen'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- end
- object LViolet: TLabel
- Left = 328
- Top = 23
- Width = 56
- Height = 16
- Caption = 'LViolet'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- end
- end
- object BitBtn1: TBitBtn
- Left = 192
- Top = 304
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- end
-