lazarus/ide/infobuild.lfm
2008-09-23 14:43:23 +00:00

209 lines
4.3 KiB
Plaintext

object FInfoCompile: TFInfoCompile
Left = 270
Height = 202
Top = 251
Width = 430
ActiveControl = BClose
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Compile project'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 202
ClientWidth = 430
FormStyle = fsStayOnTop
OnCreate = FormCreate
ParentFont = False
Position = poScreenCenter
LCLVersion = '0.9.25'
object PInfo: TPanel
Left = 6
Height = 24
Top = 6
Width = 418
Align = alTop
BevelInner = bvLowered
BevelOuter = bvLowered
BorderStyle = bsSingle
Caption = 'PInfo'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object BClose: TBitBtn
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 154
Height = 34
Top = 162
Width = 107
Anchors = [akBottom]
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = BCloseClick
TabOrder = 1
end
object Panel1: TPanel
Left = 6
Height = 50
Top = 36
Width = 418
Align = alTop
BevelInner = bvLowered
BevelOuter = bvLowered
BorderWidth = 1
ClientHeight = 50
ClientWidth = 418
TabOrder = 2
object PCurrentStatus: TLabel
Left = 3
Height = 44
Top = 3
Width = 412
Align = alClient
Alignment = taCenter
AutoSize = False
Caption = 'PCurrentStatus'
ParentColor = False
WordWrap = True
end
end
object Panel4: TPanel
AnchorSideLeft.Control = Panel2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 156
Height = 48
Top = 92
Width = 268
Anchors = [akTop, akLeft, akRight]
BevelInner = bvLowered
BevelOuter = bvLowered
BorderStyle = bsSingle
ClientHeight = 48
ClientWidth = 268
TabOrder = 3
object LNHint: TLabel
Left = 68
Height = 14
Top = 5
Width = 31
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Color = clBlue
ParentColor = False
ParentFont = False
end
object LInfoHint: TLabel
Left = 6
Height = 20
Top = 5
Width = 38
Caption = 'Hints:'
ParentColor = False
end
object LInfoWarning: TLabel
Left = 6
Height = 20
Top = 26
Width = 62
Caption = 'Warnings:'
ParentColor = False
end
object LNWarning: TLabel
Left = 68
Height = 14
Top = 26
Width = 31
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Color = clGreen
ParentColor = False
ParentFont = False
end
object LInfoError: TLabel
Left = 112
Height = 20
Top = 26
Width = 43
Caption = 'Errors:'
ParentColor = False
end
object LNError: TLabel
Left = 172
Height = 14
Top = 26
Width = 31
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Color = clRed
ParentColor = False
ParentFont = False
end
object LInfoNote: TLabel
Left = 112
Height = 20
Top = 5
Width = 43
Caption = 'Notes:'
ParentColor = False
end
object LNNote: TLabel
Left = 172
Height = 14
Top = 5
Width = 31
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Font.Color = clBlack
ParentColor = False
ParentFont = False
end
end
object Panel2: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Panel4
AnchorSideTop.Side = asrCenter
Left = 6
Height = 28
Top = 102
Width = 144
BevelInner = bvLowered
BevelOuter = bvLowered
BorderStyle = bsSingle
ClientHeight = 28
ClientWidth = 144
TabOrder = 4
object LNLines: TLabel
Left = 88
Height = 14
Top = 6
Width = 49
Alignment = taRightJustify
AutoSize = False
Caption = '0'
ParentColor = False
end
object LInfoLines: TLabel
Left = 6
Height = 14
Top = 6
Width = 29
Caption = 'Lines:'
ParentColor = False
end
end
end