home *** CD-ROM | disk | FTP | other *** search
- object CompilerStatusLine: TCompilerStatusLine
- Left = 200
- Top = 104
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Compiler Status Line'
- ClientHeight = 88
- ClientWidth = 688
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object panelDoWhat: TPanel
- Left = 0
- Top = 0
- Width = 59
- Height = 88
- Align = alLeft
- Alignment = taRightJustify
- BevelOuter = bvNone
- Caption = 'Compiling:'
- TabOrder = 0
- end
- object panelWhatFile: TPanel
- Left = 59
- Top = 0
- Width = 369
- Height = 88
- Align = alClient
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'What File'
- TabOrder = 1
- end
- object panelErrorLabel: TPanel
- Left = 428
- Top = 0
- Width = 50
- Height = 88
- Align = alRight
- Alignment = taRightJustify
- BevelOuter = bvNone
- Caption = 'Errors:'
- TabOrder = 2
- end
- object panelErrorCount: TPanel
- Left = 478
- Top = 0
- Width = 38
- Height = 88
- Align = alRight
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = '0000'
- TabOrder = 3
- end
- object PanelWarningLabel: TPanel
- Left = 516
- Top = 0
- Width = 63
- Height = 88
- Align = alRight
- Alignment = taRightJustify
- BevelOuter = bvNone
- Caption = 'Warnings:'
- TabOrder = 4
- end
- object panelWarningCount: TPanel
- Left = 579
- Top = 0
- Width = 38
- Height = 88
- Align = alRight
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = '0000'
- TabOrder = 5
- end
- object panelCancel: TPanel
- Left = 617
- Top = 0
- Width = 71
- Height = 88
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 6
- OnResize = panelCancelResize
- end
- end
-