Debugger: improve 'event log' options tab layout

git-svn-id: trunk@24837 -
This commit is contained in:
maxim 2010-04-22 23:13:39 +00:00
parent 77edbf2983
commit b9e0694773

View File

@ -10,25 +10,23 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
object gbGeneral: TGroupBox[0] object gbGeneral: TGroupBox[0]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 168 Height = 151
Top = 0 Top = 0
Width = 168 Width = 128
AutoSize = True
Caption = 'General' Caption = 'General'
ClientHeight = 150 ClientHeight = 133
ClientWidth = 164 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.Left = 6 BorderSpacing.Around = 6
BorderSpacing.Top = 6
Caption = 'Clear log on run' Caption = 'Clear log on run'
Checked = True Checked = True
State = cbChecked State = cbChecked
@ -39,10 +37,10 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideTop.Control = chkClearLogOnRun AnchorSideTop.Control = chkClearLogOnRun
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 17
Top = 25 Top = 29
Width = 114 Width = 98
BorderSpacing.Left = 6 BorderSpacing.Around = 6
Caption = 'Limit linecount to' Caption = 'Limit linecount to'
TabOrder = 1 TabOrder = 1
end end
@ -51,10 +49,13 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideTop.Control = chkLimitLinecount AnchorSideTop.Control = chkLimitLinecount
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 26 Left = 26
Height = 23 Height = 21
Top = 44 Top = 52
Width = 82 Width = 92
BorderSpacing.Left = 20 BorderSpacing.Left = 20
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 60
TabOrder = 2 TabOrder = 2
end end
end end
@ -66,14 +67,15 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = gbGeneral AnchorSideBottom.Control = gbGeneral
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 168 Left = 134
Height = 168 Height = 151
Top = 0 Top = 0
Width = 366 Width = 400
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
Caption = 'Messages' Caption = 'Messages'
ClientHeight = 150 ClientHeight = 133
ClientWidth = 362 ClientWidth = 396
TabOrder = 1 TabOrder = 1
object cbMessages: TCheckListBox object cbMessages: TCheckListBox
AnchorSideLeft.Control = gbMessages AnchorSideLeft.Control = gbMessages
@ -83,9 +85,9 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideBottom.Control = gbMessages AnchorSideBottom.Control = gbMessages
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 138 Height = 121
Top = 6 Top = 6
Width = 350 Width = 384
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ItemHeight = 0 ItemHeight = 0
@ -101,10 +103,11 @@ inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
AnchorSideBottom.Control = Owner AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 0 Left = 0
Height = 161 Height = 172
Top = 168 Top = 157
Width = 534 Width = 534
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
Caption = 'Colors' Caption = 'Colors'
TabOrder = 2 TabOrder = 2
end end