Debugger: tweaked Event log options frame layout to make it look better with longer event captions

git-svn-id: trunk@30618 -
This commit is contained in:
maxim 2011-05-08 15:20:09 +00:00
parent cf0e97fb57
commit 40ffcaa435

View File

@ -11,21 +11,21 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 157
Height = 151
Top = 0
Width = 130
Width = 128
AutoSize = True
Caption = 'General'
ClientHeight = 139
ClientWidth = 126
ClientHeight = 133
ClientWidth = 124
TabOrder = 0
object chkClearLogOnRun: TCheckBox
AnchorSideLeft.Control = gbGeneral
AnchorSideTop.Control = gbGeneral
Left = 6
Height = 19
Height = 17
Top = 6
Width = 105
Width = 94
BorderSpacing.Around = 6
Caption = 'Clear log on run'
Checked = True
@ -37,9 +37,9 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideTop.Control = chkClearLogOnRun
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 31
Width = 114
Height = 17
Top = 29
Width = 98
BorderSpacing.Around = 6
Caption = 'Limit linecount to'
TabOrder = 1
@ -49,8 +49,8 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideTop.Control = chkLimitLinecount
AnchorSideTop.Side = asrBottom
Left = 26
Height = 23
Top = 56
Height = 21
Top = 52
Width = 92
BorderSpacing.Left = 20
BorderSpacing.Top = 6
@ -67,15 +67,15 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = gbGeneral
AnchorSideBottom.Side = asrBottom
Left = 136
Height = 157
Left = 134
Height = 151
Top = 0
Width = 398
Width = 400
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
Caption = 'Messages'
ClientHeight = 139
ClientWidth = 394
ClientHeight = 133
ClientWidth = 396
TabOrder = 1
object cbMessages: TCheckListBox
AnchorSideLeft.Control = gbMessages
@ -85,9 +85,9 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideBottom.Control = gbMessages
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 127
Height = 121
Top = 6
Width = 382
Width = 384
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
@ -103,13 +103,13 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 166
Top = 163
Height = 172
Top = 157
Width = 534
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
Caption = 'Colors'
ClientHeight = 148
ClientHeight = 154
ClientWidth = 530
TabOrder = 2
object ColorTree: TTreeView
@ -121,14 +121,14 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideBottom.Control = gbColors
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 111
Top = 31
Width = 184
Height = 119
Top = 29
Width = 240
Anchors = [akTop, akLeft, akBottom]
AutoExpand = True
BorderSpacing.Around = 6
Constraints.MinWidth = 150
DefaultItemHeight = 17
DefaultItemHeight = 15
ReadOnly = True
ScrollBars = ssAutoBoth
ShowButtons = False
@ -143,9 +143,9 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideLeft.Control = gbColors
AnchorSideTop.Control = gbColors
Left = 6
Height = 19
Height = 17
Top = 6
Width = 141
Width = 127
BorderSpacing.Around = 6
Caption = 'chkUseEventLogColors'
OnChange = chkUseEventLogColorsChange
@ -158,10 +158,10 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbColors
AnchorSideRight.Side = asrBottom
Left = 196
Left = 252
Height = 22
Top = 50
Width = 328
Top = 46
Width = 272
DefaultColorColor = clWhite
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
Anchors = [akTop, akLeft, akRight]
@ -182,10 +182,10 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = gbColors
AnchorSideBottom.Side = asrBottom
Left = 196
Left = 252
Height = 22
Top = 97
Width = 328
Top = 91
Width = 272
DefaultColorColor = clWhite
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
Anchors = [akTop, akLeft, akRight, akBottom]
@ -201,10 +201,10 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideLeft.Control = ColorTree
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ColorTree
Left = 196
Height = 16
Top = 31
Width = 92
Left = 252
Height = 14
Top = 29
Width = 83
BorderSpacing.Left = 6
Caption = 'ForeGroundLabel'
ParentColor = False
@ -214,10 +214,10 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ForegroundColorBox
AnchorSideTop.Side = asrBottom
Left = 196
Height = 16
Top = 78
Width = 94
Left = 252
Height = 14
Top = 74
Width = 83
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'BackGroundLabel'