mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 12:29:30 +02:00
IDE: improved layout info build window
git-svn-id: trunk@23972 -
This commit is contained in:
parent
2e944cfdc0
commit
404a27c33f
@ -1,8 +1,8 @@
|
||||
object CompileInfoDlg: TCompileInfoDlg
|
||||
Left = 628
|
||||
Height = 200
|
||||
Height = 209
|
||||
Top = 372
|
||||
Width = 386
|
||||
Width = 384
|
||||
ActiveControl = PnlTitle
|
||||
BorderIcons = []
|
||||
BorderStyle = bsDialog
|
||||
@ -11,8 +11,8 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 6
|
||||
ChildSizing.VerticalSpacing = 6
|
||||
ClientHeight = 200
|
||||
ClientWidth = 386
|
||||
ClientHeight = 209
|
||||
ClientWidth = 384
|
||||
FormStyle = fsStayOnTop
|
||||
KeyPreview = True
|
||||
OnCreate = FormCreate
|
||||
@ -21,22 +21,23 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
LCLVersion = '0.9.29'
|
||||
object PnlTitle: TPanel
|
||||
Left = 6
|
||||
Height = 24
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 374
|
||||
Width = 372
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BevelInner = bvRaised
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 24
|
||||
ClientWidth = 374
|
||||
ClientHeight = 25
|
||||
ClientWidth = 372
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
object lbInfo: TLabel
|
||||
Left = 7
|
||||
Height = 20
|
||||
Height = 21
|
||||
Top = 2
|
||||
Width = 360
|
||||
Width = 358
|
||||
Align = alClient
|
||||
Alignment = taCenter
|
||||
BorderSpacing.Left = 5
|
||||
@ -47,21 +48,22 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
end
|
||||
object Panel1: TPanel
|
||||
Left = 6
|
||||
Height = 70
|
||||
Top = 36
|
||||
Width = 374
|
||||
Height = 80
|
||||
Top = 37
|
||||
Width = 372
|
||||
Align = alClient
|
||||
AutoSize = True
|
||||
BevelInner = bvRaised
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 70
|
||||
ClientWidth = 374
|
||||
ClientHeight = 80
|
||||
ClientWidth = 372
|
||||
ParentColor = False
|
||||
TabOrder = 1
|
||||
object PCurrentStatus: TLabel
|
||||
Left = 4
|
||||
Height = 62
|
||||
Height = 72
|
||||
Top = 4
|
||||
Width = 366
|
||||
Width = 364
|
||||
Align = alClient
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
@ -78,19 +80,19 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
end
|
||||
object pnlButton: TPanel
|
||||
Left = 6
|
||||
Height = 26
|
||||
Top = 168
|
||||
Width = 374
|
||||
Height = 32
|
||||
Top = 171
|
||||
Width = 372
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 26
|
||||
ClientWidth = 374
|
||||
ClientHeight = 32
|
||||
ClientWidth = 372
|
||||
TabOrder = 2
|
||||
object BClose: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 150
|
||||
Height = 26
|
||||
Left = 149
|
||||
Height = 32
|
||||
Top = 0
|
||||
Width = 75
|
||||
Anchors = [akTop]
|
||||
@ -109,32 +111,37 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
end
|
||||
object pnlInfo: TPanel
|
||||
Left = 6
|
||||
Height = 50
|
||||
Top = 112
|
||||
Width = 374
|
||||
Height = 42
|
||||
Top = 123
|
||||
Width = 372
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 50
|
||||
ClientWidth = 374
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 3
|
||||
ClientHeight = 42
|
||||
ClientWidth = 372
|
||||
TabOrder = 3
|
||||
object pnlLines: TPanel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 0
|
||||
Height = 50
|
||||
Height = 42
|
||||
Top = 0
|
||||
Width = 122
|
||||
Align = alLeft
|
||||
Width = 115
|
||||
AutoSize = True
|
||||
BevelInner = bvRaised
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 50
|
||||
ClientWidth = 122
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ClientHeight = 42
|
||||
ClientWidth = 115
|
||||
TabOrder = 0
|
||||
object LNLines: TLabel
|
||||
Left = 35
|
||||
Height = 46
|
||||
Left = 44
|
||||
Height = 38
|
||||
Top = 2
|
||||
Width = 80
|
||||
Width = 64
|
||||
Align = alClient
|
||||
Alignment = taRightJustify
|
||||
AutoSize = False
|
||||
@ -145,9 +152,9 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
end
|
||||
object LInfoLines: TLabel
|
||||
Left = 6
|
||||
Height = 46
|
||||
Height = 38
|
||||
Top = 2
|
||||
Width = 29
|
||||
Width = 38
|
||||
Align = alLeft
|
||||
BorderSpacing.Left = 4
|
||||
Caption = 'Lines:'
|
||||
@ -156,38 +163,40 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
end
|
||||
end
|
||||
object Panel3: TPanel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 126
|
||||
Height = 50
|
||||
Left = 115
|
||||
Height = 42
|
||||
Top = 0
|
||||
Width = 122
|
||||
Align = alClient
|
||||
Width = 136
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 4
|
||||
BorderSpacing.Right = 4
|
||||
BevelInner = bvRaised
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 50
|
||||
ClientWidth = 122
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 42
|
||||
ClientWidth = 136
|
||||
TabOrder = 1
|
||||
object pnlHintsWarnings: TPanel
|
||||
Left = 4
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 114
|
||||
Align = alTop
|
||||
object pnlHints: TPanel
|
||||
Left = 2
|
||||
Height = 19
|
||||
Top = 4
|
||||
Width = 132
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 2
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Right = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 18
|
||||
ClientWidth = 114
|
||||
ClientHeight = 19
|
||||
ClientWidth = 132
|
||||
TabOrder = 0
|
||||
object LNHint: TLabel
|
||||
Left = 31
|
||||
Height = 18
|
||||
Left = 40
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 81
|
||||
Width = 90
|
||||
Align = alClient
|
||||
Alignment = taRightJustify
|
||||
AutoSize = False
|
||||
@ -199,41 +208,40 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
end
|
||||
object LInfoHint: TLabel
|
||||
Left = 0
|
||||
Height = 18
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 29
|
||||
Width = 38
|
||||
Align = alLeft
|
||||
Caption = 'Hints:'
|
||||
ParentColor = False
|
||||
end
|
||||
end
|
||||
object pnlHintsWarnings1: TPanel
|
||||
Left = 4
|
||||
Height = 18
|
||||
Top = 26
|
||||
Width = 114
|
||||
Align = alTop
|
||||
object pnlWarnings: TPanel
|
||||
Left = 2
|
||||
Height = 19
|
||||
Top = 23
|
||||
Width = 132
|
||||
BorderSpacing.Left = 2
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Right = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 18
|
||||
ClientWidth = 114
|
||||
ClientHeight = 19
|
||||
ClientWidth = 132
|
||||
TabOrder = 1
|
||||
object LInfoWarning: TLabel
|
||||
Left = 0
|
||||
Height = 18
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 50
|
||||
Width = 62
|
||||
Align = alLeft
|
||||
Caption = 'Warnings:'
|
||||
ParentColor = False
|
||||
end
|
||||
object LNWarning: TLabel
|
||||
Left = 52
|
||||
Height = 18
|
||||
Left = 64
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 60
|
||||
Width = 66
|
||||
Align = alClient
|
||||
Alignment = taRightJustify
|
||||
AutoSize = False
|
||||
@ -246,46 +254,48 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
end
|
||||
end
|
||||
object pnlNotesErrors: TPanel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 252
|
||||
Height = 50
|
||||
Left = 255
|
||||
Height = 42
|
||||
Top = 0
|
||||
Width = 122
|
||||
Align = alRight
|
||||
Width = 117
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 4
|
||||
BevelInner = bvRaised
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 50
|
||||
ClientWidth = 122
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
||||
ChildSizing.ControlsPerLine = 2
|
||||
ClientHeight = 42
|
||||
ClientWidth = 117
|
||||
TabOrder = 2
|
||||
object pnlHintsWarnings2: TPanel
|
||||
Left = 4
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 114
|
||||
Align = alTop
|
||||
object pnlNotes: TPanel
|
||||
Left = 2
|
||||
Height = 19
|
||||
Top = 4
|
||||
Width = 113
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 2
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Right = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 18
|
||||
ClientWidth = 114
|
||||
ClientHeight = 19
|
||||
ClientWidth = 113
|
||||
TabOrder = 0
|
||||
object LInfoNote: TLabel
|
||||
Left = 0
|
||||
Height = 18
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 33
|
||||
Width = 43
|
||||
Align = alLeft
|
||||
Caption = 'Notes:'
|
||||
ParentColor = False
|
||||
end
|
||||
object LNNote: TLabel
|
||||
Left = 35
|
||||
Height = 18
|
||||
Left = 45
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 77
|
||||
Width = 66
|
||||
Align = alClient
|
||||
Alignment = taRightJustify
|
||||
AutoSize = False
|
||||
@ -297,32 +307,32 @@ object CompileInfoDlg: TCompileInfoDlg
|
||||
end
|
||||
end
|
||||
object pnlErrors: TPanel
|
||||
Left = 4
|
||||
Height = 18
|
||||
Top = 26
|
||||
Width = 114
|
||||
Align = alTop
|
||||
Left = 2
|
||||
Height = 19
|
||||
Top = 23
|
||||
Width = 113
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 2
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Right = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 18
|
||||
ClientWidth = 114
|
||||
ClientHeight = 19
|
||||
ClientWidth = 113
|
||||
TabOrder = 1
|
||||
object LInfoError: TLabel
|
||||
Left = 0
|
||||
Height = 18
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 34
|
||||
Width = 43
|
||||
Align = alLeft
|
||||
Caption = 'Errors:'
|
||||
ParentColor = False
|
||||
end
|
||||
object LNError: TLabel
|
||||
Left = 36
|
||||
Height = 18
|
||||
Left = 45
|
||||
Height = 19
|
||||
Top = 0
|
||||
Width = 76
|
||||
Width = 66
|
||||
Align = alClient
|
||||
Alignment = taRightJustify
|
||||
AutoSize = False
|
||||
|
@ -53,9 +53,9 @@ type
|
||||
pnlLines: TPanel;
|
||||
Panel3: TPanel;
|
||||
pnlNotesErrors: TPanel;
|
||||
pnlHintsWarnings: TPanel;
|
||||
pnlHintsWarnings1: TPanel;
|
||||
pnlHintsWarnings2: TPanel;
|
||||
pnlHints: TPanel;
|
||||
pnlWarnings: TPanel;
|
||||
pnlNotes: TPanel;
|
||||
pnlErrors: TPanel;
|
||||
pnlInfo: TPanel;
|
||||
pnlButton: TPanel;
|
||||
|
Loading…
Reference in New Issue
Block a user