home *** CD-ROM | disk | FTP | other *** search
- object ShowProgressForm: TShowProgressForm
- Left = 281
- Top = 271
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 138
- ClientWidth = 328
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 328
- Height = 138
- Align = alClient
- BevelInner = bvRaised
- TabOrder = 0
- object Panel2: TPanel
- Left = 12
- Top = 13
- Width = 304
- Height = 78
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object CompilingLabel: TLabel
- Left = 88
- Top = 14
- Width = 71
- Height = 13
- Caption = 'Compiling ...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 88
- Top = 35
- Width = 69
- Height = 13
- Caption = 'Elapsed time : '
- end
- object TimeLabel: TLabel
- Left = 157
- Top = 35
- Width = 49
- Height = 13
- Caption = 'TimeLabel'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Image1: TImage
- Left = 8
- Top = 9
- Width = 60
- Height = 60
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object ErrorLabel: TLabel
- Left = 88
- Top = 55
- Width = 36
- Height = 13
- Caption = 'Errors : '
- Visible = False
- end
- object ErrorNumLabel: TLabel
- Left = 124
- Top = 55
- Width = 6
- Height = 13
- Caption = '0'
- Visible = False
- end
- object WarningLabel: TLabel
- Left = 193
- Top = 55
- Width = 54
- Height = 13
- Caption = 'Warnings : '
- Visible = False
- end
- object WarningNumLabel: TLabel
- Left = 247
- Top = 55
- Width = 6
- Height = 13
- Caption = '0'
- Visible = False
- end
- end
- object OKCancelButton: TBitBtn
- Left = 126
- Top = 103
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = OKCancelButtonClick
- Kind = bkCancel
- end
- end
- object Timer1: TTimer
- Left = 24
- Top = 96
- end
- end
-