mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 09:12:41 +02:00
1557 lines
40 KiB
Plaintext
1557 lines
40 KiB
Plaintext
object MakeResStrDialog: TMakeResStrDialog
|
|
Left = 386
|
|
Height = 551
|
|
Top = 234
|
|
Width = 649
|
|
ActiveControl = CustomIdentifierCheckBox
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'MakeResStrDialog'
|
|
ClientHeight = 551
|
|
ClientWidth = 649
|
|
Constraints.MinHeight = 513
|
|
Constraints.MinWidth = 480
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object ConversionGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 248
|
|
Top = 6
|
|
Width = 637
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ConversionGroupBox'
|
|
ClientHeight = 227
|
|
ClientWidth = 629
|
|
TabOrder = 0
|
|
object ResStrSectionLabel: TLabel
|
|
AnchorSideLeft.Control = IdentifierGroupBox
|
|
AnchorSideTop.Control = IdentifierGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 12
|
|
Height = 18
|
|
Top = 135
|
|
Width = 125
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ResStrSectionLabel'
|
|
ParentColor = False
|
|
end
|
|
object ResStrWithSameValueLabel: TLabel
|
|
AnchorSideLeft.Control = IdentifierGroupBox
|
|
AnchorSideTop.Control = ResStrSectionComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 12
|
|
Height = 18
|
|
Top = 168
|
|
Width = 180
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ResStrWithSameValueLabel'
|
|
ParentColor = False
|
|
end
|
|
object AppendResStrRadioButton: TRadioButton
|
|
AnchorSideLeft.Control = ConversionGroupBox
|
|
AnchorSideTop.Control = ResStrWithSameValuesCombobox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 199
|
|
Width = 198
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AppendResStrRadioButton'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object InsertContextSensitiveRadioButton: TRadioButton
|
|
AnchorSideLeft.Control = InsertAlphabeticallyResStrRadioButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ResStrWithSameValuesCombobox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 495
|
|
Height = 22
|
|
Top = 199
|
|
Width = 256
|
|
BorderSpacing.Around = 6
|
|
Caption = 'InsertContextSensitiveRadioButton'
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object InsertAlphabeticallyResStrRadioButton: TRadioButton
|
|
AnchorSideLeft.Control = AppendResStrRadioButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ResStrWithSameValuesCombobox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 210
|
|
Height = 22
|
|
Top = 199
|
|
Width = 279
|
|
BorderSpacing.Around = 6
|
|
Caption = 'InsertAlphabeticallyResStrRadioButton'
|
|
TabOrder = 2
|
|
TabStop = False
|
|
end
|
|
object ResStrSectionComboBox: TComboBox
|
|
AnchorSideLeft.Control = ResStrSectionLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = IdentifierGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ConversionGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 143
|
|
Height = 27
|
|
Top = 133
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnChange = ResStrSectionComboBoxChange
|
|
TabOrder = 3
|
|
Text = 'ResStrSectionComboBox'
|
|
end
|
|
object ResStrWithSameValuesCombobox: TComboBox
|
|
AnchorSideLeft.Control = ResStrWithSameValueLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ResStrSectionComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ConversionGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 198
|
|
Height = 27
|
|
Top = 166
|
|
Width = 425
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnChange = ResStrWithSameValuesComboboxChange
|
|
TabOrder = 4
|
|
Text = 'ResStrWithSameValuesCombobox'
|
|
end
|
|
object IdentifierGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 121
|
|
Top = 6
|
|
Width = 617
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'IdentifierGroupBox'
|
|
ClientHeight = 100
|
|
ClientWidth = 609
|
|
TabOrder = 5
|
|
object IdentLengthLabel: TLabel
|
|
AnchorSideTop.Control = CustomIdentifierCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = IdentLengthComboBox
|
|
Left = 384
|
|
Height = 18
|
|
Top = 36
|
|
Width = 113
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Around = 6
|
|
Caption = 'IdentLengthLabel'
|
|
ParentColor = False
|
|
end
|
|
object IdentPrefixLabel: TLabel
|
|
AnchorSideLeft.Control = IdentifierGroupBox
|
|
AnchorSideTop.Control = CustomIdentifierCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 18
|
|
Top = 36
|
|
Width = 106
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Around = 6
|
|
Caption = 'IdentPrefixLabel'
|
|
ParentColor = False
|
|
end
|
|
object IdentifierEdit: TEdit
|
|
AnchorSideLeft.Control = IdentPrefixLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = IdentPrefixComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = IdentifierGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 118
|
|
Height = 27
|
|
Top = 67
|
|
Width = 485
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Enabled = False
|
|
OnChange = IdentifierEditChange
|
|
TabOrder = 0
|
|
Text = 'IdentifierEdit'
|
|
end
|
|
object CustomIdentifierCheckBox: TCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 597
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CustomIdentifierCheckBox'
|
|
OnChange = CustomIdentifierCheckBoxClick
|
|
TabOrder = 1
|
|
end
|
|
object IdentLengthComboBox: TComboBox
|
|
AnchorSideTop.Control = CustomIdentifierCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = IdentifierGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 503
|
|
Height = 27
|
|
Top = 34
|
|
Width = 100
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnChange = IdentLengthComboBoxChange
|
|
TabOrder = 2
|
|
Text = 'IdentLengthComboBox'
|
|
end
|
|
object IdentPrefixComboBox: TComboBox
|
|
AnchorSideLeft.Control = IdentPrefixLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = CustomIdentifierCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 118
|
|
Height = 27
|
|
Top = 34
|
|
Width = 100
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnChange = IdentPrefixComboBoxChange
|
|
TabOrder = 3
|
|
Text = 'IdentPrefixComboBox'
|
|
end
|
|
end
|
|
end
|
|
object CodePanel: TPanel
|
|
AnchorSideBottom.Control = CancelButton
|
|
Left = 6
|
|
Height = 239
|
|
Top = 260
|
|
Width = 637
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 239
|
|
ClientWidth = 637
|
|
TabOrder = 1
|
|
object SrcPreviewGroupBox: TGroupBox
|
|
AnchorSideBottom.Control = Splitter1
|
|
Left = 0
|
|
Height = 99
|
|
Top = 0
|
|
Width = 637
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'SrcPreviewGroupBox'
|
|
ClientHeight = 78
|
|
ClientWidth = 629
|
|
TabOrder = 0
|
|
inline SrcPreviewSynEdit: TSynEdit
|
|
Left = 6
|
|
Height = 66
|
|
Top = 6
|
|
Width = 617
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Font.Color = clBlack
|
|
Font.Height = -13
|
|
Font.Name = 'Courier'
|
|
Font.Pitch = fpFixed
|
|
Font.Quality = fqNonAntialiased
|
|
ParentColor = False
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
BookMarkOptions.Xoffset = -18
|
|
Gutter.Visible = False
|
|
Gutter.Width = 0
|
|
Gutter.MouseActions = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 13
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbRight
|
|
ClickCount = ccSingle
|
|
ClickDir = cdUp
|
|
Command = 12
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
Highlighter = SynPasSyn
|
|
Keystrokes = <
|
|
item
|
|
Command = ecUp
|
|
ShortCut = 38
|
|
end
|
|
item
|
|
Command = ecSelUp
|
|
ShortCut = 8230
|
|
end
|
|
item
|
|
Command = ecScrollUp
|
|
ShortCut = 16422
|
|
end
|
|
item
|
|
Command = ecDown
|
|
ShortCut = 40
|
|
end
|
|
item
|
|
Command = ecSelDown
|
|
ShortCut = 8232
|
|
end
|
|
item
|
|
Command = ecScrollDown
|
|
ShortCut = 16424
|
|
end
|
|
item
|
|
Command = ecLeft
|
|
ShortCut = 37
|
|
end
|
|
item
|
|
Command = ecSelLeft
|
|
ShortCut = 8229
|
|
end
|
|
item
|
|
Command = ecWordLeft
|
|
ShortCut = 16421
|
|
end
|
|
item
|
|
Command = ecSelWordLeft
|
|
ShortCut = 24613
|
|
end
|
|
item
|
|
Command = ecRight
|
|
ShortCut = 39
|
|
end
|
|
item
|
|
Command = ecSelRight
|
|
ShortCut = 8231
|
|
end
|
|
item
|
|
Command = ecWordRight
|
|
ShortCut = 16423
|
|
end
|
|
item
|
|
Command = ecSelWordRight
|
|
ShortCut = 24615
|
|
end
|
|
item
|
|
Command = ecPageDown
|
|
ShortCut = 34
|
|
end
|
|
item
|
|
Command = ecSelPageDown
|
|
ShortCut = 8226
|
|
end
|
|
item
|
|
Command = ecPageBottom
|
|
ShortCut = 16418
|
|
end
|
|
item
|
|
Command = ecSelPageBottom
|
|
ShortCut = 24610
|
|
end
|
|
item
|
|
Command = ecPageUp
|
|
ShortCut = 33
|
|
end
|
|
item
|
|
Command = ecSelPageUp
|
|
ShortCut = 8225
|
|
end
|
|
item
|
|
Command = ecPageTop
|
|
ShortCut = 16417
|
|
end
|
|
item
|
|
Command = ecSelPageTop
|
|
ShortCut = 24609
|
|
end
|
|
item
|
|
Command = ecLineStart
|
|
ShortCut = 36
|
|
end
|
|
item
|
|
Command = ecSelLineStart
|
|
ShortCut = 8228
|
|
end
|
|
item
|
|
Command = ecEditorTop
|
|
ShortCut = 16420
|
|
end
|
|
item
|
|
Command = ecSelEditorTop
|
|
ShortCut = 24612
|
|
end
|
|
item
|
|
Command = ecLineEnd
|
|
ShortCut = 35
|
|
end
|
|
item
|
|
Command = ecSelLineEnd
|
|
ShortCut = 8227
|
|
end
|
|
item
|
|
Command = ecEditorBottom
|
|
ShortCut = 16419
|
|
end
|
|
item
|
|
Command = ecSelEditorBottom
|
|
ShortCut = 24611
|
|
end
|
|
item
|
|
Command = ecToggleMode
|
|
ShortCut = 45
|
|
end
|
|
item
|
|
Command = ecCopy
|
|
ShortCut = 16429
|
|
end
|
|
item
|
|
Command = ecPaste
|
|
ShortCut = 8237
|
|
end
|
|
item
|
|
Command = ecDeleteChar
|
|
ShortCut = 46
|
|
end
|
|
item
|
|
Command = ecCut
|
|
ShortCut = 8238
|
|
end
|
|
item
|
|
Command = ecDeleteLastChar
|
|
ShortCut = 8
|
|
end
|
|
item
|
|
Command = ecDeleteLastChar
|
|
ShortCut = 8200
|
|
end
|
|
item
|
|
Command = ecDeleteLastWord
|
|
ShortCut = 16392
|
|
end
|
|
item
|
|
Command = ecUndo
|
|
ShortCut = 32776
|
|
end
|
|
item
|
|
Command = ecRedo
|
|
ShortCut = 40968
|
|
end
|
|
item
|
|
Command = ecLineBreak
|
|
ShortCut = 13
|
|
end
|
|
item
|
|
Command = ecSelectAll
|
|
ShortCut = 16449
|
|
end
|
|
item
|
|
Command = ecCopy
|
|
ShortCut = 16451
|
|
end
|
|
item
|
|
Command = ecBlockIndent
|
|
ShortCut = 24649
|
|
end
|
|
item
|
|
Command = ecLineBreak
|
|
ShortCut = 16461
|
|
end
|
|
item
|
|
Command = ecInsertLine
|
|
ShortCut = 16462
|
|
end
|
|
item
|
|
Command = ecDeleteWord
|
|
ShortCut = 16468
|
|
end
|
|
item
|
|
Command = ecBlockUnindent
|
|
ShortCut = 24661
|
|
end
|
|
item
|
|
Command = ecPaste
|
|
ShortCut = 16470
|
|
end
|
|
item
|
|
Command = ecCut
|
|
ShortCut = 16472
|
|
end
|
|
item
|
|
Command = ecDeleteLine
|
|
ShortCut = 16473
|
|
end
|
|
item
|
|
Command = ecDeleteEOL
|
|
ShortCut = 24665
|
|
end
|
|
item
|
|
Command = ecUndo
|
|
ShortCut = 16474
|
|
end
|
|
item
|
|
Command = ecRedo
|
|
ShortCut = 24666
|
|
end
|
|
item
|
|
Command = ecGotoMarker0
|
|
ShortCut = 16432
|
|
end
|
|
item
|
|
Command = ecGotoMarker1
|
|
ShortCut = 16433
|
|
end
|
|
item
|
|
Command = ecGotoMarker2
|
|
ShortCut = 16434
|
|
end
|
|
item
|
|
Command = ecGotoMarker3
|
|
ShortCut = 16435
|
|
end
|
|
item
|
|
Command = ecGotoMarker4
|
|
ShortCut = 16436
|
|
end
|
|
item
|
|
Command = ecGotoMarker5
|
|
ShortCut = 16437
|
|
end
|
|
item
|
|
Command = ecGotoMarker6
|
|
ShortCut = 16438
|
|
end
|
|
item
|
|
Command = ecGotoMarker7
|
|
ShortCut = 16439
|
|
end
|
|
item
|
|
Command = ecGotoMarker8
|
|
ShortCut = 16440
|
|
end
|
|
item
|
|
Command = ecGotoMarker9
|
|
ShortCut = 16441
|
|
end
|
|
item
|
|
Command = ecSetMarker0
|
|
ShortCut = 24624
|
|
end
|
|
item
|
|
Command = ecSetMarker1
|
|
ShortCut = 24625
|
|
end
|
|
item
|
|
Command = ecSetMarker2
|
|
ShortCut = 24626
|
|
end
|
|
item
|
|
Command = ecSetMarker3
|
|
ShortCut = 24627
|
|
end
|
|
item
|
|
Command = ecSetMarker4
|
|
ShortCut = 24628
|
|
end
|
|
item
|
|
Command = ecSetMarker5
|
|
ShortCut = 24629
|
|
end
|
|
item
|
|
Command = ecSetMarker6
|
|
ShortCut = 24630
|
|
end
|
|
item
|
|
Command = ecSetMarker7
|
|
ShortCut = 24631
|
|
end
|
|
item
|
|
Command = ecSetMarker8
|
|
ShortCut = 24632
|
|
end
|
|
item
|
|
Command = ecSetMarker9
|
|
ShortCut = 24633
|
|
end
|
|
item
|
|
Command = ecNormalSelect
|
|
ShortCut = 24654
|
|
end
|
|
item
|
|
Command = ecColumnSelect
|
|
ShortCut = 24643
|
|
end
|
|
item
|
|
Command = ecLineSelect
|
|
ShortCut = 24652
|
|
end
|
|
item
|
|
Command = ecTab
|
|
ShortCut = 9
|
|
end
|
|
item
|
|
Command = ecShiftTab
|
|
ShortCut = 8201
|
|
end
|
|
item
|
|
Command = ecMatchBracket
|
|
ShortCut = 24642
|
|
end>
|
|
MouseActions = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = [ssShift, ssAlt]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 1
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssShift]
|
|
ShiftMask = [ssShift, ssAlt]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 1
|
|
MoveCaret = True
|
|
Option = 1
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssAlt]
|
|
ShiftMask = [ssShift, ssAlt]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 3
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssShift, ssAlt]
|
|
ShiftMask = [ssShift, ssAlt]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 3
|
|
MoveCaret = True
|
|
Option = 1
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbRight
|
|
ClickCount = ccSingle
|
|
ClickDir = cdUp
|
|
Command = 12
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccDouble
|
|
ClickDir = cdDown
|
|
Command = 6
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccTriple
|
|
ClickDir = cdDown
|
|
Command = 7
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccQuad
|
|
ClickDir = cdDown
|
|
Command = 8
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbMiddle
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 10
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssCtrl]
|
|
ShiftMask = [ssShift, ssAlt, ssCtrl]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdUp
|
|
Command = 11
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
MouseSelActions = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 9
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
Lines.Strings = (
|
|
'SrcPreviewSynEdit'
|
|
)
|
|
BracketHighlightStyle = sbhsBoth
|
|
inline TSynGutterPartList
|
|
object TSynGutterMarks
|
|
Width = 23
|
|
end
|
|
object TSynGutterLineNumber
|
|
Width = 25
|
|
MouseActions = <>
|
|
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
|
|
MouseActions = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbRight
|
|
ClickCount = ccSingle
|
|
ClickDir = cdUp
|
|
Command = 16
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = [ssShift]
|
|
Button = mbMiddle
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 14
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssShift]
|
|
ShiftMask = [ssShift]
|
|
Button = mbMiddle
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 14
|
|
MoveCaret = False
|
|
Option = 1
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 0
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
MarkupInfo.Background = clNone
|
|
MarkupInfo.Foreground = clGray
|
|
MouseActionsExpanded = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 14
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
MouseActionsCollapsed = <
|
|
item
|
|
Shift = [ssCtrl]
|
|
ShiftMask = [ssCtrl]
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 15
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = [ssCtrl]
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 15
|
|
MoveCaret = False
|
|
Option = 1
|
|
Priority = 0
|
|
end>
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object StringConstGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 135
|
|
Top = 104
|
|
Width = 637
|
|
Align = alClient
|
|
Caption = 'StringConstGroupBox'
|
|
ClientHeight = 114
|
|
ClientWidth = 629
|
|
TabOrder = 1
|
|
inline StringConstSynEdit: TSynEdit
|
|
Left = 6
|
|
Height = 102
|
|
Top = 6
|
|
Width = 617
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Font.Color = clBlack
|
|
Font.Height = -13
|
|
Font.Name = 'Courier'
|
|
Font.Pitch = fpFixed
|
|
Font.Quality = fqNonAntialiased
|
|
ParentColor = False
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
BookMarkOptions.Xoffset = -18
|
|
Gutter.Visible = False
|
|
Gutter.Width = 0
|
|
Gutter.MouseActions = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 13
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbRight
|
|
ClickCount = ccSingle
|
|
ClickDir = cdUp
|
|
Command = 12
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
Highlighter = SynPasSyn
|
|
Keystrokes = <
|
|
item
|
|
Command = ecUp
|
|
ShortCut = 38
|
|
end
|
|
item
|
|
Command = ecSelUp
|
|
ShortCut = 8230
|
|
end
|
|
item
|
|
Command = ecScrollUp
|
|
ShortCut = 16422
|
|
end
|
|
item
|
|
Command = ecDown
|
|
ShortCut = 40
|
|
end
|
|
item
|
|
Command = ecSelDown
|
|
ShortCut = 8232
|
|
end
|
|
item
|
|
Command = ecScrollDown
|
|
ShortCut = 16424
|
|
end
|
|
item
|
|
Command = ecLeft
|
|
ShortCut = 37
|
|
end
|
|
item
|
|
Command = ecSelLeft
|
|
ShortCut = 8229
|
|
end
|
|
item
|
|
Command = ecWordLeft
|
|
ShortCut = 16421
|
|
end
|
|
item
|
|
Command = ecSelWordLeft
|
|
ShortCut = 24613
|
|
end
|
|
item
|
|
Command = ecRight
|
|
ShortCut = 39
|
|
end
|
|
item
|
|
Command = ecSelRight
|
|
ShortCut = 8231
|
|
end
|
|
item
|
|
Command = ecWordRight
|
|
ShortCut = 16423
|
|
end
|
|
item
|
|
Command = ecSelWordRight
|
|
ShortCut = 24615
|
|
end
|
|
item
|
|
Command = ecPageDown
|
|
ShortCut = 34
|
|
end
|
|
item
|
|
Command = ecSelPageDown
|
|
ShortCut = 8226
|
|
end
|
|
item
|
|
Command = ecPageBottom
|
|
ShortCut = 16418
|
|
end
|
|
item
|
|
Command = ecSelPageBottom
|
|
ShortCut = 24610
|
|
end
|
|
item
|
|
Command = ecPageUp
|
|
ShortCut = 33
|
|
end
|
|
item
|
|
Command = ecSelPageUp
|
|
ShortCut = 8225
|
|
end
|
|
item
|
|
Command = ecPageTop
|
|
ShortCut = 16417
|
|
end
|
|
item
|
|
Command = ecSelPageTop
|
|
ShortCut = 24609
|
|
end
|
|
item
|
|
Command = ecLineStart
|
|
ShortCut = 36
|
|
end
|
|
item
|
|
Command = ecSelLineStart
|
|
ShortCut = 8228
|
|
end
|
|
item
|
|
Command = ecEditorTop
|
|
ShortCut = 16420
|
|
end
|
|
item
|
|
Command = ecSelEditorTop
|
|
ShortCut = 24612
|
|
end
|
|
item
|
|
Command = ecLineEnd
|
|
ShortCut = 35
|
|
end
|
|
item
|
|
Command = ecSelLineEnd
|
|
ShortCut = 8227
|
|
end
|
|
item
|
|
Command = ecEditorBottom
|
|
ShortCut = 16419
|
|
end
|
|
item
|
|
Command = ecSelEditorBottom
|
|
ShortCut = 24611
|
|
end
|
|
item
|
|
Command = ecToggleMode
|
|
ShortCut = 45
|
|
end
|
|
item
|
|
Command = ecCopy
|
|
ShortCut = 16429
|
|
end
|
|
item
|
|
Command = ecPaste
|
|
ShortCut = 8237
|
|
end
|
|
item
|
|
Command = ecDeleteChar
|
|
ShortCut = 46
|
|
end
|
|
item
|
|
Command = ecCut
|
|
ShortCut = 8238
|
|
end
|
|
item
|
|
Command = ecDeleteLastChar
|
|
ShortCut = 8
|
|
end
|
|
item
|
|
Command = ecDeleteLastChar
|
|
ShortCut = 8200
|
|
end
|
|
item
|
|
Command = ecDeleteLastWord
|
|
ShortCut = 16392
|
|
end
|
|
item
|
|
Command = ecUndo
|
|
ShortCut = 32776
|
|
end
|
|
item
|
|
Command = ecRedo
|
|
ShortCut = 40968
|
|
end
|
|
item
|
|
Command = ecLineBreak
|
|
ShortCut = 13
|
|
end
|
|
item
|
|
Command = ecSelectAll
|
|
ShortCut = 16449
|
|
end
|
|
item
|
|
Command = ecCopy
|
|
ShortCut = 16451
|
|
end
|
|
item
|
|
Command = ecBlockIndent
|
|
ShortCut = 24649
|
|
end
|
|
item
|
|
Command = ecLineBreak
|
|
ShortCut = 16461
|
|
end
|
|
item
|
|
Command = ecInsertLine
|
|
ShortCut = 16462
|
|
end
|
|
item
|
|
Command = ecDeleteWord
|
|
ShortCut = 16468
|
|
end
|
|
item
|
|
Command = ecBlockUnindent
|
|
ShortCut = 24661
|
|
end
|
|
item
|
|
Command = ecPaste
|
|
ShortCut = 16470
|
|
end
|
|
item
|
|
Command = ecCut
|
|
ShortCut = 16472
|
|
end
|
|
item
|
|
Command = ecDeleteLine
|
|
ShortCut = 16473
|
|
end
|
|
item
|
|
Command = ecDeleteEOL
|
|
ShortCut = 24665
|
|
end
|
|
item
|
|
Command = ecUndo
|
|
ShortCut = 16474
|
|
end
|
|
item
|
|
Command = ecRedo
|
|
ShortCut = 24666
|
|
end
|
|
item
|
|
Command = ecGotoMarker0
|
|
ShortCut = 16432
|
|
end
|
|
item
|
|
Command = ecGotoMarker1
|
|
ShortCut = 16433
|
|
end
|
|
item
|
|
Command = ecGotoMarker2
|
|
ShortCut = 16434
|
|
end
|
|
item
|
|
Command = ecGotoMarker3
|
|
ShortCut = 16435
|
|
end
|
|
item
|
|
Command = ecGotoMarker4
|
|
ShortCut = 16436
|
|
end
|
|
item
|
|
Command = ecGotoMarker5
|
|
ShortCut = 16437
|
|
end
|
|
item
|
|
Command = ecGotoMarker6
|
|
ShortCut = 16438
|
|
end
|
|
item
|
|
Command = ecGotoMarker7
|
|
ShortCut = 16439
|
|
end
|
|
item
|
|
Command = ecGotoMarker8
|
|
ShortCut = 16440
|
|
end
|
|
item
|
|
Command = ecGotoMarker9
|
|
ShortCut = 16441
|
|
end
|
|
item
|
|
Command = ecSetMarker0
|
|
ShortCut = 24624
|
|
end
|
|
item
|
|
Command = ecSetMarker1
|
|
ShortCut = 24625
|
|
end
|
|
item
|
|
Command = ecSetMarker2
|
|
ShortCut = 24626
|
|
end
|
|
item
|
|
Command = ecSetMarker3
|
|
ShortCut = 24627
|
|
end
|
|
item
|
|
Command = ecSetMarker4
|
|
ShortCut = 24628
|
|
end
|
|
item
|
|
Command = ecSetMarker5
|
|
ShortCut = 24629
|
|
end
|
|
item
|
|
Command = ecSetMarker6
|
|
ShortCut = 24630
|
|
end
|
|
item
|
|
Command = ecSetMarker7
|
|
ShortCut = 24631
|
|
end
|
|
item
|
|
Command = ecSetMarker8
|
|
ShortCut = 24632
|
|
end
|
|
item
|
|
Command = ecSetMarker9
|
|
ShortCut = 24633
|
|
end
|
|
item
|
|
Command = ecNormalSelect
|
|
ShortCut = 24654
|
|
end
|
|
item
|
|
Command = ecColumnSelect
|
|
ShortCut = 24643
|
|
end
|
|
item
|
|
Command = ecLineSelect
|
|
ShortCut = 24652
|
|
end
|
|
item
|
|
Command = ecTab
|
|
ShortCut = 9
|
|
end
|
|
item
|
|
Command = ecShiftTab
|
|
ShortCut = 8201
|
|
end
|
|
item
|
|
Command = ecMatchBracket
|
|
ShortCut = 24642
|
|
end>
|
|
MouseActions = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = [ssShift, ssAlt]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 1
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssShift]
|
|
ShiftMask = [ssShift, ssAlt]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 1
|
|
MoveCaret = True
|
|
Option = 1
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssAlt]
|
|
ShiftMask = [ssShift, ssAlt]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 3
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssShift, ssAlt]
|
|
ShiftMask = [ssShift, ssAlt]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 3
|
|
MoveCaret = True
|
|
Option = 1
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbRight
|
|
ClickCount = ccSingle
|
|
ClickDir = cdUp
|
|
Command = 12
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccDouble
|
|
ClickDir = cdDown
|
|
Command = 6
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccTriple
|
|
ClickDir = cdDown
|
|
Command = 7
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccQuad
|
|
ClickDir = cdDown
|
|
Command = 8
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbMiddle
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 10
|
|
MoveCaret = True
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssCtrl]
|
|
ShiftMask = [ssShift, ssAlt, ssCtrl]
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdUp
|
|
Command = 11
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
MouseSelActions = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccSingle
|
|
ClickDir = cdDown
|
|
Command = 9
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
Lines.Strings = (
|
|
'StringConstSynEdit'
|
|
)
|
|
BracketHighlightStyle = sbhsBoth
|
|
inline TSynGutterPartList
|
|
object TSynGutterMarks
|
|
Width = 23
|
|
end
|
|
object TSynGutterLineNumber
|
|
Width = 25
|
|
MouseActions = <>
|
|
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
|
|
MouseActions = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbRight
|
|
ClickCount = ccSingle
|
|
ClickDir = cdUp
|
|
Command = 16
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = [ssShift]
|
|
Button = mbMiddle
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 14
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = [ssShift]
|
|
ShiftMask = [ssShift]
|
|
Button = mbMiddle
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 14
|
|
MoveCaret = False
|
|
Option = 1
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 0
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
MarkupInfo.Background = clNone
|
|
MarkupInfo.Foreground = clGray
|
|
MouseActionsExpanded = <
|
|
item
|
|
Shift = []
|
|
ShiftMask = []
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 14
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end>
|
|
MouseActionsCollapsed = <
|
|
item
|
|
Shift = [ssCtrl]
|
|
ShiftMask = [ssCtrl]
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 15
|
|
MoveCaret = False
|
|
Option = 0
|
|
Priority = 0
|
|
end
|
|
item
|
|
Shift = []
|
|
ShiftMask = [ssCtrl]
|
|
Button = mbLeft
|
|
ClickCount = ccAny
|
|
ClickDir = cdDown
|
|
Command = 15
|
|
MoveCaret = False
|
|
Option = 1
|
|
Priority = 0
|
|
end>
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 99
|
|
Width = 637
|
|
Align = alTop
|
|
ResizeAnchor = akTop
|
|
end
|
|
end
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 46
|
|
Top = 505
|
|
Width = 649
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 46
|
|
ClientWidth = 649
|
|
TabOrder = 2
|
|
object OKButton: TBitBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 466
|
|
Height = 34
|
|
Top = 6
|
|
Width = 85
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = OkButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 557
|
|
Height = 34
|
|
Top = 6
|
|
Width = 86
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
OnClick = CancelButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object HelpButton: TBitBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 34
|
|
Top = 6
|
|
Width = 85
|
|
Align = alLeft
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Help'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Kind = bkHelp
|
|
NumGlyphs = 0
|
|
OnClick = HelpButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object SynPasSyn: TSynPasSyn
|
|
Enabled = False
|
|
CompilerMode = pcmDelphi
|
|
NestedComments = False
|
|
left = 360
|
|
top = 24
|
|
end
|
|
end
|