home *** CD-ROM | disk | FTP | other *** search
- object frmStatus: TfrmStatus
- Left = 197
- Top = 209
- Width = 547
- Height = 325
- Caption = 'Status'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 264
- Width = 539
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 4
- Top = 8
- Width = 83
- Height = 13
- Caption = 'Last Message:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblLastMessage: TLabel
- Left = 92
- Top = 8
- Width = 249
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Panel3: TPanel
- Left = 356
- Top = 0
- Width = 183
- Height = 34
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object Button1: TButton
- Left = 102
- Top = 8
- Width = 75
- Height = 21
- Cancel = True
- Caption = '&Close'
- Default = True
- ModalResult = 2
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 20
- Top = 8
- Width = 75
- Height = 21
- Caption = 'Clear &All'
- ModalResult = 2
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 185
- Width = 539
- Height = 79
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Label2: TLabel
- Left = 4
- Top = 60
- Width = 86
- Height = 13
- Caption = 'Current Action:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblCurAction: TLabel
- Left = 92
- Top = 60
- Width = 333
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblNumErrors: TLabel
- Left = 92
- Top = 12
- Width = 333
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object l: TLabel
- Left = 4
- Top = 12
- Width = 68
- Height = 13
- Caption = 'Error count:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 4
- Top = 36
- Width = 60
- Height = 13
- Caption = 'Last Error:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblLastError: TLabel
- Left = 92
- Top = 36
- Width = 333
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object Memo1: TRichEdit
- Left = 0
- Top = 0
- Width = 539
- Height = 185
- Align = alClient
- PlainText = True
- ScrollBars = ssVertical
- TabOrder = 2
- end
- end
-