IDE: make resourcestring dlg: improved layout

git-svn-id: trunk@48378 -
This commit is contained in:
mattias 2015-03-15 12:34:06 +00:00
parent a875ea7667
commit d9eb7b51c3

View File

@ -12,27 +12,27 @@ object MakeResStrDialog: TMakeResStrDialog
Constraints.MinWidth = 480 Constraints.MinWidth = 480
OnCreate = FormCreate OnCreate = FormCreate
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.29' LCLVersion = '1.5'
object ConversionGroupBox: TGroupBox object ConversionGroupBox: TGroupBox
Left = 6 Left = 6
Height = 248 Height = 242
Top = 6 Top = 6
Width = 637 Width = 637
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ConversionGroupBox' Caption = 'ConversionGroupBox'
ClientHeight = 227 ClientHeight = 225
ClientWidth = 629 ClientWidth = 633
TabOrder = 0 TabOrder = 0
object ResStrSectionLabel: TLabel object ResStrSectionLabel: TLabel
AnchorSideLeft.Control = IdentifierGroupBox AnchorSideLeft.Control = IdentifierGroupBox
AnchorSideTop.Control = IdentifierGroupBox AnchorSideTop.Control = IdentifierGroupBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 12 Left = 12
Height = 18 Height = 15
Top = 135 Top = 131
Width = 125 Width = 106
Alignment = taRightJustify Alignment = taRightJustify
BorderSpacing.Top = 2 BorderSpacing.Top = 2
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -44,9 +44,9 @@ object MakeResStrDialog: TMakeResStrDialog
AnchorSideTop.Control = ResStrSectionComboBox AnchorSideTop.Control = ResStrSectionComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 12 Left = 12
Height = 18 Height = 15
Top = 168 Top = 164
Width = 180 Width = 151
Alignment = taRightJustify Alignment = taRightJustify
BorderSpacing.Top = 2 BorderSpacing.Top = 2
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -59,42 +59,40 @@ object MakeResStrDialog: TMakeResStrDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 22 Height = 24
Top = 199 Top = 195
Width = 198 Width = 175
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AppendResStrRadioButton' Caption = 'AppendResStrRadioButton'
Checked = True Checked = True
State = cbChecked
TabOrder = 0 TabOrder = 0
TabStop = True
end end
object InsertContextSensitiveRadioButton: TRadioButton object InsertContextSensitiveRadioButton: TRadioButton
AnchorSideLeft.Control = InsertAlphabeticallyResStrRadioButton AnchorSideLeft.Control = InsertAlphabeticallyResStrRadioButton
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ResStrWithSameValuesCombobox AnchorSideTop.Control = ResStrWithSameValuesCombobox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 495 Left = 434
Height = 22 Height = 24
Top = 199 Top = 195
Width = 256 Width = 221
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'InsertContextSensitiveRadioButton' Caption = 'InsertContextSensitiveRadioButton'
TabOrder = 1 TabOrder = 1
TabStop = False
end end
object InsertAlphabeticallyResStrRadioButton: TRadioButton object InsertAlphabeticallyResStrRadioButton: TRadioButton
AnchorSideLeft.Control = AppendResStrRadioButton AnchorSideLeft.Control = AppendResStrRadioButton
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ResStrWithSameValuesCombobox AnchorSideTop.Control = ResStrWithSameValuesCombobox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 210 Left = 187
Height = 22 Height = 24
Top = 199 Top = 195
Width = 279 Width = 241
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'InsertAlphabeticallyResStrRadioButton' Caption = 'InsertAlphabeticallyResStrRadioButton'
TabOrder = 2 TabOrder = 2
TabStop = False
end end
object ResStrSectionComboBox: TComboBox object ResStrSectionComboBox: TComboBox
AnchorSideLeft.Control = ResStrSectionLabel AnchorSideLeft.Control = ResStrSectionLabel
@ -103,10 +101,10 @@ object MakeResStrDialog: TMakeResStrDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ConversionGroupBox AnchorSideRight.Control = ConversionGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 143 Left = 124
Height = 27 Height = 27
Top = 133 Top = 129
Width = 480 Width = 503
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ItemHeight = 0 ItemHeight = 0
@ -121,10 +119,10 @@ object MakeResStrDialog: TMakeResStrDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ConversionGroupBox AnchorSideRight.Control = ConversionGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 198 Left = 169
Height = 27 Height = 27
Top = 166 Top = 162
Width = 425 Width = 458
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ItemHeight = 0 ItemHeight = 0
@ -134,24 +132,24 @@ object MakeResStrDialog: TMakeResStrDialog
end end
object IdentifierGroupBox: TGroupBox object IdentifierGroupBox: TGroupBox
Left = 6 Left = 6
Height = 121 Height = 117
Top = 6 Top = 6
Width = 617 Width = 621
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'IdentifierGroupBox' Caption = 'IdentifierGroupBox'
ClientHeight = 100 ClientHeight = 100
ClientWidth = 609 ClientWidth = 617
TabOrder = 5 TabOrder = 5
object IdentLengthLabel: TLabel object IdentLengthLabel: TLabel
AnchorSideTop.Control = CustomIdentifierCheckBox AnchorSideTop.Control = IdentLengthComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = IdentLengthComboBox AnchorSideRight.Control = IdentLengthComboBox
Left = 384 Left = 408
Height = 18 Height = 15
Top = 36 Top = 42
Width = 113 Width = 97
Alignment = taRightJustify Alignment = taRightJustify
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
BorderSpacing.Top = 2 BorderSpacing.Top = 2
@ -161,12 +159,12 @@ object MakeResStrDialog: TMakeResStrDialog
end end
object IdentPrefixLabel: TLabel object IdentPrefixLabel: TLabel
AnchorSideLeft.Control = IdentifierGroupBox AnchorSideLeft.Control = IdentifierGroupBox
AnchorSideTop.Control = CustomIdentifierCheckBox AnchorSideTop.Control = IdentPrefixComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 18 Height = 15
Top = 36 Top = 42
Width = 106 Width = 91
Alignment = taRightJustify Alignment = taRightJustify
BorderSpacing.Top = 2 BorderSpacing.Top = 2
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -180,10 +178,10 @@ object MakeResStrDialog: TMakeResStrDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IdentifierGroupBox AnchorSideRight.Control = IdentifierGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 118 Left = 103
Height = 27 Height = 25
Top = 67 Top = 69
Width = 485 Width = 508
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Enabled = False Enabled = False
@ -194,9 +192,9 @@ object MakeResStrDialog: TMakeResStrDialog
object CustomIdentifierCheckBox: TCheckBox object CustomIdentifierCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 22 Height = 24
Top = 6 Top = 6
Width = 597 Width = 605
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'CustomIdentifierCheckBox' Caption = 'CustomIdentifierCheckBox'
@ -208,9 +206,9 @@ object MakeResStrDialog: TMakeResStrDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IdentifierGroupBox AnchorSideRight.Control = IdentifierGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 503 Left = 511
Height = 27 Height = 27
Top = 34 Top = 36
Width = 100 Width = 100
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -224,9 +222,9 @@ object MakeResStrDialog: TMakeResStrDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CustomIdentifierCheckBox AnchorSideTop.Control = CustomIdentifierCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 118 Left = 103
Height = 27 Height = 27
Top = 34 Top = 36
Width = 100 Width = 100
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ItemHeight = 0 ItemHeight = 0
@ -239,13 +237,13 @@ object MakeResStrDialog: TMakeResStrDialog
object CodePanel: TPanel object CodePanel: TPanel
AnchorSideBottom.Control = CancelButton AnchorSideBottom.Control = CancelButton
Left = 6 Left = 6
Height = 239 Height = 251
Top = 260 Top = 254
Width = 637 Width = 637
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 239 ClientHeight = 251
ClientWidth = 637 ClientWidth = 637
TabOrder = 1 TabOrder = 1
object SrcPreviewGroupBox: TGroupBox object SrcPreviewGroupBox: TGroupBox
@ -257,14 +255,14 @@ object MakeResStrDialog: TMakeResStrDialog
Align = alTop Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'SrcPreviewGroupBox' Caption = 'SrcPreviewGroupBox'
ClientHeight = 78 ClientHeight = 82
ClientWidth = 629 ClientWidth = 633
TabOrder = 0 TabOrder = 0
inline SrcPreviewSynEdit: TSynEdit inline SrcPreviewSynEdit: TSynEdit
Left = 6 Left = 6
Height = 66 Height = 70
Top = 6 Top = 6
Width = 617 Width = 621
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Font.Color = clBlack Font.Color = clBlack
@ -277,30 +275,19 @@ object MakeResStrDialog: TMakeResStrDialog
TabOrder = 0 TabOrder = 0
BookMarkOptions.Xoffset = -18 BookMarkOptions.Xoffset = -18
Gutter.Visible = False Gutter.Visible = False
Gutter.Width = 0 Gutter.Width = 57
Gutter.MouseActions = < Gutter.MouseActions = <
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 13 Command = emcOnMainGutterClick
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbRight Button = mbRight
ClickCount = ccSingle Command = emcContextMenu
ClickDir = cdUp
Command = 12
MoveCaret = False
Option = 0
Priority = 0
end> end>
RightGutter.Width = 0
RightGutter.MouseActions = <>
Highlighter = SynPasSyn Highlighter = SynPasSyn
Keystrokes = < Keystrokes = <
item item
@ -625,137 +612,102 @@ object MakeResStrDialog: TMakeResStrDialog
end> end>
MouseActions = < MouseActions = <
item item
Shift = []
ShiftMask = [ssShift, ssAlt] ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 1 Command = emcStartSelections
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = [ssShift] Shift = [ssShift]
ShiftMask = [ssShift, ssAlt] ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 1 Command = emcStartSelections
MoveCaret = True MoveCaret = True
Option = 1 Option = 1
Priority = 0
end end
item item
Shift = [ssAlt] Shift = [ssAlt]
ShiftMask = [ssShift, ssAlt] ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 3 Command = emcStartColumnSelections
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = [ssShift, ssAlt] Shift = [ssShift, ssAlt]
ShiftMask = [ssShift, ssAlt] ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 3 Command = emcStartColumnSelections
MoveCaret = True MoveCaret = True
Option = 1 Option = 1
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbRight Button = mbRight
ClickCount = ccSingle Command = emcContextMenu
ClickDir = cdUp
Command = 12
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccDouble ClickCount = ccDouble
ClickDir = cdDown ClickDir = cdDown
Command = 6 Command = emcSelectWord
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccTriple ClickCount = ccTriple
ClickDir = cdDown ClickDir = cdDown
Command = 7 Command = emcSelectLine
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccQuad ClickCount = ccQuad
ClickDir = cdDown ClickDir = cdDown
Command = 8 Command = emcSelectPara
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbMiddle Button = mbMiddle
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 10 Command = emcPasteSelection
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = [ssCtrl] Shift = [ssCtrl]
ShiftMask = [ssShift, ssAlt, ssCtrl] ShiftMask = [ssShift, ssAlt, ssCtrl]
Button = mbLeft Command = emcMouseLink
ClickCount = ccSingle
ClickDir = cdUp
Command = 11
MoveCaret = False
Option = 0
Priority = 0
end> end>
MouseTextActions = <>
MouseSelActions = < MouseSelActions = <
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 9 Command = emcStartDragMove
MoveCaret = False
Option = 0
Priority = 0
end> end>
Lines.Strings = ( Lines.Strings = (
'SrcPreviewSynEdit' 'SrcPreviewSynEdit'
) )
VisibleSpecialChars = [vscSpace, vscTabAtLast]
SelectedColor.BackPriority = 50
SelectedColor.ForePriority = 50
SelectedColor.FramePriority = 50
SelectedColor.BoldPriority = 50
SelectedColor.ItalicPriority = 50
SelectedColor.UnderlinePriority = 50
SelectedColor.StrikeOutPriority = 50
BracketHighlightStyle = sbhsBoth BracketHighlightStyle = sbhsBoth
BracketMatchColor.Background = clNone
BracketMatchColor.Foreground = clNone
BracketMatchColor.Style = [fsBold]
FoldedCodeColor.Background = clNone
FoldedCodeColor.Foreground = clGray
FoldedCodeColor.FrameColor = clGray
MouseLinkColor.Background = clNone
MouseLinkColor.Foreground = clBlue
LineHighlightColor.Background = clNone
LineHighlightColor.Foreground = clNone
inline TSynGutterPartList inline TSynGutterPartList
object TSynGutterMarks object TSynGutterMarks
Width = 23 Width = 24
MouseActions = <>
end end
object TSynGutterLineNumber object TSynGutterLineNumber
Width = 25 Width = 17
MouseActions = <> MouseActions = <>
MarkupInfo.Background = clBtnFace MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone MarkupInfo.Foreground = clNone
@ -766,35 +718,28 @@ object MakeResStrDialog: TMakeResStrDialog
end end
object TSynGutterChanges object TSynGutterChanges
Width = 4 Width = 4
MouseActions = <>
ModifiedColor = 59900 ModifiedColor = 59900
SavedColor = clGreen SavedColor = clGreen
end end
object TSynGutterSeparator object TSynGutterSeparator
Width = 2 Width = 2
MouseActions = <>
MarkupInfo.Background = clWhite
MarkupInfo.Foreground = clGray
end end
object TSynGutterCodeFolding object TSynGutterCodeFolding
MouseActions = < MouseActions = <
item item
Shift = []
ShiftMask = []
Button = mbRight Button = mbRight
ClickCount = ccSingle Command = emcCodeFoldContextMenu
ClickDir = cdUp
Command = 16
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = [ssShift] ShiftMask = [ssShift]
Button = mbMiddle Button = mbMiddle
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 14 Command = emcCodeFoldCollaps
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = [ssShift] Shift = [ssShift]
@ -802,58 +747,36 @@ object MakeResStrDialog: TMakeResStrDialog
Button = mbMiddle Button = mbMiddle
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 14 Command = emcCodeFoldCollaps
MoveCaret = False
Option = 1 Option = 1
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 0 Command = emcNone
MoveCaret = False
Option = 0
Priority = 0
end> end>
MarkupInfo.Background = clNone MarkupInfo.Background = clNone
MarkupInfo.Foreground = clGray MarkupInfo.Foreground = clGray
MouseActionsExpanded = < MouseActionsExpanded = <
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 14 Command = emcCodeFoldCollaps
MoveCaret = False
Option = 0
Priority = 0
end> end>
MouseActionsCollapsed = < MouseActionsCollapsed = <
item item
Shift = [ssCtrl] Shift = [ssCtrl]
ShiftMask = [ssCtrl] ShiftMask = [ssCtrl]
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 15 Command = emcCodeFoldExpand
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = [ssCtrl] ShiftMask = [ssCtrl]
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 15 Command = emcCodeFoldExpand
MoveCaret = False
Option = 1 Option = 1
Priority = 0
end> end>
end end
end end
@ -861,19 +784,19 @@ object MakeResStrDialog: TMakeResStrDialog
end end
object StringConstGroupBox: TGroupBox object StringConstGroupBox: TGroupBox
Left = 0 Left = 0
Height = 135 Height = 147
Top = 104 Top = 104
Width = 637 Width = 637
Align = alClient Align = alClient
Caption = 'StringConstGroupBox' Caption = 'StringConstGroupBox'
ClientHeight = 114 ClientHeight = 130
ClientWidth = 629 ClientWidth = 633
TabOrder = 1 TabOrder = 1
inline StringConstSynEdit: TSynEdit inline StringConstSynEdit: TSynEdit
Left = 6 Left = 6
Height = 102 Height = 118
Top = 6 Top = 6
Width = 617 Width = 621
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Font.Color = clBlack Font.Color = clBlack
@ -886,30 +809,19 @@ object MakeResStrDialog: TMakeResStrDialog
TabOrder = 0 TabOrder = 0
BookMarkOptions.Xoffset = -18 BookMarkOptions.Xoffset = -18
Gutter.Visible = False Gutter.Visible = False
Gutter.Width = 0 Gutter.Width = 57
Gutter.MouseActions = < Gutter.MouseActions = <
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 13 Command = emcOnMainGutterClick
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbRight Button = mbRight
ClickCount = ccSingle Command = emcContextMenu
ClickDir = cdUp
Command = 12
MoveCaret = False
Option = 0
Priority = 0
end> end>
RightGutter.Width = 0
RightGutter.MouseActions = <>
Highlighter = SynPasSyn Highlighter = SynPasSyn
Keystrokes = < Keystrokes = <
item item
@ -1234,137 +1146,102 @@ object MakeResStrDialog: TMakeResStrDialog
end> end>
MouseActions = < MouseActions = <
item item
Shift = []
ShiftMask = [ssShift, ssAlt] ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 1 Command = emcStartSelections
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = [ssShift] Shift = [ssShift]
ShiftMask = [ssShift, ssAlt] ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 1 Command = emcStartSelections
MoveCaret = True MoveCaret = True
Option = 1 Option = 1
Priority = 0
end end
item item
Shift = [ssAlt] Shift = [ssAlt]
ShiftMask = [ssShift, ssAlt] ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 3 Command = emcStartColumnSelections
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = [ssShift, ssAlt] Shift = [ssShift, ssAlt]
ShiftMask = [ssShift, ssAlt] ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 3 Command = emcStartColumnSelections
MoveCaret = True MoveCaret = True
Option = 1 Option = 1
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbRight Button = mbRight
ClickCount = ccSingle Command = emcContextMenu
ClickDir = cdUp
Command = 12
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccDouble ClickCount = ccDouble
ClickDir = cdDown ClickDir = cdDown
Command = 6 Command = emcSelectWord
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccTriple ClickCount = ccTriple
ClickDir = cdDown ClickDir = cdDown
Command = 7 Command = emcSelectLine
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccQuad ClickCount = ccQuad
ClickDir = cdDown ClickDir = cdDown
Command = 8 Command = emcSelectPara
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbMiddle Button = mbMiddle
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 10 Command = emcPasteSelection
MoveCaret = True MoveCaret = True
Option = 0
Priority = 0
end end
item item
Shift = [ssCtrl] Shift = [ssCtrl]
ShiftMask = [ssShift, ssAlt, ssCtrl] ShiftMask = [ssShift, ssAlt, ssCtrl]
Button = mbLeft Command = emcMouseLink
ClickCount = ccSingle
ClickDir = cdUp
Command = 11
MoveCaret = False
Option = 0
Priority = 0
end> end>
MouseTextActions = <>
MouseSelActions = < MouseSelActions = <
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown ClickDir = cdDown
Command = 9 Command = emcStartDragMove
MoveCaret = False
Option = 0
Priority = 0
end> end>
Lines.Strings = ( Lines.Strings = (
'StringConstSynEdit' 'StringConstSynEdit'
) )
VisibleSpecialChars = [vscSpace, vscTabAtLast]
SelectedColor.BackPriority = 50
SelectedColor.ForePriority = 50
SelectedColor.FramePriority = 50
SelectedColor.BoldPriority = 50
SelectedColor.ItalicPriority = 50
SelectedColor.UnderlinePriority = 50
SelectedColor.StrikeOutPriority = 50
BracketHighlightStyle = sbhsBoth BracketHighlightStyle = sbhsBoth
BracketMatchColor.Background = clNone
BracketMatchColor.Foreground = clNone
BracketMatchColor.Style = [fsBold]
FoldedCodeColor.Background = clNone
FoldedCodeColor.Foreground = clGray
FoldedCodeColor.FrameColor = clGray
MouseLinkColor.Background = clNone
MouseLinkColor.Foreground = clBlue
LineHighlightColor.Background = clNone
LineHighlightColor.Foreground = clNone
inline TSynGutterPartList inline TSynGutterPartList
object TSynGutterMarks object TSynGutterMarks
Width = 23 Width = 24
MouseActions = <>
end end
object TSynGutterLineNumber object TSynGutterLineNumber
Width = 25 Width = 17
MouseActions = <> MouseActions = <>
MarkupInfo.Background = clBtnFace MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone MarkupInfo.Foreground = clNone
@ -1375,35 +1252,28 @@ object MakeResStrDialog: TMakeResStrDialog
end end
object TSynGutterChanges object TSynGutterChanges
Width = 4 Width = 4
MouseActions = <>
ModifiedColor = 59900 ModifiedColor = 59900
SavedColor = clGreen SavedColor = clGreen
end end
object TSynGutterSeparator object TSynGutterSeparator
Width = 2 Width = 2
MouseActions = <>
MarkupInfo.Background = clWhite
MarkupInfo.Foreground = clGray
end end
object TSynGutterCodeFolding object TSynGutterCodeFolding
MouseActions = < MouseActions = <
item item
Shift = []
ShiftMask = []
Button = mbRight Button = mbRight
ClickCount = ccSingle Command = emcCodeFoldContextMenu
ClickDir = cdUp
Command = 16
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = [ssShift] ShiftMask = [ssShift]
Button = mbMiddle Button = mbMiddle
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 14 Command = emcCodeFoldCollaps
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = [ssShift] Shift = [ssShift]
@ -1411,58 +1281,36 @@ object MakeResStrDialog: TMakeResStrDialog
Button = mbMiddle Button = mbMiddle
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 14 Command = emcCodeFoldCollaps
MoveCaret = False
Option = 1 Option = 1
Priority = 0
end end
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 0 Command = emcNone
MoveCaret = False
Option = 0
Priority = 0
end> end>
MarkupInfo.Background = clNone MarkupInfo.Background = clNone
MarkupInfo.Foreground = clGray MarkupInfo.Foreground = clGray
MouseActionsExpanded = < MouseActionsExpanded = <
item item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 14 Command = emcCodeFoldCollaps
MoveCaret = False
Option = 0
Priority = 0
end> end>
MouseActionsCollapsed = < MouseActionsCollapsed = <
item item
Shift = [ssCtrl] Shift = [ssCtrl]
ShiftMask = [ssCtrl] ShiftMask = [ssCtrl]
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 15 Command = emcCodeFoldExpand
MoveCaret = False
Option = 0
Priority = 0
end end
item item
Shift = []
ShiftMask = [ssCtrl] ShiftMask = [ssCtrl]
Button = mbLeft
ClickCount = ccAny ClickCount = ccAny
ClickDir = cdDown ClickDir = cdDown
Command = 15 Command = emcCodeFoldExpand
MoveCaret = False
Option = 1 Option = 1
Priority = 0
end> end>
end end
end end
@ -1480,21 +1328,21 @@ object MakeResStrDialog: TMakeResStrDialog
end end
object BtnPanel: TPanel object BtnPanel: TPanel
Left = 0 Left = 0
Height = 46 Height = 40
Top = 505 Top = 511
Width = 649 Width = 649
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 46 ClientHeight = 40
ClientWidth = 649 ClientWidth = 649
TabOrder = 2 TabOrder = 2
object OKButton: TBitBtn object OKButton: TBitBtn
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 466 Left = 487
Height = 34 Height = 28
Top = 6 Top = 6
Width = 85 Width = 75
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -1504,17 +1352,16 @@ object MakeResStrDialog: TMakeResStrDialog
Default = True Default = True
Kind = bkOK Kind = bkOK
ModalResult = 1 ModalResult = 1
NumGlyphs = 0
OnClick = OkButtonClick OnClick = OkButtonClick
TabOrder = 0 TabOrder = 0
end end
object CancelButton: TBitBtn object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 557 Left = 568
Height = 34 Height = 28
Top = 6 Top = 6
Width = 86 Width = 75
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -1524,16 +1371,15 @@ object MakeResStrDialog: TMakeResStrDialog
Constraints.MinWidth = 75 Constraints.MinWidth = 75
Kind = bkCancel Kind = bkCancel
ModalResult = 2 ModalResult = 2
NumGlyphs = 0
OnClick = CancelButtonClick OnClick = CancelButtonClick
TabOrder = 1 TabOrder = 1
end end
object HelpButton: TBitBtn object HelpButton: TBitBtn
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 34 Height = 28
Top = 6 Top = 6
Width = 85 Width = 75
Align = alLeft Align = alLeft
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -1541,7 +1387,6 @@ object MakeResStrDialog: TMakeResStrDialog
Constraints.MinHeight = 25 Constraints.MinHeight = 25
Constraints.MinWidth = 75 Constraints.MinWidth = 75
Kind = bkHelp Kind = bkHelp
NumGlyphs = 0
OnClick = HelpButtonClick OnClick = HelpButtonClick
TabOrder = 2 TabOrder = 2
end end