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