mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
IDE: editor options: divider lines: hint and layout
git-svn-id: trunk@23366 -
This commit is contained in:
parent
9d25c1233b
commit
ee54a701ad
@ -4,6 +4,7 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
Anchors = [akTop]
|
Anchors = [akTop]
|
||||||
ClientHeight = 334
|
ClientHeight = 334
|
||||||
ClientWidth = 521
|
ClientWidth = 521
|
||||||
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 207
|
DesignLeft = 207
|
||||||
DesignTop = 207
|
DesignTop = 207
|
||||||
@ -13,9 +14,9 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideTop.Control = LanguageComboBox
|
AnchorSideTop.Control = LanguageComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 206
|
Left = 206
|
||||||
Height = 16
|
Height = 18
|
||||||
Top = 9
|
Top = 12
|
||||||
Width = 81
|
Width = 98
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'LanguageLabel'
|
Caption = 'LanguageLabel'
|
||||||
@ -30,13 +31,13 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 299
|
Height = 291
|
||||||
Top = 35
|
Top = 43
|
||||||
Width = 521
|
Width = 521
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 299
|
ClientHeight = 291
|
||||||
ClientWidth = 521
|
ClientWidth = 521
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object DividerSpinPanel: TPanel
|
object DividerSpinPanel: TPanel
|
||||||
@ -45,14 +46,14 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideRight.Control = DividerConfPanel
|
AnchorSideRight.Control = DividerConfPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 206
|
Left = 206
|
||||||
Height = 25
|
Height = 27
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 315
|
Width = 315
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 25
|
ClientHeight = 27
|
||||||
ClientWidth = 315
|
ClientWidth = 315
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object DividerSpinLabel: TLabel
|
object DividerSpinLabel: TLabel
|
||||||
@ -63,7 +64,7 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideRight.Control = DividerSpinPanel
|
AnchorSideRight.Control = DividerSpinPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 53
|
Left = 53
|
||||||
Height = 16
|
Height = 18
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 262
|
Width = 262
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -75,10 +76,12 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideLeft.Control = DividerSpinPanel
|
AnchorSideLeft.Control = DividerSpinPanel
|
||||||
AnchorSideTop.Control = DividerSpinPanel
|
AnchorSideTop.Control = DividerSpinPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 25
|
Height = 27
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 50
|
Width = 50
|
||||||
OnChange = DividerSpinEditChange
|
OnChange = DividerSpinEditChange
|
||||||
|
ParentShowHint = False
|
||||||
|
ShowHint = True
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -89,15 +92,15 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideRight.Control = DividerConfPanel
|
AnchorSideRight.Control = DividerConfPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 206
|
Left = 206
|
||||||
Height = 44
|
Height = 55
|
||||||
Top = 81
|
Top = 94
|
||||||
Width = 315
|
Width = 315
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 44
|
ClientHeight = 55
|
||||||
ClientWidth = 315
|
ClientWidth = 315
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
Visible = False
|
Visible = False
|
||||||
@ -105,9 +108,9 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideLeft.Control = NestLvlPanel
|
AnchorSideLeft.Control = NestLvlPanel
|
||||||
AnchorSideTop.Control = NestLvlPanel
|
AnchorSideTop.Control = NestLvlPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 16
|
Height = 18
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 97
|
Width = 115
|
||||||
Caption = 'NestLvlColorLabel'
|
Caption = 'NestLvlColorLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -115,27 +118,32 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideLeft.Control = NestLvlPanel
|
AnchorSideLeft.Control = NestLvlPanel
|
||||||
AnchorSideTop.Control = NestLvlColorLabel
|
AnchorSideTop.Control = NestLvlColorLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = NestLvlColorCheckBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 31
|
||||||
Top = 22
|
Top = 24
|
||||||
Width = 100
|
Width = 136
|
||||||
DefaultColorColor = clWhite
|
DefaultColorColor = clWhite
|
||||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
|
BorderSpacing.Right = 6
|
||||||
ItemHeight = 16
|
ItemHeight = 16
|
||||||
OnChange = NestLvlColorBoxChange
|
OnChange = NestLvlColorBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object NestLvlColorCheckBox: TCheckBox
|
object NestLvlColorCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = NestLvlColorBox
|
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = NestLvlColorBox
|
AnchorSideTop.Control = NestLvlColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 106
|
AnchorSideRight.Control = NestLvlPanel
|
||||||
Height = 19
|
AnchorSideRight.Side = asrBottom
|
||||||
Top = 24
|
Left = 142
|
||||||
Width = 140
|
Height = 22
|
||||||
BorderSpacing.Left = 6
|
Top = 28
|
||||||
|
Width = 167
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
|
BorderSpacing.Right = 6
|
||||||
Caption = 'NestLvlColorCheckBox'
|
Caption = 'NestLvlColorCheckBox'
|
||||||
OnChange = NestLvlColorCheckBoxChange
|
OnChange = NestLvlColorCheckBoxChange
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -148,24 +156,24 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideRight.Control = DividerConfPanel
|
AnchorSideRight.Control = DividerConfPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 206
|
Left = 206
|
||||||
Height = 44
|
Height = 55
|
||||||
Top = 31
|
Top = 33
|
||||||
Width = 315
|
Width = 315
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 44
|
ClientHeight = 55
|
||||||
ClientWidth = 315
|
ClientWidth = 315
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object TopLvlColorLabel: TLabel
|
object TopLvlColorLabel: TLabel
|
||||||
AnchorSideLeft.Control = TopLvlPanel
|
AnchorSideLeft.Control = TopLvlPanel
|
||||||
AnchorSideTop.Control = TopLvlPanel
|
AnchorSideTop.Control = TopLvlPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 16
|
Height = 18
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 94
|
Width = 106
|
||||||
Caption = 'TopLvlColorLabel'
|
Caption = 'TopLvlColorLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -173,27 +181,32 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideLeft.Control = TopLvlPanel
|
AnchorSideLeft.Control = TopLvlPanel
|
||||||
AnchorSideTop.Control = TopLvlColorLabel
|
AnchorSideTop.Control = TopLvlColorLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = TopLvlColorCheckBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 31
|
||||||
Top = 22
|
Top = 24
|
||||||
Width = 100
|
Width = 145
|
||||||
DefaultColorColor = clWhite
|
DefaultColorColor = clWhite
|
||||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
|
BorderSpacing.Right = 6
|
||||||
ItemHeight = 16
|
ItemHeight = 16
|
||||||
OnChange = TopLvlColorBoxChange
|
OnChange = TopLvlColorBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object TopLvlColorCheckBox: TCheckBox
|
object TopLvlColorCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = TopLvlColorBox
|
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = TopLvlColorBox
|
AnchorSideTop.Control = TopLvlColorBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 106
|
AnchorSideRight.Control = TopLvlPanel
|
||||||
Height = 19
|
AnchorSideRight.Side = asrBottom
|
||||||
Top = 24
|
Left = 151
|
||||||
Width = 137
|
Height = 22
|
||||||
BorderSpacing.Left = 6
|
Top = 28
|
||||||
|
Width = 158
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
|
BorderSpacing.Right = 6
|
||||||
Caption = 'TopLvlColorCheckBox'
|
Caption = 'TopLvlColorCheckBox'
|
||||||
OnChange = TopLvlColorCheckBoxChange
|
OnChange = TopLvlColorCheckBoxChange
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -206,7 +219,7 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
AnchorSideBottom.Control = DividerConfPanel
|
AnchorSideBottom.Control = DividerConfPanel
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 299
|
Height = 291
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 200
|
Width = 200
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
@ -216,17 +229,18 @@ inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
|
|||||||
OnExit = DividerConfigListBoxClick
|
OnExit = DividerConfigListBoxClick
|
||||||
OnKeyUp = DividerConfigListBoxKeyUp
|
OnKeyUp = DividerConfigListBoxKeyUp
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
TopIndex = -1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object LanguageComboBox: TComboBox[2]
|
object LanguageComboBox: TComboBox[2]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 23
|
Height = 31
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 200
|
Width = 200
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
ItemHeight = 15
|
ItemHeight = 0
|
||||||
OnChange = LanguageComboBoxChange
|
OnChange = LanguageComboBoxChange
|
||||||
OnExit = LanguageComboBoxExit
|
OnExit = LanguageComboBoxExit
|
||||||
OnKeyDown = LanguageComboBoxKeyDown
|
OnKeyDown = LanguageComboBoxKeyDown
|
||||||
|
@ -3,89 +3,96 @@
|
|||||||
LazarusResources.Add('TEditorDividerDrawOptionsFrame','FORMDATA',[
|
LazarusResources.Add('TEditorDividerDrawOptionsFrame','FORMDATA',[
|
||||||
'TPF0'#241#30'TEditorDividerDrawOptionsFrame'#29'EditorDividerDrawOptionsFram'
|
'TPF0'#241#30'TEditorDividerDrawOptionsFrame'#29'EditorDividerDrawOptionsFram'
|
||||||
+'e'#6'Height'#3'N'#1#5'Width'#3#9#2#7'Anchors'#11#5'akTop'#0#12'ClientHeight'
|
+'e'#6'Height'#3'N'#1#5'Width'#3#9#2#7'Anchors'#11#5'akTop'#0#12'ClientHeight'
|
||||||
+#3'N'#1#11'ClientWidth'#3#9#2#7'Visible'#8#10'DesignLeft'#3#207#0#9'DesignTo'
|
+#3'N'#1#11'ClientWidth'#3#9#2#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3
|
||||||
+'p'#3#207#0#0#242#2#0#6'TLabel'#13'LanguageLabel'#22'AnchorSideLeft.Control'
|
+#207#0#9'DesignTop'#3#207#0#0#242#2#0#6'TLabel'#13'LanguageLabel'#22'AnchorS'
|
||||||
+#7#16'LanguageComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
|
+'ideLeft.Control'#7#16'LanguageComboBox'#19'AnchorSideLeft.Side'#7#9'asrBott'
|
||||||
+'Top.Control'#7#16'LanguageComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
+'om'#21'AnchorSideTop.Control'#7#16'LanguageComboBox'#18'AnchorSideTop.Side'
|
||||||
+'Left'#3#206#0#6'Height'#2#16#3'Top'#2#9#5'Width'#2'Q'#18'BorderSpacing.Left'
|
+#7#9'asrCenter'#4'Left'#3#206#0#6'Height'#2#18#3'Top'#2#12#5'Width'#2'b'#18
|
||||||
+#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#13'LanguageLabel'#11'ParentCol'
|
+'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#13'Languag'
|
||||||
+'or'#8#0#0#242#2#1#6'TPanel'#16'DividerConfPanel'#22'AnchorSideLeft.Control'
|
+'eLabel'#11'ParentColor'#8#0#0#242#2#1#6'TPanel'#16'DividerConfPanel'#22'Anc'
|
||||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#16'LanguageComboBox'#18'AnchorSideTo'
|
+'horSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#16'LanguageComb'
|
||||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSide'
|
+'oBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||||
+'Right.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'Ancho'
|
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||||
+'rSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3'+'#1#3'Top'#2'#'#5
|
+#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3
|
||||||
+'Width'#3#9#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'B'
|
+'#'#1#3'Top'#2'+'#5'Width'#3#9#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||||
+'orderSpacing.Top'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3'+'#1#11
|
+#8'akBottom'#0#17'BorderSpacing.Top'#2#6#10'BevelOuter'#7#6'bvNone'#12'Clien'
|
||||||
+'ClientWidth'#3#9#2#8'TabOrder'#2#1#0#6'TPanel'#16'DividerSpinPanel'#19'Anch'
|
+'tHeight'#3'#'#1#11'ClientWidth'#3#9#2#8'TabOrder'#2#1#0#6'TPanel'#16'Divide'
|
||||||
+'orSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'DividerConfP'
|
+'rSpinPanel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||||
+'anel'#23'AnchorSideRight.Control'#7#16'DividerConfPanel'#20'AnchorSideRight'
|
+#7#16'DividerConfPanel'#23'AnchorSideRight.Control'#7#16'DividerConfPanel'#20
|
||||||
+'.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#25#3'Top'#2#0#5'Width'#3
|
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#27#3'Top'#2
|
||||||
+';'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18'BorderS'
|
+#0#5'Width'#3';'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'
|
||||||
+'pacing.Left'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#25#11'Client'
|
+#9#18'BorderSpacing.Left'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2
|
||||||
+'Width'#3';'#1#8'TabOrder'#2#1#0#6'TLabel'#16'DividerSpinLabel'#22'AnchorSid'
|
+#27#11'ClientWidth'#3';'#1#8'TabOrder'#2#1#0#6'TLabel'#16'DividerSpinLabel'
|
||||||
+'eLeft.Control'#7#15'DividerSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
+#22'AnchorSideLeft.Control'#7#15'DividerSpinEdit'#19'AnchorSideLeft.Side'#7#9
|
||||||
+#21'AnchorSideTop.Control'#7#15'DividerSpinEdit'#18'AnchorSideTop.Side'#7#9
|
+'asrBottom'#21'AnchorSideTop.Control'#7#15'DividerSpinEdit'#18'AnchorSideTop'
|
||||||
+'asrCenter'#23'AnchorSideRight.Control'#7#16'DividerSpinPanel'#20'AnchorSide'
|
+'.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#16'DividerSpinPanel'#20
|
||||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2'5'#6'Height'#2#16#3'Top'#2#4#5'Width'#3
|
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'5'#6'Height'#2#18#3'Top'#2#4
|
||||||
+#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#3
|
+#5'Width'#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpaci'
|
||||||
+#7'Caption'#6#16'DividerSpinLabel'#11'ParentColor'#8#0#0#9'TSpinEdit'#15'Div'
|
+'ng.Left'#2#3#7'Caption'#6#16'DividerSpinLabel'#11'ParentColor'#8#0#0#9'TSpi'
|
||||||
+'iderSpinEdit'#22'AnchorSideLeft.Control'#7#16'DividerSpinPanel'#21'AnchorSi'
|
+'nEdit'#15'DividerSpinEdit'#22'AnchorSideLeft.Control'#7#16'DividerSpinPanel'
|
||||||
+'deTop.Control'#7#16'DividerSpinPanel'#4'Left'#2#0#6'Height'#2#25#3'Top'#2#0
|
+#21'AnchorSideTop.Control'#7#16'DividerSpinPanel'#4'Left'#2#0#6'Height'#2#27
|
||||||
+#5'Width'#2'2'#8'OnChange'#7#21'DividerSpinEditChange'#8'TabOrder'#2#0#0#0#0
|
+#3'Top'#2#0#5'Width'#2'2'#8'OnChange'#7#21'DividerSpinEditChange'#14'ParentS'
|
||||||
+#6'TPanel'#12'NestLvlPanel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anchor'
|
+'howHint'#8#8'ShowHint'#9#8'TabOrder'#2#0#0#0#0#6'TPanel'#12'NestLvlPanel'#19
|
||||||
+'SideTop.Control'#7#11'TopLvlPanel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'TopLvlPa'
|
||||||
+'AnchorSideRight.Control'#7#16'DividerConfPanel'#20'AnchorSideRight.Side'#7#9
|
+'nel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#16
|
||||||
+'asrBottom'#4'Left'#3#206#0#6'Height'#2','#3'Top'#2'Q'#5'Width'#3';'#1#7'Anc'
|
+'DividerConfPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#206#0#6
|
||||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Lef'
|
+'Height'#2'7'#3'Top'#2'^'#5'Width'#3';'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||||
+'t'#2#6#17'BorderSpacing.Top'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'
|
+'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2
|
||||||
+#2','#11'ClientWidth'#3';'#1#8'TabOrder'#2#2#7'Visible'#8#0#6'TLabel'#17'Nes'
|
+#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'7'#11'ClientWidth'#3';'#1#8
|
||||||
+'tLvlColorLabel'#22'AnchorSideLeft.Control'#7#12'NestLvlPanel'#21'AnchorSide'
|
+'TabOrder'#2#2#7'Visible'#8#0#6'TLabel'#17'NestLvlColorLabel'#22'AnchorSideL'
|
||||||
+'Top.Control'#7#12'NestLvlPanel'#4'Left'#2#0#6'Height'#2#16#3'Top'#2#0#5'Wid'
|
+'eft.Control'#7#12'NestLvlPanel'#21'AnchorSideTop.Control'#7#12'NestLvlPanel'
|
||||||
+'th'#2'a'#7'Caption'#6#17'NestLvlColorLabel'#11'ParentColor'#8#0#0#9'TColorB'
|
+#4'Left'#2#0#6'Height'#2#18#3'Top'#2#0#5'Width'#2's'#7'Caption'#6#17'NestLvl'
|
||||||
+'ox'#15'NestLvlColorBox'#22'AnchorSideLeft.Control'#7#12'NestLvlPanel'#21'An'
|
+'ColorLabel'#11'ParentColor'#8#0#0#9'TColorBox'#15'NestLvlColorBox'#22'Ancho'
|
||||||
+'chorSideTop.Control'#7#17'NestLvlColorLabel'#18'AnchorSideTop.Side'#7#9'asr'
|
+'rSideLeft.Control'#7#12'NestLvlPanel'#21'AnchorSideTop.Control'#7#17'NestLv'
|
||||||
+'Bottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2#22#5'Width'#2'd'#17'DefaultColo'
|
+'lColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||||
+'rColor'#7#7'clWhite'#5'Style'#11#16'cbStandardColors'#16'cbExtendedColors'
|
+'ol'#7#20'NestLvlColorCheckBox'#4'Left'#2#0#6'Height'#2#31#3'Top'#2#24#5'Wid'
|
||||||
+#14'cbSystemColors'#16'cbIncludeDefault'#13'cbCustomColor'#13'cbPrettyNames'
|
+'th'#3#136#0#17'DefaultColorColor'#7#7'clWhite'#5'Style'#11#16'cbStandardCol'
|
||||||
+#0#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#16#8'OnChange'#7#21'NestLvlCol'
|
+'ors'#16'cbExtendedColors'#14'cbSystemColors'#16'cbIncludeDefault'#13'cbCust'
|
||||||
+'orBoxChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#20'NestLvlColorCheckBox'#22'A'
|
+'omColor'#13'cbPrettyNames'#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||||
+'nchorSideLeft.Control'#7#15'NestLvlColorBox'#19'AnchorSideLeft.Side'#7#9'as'
|
+#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#16#8
|
||||||
+'rBottom'#21'AnchorSideTop.Control'#7#15'NestLvlColorBox'#18'AnchorSideTop.S'
|
+'OnChange'#7#21'NestLvlColorBoxChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#20'N'
|
||||||
+'ide'#7#9'asrCenter'#4'Left'#2'j'#6'Height'#2#19#3'Top'#2#24#5'Width'#3#140#0
|
+'estLvlColorCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||||
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#20'NestLvlColorCheckBox'#8'OnChange'
|
+'p.Control'#7#15'NestLvlColorBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'A'
|
||||||
+#7#26'NestLvlColorCheckBoxChange'#8'TabOrder'#2#1#0#0#0#6'TPanel'#11'TopLvlP'
|
+'nchorSideRight.Control'#7#12'NestLvlPanel'#20'AnchorSideRight.Side'#7#9'asr'
|
||||||
+'anel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16
|
+'Bottom'#4'Left'#3#142#0#6'Height'#2#22#3'Top'#2#28#5'Width'#3#167#0#7'Ancho'
|
||||||
+'DividerSpinPanel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.'
|
+'rs'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'Ne'
|
||||||
+'Control'#7#16'DividerConfPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'L'
|
+'stLvlColorCheckBox'#8'OnChange'#7#26'NestLvlColorCheckBoxChange'#8'TabOrder'
|
||||||
+'eft'#3#206#0#6'Height'#2','#3'Top'#2#31#5'Width'#3';'#1#7'Anchors'#11#5'akT'
|
+#2#1#0#0#0#6'TPanel'#11'TopLvlPanel'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||||
+'op'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'Bord'
|
+#21'AnchorSideTop.Control'#7#16'DividerSpinPanel'#18'AnchorSideTop.Side'#7#9
|
||||||
+'erSpacing.Top'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2','#11'Clie'
|
+'asrBottom'#23'AnchorSideRight.Control'#7#16'DividerConfPanel'#20'AnchorSide'
|
||||||
+'ntWidth'#3';'#1#8'TabOrder'#2#3#0#6'TLabel'#16'TopLvlColorLabel'#22'AnchorS'
|
+'Right.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2'7'#3'Top'#2'!'#5'Wid'
|
||||||
+'ideLeft.Control'#7#11'TopLvlPanel'#21'AnchorSideTop.Control'#7#11'TopLvlPan'
|
+'th'#3';'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18'B'
|
||||||
+'el'#4'Left'#2#0#6'Height'#2#16#3'Top'#2#0#5'Width'#2'^'#7'Caption'#6#16'Top'
|
+'orderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#10'BevelOuter'#7#6'bvNone'
|
||||||
+'LvlColorLabel'#11'ParentColor'#8#0#0#9'TColorBox'#14'TopLvlColorBox'#22'Anc'
|
+#12'ClientHeight'#2'7'#11'ClientWidth'#3';'#1#8'TabOrder'#2#3#0#6'TLabel'#16
|
||||||
+'horSideLeft.Control'#7#11'TopLvlPanel'#21'AnchorSideTop.Control'#7#16'TopLv'
|
+'TopLvlColorLabel'#22'AnchorSideLeft.Control'#7#11'TopLvlPanel'#21'AnchorSid'
|
||||||
,'lColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2
|
,'eTop.Control'#7#11'TopLvlPanel'#4'Left'#2#0#6'Height'#2#18#3'Top'#2#0#5'Wid'
|
||||||
+#22#3'Top'#2#22#5'Width'#2'd'#17'DefaultColorColor'#7#7'clWhite'#5'Style'#11
|
+'th'#2'j'#7'Caption'#6#16'TopLvlColorLabel'#11'ParentColor'#8#0#0#9'TColorBo'
|
||||||
+#16'cbStandardColors'#16'cbExtendedColors'#14'cbSystemColors'#16'cbIncludeDe'
|
+'x'#14'TopLvlColorBox'#22'AnchorSideLeft.Control'#7#11'TopLvlPanel'#21'Ancho'
|
||||||
+'fault'#13'cbCustomColor'#13'cbPrettyNames'#0#17'BorderSpacing.Top'#2#6#10'I'
|
+'rSideTop.Control'#7#16'TopLvlColorLabel'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||||
+'temHeight'#2#16#8'OnChange'#7#20'TopLvlColorBoxChange'#8'TabOrder'#2#0#0#0#9
|
+'om'#23'AnchorSideRight.Control'#7#19'TopLvlColorCheckBox'#4'Left'#2#0#6'Hei'
|
||||||
+'TCheckBox'#19'TopLvlColorCheckBox'#22'AnchorSideLeft.Control'#7#14'TopLvlCo'
|
+'ght'#2#31#3'Top'#2#24#5'Width'#3#145#0#17'DefaultColorColor'#7#7'clWhite'#5
|
||||||
+'lorBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
+'Style'#11#16'cbStandardColors'#16'cbExtendedColors'#14'cbSystemColors'#16'c'
|
||||||
+#14'TopLvlColorBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'j'#6'Hei'
|
+'bIncludeDefault'#13'cbCustomColor'#13'cbPrettyNames'#0#7'Anchors'#11#5'akTo'
|
||||||
+'ght'#2#19#3'Top'#2#24#5'Width'#3#137#0#18'BorderSpacing.Left'#2#6#7'Caption'
|
+'p'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'
|
||||||
+#6#19'TopLvlColorCheckBox'#8'OnChange'#7#25'TopLvlColorCheckBoxChange'#8'Tab'
|
+#2#6#10'ItemHeight'#2#16#8'OnChange'#7#20'TopLvlColorBoxChange'#8'TabOrder'#2
|
||||||
+'Order'#2#1#0#0#0#13'TCheckListBox'#20'DividerConfigListBox'#22'AnchorSideLe'
|
+#0#0#0#9'TCheckBox'#19'TopLvlColorCheckBox'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||||
+'ft.Control'#7#16'DividerConfPanel'#21'AnchorSideTop.Control'#7#16'DividerCo'
|
+'ottom'#21'AnchorSideTop.Control'#7#14'TopLvlColorBox'#18'AnchorSideTop.Side'
|
||||||
+'nfPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contro'
|
+#7#9'asrCenter'#23'AnchorSideRight.Control'#7#11'TopLvlPanel'#20'AnchorSideR'
|
||||||
+'l'#7#16'DividerConfPanel'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2
|
+'ight.Side'#7#9'asrBottom'#4'Left'#3#151#0#6'Height'#2#22#3'Top'#2#28#5'Widt'
|
||||||
+#0#6'Height'#3'+'#1#3'Top'#2#0#5'Width'#3#200#0#7'Anchors'#11#5'akTop'#6'akL'
|
+'h'#3#158#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7
|
||||||
+'eft'#8'akBottom'#0#14'ExtendedSelect'#8#10'ItemHeight'#2#0#7'OnClick'#7#25
|
+'Caption'#6#19'TopLvlColorCheckBox'#8'OnChange'#7#25'TopLvlColorCheckBoxChan'
|
||||||
+'DividerConfigListBoxClick'#6'OnExit'#7#25'DividerConfigListBoxClick'#7'OnKe'
|
+'ge'#8'TabOrder'#2#1#0#0#0#13'TCheckListBox'#20'DividerConfigListBox'#22'Anc'
|
||||||
+'yUp'#7#25'DividerConfigListBoxKeyUp'#8'TabOrder'#2#0#0#0#0#242#2#2#9'TCombo'
|
+'horSideLeft.Control'#7#16'DividerConfPanel'#21'AnchorSideTop.Control'#7#16
|
||||||
+'Box'#16'LanguageComboBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
+'DividerConfPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBott'
|
||||||
+'deTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#2#23#3'Top'#2#6#5'Width'#3
|
+'om.Control'#7#16'DividerConfPanel'#21'AnchorSideBottom.Side'#7#9'asrBottom'
|
||||||
+#200#0#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#15#8'OnChange'#7#22'Langua'
|
+#4'Left'#2#0#6'Height'#3'#'#1#3'Top'#2#0#5'Width'#3#200#0#7'Anchors'#11#5'ak'
|
||||||
+'geComboBoxChange'#6'OnExit'#7#20'LanguageComboBoxExit'#9'OnKeyDown'#7#23'La'
|
+'Top'#6'akLeft'#8'akBottom'#0#14'ExtendedSelect'#8#10'ItemHeight'#2#0#7'OnCl'
|
||||||
+'nguageComboBoxKeyDown'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#0#0#0#0
|
+'ick'#7#25'DividerConfigListBoxClick'#6'OnExit'#7#25'DividerConfigListBoxCli'
|
||||||
|
+'ck'#7'OnKeyUp'#7#25'DividerConfigListBoxKeyUp'#8'TabOrder'#2#0#8'TopIndex'#2
|
||||||
|
+#255#0#0#0#242#2#2#9'TComboBox'#16'LanguageComboBox'#22'AnchorSideLeft.Contr'
|
||||||
|
+'ol'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#2
|
||||||
|
+#31#3'Top'#2#6#5'Width'#3#200#0#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#0
|
||||||
|
+#8'OnChange'#7#22'LanguageComboBoxChange'#6'OnExit'#7#20'LanguageComboBoxExi'
|
||||||
|
+'t'#9'OnKeyDown'#7#23'LanguageComboBoxKeyDown'#5'Style'#7#14'csDropDownList'
|
||||||
|
+#8'TabOrder'#2#0#0#0#0
|
||||||
]);
|
]);
|
||||||
|
@ -263,6 +263,7 @@ end;
|
|||||||
procedure TEditorDividerDrawOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
procedure TEditorDividerDrawOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
begin
|
begin
|
||||||
LanguageLabel.Caption := dlgLang;
|
LanguageLabel.Caption := dlgLang;
|
||||||
|
DividerSpinEdit.Hint := lis0No1DrawDividerLinesOnlyForTopLevel2DrawLinesForFi;
|
||||||
DividerSpinLabel.Caption := dlgDividerDrawDepth;
|
DividerSpinLabel.Caption := dlgDividerDrawDepth;
|
||||||
TopLvlColorLabel.Caption := dlgDividerTopColor;
|
TopLvlColorLabel.Caption := dlgDividerTopColor;
|
||||||
TopLvlColorCheckBox.Caption := dlgDividerColorDefault;
|
TopLvlColorCheckBox.Caption := dlgDividerColorDefault;
|
||||||
|
@ -1332,6 +1332,9 @@ resourcestring
|
|||||||
lisEdOptsChooseScheme = 'Choose Scheme';
|
lisEdOptsChooseScheme = 'Choose Scheme';
|
||||||
dlgEdHintCommand = 'Hint: click on the command you want to edit';
|
dlgEdHintCommand = 'Hint: click on the command you want to edit';
|
||||||
dlgLang = 'Language';
|
dlgLang = 'Language';
|
||||||
|
lis0No1DrawDividerLinesOnlyForTopLevel2DrawLinesForFi = '0 = no, 1 = draw '
|
||||||
|
+'divider lines only for top level, 2 = draw lines for first two '
|
||||||
|
+'levels, ...';
|
||||||
dlgClrScheme = 'Color Scheme';
|
dlgClrScheme = 'Color Scheme';
|
||||||
dlgFileExts = 'File extensions';
|
dlgFileExts = 'File extensions';
|
||||||
dlgSetElementDefault = 'Set element to default';
|
dlgSetElementDefault = 'Set element to default';
|
||||||
|
Loading…
Reference in New Issue
Block a user