mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
ide: change some options frames to look better in gtk2 ide (set autosize for all spinedits, set anchors where they are missed)
git-svn-id: trunk@19708 -
This commit is contained in:
parent
2e73997680
commit
2ee9eb22cb
@ -1,17 +1,13 @@
|
||||
object DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
|
||||
Left = 0
|
||||
inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
|
||||
Height = 368
|
||||
Top = 0
|
||||
Width = 534
|
||||
HelpContext = 0
|
||||
ClientHeight = 368
|
||||
ClientWidth = 534
|
||||
Ctl3D = False
|
||||
ClientHeight = 364
|
||||
ClientWidth = 530
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 536
|
||||
DesignTop = 282
|
||||
object gbGeneral: TGroupBox
|
||||
object gbGeneral: TGroupBox[0]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
@ -19,46 +15,39 @@ object DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
|
||||
Left = 0
|
||||
Height = 132
|
||||
Top = 0
|
||||
Width = 534
|
||||
HelpContext = 0
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'General'
|
||||
ClientHeight = 114
|
||||
ClientWidth = 530
|
||||
Ctl3D = False
|
||||
ParentCtl3D = False
|
||||
ClientHeight = 113
|
||||
ClientWidth = 526
|
||||
TabOrder = 0
|
||||
object chkClearLogOnRun: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 5
|
||||
Width = 102
|
||||
HelpContext = 0
|
||||
Width = 127
|
||||
Caption = 'Clear log on run'
|
||||
TabOrder = 0
|
||||
UseOnChange = False
|
||||
end
|
||||
object chkLimitLinecount: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 29
|
||||
Width = 106
|
||||
HelpContext = 0
|
||||
Width = 138
|
||||
Caption = 'Limit linecount to'
|
||||
TabOrder = 1
|
||||
UseOnChange = False
|
||||
end
|
||||
object seLimitLinecount: TSpinEdit
|
||||
Left = 46
|
||||
Height = 20
|
||||
Height = 27
|
||||
Top = 54
|
||||
Width = 82
|
||||
HelpContext = 0
|
||||
AutoSize = True
|
||||
Enabled = False
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
object gbMessages: TGroupBox
|
||||
object gbMessages: TGroupBox[1]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = gbGeneral
|
||||
AnchorSideTop.Side = asrBottom
|
||||
@ -67,95 +56,78 @@ object DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 230
|
||||
Height = 226
|
||||
Top = 138
|
||||
Width = 534
|
||||
HelpContext = 0
|
||||
Width = 530
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Messages'
|
||||
ClientHeight = 212
|
||||
ClientWidth = 530
|
||||
Ctl3D = False
|
||||
ClientHeight = 207
|
||||
ClientWidth = 526
|
||||
Enabled = False
|
||||
ParentCtl3D = False
|
||||
TabOrder = 1
|
||||
object chkMessagesBreakpoint: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 5
|
||||
Width = 77
|
||||
HelpContext = 0
|
||||
Width = 95
|
||||
AllowGrayed = True
|
||||
Caption = 'Breakpoint'
|
||||
TabOrder = 0
|
||||
UseOnChange = False
|
||||
end
|
||||
object chkMessagesProcess: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 29
|
||||
Width = 63
|
||||
HelpContext = 0
|
||||
Width = 74
|
||||
AllowGrayed = True
|
||||
Caption = 'Process'
|
||||
TabOrder = 1
|
||||
UseOnChange = False
|
||||
end
|
||||
object chkMessagesThread: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 53
|
||||
Width = 60
|
||||
HelpContext = 0
|
||||
Width = 69
|
||||
AllowGrayed = True
|
||||
Caption = 'Thread'
|
||||
TabOrder = 2
|
||||
UseOnChange = False
|
||||
end
|
||||
object chkMessagesModule: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 77
|
||||
Width = 60
|
||||
HelpContext = 0
|
||||
Width = 72
|
||||
AllowGrayed = True
|
||||
Caption = 'Module'
|
||||
TabOrder = 3
|
||||
UseOnChange = False
|
||||
end
|
||||
object chkMessagesOutput: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 101
|
||||
Width = 60
|
||||
HelpContext = 0
|
||||
Width = 68
|
||||
AllowGrayed = True
|
||||
Caption = 'Output'
|
||||
TabOrder = 4
|
||||
UseOnChange = False
|
||||
end
|
||||
object chkMessagesWindow: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 125
|
||||
Width = 64
|
||||
HelpContext = 0
|
||||
Width = 76
|
||||
AllowGrayed = True
|
||||
Caption = 'Window'
|
||||
TabOrder = 5
|
||||
UseOnChange = False
|
||||
end
|
||||
object chkMessagesInterface: TCheckBox
|
||||
Left = 4
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 149
|
||||
Width = 71
|
||||
HelpContext = 0
|
||||
Width = 82
|
||||
AllowGrayed = True
|
||||
Caption = 'Interface'
|
||||
TabOrder = 6
|
||||
UseOnChange = False
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,46 +1,40 @@
|
||||
{ Это - файл ресурсов, автоматически созданный lazarus }
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TDebuggerEventLogOptionsFrame','FORMDATA',[
|
||||
'TPF0'#29'TDebuggerEventLogOptionsFrame'#28'DebuggerEventLogOptionsFrame'#4'L'
|
||||
+'eft'#2#0#6'Height'#3'p'#1#3'Top'#2#0#5'Width'#3#22#2#11'HelpContext'#2#0#12
|
||||
+'ClientHeight'#3'p'#1#11'ClientWidth'#3#22#2#5'Ctl3D'#8#8'TabOrder'#2#0#7'Vi'
|
||||
+'sible'#8#10'DesignLeft'#3#24#2#9'DesignTop'#3#26#1#0#9'TGroupBox'#9'gbGener'
|
||||
+'al'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Own'
|
||||
+'er'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#0#6'Height'#3#132#0#3'Top'#2#0#5'Width'#3#22#2#11'HelpCon'
|
||||
+'text'#2#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#7'Gene'
|
||||
+'ral'#12'ClientHeight'#2'r'#11'ClientWidth'#3#18#2#5'Ctl3D'#8#11'ParentCtl3D'
|
||||
+#8#8'TabOrder'#2#0#0#9'TCheckBox'#16'chkClearLogOnRun'#4'Left'#2#4#6'Height'
|
||||
+#2#19#3'Top'#2#5#5'Width'#2'f'#11'HelpContext'#2#0#7'Caption'#6#16'Clear log'
|
||||
+' on run'#8'TabOrder'#2#0#11'UseOnChange'#8#0#0#9'TCheckBox'#17'chkLimitLine'
|
||||
+'count'#4'Left'#2#4#6'Height'#2#19#3'Top'#2#29#5'Width'#2'j'#11'HelpContext'
|
||||
+#2#0#7'Caption'#6#18'Limit linecount to'#8'TabOrder'#2#1#11'UseOnChange'#8#0
|
||||
+#0#9'TSpinEdit'#16'seLimitLinecount'#4'Left'#2'.'#6'Height'#2#20#3'Top'#2'6'
|
||||
+#5'Width'#2'R'#11'HelpContext'#2#0#7'Enabled'#8#8'TabOrder'#2#2#0#0#0#9'TGro'
|
||||
+'upBox'#10'gbMessages'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTo'
|
||||
+'p.Control'#7#9'gbGeneral'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSi'
|
||||
+'deRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Anch'
|
||||
+'orSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#0#6'Height'#3#230#0#3'Top'#3#138#0#5'Width'#3#22#2#11'HelpContext'#2
|
||||
+#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacin'
|
||||
+'g.Top'#2#6#7'Caption'#6#8'Messages'#12'ClientHeight'#3#212#0#11'ClientWidth'
|
||||
+#3#18#2#5'Ctl3D'#8#7'Enabled'#8#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#9'TCheck'
|
||||
+'Box'#21'chkMessagesBreakpoint'#4'Left'#2#4#6'Height'#2#19#3'Top'#2#5#5'Widt'
|
||||
+'h'#2'M'#11'HelpContext'#2#0#11'AllowGrayed'#9#7'Caption'#6#10'Breakpoint'#8
|
||||
+'TabOrder'#2#0#11'UseOnChange'#8#0#0#9'TCheckBox'#18'chkMessagesProcess'#4'L'
|
||||
+'eft'#2#4#6'Height'#2#19#3'Top'#2#29#5'Width'#2'?'#11'HelpContext'#2#0#11'Al'
|
||||
+'lowGrayed'#9#7'Caption'#6#7'Process'#8'TabOrder'#2#1#11'UseOnChange'#8#0#0#9
|
||||
+'TCheckBox'#17'chkMessagesThread'#4'Left'#2#4#6'Height'#2#19#3'Top'#2'5'#5'W'
|
||||
+'idth'#2'<'#11'HelpContext'#2#0#11'AllowGrayed'#9#7'Caption'#6#6'Thread'#8'T'
|
||||
+'abOrder'#2#2#11'UseOnChange'#8#0#0#9'TCheckBox'#17'chkMessagesModule'#4'Lef'
|
||||
+'t'#2#4#6'Height'#2#19#3'Top'#2'M'#5'Width'#2'<'#11'HelpContext'#2#0#11'Allo'
|
||||
+'wGrayed'#9#7'Caption'#6#6'Module'#8'TabOrder'#2#3#11'UseOnChange'#8#0#0#9'T'
|
||||
+'CheckBox'#17'chkMessagesOutput'#4'Left'#2#4#6'Height'#2#19#3'Top'#2'e'#5'Wi'
|
||||
+'dth'#2'<'#11'HelpContext'#2#0#11'AllowGrayed'#9#7'Caption'#6#6'Output'#8'Ta'
|
||||
+'bOrder'#2#4#11'UseOnChange'#8#0#0#9'TCheckBox'#17'chkMessagesWindow'#4'Left'
|
||||
+#2#4#6'Height'#2#19#3'Top'#2'}'#5'Width'#2'@'#11'HelpContext'#2#0#11'AllowGr'
|
||||
+'ayed'#9#7'Caption'#6#6'Window'#8'TabOrder'#2#5#11'UseOnChange'#8#0#0#9'TChe'
|
||||
+'ckBox'#20'chkMessagesInterface'#4'Left'#2#4#6'Height'#2#19#3'Top'#3#149#0#5
|
||||
+'Width'#2'G'#11'HelpContext'#2#0#11'AllowGrayed'#9#7'Caption'#6#9'Interface'
|
||||
+#8'TabOrder'#2#6#11'UseOnChange'#8#0#0#0#0
|
||||
'TPF0'#241#29'TDebuggerEventLogOptionsFrame'#28'DebuggerEventLogOptionsFrame'
|
||||
+#6'Height'#3'p'#1#5'Width'#3#22#2#12'ClientHeight'#3'l'#1#11'ClientWidth'#3
|
||||
+#18#2#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#24#2#9'DesignTop'#3#26#1
|
||||
+#0#242#2#0#9'TGroupBox'#9'gbGeneral'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#132#0#3'Top'#2
|
||||
+#0#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6
|
||||
+#7'General'#12'ClientHeight'#2'q'#11'ClientWidth'#3#14#2#8'TabOrder'#2#0#0#9
|
||||
+'TCheckBox'#16'chkClearLogOnRun'#4'Left'#2#4#6'Height'#2#22#3'Top'#2#5#5'Wid'
|
||||
+'th'#2''#7'Caption'#6#16'Clear log on run'#8'TabOrder'#2#0#0#0#9'TCheckBox'
|
||||
+#17'chkLimitLinecount'#4'Left'#2#4#6'Height'#2#22#3'Top'#2#29#5'Width'#3#138
|
||||
+#0#7'Caption'#6#18'Limit linecount to'#8'TabOrder'#2#1#0#0#9'TSpinEdit'#16's'
|
||||
+'eLimitLinecount'#4'Left'#2'.'#6'Height'#2#27#3'Top'#2'6'#5'Width'#2'R'#8'Au'
|
||||
+'toSize'#9#7'Enabled'#8#8'TabOrder'#2#2#0#0#0#242#2#1#9'TGroupBox'#10'gbMess'
|
||||
+'ages'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#9'g'
|
||||
+'bGeneral'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Cont'
|
||||
+'rol'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Heig'
|
||||
+'ht'#3#226#0#3'Top'#3#138#0#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#8'Messages'
|
||||
+#12'ClientHeight'#3#207#0#11'ClientWidth'#3#14#2#7'Enabled'#8#8'TabOrder'#2#1
|
||||
+#0#9'TCheckBox'#21'chkMessagesBreakpoint'#4'Left'#2#4#6'Height'#2#22#3'Top'#2
|
||||
+#5#5'Width'#2'_'#11'AllowGrayed'#9#7'Caption'#6#10'Breakpoint'#8'TabOrder'#2
|
||||
+#0#0#0#9'TCheckBox'#18'chkMessagesProcess'#4'Left'#2#4#6'Height'#2#22#3'Top'
|
||||
+#2#29#5'Width'#2'J'#11'AllowGrayed'#9#7'Caption'#6#7'Process'#8'TabOrder'#2#1
|
||||
+#0#0#9'TCheckBox'#17'chkMessagesThread'#4'Left'#2#4#6'Height'#2#22#3'Top'#2
|
||||
+'5'#5'Width'#2'E'#11'AllowGrayed'#9#7'Caption'#6#6'Thread'#8'TabOrder'#2#2#0
|
||||
+#0#9'TCheckBox'#17'chkMessagesModule'#4'Left'#2#4#6'Height'#2#22#3'Top'#2'M'
|
||||
+#5'Width'#2'H'#11'AllowGrayed'#9#7'Caption'#6#6'Module'#8'TabOrder'#2#3#0#0#9
|
||||
+'TCheckBox'#17'chkMessagesOutput'#4'Left'#2#4#6'Height'#2#22#3'Top'#2'e'#5'W'
|
||||
+'idth'#2'D'#11'AllowGrayed'#9#7'Caption'#6#6'Output'#8'TabOrder'#2#4#0#0#9'T'
|
||||
+'CheckBox'#17'chkMessagesWindow'#4'Left'#2#4#6'Height'#2#22#3'Top'#2'}'#5'Wi'
|
||||
+'dth'#2'L'#11'AllowGrayed'#9#7'Caption'#6#6'Window'#8'TabOrder'#2#5#0#0#9'TC'
|
||||
+'heckBox'#20'chkMessagesInterface'#4'Left'#2#4#6'Height'#2#22#3'Top'#3#149#0
|
||||
+#5'Width'#2'R'#11'AllowGrayed'#9#7'Caption'#6#9'Interface'#8'TabOrder'#2#6#0
|
||||
+#0#0#0
|
||||
]);
|
||||
|
@ -1,8 +1,8 @@
|
||||
inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
Height = 396
|
||||
Height = 428
|
||||
Width = 531
|
||||
ClientHeight = 396
|
||||
ClientWidth = 531
|
||||
ClientHeight = 424
|
||||
ClientWidth = 527
|
||||
TabOrder = 0
|
||||
DesignLeft = 220
|
||||
DesignTop = 220
|
||||
@ -11,9 +11,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = CodeObsCharConstCheckBox
|
||||
Height = 14
|
||||
Top = 176
|
||||
Width = 151
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 196
|
||||
Width = 200
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'CodeObsIgnoreConstantsLabel'
|
||||
ParentColor = False
|
||||
@ -22,10 +23,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||
AnchorSideTop.Control = CodeObsCategoriesCheckGroup
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 269
|
||||
Height = 14
|
||||
Top = 176
|
||||
Width = 139
|
||||
Left = 267
|
||||
Height = 18
|
||||
Top = 196
|
||||
Width = 182
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'COIgnoreConstInFuncsLabel'
|
||||
ParentColor = False
|
||||
@ -33,10 +34,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
object Label1: TLabel[2]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
Left = 265
|
||||
Height = 14
|
||||
Left = 262
|
||||
Height = 15
|
||||
Top = 40
|
||||
Width = 1
|
||||
Width = 2
|
||||
ParentColor = False
|
||||
end
|
||||
object CodeObsCategoriesCheckGroup: TCheckGroup[3]
|
||||
@ -45,8 +46,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideRight.Control = Label1
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Height = 170
|
||||
Width = 262
|
||||
Left = 0
|
||||
Height = 190
|
||||
Top = 0
|
||||
Width = 259
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoFill = True
|
||||
AutoSize = True
|
||||
@ -60,7 +63,7 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
Constraints.MinHeight = 170
|
||||
Constraints.MinHeight = 190
|
||||
OnItemClick = CodeObsCategoriesCheckGroupItemClick
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -72,9 +75,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Height = 203
|
||||
Top = 193
|
||||
Width = 262
|
||||
Left = 0
|
||||
Height = 207
|
||||
Top = 217
|
||||
Width = 259
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 3
|
||||
Lines.Strings = (
|
||||
@ -86,22 +90,24 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideLeft.Control = Label1
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 269
|
||||
Height = 161
|
||||
Width = 162
|
||||
Left = 267
|
||||
Height = 190
|
||||
Top = 0
|
||||
Width = 214
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 3
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 161
|
||||
ClientWidth = 162
|
||||
ClientHeight = 190
|
||||
ClientWidth = 214
|
||||
TabOrder = 2
|
||||
object NestedProcCountLabel: TLabel
|
||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||
AnchorSideTop.Control = LongParamListCountSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Height = 14
|
||||
Top = 98
|
||||
Width = 110
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 114
|
||||
Width = 148
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'NestedProcCountLabel'
|
||||
ParentColor = False
|
||||
@ -110,9 +116,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||
AnchorSideTop.Control = LongProcLineCountSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Height = 14
|
||||
Top = 52
|
||||
Width = 124
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 60
|
||||
Width = 169
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'LongParamListCountLabel'
|
||||
ParentColor = False
|
||||
@ -120,9 +127,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
object LongProcLineCountLabel: TLabel
|
||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||
AnchorSideTop.Control = CodeObsLeftPanel
|
||||
Height = 14
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 118
|
||||
Width = 160
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'LongProcLineCountLabel'
|
||||
ParentColor = False
|
||||
@ -131,9 +139,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideLeft.Control = CodeObsLeftPanel
|
||||
AnchorSideTop.Control = NestedProcCountSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Height = 17
|
||||
Top = 144
|
||||
Width = 162
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 168
|
||||
Width = 214
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'CodeObsCharConstCheckBox'
|
||||
TabOrder = 0
|
||||
@ -143,9 +152,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideTop.Control = NestedProcCountLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 115
|
||||
Height = 27
|
||||
Top = 135
|
||||
Width = 60
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 1
|
||||
@ -155,9 +165,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideTop.Control = LongParamListCountLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 69
|
||||
Height = 27
|
||||
Top = 81
|
||||
Width = 60
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 2
|
||||
@ -167,9 +178,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideTop.Control = LongProcLineCountLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 23
|
||||
Height = 27
|
||||
Top = 27
|
||||
Width = 60
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
TabOrder = 3
|
||||
@ -183,10 +195,10 @@ inherited CodeObserverOptionsFrame: TCodeObserverOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 269
|
||||
Height = 203
|
||||
Top = 193
|
||||
Width = 262
|
||||
Left = 267
|
||||
Height = 207
|
||||
Top = 217
|
||||
Width = 260
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 3
|
||||
Lines.Strings = (
|
||||
|
@ -2,79 +2,82 @@
|
||||
|
||||
LazarusResources.Add('TCodeObserverOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#25'TCodeObserverOptionsFrame'#24'CodeObserverOptionsFrame'#6'Heigh'
|
||||
+'t'#3#140#1#5'Width'#3#19#2#12'ClientHeight'#3#140#1#11'ClientWidth'#3#19#2#8
|
||||
+'t'#3#172#1#5'Width'#3#19#2#12'ClientHeight'#3#168#1#11'ClientWidth'#3#15#2#8
|
||||
+'TabOrder'#2#0#10'DesignLeft'#3#220#0#9'DesignTop'#3#220#0#0#242#2#0#6'TLabe'
|
||||
+'l'#27'CodeObsIgnoreConstantsLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#27'CodeObsCategoriesCheckGroup'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#24'CodeObsCharConstCheck'
|
||||
+'Box'#6'Height'#2#14#3'Top'#3#176#0#5'Width'#3#151#0#17'BorderSpacing.Top'#2
|
||||
+#6#7'Caption'#6#27'CodeObsIgnoreConstantsLabel'#11'ParentColor'#8#0#0#242#2#1
|
||||
+#6'TLabel'#25'COIgnoreConstInFuncsLabel'#22'AnchorSideLeft.Control'#7#16'Cod'
|
||||
+'eObsLeftPanel'#21'AnchorSideTop.Control'#7#27'CodeObsCategoriesCheckGroup'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#13#1#6'Height'#2#14#3'Top'#3
|
||||
+#176#0#5'Width'#3#139#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'COIgnoreCo'
|
||||
+'nstInFuncsLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#6'Label1'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#5'Owner'#19'AnchorSideLeft.Side'#7#9'asrCenter'#4'Left'
|
||||
+#3#9#1#6'Height'#2#14#3'Top'#2'('#5'Width'#2#1#11'ParentColor'#8#0#0#242#2#3
|
||||
+#11'TCheckGroup'#27'CodeObsCategoriesCheckGroup'#22'AnchorSideLeft.Control'#7
|
||||
+#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7
|
||||
+#6'Label1'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#6'Height'#3#170#0#5'Width'#3#6#1#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#0#8'AutoFill'#9#8'AutoSize'#9#19'BorderSpacing.Right'#2#3#7
|
||||
+'Caption'#6#27'CodeObsCategoriesCheckGroup'#28'ChildSizing.LeftRightSpacing'
|
||||
+#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7
|
||||
+#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomoge'
|
||||
+'nousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'C'
|
||||
+'hildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29
|
||||
+'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#21'Const'
|
||||
+'raints.MinHeight'#3#170#0#11'OnItemClick'#7'$CodeObsCategoriesCheckGroupIte'
|
||||
+'mClick'#8'TabOrder'#2#0#0#0#242#2#4#5'TMemo'#26'CodeObsIgnoreConstantsMemo'
|
||||
+#22'AnchorSideLeft.Control'#7#27'CodeObsIgnoreConstantsLabel'#21'AnchorSideT'
|
||||
+'op.Control'#7#27'CodeObsIgnoreConstantsLabel'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#23'AnchorSideRight.Control'#7#27'CodeObsCategoriesCheckGroup'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#6'Height'#3#203#0#3'Top'#3#193#0#5
|
||||
+'Width'#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'B'
|
||||
+'orderSpacing.Top'#2#3#13'Lines.Strings'#1#6#26'CodeObsIgnoreConstantsMemo'#0
|
||||
+#8'TabOrder'#2#1#0#0#242#2#5#6'TPanel'#16'CodeObsLeftPanel'#22'AnchorSideLef'
|
||||
+'t.Control'#7#6'Label1'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
|
||||
+'Top.Control'#7#5'Owner'#4'Left'#3#13#1#6'Height'#3#161#0#5'Width'#3#162#0#8
|
||||
+'AutoSize'#9#18'BorderSpacing.Left'#2#3#10'BevelOuter'#7#6'bvNone'#12'Client'
|
||||
+'Height'#3#161#0#11'ClientWidth'#3#162#0#8'TabOrder'#2#2#0#6'TLabel'#20'Nest'
|
||||
+'edProcCountLabel'#22'AnchorSideLeft.Control'#7#16'CodeObsLeftPanel'#21'Anch'
|
||||
+'orSideTop.Control'#7#26'LongParamListCountSpinEdit'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#6'Height'#2#14#3'Top'#2'b'#5'Width'#2'n'#17'BorderSpacing.Top'
|
||||
+#2#6#7'Caption'#6#20'NestedProcCountLabel'#11'ParentColor'#8#0#0#6'TLabel'#23
|
||||
+'LongParamListCountLabel'#22'AnchorSideLeft.Control'#7#16'CodeObsLeftPanel'
|
||||
+#21'AnchorSideTop.Control'#7#25'LongProcLineCountSpinEdit'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#6'Height'#2#14#3'Top'#2'4'#5'Width'#2'|'#17'BorderSpac'
|
||||
+'ing.Top'#2#6#7'Caption'#6#23'LongParamListCountLabel'#11'ParentColor'#8#0#0
|
||||
+#6'TLabel'#22'LongProcLineCountLabel'#22'AnchorSideLeft.Control'#7#16'CodeOb'
|
||||
+'sLeftPanel'#21'AnchorSideTop.Control'#7#16'CodeObsLeftPanel'#6'Height'#2#14
|
||||
+#3'Top'#2#6#5'Width'#2'v'#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'LongProc'
|
||||
+'LineCountLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#24'CodeObsCharConstCheck'
|
||||
+'Box'#22'AnchorSideLeft.Control'#7#16'CodeObsLeftPanel'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#23'NestedProcCountSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#6
|
||||
+'Height'#2#17#3'Top'#3#144#0#5'Width'#3#162#0#17'BorderSpacing.Top'#2#6#7'Ca'
|
||||
+'ption'#6#24'CodeObsCharConstCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#23'N'
|
||||
+'estedProcCountSpinEdit'#22'AnchorSideLeft.Control'#7#24'CodeObsCharConstChe'
|
||||
+'ckBox'#21'AnchorSideTop.Control'#7#20'NestedProcCountLabel'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2's'#5'Width'#2'<'
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#1#0#0#9
|
||||
+'TSpinEdit'#26'LongParamListCountSpinEdit'#22'AnchorSideLeft.Control'#7#16'C'
|
||||
+'odeObsLeftPanel'#21'AnchorSideTop.Control'#7#23'LongParamListCountLabel'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'E'#5
|
||||
+'Width'#2'<'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#8'TabOrder'
|
||||
,#2#2#0#0#9'TSpinEdit'#25'LongProcLineCountSpinEdit'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#16'CodeObsLeftPanel'#21'AnchorSideTop.Control'#7#22'LongProcLineCountL'
|
||||
+'abel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'To'
|
||||
+'p'#2#23#5'Width'#2'<'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#8
|
||||
+'TabOrder'#2#3#0#0#0#242#2#6#5'TMemo'#24'COIgnoreConstInFuncsMemo'#22'Anchor'
|
||||
+'SideLeft.Control'#7#16'CodeObsLeftPanel'#21'AnchorSideTop.Control'#7#25'COI'
|
||||
+'gnoreConstInFuncsLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
|
||||
+'Right.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Anchor'
|
||||
+'SideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#3#13#1#6'Height'#3#203#0#3'Top'#3#193#0#5'Width'#3#6#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#3#13'Line'
|
||||
+'s.Strings'#1#6#24'COIgnoreConstInFuncsMemo'#0#8'TabOrder'#2#3#0#0#0
|
||||
+'Box'#4'Left'#2#0#6'Height'#2#18#3'Top'#3#196#0#5'Width'#3#200#0#17'BorderSp'
|
||||
+'acing.Top'#2#6#7'Caption'#6#27'CodeObsIgnoreConstantsLabel'#11'ParentColor'
|
||||
+#8#0#0#242#2#1#6'TLabel'#25'COIgnoreConstInFuncsLabel'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#16'CodeObsLeftPanel'#21'AnchorSideTop.Control'#7#27'CodeObsCategori'
|
||||
+'esCheckGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#11#1#6'Height'
|
||||
+#2#18#3'Top'#3#196#0#5'Width'#3#182#0#17'BorderSpacing.Top'#2#6#7'Caption'#6
|
||||
+#25'COIgnoreConstInFuncsLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#6'Lab'
|
||||
+'el1'#22'AnchorSideLeft.Control'#7#5'Owner'#19'AnchorSideLeft.Side'#7#9'asrC'
|
||||
+'enter'#4'Left'#3#6#1#6'Height'#2#15#3'Top'#2'('#5'Width'#2#2#11'ParentColor'
|
||||
+#8#0#0#242#2#3#11'TCheckGroup'#27'CodeObsCategoriesCheckGroup'#22'AnchorSide'
|
||||
+'Left.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSide'
|
||||
+'Right.Control'#7#6'Label1'#24'AnchorSideBottom.Control'#7#5'Owner'#21'Ancho'
|
||||
+'rSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#190#0#3'Top'#2#0#5
|
||||
+'Width'#3#3#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#8
|
||||
+'AutoSize'#9#19'BorderSpacing.Right'#2#3#7'Caption'#6#27'CodeObsCategoriesCh'
|
||||
+'eckGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpac'
|
||||
+'ing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27
|
||||
+'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.'
|
||||
+'ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14
|
||||
+'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'
|
||||
+#27'ChildSizing.ControlsPerLine'#2#1#21'Constraints.MinHeight'#3#190#0#11'On'
|
||||
+'ItemClick'#7'$CodeObsCategoriesCheckGroupItemClick'#8'TabOrder'#2#0#0#0#242
|
||||
+#2#4#5'TMemo'#26'CodeObsIgnoreConstantsMemo'#22'AnchorSideLeft.Control'#7#27
|
||||
+'CodeObsIgnoreConstantsLabel'#21'AnchorSideTop.Control'#7#27'CodeObsIgnoreCo'
|
||||
+'nstantsLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#27'CodeObsCategoriesCheckGroup'#20'AnchorSideRight.Side'#7#9'asrBott'
|
||||
+'om'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#0#6'Height'#3#207#0#3'Top'#3#217#0#5'Width'#3#3#1#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2
|
||||
+#3#13'Lines.Strings'#1#6#26'CodeObsIgnoreConstantsMemo'#0#8'TabOrder'#2#1#0#0
|
||||
+#242#2#5#6'TPanel'#16'CodeObsLeftPanel'#22'AnchorSideLeft.Control'#7#6'Label'
|
||||
+'1'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#5'Own'
|
||||
+'er'#4'Left'#3#11#1#6'Height'#3#190#0#3'Top'#2#0#5'Width'#3#214#0#8'AutoSize'
|
||||
+#9#18'BorderSpacing.Left'#2#3#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3
|
||||
+#190#0#11'ClientWidth'#3#214#0#8'TabOrder'#2#2#0#6'TLabel'#20'NestedProcCoun'
|
||||
+'tLabel'#22'AnchorSideLeft.Control'#7#16'CodeObsLeftPanel'#21'AnchorSideTop.'
|
||||
+'Control'#7#26'LongParamListCountSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#0#6'Height'#2#18#3'Top'#2'r'#5'Width'#3#148#0#17'BorderSpaci'
|
||||
+'ng.Top'#2#6#7'Caption'#6#20'NestedProcCountLabel'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#23'LongParamListCountLabel'#22'AnchorSideLeft.Control'#7#16'CodeObsL'
|
||||
+'eftPanel'#21'AnchorSideTop.Control'#7#25'LongProcLineCountSpinEdit'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#18#3'Top'#2'<'#5'Wid'
|
||||
+'th'#3#169#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#23'LongParamListCountLab'
|
||||
+'el'#11'ParentColor'#8#0#0#6'TLabel'#22'LongProcLineCountLabel'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#16'CodeObsLeftPanel'#21'AnchorSideTop.Control'#7#16'CodeOb'
|
||||
+'sLeftPanel'#4'Left'#2#0#6'Height'#2#18#3'Top'#2#6#5'Width'#3#160#0#17'Borde'
|
||||
+'rSpacing.Top'#2#6#7'Caption'#6#22'LongProcLineCountLabel'#11'ParentColor'#8
|
||||
+#0#0#9'TCheckBox'#24'CodeObsCharConstCheckBox'#22'AnchorSideLeft.Control'#7
|
||||
+#16'CodeObsLeftPanel'#21'AnchorSideTop.Control'#7#23'NestedProcCountSpinEdit'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3
|
||||
+#168#0#5'Width'#3#214#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#24'CodeObsCha'
|
||||
+'rConstCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#23'NestedProcCountSpinEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#24'CodeObsCharConstCheckBox'#21'AnchorSideTop.'
|
||||
+'Control'#7#20'NestedProcCountLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#27#3'Top'#3#135#0#5'Width'#2'<'#8'AutoSize'#9#18'Bord'
|
||||
+'erSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#8'TabOrder'#2#1#0#0#9'TSpinEd'
|
||||
+'it'#26'LongParamListCountSpinEdit'#22'AnchorSideLeft.Control'#7#16'CodeObsL'
|
||||
+'eftPanel'#21'AnchorSideTop.Control'#7#23'LongParamListCountLabel'#18'Anchor'
|
||||
,'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#27#3'Top'#2'Q'#5'Width'
|
||||
+#2'<'#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#8'T'
|
||||
+'abOrder'#2#2#0#0#9'TSpinEdit'#25'LongProcLineCountSpinEdit'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#16'CodeObsLeftPanel'#21'AnchorSideTop.Control'#7#22'LongProcL'
|
||||
+'ineCountLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#27#3'Top'#2#27#5'Width'#2'<'#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'Bo'
|
||||
+'rderSpacing.Top'#2#3#8'TabOrder'#2#3#0#0#0#242#2#6#5'TMemo'#24'COIgnoreCons'
|
||||
+'tInFuncsMemo'#22'AnchorSideLeft.Control'#7#16'CodeObsLeftPanel'#21'AnchorSi'
|
||||
+'deTop.Control'#7#25'COIgnoreConstInFuncsLabel'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#11#1#6'Height'#3#207#0#3'Top'#3#217#0#5'Width'
|
||||
+#3#4#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSp'
|
||||
+'acing.Top'#2#3#13'Lines.Strings'#1#6#24'COIgnoreConstInFuncsMemo'#0#8'TabOr'
|
||||
+'der'#2#3#0#0#0
|
||||
]);
|
||||
|
@ -1,18 +1,20 @@
|
||||
inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Height = 440
|
||||
Width = 496
|
||||
ClientHeight = 440
|
||||
ClientWidth = 496
|
||||
ClientHeight = 436
|
||||
ClientWidth = 492
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignTop = 25
|
||||
object AutoDelayMaxLabel: TLabel[0]
|
||||
AnchorSideTop.Control = AutoDelayTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 400
|
||||
Height = 14
|
||||
Top = 157
|
||||
Width = 96
|
||||
Left = 360
|
||||
Height = 18
|
||||
Top = 182
|
||||
Width = 132
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 2
|
||||
@ -24,9 +26,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoDelayTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 14
|
||||
Top = 157
|
||||
Width = 92
|
||||
Height = 18
|
||||
Top = 182
|
||||
Width = 128
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'AutoDelayMinLabel'
|
||||
ParentColor = False
|
||||
@ -36,9 +38,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoDelayTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 14
|
||||
Top = 179
|
||||
Width = 76
|
||||
Height = 18
|
||||
Top = 204
|
||||
Width = 104
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'AutoDelayLabel'
|
||||
ParentColor = False
|
||||
@ -48,9 +50,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordTimeTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 14
|
||||
Top = 310
|
||||
Width = 130
|
||||
Height = 18
|
||||
Top = 354
|
||||
Width = 180
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'MarkupWordDelayMinLabel'
|
||||
ParentColor = False
|
||||
@ -60,10 +62,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 362
|
||||
Height = 14
|
||||
Top = 310
|
||||
Width = 134
|
||||
Left = 308
|
||||
Height = 18
|
||||
Top = 354
|
||||
Width = 184
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 2
|
||||
@ -75,9 +77,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordTimeTrackBar
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 14
|
||||
Top = 332
|
||||
Width = 114
|
||||
Height = 18
|
||||
Top = 376
|
||||
Width = 156
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'MarkupWordDelayLabel'
|
||||
ParentColor = False
|
||||
@ -88,10 +90,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordFullCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = MarkupWordFullLenSpin
|
||||
Left = 190
|
||||
Height = 14
|
||||
Top = 223
|
||||
Width = 120
|
||||
Left = 239
|
||||
Height = 18
|
||||
Top = 258
|
||||
Width = 164
|
||||
BorderSpacing.Left = 45
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordFullLenLabel'
|
||||
@ -101,9 +103,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 0
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 181
|
||||
Width = 252
|
||||
Caption = 'AutoIdentifierCompletionCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -112,9 +114,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoIdentifierCompletionCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 17
|
||||
Top = 23
|
||||
Width = 189
|
||||
Height = 22
|
||||
Top = 28
|
||||
Width = 255
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoRemoveEmptyMethodsOnSave'
|
||||
TabOrder = 1
|
||||
@ -124,9 +126,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 17
|
||||
Top = 46
|
||||
Width = 177
|
||||
Height = 22
|
||||
Top = 56
|
||||
Width = 235
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoToolTipSymbToolsCheckBox'
|
||||
TabOrder = 2
|
||||
@ -136,9 +138,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 17
|
||||
Top = 69
|
||||
Width = 167
|
||||
Height = 22
|
||||
Top = 84
|
||||
Width = 226
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoCodeParametersCheckBox'
|
||||
Enabled = False
|
||||
@ -149,9 +151,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoCodeParametersCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 17
|
||||
Top = 92
|
||||
Width = 167
|
||||
Height = 22
|
||||
Top = 112
|
||||
Width = 222
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoToolTipExprEvalCheckBox'
|
||||
TabOrder = 4
|
||||
@ -164,8 +166,8 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 40
|
||||
Top = 115
|
||||
Width = 496
|
||||
Top = 140
|
||||
Width = 492
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 500
|
||||
@ -182,8 +184,8 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 40
|
||||
Top = 268
|
||||
Width = 496
|
||||
Top = 312
|
||||
Width = 492
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 500
|
||||
@ -197,9 +199,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 17
|
||||
Top = 222
|
||||
Width = 145
|
||||
Height = 22
|
||||
Top = 256
|
||||
Width = 194
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordFullCheckBox'
|
||||
TabOrder = 7
|
||||
@ -209,9 +211,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = MarkupWordFullCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 17
|
||||
Top = 245
|
||||
Width = 135
|
||||
Height = 22
|
||||
Top = 284
|
||||
Width = 180
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordNoKeyword'
|
||||
TabOrder = 8
|
||||
@ -223,10 +225,11 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 316
|
||||
Height = 21
|
||||
Top = 220
|
||||
Left = 409
|
||||
Height = 27
|
||||
Top = 254
|
||||
Width = 48
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
TabOrder = 9
|
||||
@ -236,9 +239,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Control = AutoDelayLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 17
|
||||
Top = 199
|
||||
Width = 169
|
||||
Height = 22
|
||||
Top = 228
|
||||
Width = 227
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordNoTimerCheckBox'
|
||||
TabOrder = 10
|
||||
@ -246,10 +249,10 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
object MarkupWordTrim: TCheckBox[18]
|
||||
AnchorSideLeft.Control = MarkupWordFullLenLabel
|
||||
AnchorSideTop.Control = MarkupWordNoKeyword
|
||||
Left = 190
|
||||
Height = 17
|
||||
Top = 245
|
||||
Width = 100
|
||||
Left = 239
|
||||
Height = 22
|
||||
Top = 284
|
||||
Width = 134
|
||||
Caption = 'MarkupWordTrim'
|
||||
TabOrder = 11
|
||||
end
|
||||
|
@ -2,96 +2,97 @@
|
||||
|
||||
LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6
|
||||
+'Height'#3#184#1#5'Width'#3#240#1#12'ClientHeight'#3#184#1#11'ClientWidth'#3
|
||||
+#240#1#7'Visible'#8#0#242#2#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideT'
|
||||
+'op.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#144#1#6'Height'#2#14#3'Top'#3#157#0#5'Width'#2'`'#9'Alignment'#7
|
||||
+#14'taRightJustify'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'
|
||||
+#2#2#7'Caption'#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#1#6'TLab'
|
||||
+'el'#17'AutoDelayMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
||||
+'deTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#0#6'Height'#2#14#3'Top'#3#157#0#5'Width'#2'\'#17'BorderSpacing.To'
|
||||
+'p'#2#2#7'Caption'#6#17'AutoDelayMinLabel'#11'ParentColor'#8#0#0#242#2#2#6'T'
|
||||
+'Label'#14'AutoDelayLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
||||
+'deTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#0#6'Height'#2#14#3'Top'#3#179#0#5'Width'#2'L'#17'BorderSpacing.To'
|
||||
+'p'#2#24#7'Caption'#6#14'AutoDelayLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLa'
|
||||
+'bel'#18'MarkupWordMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anchor'
|
||||
+'SideTop.Control'#7#22'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#2#0#6'Height'#2#14#3'Top'#3'6'#1#5'Width'#3#130#0#17'Borde'
|
||||
+'rSpacing.Top'#2#2#7'Caption'#6#23'MarkupWordDelayMinLabel'#11'ParentColor'#8
|
||||
+#0#0#242#2#4#6'TLabel'#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22
|
||||
+'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
|
||||
+'Right.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+'j'#1#6'Height'#2#14#3'Top'#3'6'#1#5'Width'#3#134#0#9'Alignment'#7#14'taRigh'
|
||||
+'tJustify'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'C'
|
||||
+'aption'#6#23'MarkupWordDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#5#6'TLabe'
|
||||
+'l'#20'MarkupWordDelayLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anchor'
|
||||
+'SideTop.Control'#7#22'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#2#0#6'Height'#2#14#3'Top'#3'L'#1#5'Width'#2'r'#17'BorderSp'
|
||||
+'acing.Top'#2#24#7'Caption'#6#20'MarkupWordDelayLabel'#11'ParentColor'#8#0#0
|
||||
+#242#2#6#6'TLabel'#22'MarkupWordFullLenLabel'#22'AnchorSideLeft.Control'#7#22
|
||||
+'MarkupWordFullCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSid'
|
||||
+'eTop.Control'#7#22'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrCe'
|
||||
+'nter'#23'AnchorSideRight.Control'#7#21'MarkupWordFullLenSpin'#4'Left'#3#190
|
||||
+#0#6'Height'#2#14#3'Top'#3#223#0#5'Width'#2'x'#18'BorderSpacing.Left'#2'-'#17
|
||||
+'BorderSpacing.Top'#2#6#7'Caption'#6#22'MarkupWordFullLenLabel'#11'ParentCol'
|
||||
+'or'#8#0#0#242#2#7#9'TCheckBox AutoIdentifierCompletionCheckBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0
|
||||
+#6'Height'#2#17#3'Top'#2#0#5'Width'#3#181#0#7'Caption'#6' AutoIdentifierComp'
|
||||
+'letionCheckBox'#8'TabOrder'#2#0#0#0#242#2#8#9'TCheckBox'#28'AutoRemoveEmpty'
|
||||
+'MethodsOnSave'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7' AutoIdentifierCompletionCheckBox'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2#0#6'Height'#2#17#3'Top'#2#23#5'Width'#3#189#0#17'BorderSpacin'
|
||||
+'g.Top'#2#6#7'Caption'#6#28'AutoRemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0
|
||||
+#242#2#9#9'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#28'AutoRemoveEmptyMethodsOnSav'
|
||||
+'e'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#17#3'Top'#2
|
||||
+'.'#5'Width'#3#177#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSy'
|
||||
+'mbToolsCheckBox'#8'TabOrder'#2#2#0#0#242#2#10#9'TCheckBox'#26'AutoCodeParam'
|
||||
+'etersCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#28'AutoToolTipSymbToolsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#0#6'Height'#2#17#3'Top'#2'E'#5'Width'#3#167#0#17'BorderSpacing.To'
|
||||
+'p'#2#6#7'Caption'#6#26'AutoCodeParametersCheckBox'#7'Enabled'#8#8'TabOrder'
|
||||
+#2#3#0#0#242#2#11#9'TCheckBox'#27'AutoToolTipExprEvalCheckBox'#22'AnchorSide'
|
||||
+'Left.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#26'AutoCodeParametersC'
|
||||
+'heckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#17#3
|
||||
+'Top'#2'\'#5'Width'#3#167#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#27'AutoTo'
|
||||
+'olTipExprEvalCheckBox'#8'TabOrder'#2#4#0#0#242#2#12#9'TTrackBar'#17'AutoDel'
|
||||
+'ayTrackBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'
|
||||
+#7#27'AutoToolTipExprEvalCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#0#6'Height'#2'('#3'Top'#2's'#5'Width'#3#240#1#9'Frequency'#3#250#0
|
||||
+'Height'#3#184#1#5'Width'#3#240#1#12'ClientHeight'#3#180#1#11'ClientWidth'#3
|
||||
+#236#1#8'TabOrder'#2#0#7'Visible'#8#9'DesignTop'#2#25#0#242#2#0#6'TLabel'#17
|
||||
+'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'h'#1#6'Height'#2#18#3'Top'#3
|
||||
+#182#0#5'Width'#3#132#0#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11#5'ak'
|
||||
+'Top'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMaxLab'
|
||||
+'el'#11'ParentColor'#8#0#0#242#2#1#6'TLabel'#17'AutoDelayMinLabel'#22'Anchor'
|
||||
+'SideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackB'
|
||||
+'ar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#18#3'Top'
|
||||
+#3#182#0#5'Width'#3#128#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDela'
|
||||
+'yMinLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#14'AutoDelayLabel'#22'An'
|
||||
+'chorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#17'AutoDelayTr'
|
||||
+'ackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#18#3
|
||||
+'Top'#3#204#0#5'Width'#2'h'#17'BorderSpacing.Top'#2#24#7'Caption'#6#14'AutoD'
|
||||
+'elayLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#18'MarkupWordMinLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWor'
|
||||
+'dTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2
|
||||
+#18#3'Top'#3'b'#1#5'Width'#3#180#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#23
|
||||
+'MarkupWordDelayMinLabel'#11'ParentColor'#8#0#0#242#2#4#6'TLabel'#18'MarkupW'
|
||||
+'ordMaxLabel'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTrackBar'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#3'4'#1#6'Height'#2#18#3'Top'#3'b'
|
||||
+#1#5'Width'#3#184#0#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11#5'akTop'
|
||||
+#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#23'MarkupWordDelayMaxLa'
|
||||
+'bel'#11'ParentColor'#8#0#0#242#2#5#6'TLabel'#20'MarkupWordDelayLabel'#22'An'
|
||||
+'chorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordT'
|
||||
+'imeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2
|
||||
+#18#3'Top'#3'x'#1#5'Width'#3#156#0#17'BorderSpacing.Top'#2#24#7'Caption'#6#20
|
||||
+'MarkupWordDelayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'#22'MarkupWord'
|
||||
+'FullLenLabel'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullCheckBox'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWord'
|
||||
+'FullCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#21'MarkupWordFullLenSpin'#4'Left'#3#239#0#6'Height'#2#18#3'Top'#3#2#1
|
||||
+#5'Width'#3#164#0#18'BorderSpacing.Left'#2'-'#17'BorderSpacing.Top'#2#6#7'Ca'
|
||||
+'ption'#6#22'MarkupWordFullLenLabel'#11'ParentColor'#8#0#0#242#2#7#9'TCheckB'
|
||||
+'ox AutoIdentifierCompletionCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||
+#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#2#22#3'Top'#2#0#5
|
||||
+'Width'#3#252#0#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8'TabOrder'#2
|
||||
+#0#0#0#242#2#8#9'TCheckBox'#28'AutoRemoveEmptyMethodsOnSave'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7' AutoIdentifierCompletio'
|
||||
+'nCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22
|
||||
+#3'Top'#2#28#5'Width'#3#255#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'Auto'
|
||||
+'RemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0#242#2#9#9'TCheckBox'#28'AutoT'
|
||||
+'oolTipSymbToolsCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSid'
|
||||
+'eTop.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'8'#5'Width'#3#235#0#17'Borde'
|
||||
+'rSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsCheckBox'#8'TabOrder'
|
||||
+#2#2#0#0#242#2#10#9'TCheckBox'#26'AutoCodeParametersCheckBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#28'AutoToolTipSymbTools'
|
||||
+'CheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3
|
||||
+'Top'#2'T'#5'Width'#3#226#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#26'AutoCo'
|
||||
+'deParametersCheckBox'#7'Enabled'#8#8'TabOrder'#2#3#0#0#242#2#11#9'TCheckBox'
|
||||
+#27'AutoToolTipExprEvalCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'An'
|
||||
+'chorSideTop.Control'#7#26'AutoCodeParametersCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'p'#5'Width'#3#222#0#17'B'
|
||||
+'orderSpacing.Top'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrd'
|
||||
+'er'#2#4#0#0#242#2#12#9'TTrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#5'Owner'#21'AnchorSideTop.Control'#7#27'AutoToolTipExprEvalCheckB'
|
||||
+'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'O'
|
||||
+'wner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'('#3
|
||||
+'Top'#3#140#0#5'Width'#3#236#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3
|
||||
+#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17
|
||||
,'BorderSpacing.Top'#2#6#8'TabOrder'#2#5#0#0#242#2#13#9'TTrackBar'#22'MarkupW'
|
||||
+'ordTimeTrackBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#19'MarkupWordNoKeyword'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#0#6'Height'#2'('#3'Top'#3'8'#1#5'Width'#3#236#1#9'Frequency'#3#250#0
|
||||
+#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#5#0#0#242#2#13
|
||||
,#9'TTrackBar'#22'MarkupWordTimeTrackBar'#22'AnchorSideLeft.Control'#7#5'Owne'
|
||||
+'r'#21'AnchorSideTop.Control'#7#19'MarkupWordNoKeyword'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'('#3'Top'#3#12#1#5'Width'#3
|
||||
+#240#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#8
|
||||
+'TabOrder'#2#6#0#0#242#2#14#9'TCheckBox'#22'MarkupWordFullCheckBox'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#25'MarkupWordNoTi'
|
||||
+'merCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2
|
||||
+#17#3'Top'#3#222#0#5'Width'#3#145#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#22
|
||||
+'MarkupWordFullCheckBox'#8'TabOrder'#2#7#0#0#242#2#15#9'TCheckBox'#19'Markup'
|
||||
+'WordNoKeyword'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#22'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#2#0#6'Height'#2#17#3'Top'#3#245#0#5'Width'#3#135#0#17'BorderSpacing.Top'
|
||||
+#2#6#7'Caption'#6#19'MarkupWordNoKeyword'#8'TabOrder'#2#8#0#0#242#2#16#9'TSp'
|
||||
+'inEdit'#21'MarkupWordFullLenSpin'#22'AnchorSideLeft.Control'#7#22'MarkupWor'
|
||||
+'dFullLenLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#22'MarkupWordFullLenLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23
|
||||
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3'<'#1#6'Height'#2#21#3'Top'#3#220#0#5'Width'#2'0'#18'BorderSpacing'
|
||||
+'.Left'#2#6#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#9#0#0#242#2#17#9'TCheckB'
|
||||
+'ox'#25'MarkupWordNoTimerCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#14'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#0#6'Height'#2#17#3'Top'#3#199#0#5'Width'#3#169#0#17'Border'
|
||||
+'Spacing.Top'#2#6#7'Caption'#6#25'MarkupWordNoTimerCheckBox'#8'TabOrder'#2#10
|
||||
+#0#0#242#2#18#9'TCheckBox'#14'MarkupWordTrim'#22'AnchorSideLeft.Control'#7#22
|
||||
+'MarkupWordFullLenLabel'#21'AnchorSideTop.Control'#7#19'MarkupWordNoKeyword'
|
||||
+#4'Left'#3#190#0#6'Height'#2#17#3'Top'#3#245#0#5'Width'#2'd'#7'Caption'#6#14
|
||||
+'MarkupWordTrim'#8'TabOrder'#2#11#0#0#0
|
||||
+'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#6#0#0#242#2#14
|
||||
+#9'TCheckBox'#22'MarkupWordFullCheckBox'#22'AnchorSideLeft.Control'#7#5'Owne'
|
||||
+'r'#21'AnchorSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3#0#1#5'Width'#3
|
||||
+#194#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'MarkupWordFullCheckBox'#8'T'
|
||||
+'abOrder'#2#7#0#0#242#2#15#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordFullChec'
|
||||
+'kBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'To'
|
||||
+'p'#3#28#1#5'Width'#3#180#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'Markup'
|
||||
+'WordNoKeyword'#8'TabOrder'#2#8#0#0#242#2#16#9'TSpinEdit'#21'MarkupWordFullL'
|
||||
+'enSpin'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#19'AnchorSi'
|
||||
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWordFullLe'
|
||||
+'nLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7
|
||||
+#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#153#1#6'Height'#2
|
||||
+#27#3'Top'#3#254#0#5'Width'#2'0'#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17
|
||||
+'BorderSpacing.Top'#2#6#8'TabOrder'#2#9#0#0#242#2#17#9'TCheckBox'#25'MarkupW'
|
||||
+'ordNoTimerCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.'
|
||||
+'Control'#7#14'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#0#6'Height'#2#22#3'Top'#3#228#0#5'Width'#3#227#0#17'BorderSpacing.Top'#2#6
|
||||
+#7'Caption'#6#25'MarkupWordNoTimerCheckBox'#8'TabOrder'#2#10#0#0#242#2#18#9
|
||||
+'TCheckBox'#14'MarkupWordTrim'#22'AnchorSideLeft.Control'#7#22'MarkupWordFul'
|
||||
+'lLenLabel'#21'AnchorSideTop.Control'#7#19'MarkupWordNoKeyword'#4'Left'#3#239
|
||||
+#0#6'Height'#2#22#3'Top'#3#28#1#5'Width'#3#134#0#7'Caption'#6#14'MarkupWordT'
|
||||
+'rim'#8'TabOrder'#2#11#0#0#0
|
||||
]);
|
||||
|
@ -1,8 +1,8 @@
|
||||
inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Height = 441
|
||||
Width = 501
|
||||
ClientHeight = 441
|
||||
ClientWidth = 501
|
||||
ClientHeight = 437
|
||||
ClientWidth = 497
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 371
|
||||
@ -13,25 +13,24 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 122
|
||||
Height = 142
|
||||
Top = 0
|
||||
Width = 501
|
||||
Width = 497
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
Caption = 'MarginAndGutterGroupBox'
|
||||
ClientHeight = 104
|
||||
ClientWidth = 497
|
||||
Ctl3D = False
|
||||
ClientHeight = 123
|
||||
ClientWidth = 493
|
||||
TabOrder = 0
|
||||
object RightMarginLabel: TLabel
|
||||
AnchorSideLeft.Control = RightMarginComboBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = RightMarginComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 288
|
||||
Height = 14
|
||||
Top = 9
|
||||
Width = 83
|
||||
Left = 328
|
||||
Height = 18
|
||||
Top = 11
|
||||
Width = 115
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'RightMarginLabel'
|
||||
ParentColor = False
|
||||
@ -41,9 +40,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 79
|
||||
Width = 110
|
||||
Height = 18
|
||||
Top = 94
|
||||
Width = 150
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Every n-th line number'
|
||||
@ -53,10 +52,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Control = RightMarginLabel
|
||||
AnchorSideTop.Control = GutterSeparatorIndexSpinBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 288
|
||||
Height = 14
|
||||
Top = 37
|
||||
Width = 133
|
||||
Left = 328
|
||||
Height = 18
|
||||
Top = 45
|
||||
Width = 176
|
||||
Caption = 'GutterSeparatorIndexLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -64,9 +63,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Control = MarginAndGutterGroupBox
|
||||
AnchorSideTop.Control = MarginAndGutterGroupBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 154
|
||||
Width = 212
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'VisibleRightMarginCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -77,9 +76,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = VisibleRightMarginCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 126
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 174
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'VisibleGutterCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -90,9 +89,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = VisibleGutterCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 52
|
||||
Width = 156
|
||||
Height = 22
|
||||
Top = 62
|
||||
Width = 210
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ShowLineNumbersCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -103,15 +102,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = MarginAndGutterGroupBox
|
||||
Left = 226
|
||||
Height = 21
|
||||
Left = 266
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 56
|
||||
AutoComplete = False
|
||||
BorderSpacing.Left = 44
|
||||
BorderSpacing.Around = 6
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
ItemHeight = 0
|
||||
Items.Strings = (
|
||||
'80'
|
||||
'78'
|
||||
@ -128,10 +126,11 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ShowLineNumbersCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 122
|
||||
Height = 23
|
||||
Top = 75
|
||||
Left = 162
|
||||
Height = 27
|
||||
Top = 90
|
||||
Width = 54
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
MinValue = 1
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -142,10 +141,11 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Control = RightMarginComboBox
|
||||
AnchorSideTop.Control = RightMarginComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 226
|
||||
Height = 23
|
||||
Top = 33
|
||||
Left = 266
|
||||
Height = 27
|
||||
Top = 41
|
||||
Width = 56
|
||||
AutoSize = True
|
||||
MaxValue = 4
|
||||
MinValue = -1
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -158,16 +158,15 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 105
|
||||
Top = 128
|
||||
Width = 501
|
||||
Height = 130
|
||||
Top = 148
|
||||
Width = 497
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'EditorFontGroupBox'
|
||||
ClientHeight = 87
|
||||
ClientWidth = 497
|
||||
Ctl3D = False
|
||||
ClientHeight = 111
|
||||
ClientWidth = 493
|
||||
TabOrder = 1
|
||||
object EditorFontHeightLabel: TLabel
|
||||
AnchorSideLeft.Control = EditorFontHeightComboBox
|
||||
@ -175,9 +174,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = EditorFontHeightComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 112
|
||||
Height = 14
|
||||
Top = 36
|
||||
Width = 107
|
||||
Height = 18
|
||||
Top = 46
|
||||
Width = 146
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'EditorFontHeightLabel'
|
||||
ParentColor = False
|
||||
@ -187,10 +186,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 351
|
||||
Height = 14
|
||||
Top = 36
|
||||
Width = 108
|
||||
Left = 390
|
||||
Height = 18
|
||||
Top = 46
|
||||
Width = 148
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ExtraLineSpacingLabel'
|
||||
ParentColor = False
|
||||
@ -200,10 +199,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ExtraCharSpacingComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 351
|
||||
Height = 14
|
||||
Top = 63
|
||||
Width = 112
|
||||
Left = 390
|
||||
Height = 18
|
||||
Top = 81
|
||||
Width = 151
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ExtraCharSpacingLabel'
|
||||
ParentColor = False
|
||||
@ -213,16 +212,15 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = EditorFontGroupBox
|
||||
AnchorSideRight.Control = EditorFontButton
|
||||
Left = 6
|
||||
Height = 21
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 458
|
||||
Width = 454
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 2
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
ItemHeight = 0
|
||||
ItemWidth = 0
|
||||
OnEditingDone = EditorFontComboBoxEditingDone
|
||||
TabOrder = 0
|
||||
@ -234,8 +232,8 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = EditorFontComboBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 466
|
||||
Height = 21
|
||||
Left = 462
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 25
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
@ -249,13 +247,12 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = EditorFontComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 33
|
||||
Height = 29
|
||||
Top = 41
|
||||
Width = 100
|
||||
AutoComplete = False
|
||||
BorderSpacing.Around = 6
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
ItemHeight = 0
|
||||
Items.Strings = (
|
||||
'10'
|
||||
'11'
|
||||
@ -278,15 +275,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = EditorFontComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 245
|
||||
Height = 21
|
||||
Top = 33
|
||||
Left = 284
|
||||
Height = 29
|
||||
Top = 41
|
||||
Width = 100
|
||||
AutoComplete = False
|
||||
BorderSpacing.Left = 20
|
||||
BorderSpacing.Around = 6
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
ItemHeight = 0
|
||||
Items.Strings = (
|
||||
'0'
|
||||
'1'
|
||||
@ -302,14 +298,13 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Control = ExtraLineSpacingComboBox
|
||||
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 245
|
||||
Height = 21
|
||||
Top = 60
|
||||
Left = 284
|
||||
Height = 29
|
||||
Top = 76
|
||||
Width = 100
|
||||
AutoComplete = False
|
||||
BorderSpacing.Bottom = 6
|
||||
Ctl3D = False
|
||||
ItemHeight = 13
|
||||
ItemHeight = 0
|
||||
Items.Strings = (
|
||||
'0'
|
||||
'1'
|
||||
@ -326,9 +321,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = EditorFontHeightComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 60
|
||||
Width = 155
|
||||
Height = 29
|
||||
Top = 76
|
||||
Width = 215
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DisableAntialiasingCheckBox'
|
||||
@ -344,13 +339,11 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 202
|
||||
Top = 239
|
||||
Width = 501
|
||||
Height = 153
|
||||
Top = 284
|
||||
Width = 497
|
||||
Align = alClient
|
||||
BorderSpacing.Top = 6
|
||||
CFDividerDrawLevel = 0
|
||||
Ctl3D = False
|
||||
Font.Height = -16
|
||||
Font.Name = 'courier'
|
||||
Font.Pitch = fpFixed
|
||||
@ -359,13 +352,7 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
BookMarkOptions.Xoffset = 30
|
||||
Gutter.RightOffset = 0
|
||||
Gutter.LeftOffset = 0
|
||||
Gutter.ShowCodeFolding = True
|
||||
Gutter.CodeFoldingWidth = 10
|
||||
Gutter.ShowChanges = True
|
||||
Gutter.ShowLineNumbers = True
|
||||
Gutter.ZeroStart = False
|
||||
Gutter.Width = 53
|
||||
Keystrokes = <
|
||||
item
|
||||
Command = 3
|
||||
@ -691,9 +678,32 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
'DisplayPreview'
|
||||
)
|
||||
ReadOnly = True
|
||||
SelectedColor.StartX = 0
|
||||
SelectedColor.EndX = 0
|
||||
SelectedColor.OnChange = nil
|
||||
BracketHighlightStyle = sbhsBoth
|
||||
object TSynGutterPartList
|
||||
object TSynGutterMarks
|
||||
Width = 23
|
||||
end
|
||||
object TSynGutterLineNumber
|
||||
Width = 13
|
||||
MarkupInfo.Background = clBtnFace
|
||||
MarkupInfo.Foreground = clNone
|
||||
DigitCount = 2
|
||||
ShowOnlyLineNumbersMultiplesOf = 1
|
||||
ZeroStart = False
|
||||
LeadingZeros = False
|
||||
end
|
||||
object TSynGutterChanges
|
||||
Width = 4
|
||||
ModifiedColor = 59900
|
||||
SavedColor = clGreen
|
||||
end
|
||||
object TSynGutterSeparator
|
||||
Width = 2
|
||||
end
|
||||
object TSynGutterCodeFolding
|
||||
MarkupInfo.Background = clNone
|
||||
MarkupInfo.Foreground = clGray
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -2,176 +2,179 @@
|
||||
|
||||
LazarusResources.Add('TEditorDisplayOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#26'TEditorDisplayOptionsFrame'#25'EditorDisplayOptionsFrame'#6'Hei'
|
||||
+'ght'#3#185#1#5'Width'#3#245#1#12'ClientHeight'#3#185#1#11'ClientWidth'#3#245
|
||||
+'ght'#3#185#1#5'Width'#3#245#1#12'ClientHeight'#3#181#1#11'ClientWidth'#3#241
|
||||
+#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3's'#1#9'DesignTop'#3#138#0#0
|
||||
+#242#2#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'
|
||||
+#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2
|
||||
+'z'#3'Top'#2#0#5'Width'#3#245#1#5'Align'#7#5'alTop'#8'AutoSize'#9#7'Caption'
|
||||
+#6#23'MarginAndGutterGroupBox'#12'ClientHeight'#2'h'#11'ClientWidth'#3#241#1
|
||||
+#5'Ctl3D'#8#8'TabOrder'#2#0#0#6'TLabel'#16'RightMarginLabel'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#19'RightMarginComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrCenter'#4'Left'#3' '#1#6'Height'#2#14#3'Top'#2#9#5'Width'#2'S'#18'Bord'
|
||||
+'erSpacing.Left'#2#6#7'Caption'#6#16'RightMarginLabel'#11'ParentColor'#8#0#0
|
||||
+#6'TLabel#ShowOnlyLineNumbersMultiplesOfLabel'#22'AnchorSideLeft.Control'#7
|
||||
+#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7'&ShowOnlyLineNumber'
|
||||
+'sMultiplesOfSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#14#3'Top'#2'O'#5'Width'#2'n'#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3
|
||||
+#142#0#3'Top'#2#0#5'Width'#3#241#1#5'Align'#7#5'alTop'#8'AutoSize'#9#7'Capti'
|
||||
+'on'#6#23'MarginAndGutterGroupBox'#12'ClientHeight'#2'{'#11'ClientWidth'#3
|
||||
+#237#1#8'TabOrder'#2#0#0#6'TLabel'#16'RightMarginLabel'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#19'RightMarginComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#3'H'#1#6'Height'#2#18#3'Top'#2#11#5'Width'#2's'#18'Borde'
|
||||
+'rSpacing.Left'#2#6#7'Caption'#6#16'RightMarginLabel'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel#ShowOnlyLineNumbersMultiplesOfLabel'#22'AnchorSideLeft.Control'#7#23
|
||||
+'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7'&ShowOnlyLineNumbersMu'
|
||||
+'ltiplesOfSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#18#3'Top'#2'^'#5'Width'#3#150#0#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#6#7'Caption'#6#22'Every n-th line number'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#25'GutterSeparatorIndexLabel'#22'AnchorSideLeft.Control'#7#16'R'
|
||||
+'ightMarginLabel'#21'AnchorSideTop.Control'#7#27'GutterSeparatorIndexSpinBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3' '#1#6'Height'#2#14#3'Top'#2
|
||||
+'%'#5'Width'#3#133#0#7'Caption'#6#25'GutterSeparatorIndexLabel'#11'ParentCol'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'H'#1#6'Height'#2#18#3'Top'#2
|
||||
+'-'#5'Width'#3#176#0#7'Caption'#6#25'GutterSeparatorIndexLabel'#11'ParentCol'
|
||||
+'or'#8#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#23'MarginAn'
|
||||
+'dGutterGroupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#154#0#20
|
||||
+'dGutterGroupBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#212#0#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#26'VisibleRightMarginCheckBox'#8'OnC'
|
||||
+'hange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#21'Vi'
|
||||
+'sibleGutterCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBo'
|
||||
+'x'#21'AnchorSideTop.Control'#7#26'VisibleRightMarginCheckBox'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Width'#2
|
||||
+'~'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'VisibleGutterCheckBox'#8'On'
|
||||
+'Change'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'S'
|
||||
+'howLineNumbersCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGrou'
|
||||
+'pBox'#21'AnchorSideTop.Control'#7#21'VisibleGutterCheckBox'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'4'#5'Width'#3#156
|
||||
+#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'ShowLineNumbersCheckBox'#8'O'
|
||||
+'nChange'#7#23'GeneralCheckBoxOnChange'#7'OnClick'#7#28'ShowLineNumbersCheck'
|
||||
+'BoxClick'#8'TabOrder'#2#2#0#0#9'TComboBox'#19'RightMarginComboBox'#22'Ancho'
|
||||
+'rSideLeft.Control'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#19'AnchorSide'
|
||||
+'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'MarginAndGutterGro'
|
||||
+'upBox'#4'Left'#3#226#0#6'Height'#2#21#3'Top'#2#6#5'Width'#2'8'#12'AutoCompl'
|
||||
+'ete'#8#18'BorderSpacing.Left'#2','#20'BorderSpacing.Around'#2#6#5'Ctl3D'#8
|
||||
+#10'ItemHeight'#2#13#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'ItemWid'
|
||||
+'th'#2#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9
|
||||
+'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnly'
|
||||
+'LineNumbersMultiplesOfSpinEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineN'
|
||||
+'umbersMultiplesOfLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSid'
|
||||
+'eTop.Control'#7#23'ShowLineNumbersCheckBox'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2'z'#6'Height'#2#23#3'Top'#2'K'#5'Width'#2'6'#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8
|
||||
+'TabOrder'#2#4#5'Value'#2#1#0#0#9'TSpinEdit'#27'GutterSeparatorIndexSpinBox'
|
||||
+#22'AnchorSideLeft.Control'#7#19'RightMarginComboBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3#226#0#6'Height'#2#23#3'Top'#2'!'#5'Width'#2'8'#8'MaxValue'#2#4#8'MinValue'
|
||||
+#2#255#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#0#0#0#242#2
|
||||
+#1#9'TGroupBox'#18'EditorFontGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||
+#21'AnchorSideTop.Control'#7#23'MarginAndGutterGroupBox'#23'AnchorSideRight.'
|
||||
+'Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'H'
|
||||
+'eight'#2'i'#3'Top'#3#128#0#5'Width'#3#245#1#5'Align'#7#5'alTop'#8'AutoSize'
|
||||
+#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'EditorFontGroupBox'#12'ClientHe'
|
||||
+'ight'#2'W'#11'ClientWidth'#3#241#1#5'Ctl3D'#8#8'TabOrder'#2#1#0#6'TLabel'#21
|
||||
+'EditorFontHeightLabel'#22'AnchorSideLeft.Control'#7#24'EditorFontHeightComb'
|
||||
+'oBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24
|
||||
+'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'
|
||||
,#6'Height'#2#14#3'Top'#2'$'#5'Width'#2'k'#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#21'EditorFontHeightLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraL'
|
||||
+'ineSpacingLabel'#22'AnchorSideLeft.Control'#7#24'ExtraLineSpacingComboBox'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'Extra'
|
||||
+'LineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'_'#1#6
|
||||
+'Height'#2#14#3'Top'#2'$'#5'Width'#2'l'#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#21'ExtraLineSpacingLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCha'
|
||||
+'rSpacingLabel'#22'AnchorSideLeft.Control'#7#24'ExtraCharSpacingComboBox'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'ExtraCha'
|
||||
+'rSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'_'#1#6'He'
|
||||
+'ight'#2#14#3'Top'#2'?'#5'Width'#2'p'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#21'ExtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#18'EditorFon'
|
||||
+'tComboBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7#18'EditorFontGroupBox'#23'AnchorSideRight.Control'#7#16'Edi'
|
||||
+'torFontButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#202#1#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#18'BorderSpacin'
|
||||
+'g.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#2#5'Ctl3D'#8
|
||||
+#10'ItemHeight'#2#13#9'ItemWidth'#2#0#13'OnEditingDone'#7#29'EditorFontCombo'
|
||||
+'BoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'EditorFontComboBox'#0#0#7'TBut'
|
||||
+'ton'#16'EditorFontButton'#21'AnchorSideTop.Control'#7#18'EditorFontComboBox'
|
||||
+#23'AnchorSideRight.Control'#7#18'EditorFontGroupBox'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'EditorFontComboBox'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#210#1#6'Height'#2#21#3'Top'
|
||||
+#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'Border'
|
||||
+'Spacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClic'
|
||||
+'k'#8'TabOrder'#2#1#0#0#9'TComboBox'#24'EditorFontHeightComboBox'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#18'Ed'
|
||||
+'itorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#21#3'Top'#2'!'#5'Width'#2'd'#12'AutoComplete'#8#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#5'Ctl3D'#8#10'ItemHeight'#2#13#13'Items.Strings'#1#6#2'10'#6#2'11'#6
|
||||
+#2'12'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9'ItemWidth'#2#0#8
|
||||
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3
|
||||
+#174#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'VisibleGutterCheckBox'#8
|
||||
+'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23
|
||||
+'ShowLineNumbersCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGro'
|
||||
+'upBox'#21'AnchorSideTop.Control'#7#21'VisibleGutterCheckBox'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'>'#5'Width'#3
|
||||
+#210#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'ShowLineNumbersCheckBox'
|
||||
+#8'OnChange'#7#23'GeneralCheckBoxOnChange'#7'OnClick'#7#28'ShowLineNumbersCh'
|
||||
+'eckBoxClick'#8'TabOrder'#2#2#0#0#9'TComboBox'#19'RightMarginComboBox'#22'An'
|
||||
+'chorSideLeft.Control'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#19'AnchorS'
|
||||
+'ideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'MarginAndGutter'
|
||||
+'GroupBox'#4'Left'#3#10#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'8'#12'AutoCom'
|
||||
+'plete'#8#18'BorderSpacing.Left'#2','#20'BorderSpacing.Around'#2#6#10'ItemHe'
|
||||
+'ight'#2#0#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'ItemWidth'#2#0#8
|
||||
+'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'
|
||||
+#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLineSpacin'
|
||||
+'gComboBox'#22'AnchorSideLeft.Control'#7#21'EditorFontHeightLabel'#19'Anchor'
|
||||
+'SideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'EditorFontComb'
|
||||
+'oBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#245#0#6'Height'#2#21#3
|
||||
+'Top'#2'!'#5'Width'#2'd'#12'AutoComplete'#8#18'BorderSpacing.Left'#2#20#20'B'
|
||||
+'orderSpacing.Around'#2#6#5'Ctl3D'#8#10'ItemHeight'#2#13#13'Items.Strings'#1
|
||||
+#6#1'0'#6#1'1'#6#1'2'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboboxOnChange'#6
|
||||
+'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrde'
|
||||
+'r'#2#4#0#0#9'TComboBox'#24'ExtraCharSpacingComboBox'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#24'ExtraLineSpacingComboBox'#21'AnchorSideTop.Control'#7#24'ExtraLin'
|
||||
+'eSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#245#0#6'H'
|
||||
+'eight'#2#21#3'Top'#2'<'#5'Width'#2'd'#12'AutoComplete'#8#20'BorderSpacing.B'
|
||||
+'ottom'#2#6#5'Ctl3D'#8#10'ItemHeight'#2#13#13'Items.Strings'#1#6#1'0'#6#1'1'
|
||||
+#6#1'2'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14
|
||||
+'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9
|
||||
+'TCheckBox'#27'DisableAntialiasingCheckBox'#22'AnchorSideLeft.Control'#7#18
|
||||
+'EditorFontGroupBox'#21'AnchorSideTop.Control'#7#24'EditorFontHeightComboBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'<'
|
||||
+#5'Width'#3#155#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#27'DisableAntialiasingCheckBox'#8'OnChange'#7
|
||||
+#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#0#0#0#242#2#2#8'TSynEdit'#14'Di'
|
||||
+'splayPreview'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#18'EditorFontGroupBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'Ancho'
|
||||
+'rSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#202#0#3'Top'#3
|
||||
+#239#0#5'Width'#3#245#1#5'Align'#7#8'alClient'#17'BorderSpacing.Top'#2#6#18
|
||||
+'CFDividerDrawLevel'#2#0#5'Ctl3D'#8#11'Font.Height'#2#240#9'Font.Name'#6#7'c'
|
||||
+'ourier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'fqNonAntialiased'
|
||||
+#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#2#23'BookMarkOptions.Xoffs'
|
||||
+'et'#2#30#18'Gutter.RightOffset'#2#0#17'Gutter.LeftOffset'#2#0#22'Gutter.Sho'
|
||||
+'wCodeFolding'#9#23'Gutter.CodeFoldingWidth'#2#10#18'Gutter.ShowChanges'#9#22
|
||||
+'Gutter.ShowLineNumbers'#9#16'Gutter.ZeroStart'#8#10'Keystrokes'#14#1#7'Comm'
|
||||
,'and'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Comma'
|
||||
+'nd'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Com'
|
||||
+'mand'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7
|
||||
+'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'C'
|
||||
+'ommand'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'C'
|
||||
+'ommand'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7
|
||||
+'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7
|
||||
+'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7
|
||||
+'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7
|
||||
+'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C'
|
||||
+'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7
|
||||
+'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C'
|
||||
+'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7
|
||||
+'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C'
|
||||
+'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7
|
||||
+'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0
|
||||
+#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2
|
||||
+'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S'
|
||||
+'hortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'
|
||||
+#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7
|
||||
+'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'
|
||||
+#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3
|
||||
+'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'Short'
|
||||
+'Cut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8
|
||||
+'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251
|
||||
+#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'
|
||||
+#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Comm'
|
||||
+'and'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7
|
||||
+'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0
|
||||
+#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5'
|
||||
+'@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'
|
||||
+#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short'
|
||||
+'Cut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8
|
||||
+'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'
|
||||
+#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3
|
||||
+'d'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Comman'
|
||||
+'d'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'C'
|
||||
+'ommand'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0
|
||||
+#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3
|
||||
+'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'
|
||||
+#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14
|
||||
+'DisplayPreview'#0#8'ReadOnly'#9#20'SelectedColor.StartX'#2#0#18'SelectedCol'
|
||||
+'or.EndX'#2#0#22'SelectedColor.OnChange'#13#21'BracketHighlightStyle'#7#8'sb'
|
||||
+'hsBoth'#0#0#0
|
||||
+#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbers'
|
||||
+'MultiplesOfSpinEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersMulti'
|
||||
+'plesOfLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#23'ShowLineNumbersCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#3#162#0#6'Height'#2#27#3'Top'#2'Z'#5'Width'#2'6'#8'AutoSize'#9#20'Borde'
|
||||
+'rSpacing.Around'#2#6#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChan'
|
||||
+'ge'#8'TabOrder'#2#4#5'Value'#2#1#0#0#9'TSpinEdit'#27'GutterSeparatorIndexSp'
|
||||
+'inBox'#22'AnchorSideLeft.Control'#7#19'RightMarginComboBox'#21'AnchorSideTo'
|
||||
+'p.Control'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#10#1#6'Height'#2#27#3'Top'#2')'#5'Width'#2'8'#8'AutoSize'#9#8'MaxVa'
|
||||
+'lue'#2#4#8'MinValue'#2#255#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabO'
|
||||
+'rder'#2#5#0#0#0#242#2#1#9'TGroupBox'#18'EditorFontGroupBox'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#23'MarginAndGutterGroupB'
|
||||
+'ox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#0#6'Height'#3#130#0#3'Top'#3#148#0#5'Width'#3#241#1#5'Ali'
|
||||
+'gn'#7#5'alTop'#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'Edit'
|
||||
+'orFontGroupBox'#12'ClientHeight'#2'o'#11'ClientWidth'#3#237#1#8'TabOrder'#2
|
||||
+#1#0#6'TLabel'#21'EditorFontHeightLabel'#22'AnchorSideLeft.Control'#7#24'Edi'
|
||||
+'torFontHeightComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
|
||||
+'Top.Control'#7#24'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrC'
|
||||
,'enter'#4'Left'#2'p'#6'Height'#2#18#3'Top'#2'.'#5'Width'#3#146#0#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#21'EditorFontHeightLabel'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#21'ExtraLineSpacingLabel'#22'AnchorSideLeft.Control'#7#24'Extra'
|
||||
+'LineSpacingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||
+'p.Control'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCen'
|
||||
+'ter'#4'Left'#3#134#1#6'Height'#2#18#3'Top'#2'.'#5'Width'#3#148#0#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#21'ExtraLineSpacingLabel'#11'ParentColor'#8
|
||||
+#0#0#6'TLabel'#21'ExtraCharSpacingLabel'#22'AnchorSideLeft.Control'#7#24'Ext'
|
||||
+'raCharSpacingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
|
||||
+'Top.Control'#7#24'ExtraCharSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrC'
|
||||
+'enter'#4'Left'#3#134#1#6'Height'#2#18#3'Top'#2'Q'#5'Width'#3#151#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6#21'ExtraCharSpacingLabel'#11'ParentColor'
|
||||
+#8#0#0#9'TComboBox'#18'EditorFontComboBox'#22'AnchorSideLeft.Control'#7#18'E'
|
||||
+'ditorFontGroupBox'#21'AnchorSideTop.Control'#7#18'EditorFontGroupBox'#23'An'
|
||||
+'chorSideRight.Control'#7#16'EditorFontButton'#4'Left'#2#6#6'Height'#2#29#3
|
||||
+'Top'#2#6#5'Width'#3#198#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12
|
||||
+'AutoComplete'#8#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Bor'
|
||||
+'derSpacing.Right'#2#2#10'ItemHeight'#2#0#9'ItemWidth'#2#0#13'OnEditingDone'
|
||||
+#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'EditorFont'
|
||||
+'ComboBox'#0#0#7'TButton'#16'EditorFontButton'#21'AnchorSideTop.Control'#7#18
|
||||
+'EditorFontComboBox'#23'AnchorSideRight.Control'#7#18'EditorFontGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'Edit'
|
||||
+'orFontComboBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#206#1#6
|
||||
+'Height'#2#29#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#8'a'
|
||||
+'kBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#21
|
||||
+'EditorFontButtonClick'#8'TabOrder'#2#1#0#0#9'TComboBox'#24'EditorFontHeight'
|
||||
+'ComboBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSide'
|
||||
+'Top.Control'#7#18'EditorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2#29#3'Top'#2')'#5'Width'#2'd'#12'AutoComplete'#8#20
|
||||
+'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#13'Items.Strings'#1#6#2'10'#6#2
|
||||
+'11'#6#2'12'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9'ItemWidth'#2
|
||||
+#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKey'
|
||||
+'Down'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLine'
|
||||
+'SpacingComboBox'#22'AnchorSideLeft.Control'#7#21'EditorFontHeightLabel'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'EditorFo'
|
||||
+'ntComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#28#1#6'Height'#2
|
||||
+#29#3'Top'#2')'#5'Width'#2'd'#12'AutoComplete'#8#18'BorderSpacing.Left'#2#20
|
||||
+#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#13'Items.Strings'#1#6#1'0'#6
|
||||
+#1'1'#6#1'2'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'
|
||||
+#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0
|
||||
+#0#9'TComboBox'#24'ExtraCharSpacingComboBox'#22'AnchorSideLeft.Control'#7#24
|
||||
+'ExtraLineSpacingComboBox'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingCo'
|
||||
+'mboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#28#1#6'Height'#2#29
|
||||
+#3'Top'#2'L'#5'Width'#2'd'#12'AutoComplete'#8#20'BorderSpacing.Bottom'#2#6#10
|
||||
+'ItemHeight'#2#0#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'ItemWidth'#2#0
|
||||
+#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDo'
|
||||
+'wn'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TCheckBox'#27'DisableAnti'
|
||||
+'aliasingCheckBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'An'
|
||||
+'chorSideTop.Control'#7#24'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'L'#5'Width'#3#215#0#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#27'DisableAntialiasingCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnC'
|
||||
+'hange'#8'TabOrder'#2#5#0#0#0#242#2#2#8'TSynEdit'#14'DisplayPreview'#22'Anch'
|
||||
+'orSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#18'EditorFontGro'
|
||||
+'upBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#153#0#3'Top'#3#28#1#5'Width'#3#241#1
|
||||
+#5'Align'#7#8'alClient'#17'BorderSpacing.Top'#2#6#11'Font.Height'#2#240#9'Fo'
|
||||
+'nt.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'fqN'
|
||||
+'onAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#2#23'BookMa'
|
||||
+'rkOptions.Xoffset'#2#30#12'Gutter.Width'#2'5'#10'Keystrokes'#14#1#7'Command'
|
||||
+#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3
|
||||
+#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2
|
||||
+'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'
|
||||
,#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2
|
||||
+#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2
|
||||
+#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6
|
||||
+#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2
|
||||
+#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2
|
||||
+#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2
|
||||
+#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13
|
||||
+#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8
|
||||
+'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8
|
||||
+'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8
|
||||
+'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8
|
||||
+'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0
|
||||
+#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3
|
||||
+'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Comman'
|
||||
+'d'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Co'
|
||||
+'mmand'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'
|
||||
+#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'Short'
|
||||
+'Cut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3
|
||||
+#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Comm'
|
||||
+'and'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7
|
||||
+'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'
|
||||
+#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3
|
||||
+'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortC'
|
||||
+'ut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8
|
||||
+'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'
|
||||
+#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3
|
||||
+'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Comman'
|
||||
+'d'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'C'
|
||||
+'ommand'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1
|
||||
+#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'
|
||||
+#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3
|
||||
+'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCu'
|
||||
+'t'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'Sh'
|
||||
+'ortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1
|
||||
+#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3
|
||||
+'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Comma'
|
||||
+'nd'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7
|
||||
+'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1
|
||||
+#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPr'
|
||||
+'eview'#0#8'ReadOnly'#9#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#18'TSynGut'
|
||||
+'terPartList'#0#0#15'TSynGutterMarks'#0#5'Width'#2#23#0#0#20'TSynGutterLineN'
|
||||
+'umber'#0#5'Width'#2#13#21'MarkupInfo.Background'#7#9'clBtnFace'#21'MarkupIn'
|
||||
+'fo.Foreground'#7#6'clNone'#10'DigitCount'#2#2#30'ShowOnlyLineNumbersMultipl'
|
||||
+'esOf'#2#1#9'ZeroStart'#8#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'#0#5'W'
|
||||
+'idth'#2#4#13'ModifiedColor'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0#0#19
|
||||
+'TSynGutterSeparator'#0#5'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#21'Mark'
|
||||
+'upInfo.Background'#7#6'clNone'#21'MarkupInfo.Foreground'#7#6'clGray'#0#0#0#0
|
||||
+#0
|
||||
]);
|
||||
|
@ -1,8 +1,9 @@
|
||||
inherited OIOptionsFrame: TOIOptionsFrame
|
||||
Height = 484
|
||||
Width = 634
|
||||
ClientHeight = 484
|
||||
ClientWidth = 634
|
||||
ClientHeight = 480
|
||||
ClientWidth = 630
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 403
|
||||
DesignTop = 218
|
||||
@ -12,7 +13,7 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 228
|
||||
Height = 238
|
||||
Top = 0
|
||||
Width = 226
|
||||
AutoSize = True
|
||||
@ -21,9 +22,8 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 2
|
||||
ChildSizing.VerticalSpacing = 2
|
||||
ClientHeight = 210
|
||||
ClientHeight = 219
|
||||
ClientWidth = 222
|
||||
Ctl3D = False
|
||||
TabOrder = 0
|
||||
object ColorsListBox: TColorListBox
|
||||
AnchorSideLeft.Control = ObjectInspectorColorsGroupBox
|
||||
@ -38,6 +38,7 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
ItemHeight = 0
|
||||
OnSelectionChange = ColorsListBoxSelectionChange
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object ColorBox: TColorBox
|
||||
AnchorSideLeft.Control = ObjectInspectorColorsGroupBox
|
||||
@ -46,13 +47,12 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideRight.Control = ColorsListBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 31
|
||||
Top = 182
|
||||
Width = 210
|
||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Around = 6
|
||||
Ctl3D = False
|
||||
ItemHeight = 16
|
||||
ItemWidth = 0
|
||||
OnChange = ColorBoxChange
|
||||
@ -66,24 +66,23 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 164
|
||||
Top = 235
|
||||
Width = 634
|
||||
Height = 200
|
||||
Top = 245
|
||||
Width = 630
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 7
|
||||
Caption = 'OIOptionsGroupBox'
|
||||
ClientHeight = 146
|
||||
ClientWidth = 630
|
||||
Ctl3D = False
|
||||
ClientHeight = 181
|
||||
ClientWidth = 626
|
||||
TabOrder = 1
|
||||
object OIShowHintCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = OIOptionsGroupBox
|
||||
AnchorSideTop.Control = OIOptionsGroupBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 124
|
||||
Width = 165
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'OIShowHintCheckBox'
|
||||
@ -94,9 +93,9 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideTop.Control = OIShowHintCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 26
|
||||
Width = 127
|
||||
Height = 22
|
||||
Top = 31
|
||||
Width = 168
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'OIAutoShowCheckBox'
|
||||
@ -107,9 +106,9 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideTop.Control = OIAutoShowCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 46
|
||||
Width = 153
|
||||
Height = 22
|
||||
Top = 56
|
||||
Width = 206
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'OIBoldNonDefaultCheckBox'
|
||||
@ -120,9 +119,9 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideTop.Control = OIBoldNonDefaultCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 66
|
||||
Width = 147
|
||||
Height = 22
|
||||
Top = 81
|
||||
Width = 198
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'OIDrawGridLinesCheckBox'
|
||||
@ -133,9 +132,9 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideTop.Control = OIDrawGridLinesCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 86
|
||||
Width = 134
|
||||
Height = 22
|
||||
Top = 106
|
||||
Width = 179
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'OIShowGutterCheckBox'
|
||||
@ -146,9 +145,9 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideTop.Control = OIShowGutterCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 106
|
||||
Width = 151
|
||||
Height = 22
|
||||
Top = 131
|
||||
Width = 201
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'OIShowStatusBarCheckBox'
|
||||
@ -159,9 +158,9 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideTop.Control = OIShowStatusBarCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 126
|
||||
Width = 141
|
||||
Height = 22
|
||||
Top = 156
|
||||
Width = 188
|
||||
BorderSpacing.Left = 3
|
||||
BorderSpacing.Around = 3
|
||||
Caption = 'OIShowInfoBoxCheckBox'
|
||||
@ -176,24 +175,23 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = OIMiscGroupBox
|
||||
Left = 233
|
||||
Height = 166
|
||||
Height = 173
|
||||
Top = 0
|
||||
Width = 401
|
||||
Width = 397
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 7
|
||||
BorderSpacing.Bottom = 7
|
||||
Caption = 'ObjectInspectorSpeedSettingsGroupBox'
|
||||
ClientHeight = 148
|
||||
ClientWidth = 397
|
||||
Ctl3D = False
|
||||
ClientHeight = 154
|
||||
ClientWidth = 393
|
||||
TabOrder = 2
|
||||
object BtnUseDefaultLazarusSettings: TButton
|
||||
AnchorSideLeft.Control = ObjectInspectorSpeedSettingsGroupBox
|
||||
AnchorSideTop.Control = ObjectInspectorSpeedSettingsGroupBox
|
||||
Left = 6
|
||||
Height = 25
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 170
|
||||
Width = 210
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'BtnUseDefaultLazarusSettings'
|
||||
@ -209,9 +207,9 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideRight.Control = BtnUseDefaultLazarusSettings
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 37
|
||||
Width = 170
|
||||
Height = 29
|
||||
Top = 41
|
||||
Width = 210
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
@ -231,25 +229,24 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideBottom.Control = ObjectInspectorColorsGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 233
|
||||
Height = 55
|
||||
Top = 173
|
||||
Width = 401
|
||||
Height = 58
|
||||
Top = 180
|
||||
Width = 397
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 7
|
||||
Caption = 'OIMiscGroupBox'
|
||||
ClientHeight = 37
|
||||
ClientWidth = 397
|
||||
Ctl3D = False
|
||||
ClientHeight = 39
|
||||
ClientWidth = 393
|
||||
TabOrder = 3
|
||||
object OIDefaultItemHeightLabel: TLabel
|
||||
AnchorSideLeft.Control = OIMiscGroupBox
|
||||
AnchorSideTop.Control = OIDefaultItemHeightSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 11
|
||||
Width = 126
|
||||
Height = 18
|
||||
Top = 10
|
||||
Width = 171
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'OIDefaultItemHeightLabel'
|
||||
ParentColor = False
|
||||
@ -258,10 +255,11 @@ inherited OIOptionsFrame: TOIOptionsFrame
|
||||
AnchorSideLeft.Control = OIDefaultItemHeightLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = OIMiscGroupBox
|
||||
Left = 138
|
||||
Height = 25
|
||||
Left = 183
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 53
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
Value = 1
|
||||
|
@ -2,105 +2,105 @@
|
||||
|
||||
LazarusResources.Add('TOIOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#15'TOIOptionsFrame'#14'OIOptionsFrame'#6'Height'#3#228#1#5'Width'#3
|
||||
+'z'#2#12'ClientHeight'#3#228#1#11'ClientWidth'#3'z'#2#7'Visible'#8#10'Design'
|
||||
+'Left'#3#147#1#9'DesignTop'#3#218#0#0#242#2#0#9'TGroupBox'#29'ObjectInspecto'
|
||||
+'rColorsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#228#0#3'Top'#2#0#5'Width'#3#226
|
||||
+#0#8'AutoSize'#9#7'Caption'#6#29'ObjectInspectorColorsGroupBox'#28'ChildSizi'
|
||||
+'ng.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizin'
|
||||
+'g.HorizontalSpacing'#2#2#27'ChildSizing.VerticalSpacing'#2#2#12'ClientHeigh'
|
||||
+'t'#3#210#0#11'ClientWidth'#3#222#0#5'Ctl3D'#8#8'TabOrder'#2#0#0#13'TColorLi'
|
||||
+'z'#2#12'ClientHeight'#3#224#1#11'ClientWidth'#3'v'#2#8'TabOrder'#2#0#7'Visi'
|
||||
+'ble'#8#10'DesignLeft'#3#147#1#9'DesignTop'#3#218#0#0#242#2#0#9'TGroupBox'#29
|
||||
+'ObjectInspectorColorsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anc'
|
||||
+'horSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#238#0#3'Top'#2#0
|
||||
+#5'Width'#3#226#0#8'AutoSize'#9#7'Caption'#6#29'ObjectInspectorColorsGroupBo'
|
||||
+'x'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6
|
||||
+#29'ChildSizing.HorizontalSpacing'#2#2#27'ChildSizing.VerticalSpacing'#2#2#12
|
||||
+'ClientHeight'#3#219#0#11'ClientWidth'#3#222#0#8'TabOrder'#2#0#0#13'TColorLi'
|
||||
+'stBox'#13'ColorsListBox'#22'AnchorSideLeft.Control'#7#29'ObjectInspectorCol'
|
||||
+'orsGroupBox'#21'AnchorSideTop.Control'#7#29'ObjectInspectorColorsGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3#170#0#3'Top'#2#6#5'Width'#3#210#0#5'Style'#11#14'cbCu'
|
||||
+'stomColors'#0#11'OnGetColors'#7#22'ColorsListBoxGetColors'#20'BorderSpacing'
|
||||
+'.Around'#2#6#10'ItemHeight'#2#0#17'OnSelectionChange'#7#28'ColorsListBoxSel'
|
||||
+'ectionChange'#8'TabOrder'#2#0#0#0#9'TColorBox'#8'ColorBox'#22'AnchorSideLef'
|
||||
+'t.Control'#7#29'ObjectInspectorColorsGroupBox'#21'AnchorSideTop.Control'#7
|
||||
+#13'ColorsListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.'
|
||||
+'Control'#7#13'ColorsListBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2#22#3'Top'#3#182#0#5'Width'#3#210#0#5'Style'#11#16'cbStandar'
|
||||
+'dColors'#16'cbExtendedColors'#14'cbSystemColors'#13'cbCustomColor'#13'cbPre'
|
||||
+'ttyNames'#0#12'AutoComplete'#8#20'BorderSpacing.Around'#2#6#5'Ctl3D'#8#10'I'
|
||||
+'temHeight'#2#16#9'ItemWidth'#2#0#8'OnChange'#7#14'ColorBoxChange'#8'TabOrde'
|
||||
+'r'#2#1#0#0#0#242#2#1#9'TGroupBox'#17'OIOptionsGroupBox'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#5'Owner'#21'AnchorSideTop.Control'#7#29'ObjectInspectorColorsGrou'
|
||||
+'pBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#164#0
|
||||
+#3'Top'#3#235#0#5'Width'#3'z'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#8'AutoSize'#9#17'BorderSpacing.Top'#2#7#7'Caption'#6#17'OIOptionsGroupBox'
|
||||
+#12'ClientHeight'#3#146#0#11'ClientWidth'#3'v'#2#5'Ctl3D'#8#8'TabOrder'#2#1#0
|
||||
+'ectionChange'#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#9'TColorBox'#8'ColorBox'
|
||||
+#22'AnchorSideLeft.Control'#7#29'ObjectInspectorColorsGroupBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7#13'ColorsListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#13'ColorsListBox'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2#31#3'Top'#3#182#0#5'Width'#3#210#0#5'Styl'
|
||||
+'e'#11#16'cbStandardColors'#16'cbExtendedColors'#14'cbSystemColors'#13'cbCus'
|
||||
+'tomColor'#13'cbPrettyNames'#0#12'AutoComplete'#8#20'BorderSpacing.Around'#2
|
||||
+#6#10'ItemHeight'#2#16#9'ItemWidth'#2#0#8'OnChange'#7#14'ColorBoxChange'#8'T'
|
||||
+'abOrder'#2#1#0#0#0#242#2#1#9'TGroupBox'#17'OIOptionsGroupBox'#22'AnchorSide'
|
||||
+'Left.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#29'ObjectInspectorColo'
|
||||
+'rsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro'
|
||||
+'l'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'
|
||||
+#3#200#0#3'Top'#3#245#0#5'Width'#3'v'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#7#7'Caption'#6#17'OIOptions'
|
||||
+'GroupBox'#12'ClientHeight'#3#181#0#11'ClientWidth'#3'r'#2#8'TabOrder'#2#1#0
|
||||
+#9'TCheckBox'#18'OIShowHintCheckBox'#22'AnchorSideLeft.Control'#7#17'OIOptio'
|
||||
+'nsGroupBox'#21'AnchorSideTop.Control'#7#17'OIOptionsGroupBox'#4'Left'#2#6#6
|
||||
+'Height'#2#17#3'Top'#2#6#5'Width'#2'|'#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#6#7'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9'T'
|
||||
+'CheckBox'#18'OIAutoShowCheckBox'#22'AnchorSideLeft.Control'#7#17'OIOptionsG'
|
||||
+'roupBox'#21'AnchorSideTop.Control'#7#18'OIShowHintCheckBox'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#26#5'Width'#2''
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#18'OIAuto'
|
||||
+'ShowCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#24'OIBoldNonDefaultCheckBox'
|
||||
+#22'AnchorSideLeft.Control'#7#17'OIOptionsGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#18'OIAutoShowCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#17#3'Top'#2'.'#5'Width'#3#153#0#18'BorderSpacing.Left'#2#6#17'Bor'
|
||||
+'derSpacing.Top'#2#3#7'Caption'#6#24'OIBoldNonDefaultCheckBox'#8'TabOrder'#2
|
||||
+#2#0#0#9'TCheckBox'#23'OIDrawGridLinesCheckBox'#22'AnchorSideLeft.Control'#7
|
||||
+#17'OIOptionsGroupBox'#21'AnchorSideTop.Control'#7#24'OIBoldNonDefaultCheckB'
|
||||
+'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'
|
||||
+#2'B'#5'Width'#3#147#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7
|
||||
+'Caption'#6#23'OIDrawGridLinesCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#20
|
||||
+'OIShowGutterCheckBox'#22'AnchorSideLeft.Control'#7#17'OIOptionsGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#23'OIDrawGridLinesCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'V'#5'Width'#3#134#0#18'B'
|
||||
+'orderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#20'OIShowGutt'
|
||||
+'erCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#23'OIShowStatusBarCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#17'OIOptionsGroupBox'#21'AnchorSideTop.Control'#7
|
||||
+#20'OIShowGutterCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#17#3'Top'#2'j'#5'Width'#3#151#0#18'BorderSpacing.Left'#2#6#17'Bor'
|
||||
+'derSpacing.Top'#2#3#7'Caption'#6#23'OIShowStatusBarCheckBox'#8'TabOrder'#2#5
|
||||
+#0#0#9'TCheckBox'#21'OIShowInfoBoxCheckBox'#22'AnchorSideLeft.Control'#7#17
|
||||
+'OIOptionsGroupBox'#21'AnchorSideTop.Control'#7#23'OIShowStatusBarCheckBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'~'
|
||||
+#5'Width'#3#141#0#18'BorderSpacing.Left'#2#3#20'BorderSpacing.Around'#2#3#7
|
||||
+'Caption'#6#21'OIShowInfoBoxCheckBox'#8'TabOrder'#2#6#0#0#0#242#2#2#9'TGroup'
|
||||
+'Box$ObjectInspectorSpeedSettingsGroupBox'#22'AnchorSideLeft.Control'#7#29'O'
|
||||
+'bjectInspectorColorsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anc'
|
||||
,'horSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'OIMisc'
|
||||
+'GroupBox'#4'Left'#3#233#0#6'Height'#3#166#0#3'Top'#2#0#5'Width'#3#145#1#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'BorderSpacing.Lef'
|
||||
+'t'#2#7#20'BorderSpacing.Bottom'#2#7#7'Caption'#6'$ObjectInspectorSpeedSetti'
|
||||
+'ngsGroupBox'#12'ClientHeight'#3#148#0#11'ClientWidth'#3#141#1#5'Ctl3D'#8#8
|
||||
+'TabOrder'#2#2#0#7'TButton'#28'BtnUseDefaultLazarusSettings'#22'AnchorSideLe'
|
||||
+'ft.Control'#7'$ObjectInspectorSpeedSettingsGroupBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7'$ObjectInspectorSpeedSettingsGroupBox'#4'Left'#2#6#6'Height'#2#25#3'T'
|
||||
+'op'#2#6#5'Width'#3#170#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#28'BtnUseDefaultLazarusSettings'#21'Constraints.MinHeight'#2#25#20'Co'
|
||||
+'nstraints.MinWidth'#2'K'#7'OnClick'#7'!BtnUseDefaultLazarusSettingsClick'#8
|
||||
+'TabOrder'#2#0#0#0#7'TButton'#27'BtnUseDefaultDelphiSettings'#22'AnchorSideL'
|
||||
+'eft.Control'#7'$ObjectInspectorSpeedSettingsGroupBox'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#28'BtnUseDefaultLazarusSettings'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#28'BtnUseDefaultLazarusSettings'#20'Anchor'
|
||||
+'SideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'%'#5'Wid'
|
||||
+'th'#3#170#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#27'BtnUseDef'
|
||||
+'aultDelphiSettings'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'
|
||||
+#2'K'#7'OnClick'#7' BtnUseDefaultDelphiSettingsClick'#8'TabOrder'#2#1#0#0#0
|
||||
+#242#2#3#9'TGroupBox'#14'OIMiscGroupBox'#22'AnchorSideLeft.Control'#7#29'Obj'
|
||||
+'ectInspectorColorsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'Ancho'
|
||||
+'rSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'A'
|
||||
+'nchorSideBottom.Control'#7#29'ObjectInspectorColorsGroupBox'#21'AnchorSideB'
|
||||
+'ottom.Side'#7#9'asrBottom'#4'Left'#3#233#0#6'Height'#2'7'#3'Top'#3#173#0#5
|
||||
+'Width'#3#145#1#7'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'
|
||||
+'Height'#2#22#3'Top'#2#6#5'Width'#3#165#0#18'BorderSpacing.Left'#2#6#17'Bord'
|
||||
+'erSpacing.Top'#2#6#7'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9
|
||||
+'TCheckBox'#18'OIAutoShowCheckBox'#22'AnchorSideLeft.Control'#7#17'OIOptions'
|
||||
+'GroupBox'#21'AnchorSideTop.Control'#7#18'OIShowHintCheckBox'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#31#5'Width'#3
|
||||
+#168#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#18
|
||||
+'OIAutoShowCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#24'OIBoldNonDefaultChe'
|
||||
+'ckBox'#22'AnchorSideLeft.Control'#7#17'OIOptionsGroupBox'#21'AnchorSideTop.'
|
||||
+'Control'#7#18'OIAutoShowCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#22#3'Top'#2'8'#5'Width'#3#206#0#18'BorderSpacing.Left'
|
||||
+#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#24'OIBoldNonDefaultCheckBox'#8'T'
|
||||
+'abOrder'#2#2#0#0#9'TCheckBox'#23'OIDrawGridLinesCheckBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#17'OIOptionsGroupBox'#21'AnchorSideTop.Control'#7#24'OIBoldNonD'
|
||||
+'efaultCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#22#3'Top'#2'Q'#5'Width'#3#198#0#18'BorderSpacing.Left'#2#6#17'BorderSpaci'
|
||||
+'ng.Top'#2#3#7'Caption'#6#23'OIDrawGridLinesCheckBox'#8'TabOrder'#2#3#0#0#9
|
||||
+'TCheckBox'#20'OIShowGutterCheckBox'#22'AnchorSideLeft.Control'#7#17'OIOptio'
|
||||
+'nsGroupBox'#21'AnchorSideTop.Control'#7#23'OIDrawGridLinesCheckBox'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'j'#5'Wid'
|
||||
+'th'#3#179#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'
|
||||
+#6#20'OIShowGutterCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#23'OIShowStatus'
|
||||
+'BarCheckBox'#22'AnchorSideLeft.Control'#7#17'OIOptionsGroupBox'#21'AnchorSi'
|
||||
+'deTop.Control'#7#20'OIShowGutterCheckBox'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#131#0#5'Width'#3#201#0#18'BorderSp'
|
||||
+'acing.Left'#2#6#17'BorderSpacing.Top'#2#3#7'Caption'#6#23'OIShowStatusBarCh'
|
||||
+'eckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#21'OIShowInfoBoxCheckBox'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#17'OIOptionsGroupBox'#21'AnchorSideTop.Control'#7#23'O'
|
||||
+'IShowStatusBarCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#3#156#0#5'Width'#3#188#0#18'BorderSpacing.Left'#2#3#20
|
||||
+'BorderSpacing.Around'#2#3#7'Caption'#6#21'OIShowInfoBoxCheckBox'#8'TabOrder'
|
||||
+#2#6#0#0#0#242#2#2#9'TGroupBox$ObjectInspectorSpeedSettingsGroupBox'#22'Anch'
|
||||
+'orSideLeft.Control'#7#29'ObjectInspectorColorsGroupBox'#19'AnchorSideLeft.S'
|
||||
,'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight'
|
||||
+'.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideB'
|
||||
+'ottom.Control'#7#14'OIMiscGroupBox'#4'Left'#3#233#0#6'Height'#3#173#0#3'Top'
|
||||
+#2#0#5'Width'#3#141#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'
|
||||
+#0#18'BorderSpacing.Left'#2#7#20'BorderSpacing.Bottom'#2#7#7'Caption'#6'$Obj'
|
||||
+'ectInspectorSpeedSettingsGroupBox'#12'ClientHeight'#3#154#0#11'ClientWidth'
|
||||
+#3#137#1#8'TabOrder'#2#2#0#7'TButton'#28'BtnUseDefaultLazarusSettings'#22'An'
|
||||
+'chorSideLeft.Control'#7'$ObjectInspectorSpeedSettingsGroupBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7'$ObjectInspectorSpeedSettingsGroupBox'#4'Left'#2#6#6'Height'
|
||||
+#2#29#3'Top'#2#6#5'Width'#3#210#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#28'BtnUseDefaultLazarusSettings'#21'Constraints.MinHeight'#2#25
|
||||
+#20'Constraints.MinWidth'#2'K'#7'OnClick'#7'!BtnUseDefaultLazarusSettingsCli'
|
||||
+'ck'#8'TabOrder'#2#0#0#0#7'TButton'#27'BtnUseDefaultDelphiSettings'#22'Ancho'
|
||||
+'rSideLeft.Control'#7'$ObjectInspectorSpeedSettingsGroupBox'#21'AnchorSideTo'
|
||||
+'p.Control'#7#28'BtnUseDefaultLazarusSettings'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#23'AnchorSideRight.Control'#7#28'BtnUseDefaultLazarusSettings'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2')'
|
||||
+#5'Width'#3#210#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#27'BtnUse'
|
||||
+'DefaultDelphiSettings'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWid'
|
||||
+'th'#2'K'#7'OnClick'#7' BtnUseDefaultDelphiSettingsClick'#8'TabOrder'#2#1#0#0
|
||||
+#0#242#2#3#9'TGroupBox'#14'OIMiscGroupBox'#22'AnchorSideLeft.Control'#7#29'O'
|
||||
+'bjectInspectorColorsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'Anc'
|
||||
+'horSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#29'ObjectInspectorColorsGroupBox'#21'AnchorSide'
|
||||
+'Bottom.Side'#7#9'asrBottom'#4'Left'#3#233#0#6'Height'#2':'#3'Top'#3#180#0#5
|
||||
+'Width'#3#141#1#7'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'
|
||||
+#9#18'BorderSpacing.Left'#2#7#7'Caption'#6#14'OIMiscGroupBox'#12'ClientHeigh'
|
||||
+'t'#2'%'#11'ClientWidth'#3#141#1#5'Ctl3D'#8#8'TabOrder'#2#3#0#6'TLabel'#24'O'
|
||||
+'IDefaultItemHeightLabel'#22'AnchorSideLeft.Control'#7#14'OIMiscGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#27'OIDefaultItemHeightSpinEdit'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#11#5'Width'#2'~'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#24'OIDefaultItemHeightLabel'#11'Pare'
|
||||
+'ntColor'#8#0#0#9'TSpinEdit'#27'OIDefaultItemHeightSpinEdit'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#24'OIDefaultItemHeightLabel'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||
+'ottom'#21'AnchorSideTop.Control'#7#14'OIMiscGroupBox'#4'Left'#3#138#0#6'Hei'
|
||||
+'ght'#2#25#3'Top'#2#6#5'Width'#2'5'#20'BorderSpacing.Around'#2#6#8'TabOrder'
|
||||
+#2#0#5'Value'#2#1#0#0#0#0
|
||||
+'t'#2''''#11'ClientWidth'#3#137#1#8'TabOrder'#2#3#0#6'TLabel'#24'OIDefaultIt'
|
||||
+'emHeightLabel'#22'AnchorSideLeft.Control'#7#14'OIMiscGroupBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7#27'OIDefaultItemHeightSpinEdit'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#10#5'Width'#3#171#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6#24'OIDefaultItemHeightLabel'#11'ParentCol'
|
||||
+'or'#8#0#0#9'TSpinEdit'#27'OIDefaultItemHeightSpinEdit'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#24'OIDefaultItemHeightLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#14'OIMiscGroupBox'#4'Left'#3#183#0#6'Height'#2
|
||||
+#27#3'Top'#2#6#5'Width'#2'5'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'Ta'
|
||||
+'bOrder'#2#0#5'Value'#2#1#0#0#0#0
|
||||
]);
|
||||
|
@ -14,7 +14,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 262
|
||||
Width = 276
|
||||
Caption = 'MinimizeAllOnMinimizeMainCheckBox'
|
||||
Enabled = False
|
||||
TabOrder = 0
|
||||
@ -27,7 +27,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 22
|
||||
Width = 178
|
||||
Width = 183
|
||||
Caption = 'HideIDEOnRunCheckBox'
|
||||
TabOrder = 1
|
||||
end
|
||||
@ -40,12 +40,12 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 336
|
||||
Top = 56
|
||||
Height = 326
|
||||
Top = 66
|
||||
Width = 459
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
Caption = 'WindowPositionsGroupBox'
|
||||
ClientHeight = 317
|
||||
ClientHeight = 307
|
||||
ClientWidth = 455
|
||||
TabOrder = 2
|
||||
object WindowPositionsListBox: TListBox
|
||||
@ -66,10 +66,13 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
end
|
||||
end
|
||||
object HideMessagesIconsCheckBox: TCheckBox[3]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = HideIDEOnRunCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 213
|
||||
Top = 44
|
||||
Width = 218
|
||||
Caption = 'HideMessagesIconsCheckBox'
|
||||
TabOrder = 3
|
||||
end
|
||||
|
@ -6,20 +6,20 @@ LazarusResources.Add('TWindowOptionsFrame','FORMDATA',[
|
||||
+#2#0#7'Visible'#8#10'DesignLeft'#3#157#1#9'DesignTop'#3#210#0#0#242#2#0#9'TC'
|
||||
+'heckBox!MinimizeAllOnMinimizeMainCheckBox'#22'AnchorSideLeft.Control'#7#5'O'
|
||||
+'wner'#21'AnchorSideTop.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2#0#5'Width'#3#6#1#7'Caption'#6'!'
|
||||
+'MinimizeAllOnMinimizeMainCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#0#0#242#2#1
|
||||
+'Bottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2#0#5'Width'#3#20#1#7'Caption'#6
|
||||
+'!MinimizeAllOnMinimizeMainCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#0#0#242#2#1
|
||||
+#9'TCheckBox'#20'HideIDEOnRunCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||
+#21'AnchorSideTop.Control'#7'!MinimizeAllOnMinimizeMainCheckBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#0#6'Height'#2#22#3'Top'#2#22#5'Width'#3#178#0#7'Caption'#6#20'HideIDEOnRunC'
|
||||
+#0#6'Height'#2#22#3'Top'#2#22#5'Width'#3#183#0#7'Caption'#6#20'HideIDEOnRunC'
|
||||
+'heckBox'#8'TabOrder'#2#1#0#0#242#2#2#9'TGroupBox'#23'WindowPositionsGroupBo'
|
||||
+'x'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#25'Hid'
|
||||
+'eMessagesIconsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
|
||||
+'Right.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Anchor'
|
||||
+'SideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2#0#6'Height'#3'P'#1#3'Top'#2'8'#5'Width'#3#203#1#7'Anchors'#11#5'akTo'
|
||||
+'eft'#2#0#6'Height'#3'F'#1#3'Top'#2'B'#5'Width'#3#203#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#23'WindowPositionsGroupB'
|
||||
+'ox'#12'ClientHeight'#3'='#1#11'ClientWidth'#3#199#1#8'TabOrder'#2#2#0#8'TLi'
|
||||
+'ox'#12'ClientHeight'#3'3'#1#11'ClientWidth'#3#199#1#8'TabOrder'#2#2#0#8'TLi'
|
||||
+'stBox'#22'WindowPositionsListBox'#22'AnchorSideLeft.Control'#7#23'WindowPos'
|
||||
+'itionsGroupBox'#21'AnchorSideTop.Control'#7#23'WindowPositionsGroupBox'#23
|
||||
+'AnchorSideRight.Control'#7#23'WindowPositionsGroupBox'#20'AnchorSideRight.S'
|
||||
@ -27,6 +27,8 @@ LazarusResources.Add('TWindowOptionsFrame','FORMDATA',[
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#10
|
||||
+'ItemHeight'#2#0#17'OnSelectionChange'#7'%WindowPositionsListBoxSelectionCha'
|
||||
+'nge'#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#0#242#2#3#9'TCheckBox'#25'HideMe'
|
||||
+'ssagesIconsCheckBox'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#213#0
|
||||
+#7'Caption'#6#25'HideMessagesIconsCheckBox'#8'TabOrder'#2#3#0#0#0
|
||||
+'ssagesIconsCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop'
|
||||
+'.Control'#7#20'HideIDEOnRunCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#0#6'Height'#2#22#3'Top'#2','#5'Width'#3#218#0#7'Caption'#6#25'HideM'
|
||||
+'essagesIconsCheckBox'#8'TabOrder'#2#3#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user