home *** CD-ROM | disk | FTP | other *** search
- object CompileMsgForm: TCompileMsgForm
- Left = 283
- Top = 249
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Compile'
- ClientHeight = 112
- ClientWidth = 311
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object OKButton: TBitBtn
- Left = 112
- Top = 72
- Width = 89
- Height = 33
- TabOrder = 0
- OnClick = OKButtonClick
- Kind = bkOK
- end
- object Panel: TPanel
- Left = 8
- Top = 8
- Width = 297
- Height = 57
- BevelOuter = bvLowered
- TabOrder = 1
- object StatusLabel: TLabel
- Left = 8
- Top = 8
- Width = 54
- Height = 13
- Caption = 'Compiling...'
- end
- object FilenameLabel: TLabel
- Left = 8
- Top = 32
- Width = 42
- Height = 13
- Caption = 'Filename'
- end
- end
- end
-