lazarus/ide/infobuild.lfm
paul b30828caaa ide: fix big buttons in 2 dialogs
git-svn-id: trunk@23291 -
2009-12-26 17:54:22 +00:00

336 lines
7.6 KiB
Plaintext

object CompileInfoDlg: TCompileInfoDlg
Left = 628
Height = 200
Top = 372
Width = 386
ActiveControl = PnlTitle
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Compile project'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 200
ClientWidth = 386
FormStyle = fsStayOnTop
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object PnlTitle: TPanel
Left = 6
Height = 24
Top = 6
Width = 374
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 24
ClientWidth = 374
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object lbInfo: TLabel
Left = 7
Height = 20
Top = 2
Width = 360
Align = alClient
Alignment = taCenter
BorderSpacing.Left = 5
BorderSpacing.Right = 5
Layout = tlCenter
ParentColor = False
end
end
object Panel1: TPanel
Left = 6
Height = 70
Top = 36
Width = 374
Align = alClient
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 70
ClientWidth = 374
ParentColor = False
TabOrder = 1
object PCurrentStatus: TLabel
Left = 4
Height = 62
Top = 4
Width = 366
Align = alClient
Alignment = taCenter
AutoSize = False
BorderSpacing.Left = 2
BorderSpacing.Top = 2
BorderSpacing.Right = 2
BorderSpacing.Bottom = 2
Color = clBtnFace
Layout = tlCenter
ParentColor = False
Transparent = False
WordWrap = True
end
end
object pnlButton: TPanel
Left = 6
Height = 26
Top = 168
Width = 374
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 26
ClientWidth = 374
TabOrder = 2
object BClose: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 150
Height = 26
Top = 0
Width = 75
Anchors = [akTop]
AutoSize = True
Caption = '&OK'
Constraints.MinHeight = 23
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = BCloseClick
TabOrder = 0
end
end
object pnlInfo: TPanel
Left = 6
Height = 50
Top = 112
Width = 374
Align = alBottom
BevelOuter = bvNone
ClientHeight = 50
ClientWidth = 374
TabOrder = 3
object pnlLines: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrCenter
Left = 0
Height = 50
Top = 0
Width = 122
Align = alLeft
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 50
ClientWidth = 122
TabOrder = 0
object LNLines: TLabel
Left = 35
Height = 46
Top = 2
Width = 80
Align = alClient
Alignment = taRightJustify
AutoSize = False
BorderSpacing.Right = 5
Caption = '0'
Layout = tlCenter
ParentColor = False
end
object LInfoLines: TLabel
Left = 6
Height = 46
Top = 2
Width = 29
Align = alLeft
BorderSpacing.Left = 4
Caption = 'Lines:'
Layout = tlCenter
ParentColor = False
end
end
object Panel3: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrCenter
Left = 126
Height = 50
Top = 0
Width = 122
Align = alClient
BorderSpacing.Left = 4
BorderSpacing.Right = 4
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 50
ClientWidth = 122
TabOrder = 1
object pnlHintsWarnings: TPanel
Left = 4
Height = 18
Top = 6
Width = 114
Align = alTop
BorderSpacing.Left = 2
BorderSpacing.Top = 4
BorderSpacing.Right = 2
BevelOuter = bvNone
ClientHeight = 18
ClientWidth = 114
TabOrder = 0
object LNHint: TLabel
Left = 31
Height = 18
Top = 0
Width = 81
Align = alClient
Alignment = taRightJustify
AutoSize = False
BorderSpacing.Left = 2
BorderSpacing.Right = 2
Caption = '0'
ParentColor = False
ParentFont = False
end
object LInfoHint: TLabel
Left = 0
Height = 18
Top = 0
Width = 29
Align = alLeft
Caption = 'Hints:'
ParentColor = False
end
end
object pnlHintsWarnings1: TPanel
Left = 4
Height = 18
Top = 26
Width = 114
Align = alTop
BorderSpacing.Left = 2
BorderSpacing.Top = 2
BorderSpacing.Right = 2
BevelOuter = bvNone
ClientHeight = 18
ClientWidth = 114
TabOrder = 1
object LInfoWarning: TLabel
Left = 0
Height = 18
Top = 0
Width = 50
Align = alLeft
Caption = 'Warnings:'
ParentColor = False
end
object LNWarning: TLabel
Left = 52
Height = 18
Top = 0
Width = 60
Align = alClient
Alignment = taRightJustify
AutoSize = False
BorderSpacing.Left = 2
BorderSpacing.Right = 2
Caption = '0'
ParentColor = False
ParentFont = False
end
end
end
object pnlNotesErrors: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrCenter
Left = 252
Height = 50
Top = 0
Width = 122
Align = alRight
BorderSpacing.Left = 4
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 50
ClientWidth = 122
TabOrder = 2
object pnlHintsWarnings2: TPanel
Left = 4
Height = 18
Top = 6
Width = 114
Align = alTop
BorderSpacing.Left = 2
BorderSpacing.Top = 4
BorderSpacing.Right = 2
BevelOuter = bvNone
ClientHeight = 18
ClientWidth = 114
TabOrder = 0
object LInfoNote: TLabel
Left = 0
Height = 18
Top = 0
Width = 33
Align = alLeft
Caption = 'Notes:'
ParentColor = False
end
object LNNote: TLabel
Left = 35
Height = 18
Top = 0
Width = 77
Align = alClient
Alignment = taRightJustify
AutoSize = False
BorderSpacing.Left = 2
BorderSpacing.Right = 2
Caption = '0'
ParentColor = False
ParentFont = False
end
end
object pnlErrors: TPanel
Left = 4
Height = 18
Top = 26
Width = 114
Align = alTop
BorderSpacing.Left = 2
BorderSpacing.Top = 2
BorderSpacing.Right = 2
BevelOuter = bvNone
ClientHeight = 18
ClientWidth = 114
TabOrder = 1
object LInfoError: TLabel
Left = 0
Height = 18
Top = 0
Width = 34
Align = alLeft
Caption = 'Errors:'
ParentColor = False
end
object LNError: TLabel
Left = 36
Height = 18
Top = 0
Width = 76
Align = alClient
Alignment = taRightJustify
AutoSize = False
BorderSpacing.Left = 2
BorderSpacing.Right = 2
Caption = '0'
ParentColor = False
ParentFont = False
end
end
end
end
end