mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
IDE: imporved layout of codetools defines values dialog
git-svn-id: trunk@10240 -
This commit is contained in:
parent
87cb2dde3f
commit
d05a8a033c
@ -1,85 +1,76 @@
|
||||
object CodeToolsDefinesDialog: TCodeToolsDefinesDialog
|
||||
Caption = 'CodeToolsDefinesDialog'
|
||||
ClientHeight = 450
|
||||
ClientWidth = 502
|
||||
OnClose = CodeToolsDefinesDialogCLOSE
|
||||
OnCreate = CodeToolsDefinesDialogCREATE
|
||||
OnDestroy = FormDestroy
|
||||
PixelsPerInch = 112
|
||||
HorzScrollBar.Page = 501
|
||||
VertScrollBar.Page = 449
|
||||
Left = 423
|
||||
Height = 450
|
||||
Top = 228
|
||||
Width = 502
|
||||
HorzScrollBar.Page = 501
|
||||
VertScrollBar.Page = 449
|
||||
ActiveControl = DirectoryCombobox
|
||||
Caption = 'CodeToolsDefinesDialog'
|
||||
OnClose = CodeToolsDefinesDialogCLOSE
|
||||
OnCreate = CodeToolsDefinesDialogCREATE
|
||||
OnDestroy = FormDestroy
|
||||
object DirectoryGroupbox: TGroupBox
|
||||
Height = 48
|
||||
Width = 502
|
||||
Align = alTop
|
||||
Caption = 'DirectoryGroupbox'
|
||||
ClientHeight = 31
|
||||
ClientWidth = 498
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
OnResize = DirectoryGroupboxRESIZE
|
||||
Height = 48
|
||||
Width = 502
|
||||
object DirectoryCombobox: TComboBox
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 1
|
||||
Width = 360
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
OnChange = DirectoryComboboxCHANGE
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
Text = 'DirectoryCombobox'
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 1
|
||||
Width = 360
|
||||
end
|
||||
object DirectoryBrowseButton: TButton
|
||||
|
||||
Caption = '...'
|
||||
OnClick = DirectoryBrowseButtonCLICK
|
||||
TabOrder = 1
|
||||
Left = 375
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 31
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = '...'
|
||||
OnClick = DirectoryBrowseButtonCLICK
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
object ValuesListview: TListView
|
||||
Height = 271
|
||||
Top = 48
|
||||
Width = 296
|
||||
Align = alLeft
|
||||
Columns = <>
|
||||
TabOrder = 1
|
||||
ViewStyle = vsReport
|
||||
OnSelectItem = ValuesListviewSELECTITEM
|
||||
Height = 271
|
||||
Top = 48
|
||||
Width = 296
|
||||
end
|
||||
object ValueGroupbox: TGroupBox
|
||||
Align = alBottom
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Value'
|
||||
ClientHeight = 85
|
||||
ClientWidth = 498
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
Height = 102
|
||||
Top = 319
|
||||
Width = 502
|
||||
Align = alBottom
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Value'
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
object ValueSynedit: TSynEdit
|
||||
Align = alBottom
|
||||
Height = 81
|
||||
Width = 498
|
||||
Align = alClient
|
||||
Font.Height = -15
|
||||
Font.Name = 'courier'
|
||||
Height = 85
|
||||
Name = 'ValueSynedit'
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
Width = 498
|
||||
BookMarkOptions.Xoffset = -18
|
||||
BookMarkOptions.OnChange = nil
|
||||
Gutter.Visible = False
|
||||
Gutter.OnChange = nil
|
||||
Gutter.CodeFoldingWidth = 14
|
||||
Keystrokes = <
|
||||
item
|
||||
@ -407,70 +398,58 @@ object CodeToolsDefinesDialog: TCodeToolsDefinesDialog
|
||||
)
|
||||
Options = [eoAutoIndent, eoDragDropEditing, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoBracketHighlight, eoShowCtrlMouseLinks]
|
||||
ReadOnly = True
|
||||
SelectedColor.OnChange = nil
|
||||
Cursor = crIBeam
|
||||
Height = 85
|
||||
Width = 498
|
||||
end
|
||||
end
|
||||
object CloseButton: TButton
|
||||
Align = alBottom
|
||||
Anchors = [akLeft, akBottom]
|
||||
|
||||
Caption = 'CloseButton'
|
||||
ModalResult = 2
|
||||
TabOrder = 3
|
||||
Height = 29
|
||||
Top = 421
|
||||
Width = 502
|
||||
Align = alBottom
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'CloseButton'
|
||||
ModalResult = 2
|
||||
TabOrder = 3
|
||||
end
|
||||
object MainSplitter: TSplitter
|
||||
Height = 271
|
||||
Width = 4
|
||||
Cursor = crHSplit
|
||||
Left = 296
|
||||
Height = 271
|
||||
Top = 48
|
||||
Width = 4
|
||||
end
|
||||
object TemplatesGroupBox: TGroupBox
|
||||
Align = alClient
|
||||
Caption = 'TemplatesGroupBox'
|
||||
ClientHeight = 254
|
||||
ClientWidth = 198
|
||||
TabOrder = 4
|
||||
Left = 300
|
||||
Height = 271
|
||||
Top = 48
|
||||
Width = 202
|
||||
Align = alClient
|
||||
Caption = 'TemplatesGroupBox'
|
||||
TabOrder = 4
|
||||
object ParsedTemplatesTreeView: TTreeView
|
||||
Align = alTop
|
||||
DefaultItemHeight = 14
|
||||
TabOrder = 0
|
||||
OnSelectionChanged = ParsedTemplatesTreeViewSelectionChanged
|
||||
Height = 122
|
||||
Width = 198
|
||||
Align = alTop
|
||||
DefaultItemHeight = 18
|
||||
TabOrder = 0
|
||||
OnSelectionChanged = ParsedTemplatesTreeViewSelectionChanged
|
||||
end
|
||||
object TemplatesSplitter: TSplitter
|
||||
Align = alTop
|
||||
Cursor = crVSplit
|
||||
Height = 5
|
||||
Width = 198
|
||||
ResizeAnchor = akTop
|
||||
Cursor = crVSplit
|
||||
Height = 5
|
||||
Top = 122
|
||||
Width = 198
|
||||
Align = alTop
|
||||
ResizeAnchor = akTop
|
||||
end
|
||||
object TemplatesMemo: TMemo
|
||||
Height = 123
|
||||
Top = 127
|
||||
Width = 198
|
||||
Align = alClient
|
||||
Lines.Strings = (
|
||||
'Memo1'
|
||||
)
|
||||
TabOrder = 1
|
||||
Height = 127
|
||||
Top = 127
|
||||
Width = 198
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,90 +1,87 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TCodeToolsDefinesDialog','FORMDATA',[
|
||||
'TPF0'#23'TCodeToolsDefinesDialog'#22'CodeToolsDefinesDialog'#7'Caption'#6#22
|
||||
+'CodeToolsDefinesDialog'#12'ClientHeight'#3#194#1#11'ClientWidth'#3#246#1#7
|
||||
+'OnClose'#7#27'CodeToolsDefinesDialogCLOSE'#8'OnCreate'#7#28'CodeToolsDefine'
|
||||
+'sDialogCREATE'#9'OnDestroy'#7#11'FormDestroy'#13'PixelsPerInch'#2'p'#18'Hor'
|
||||
+'zScrollBar.Page'#3#245#1#18'VertScrollBar.Page'#3#193#1#4'Left'#3#167#1#6'H'
|
||||
+'eight'#3#194#1#3'Top'#3#228#0#5'Width'#3#246#1#0#9'TGroupBox'#17'DirectoryG'
|
||||
+'roupbox'#5'Align'#7#5'alTop'#7'Caption'#6#17'DirectoryGroupbox'#12'ClientHe'
|
||||
+'ight'#2#31#11'ClientWidth'#3#242#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#8'OnRe'
|
||||
+'size'#7#23'DirectoryGroupboxRESIZE'#6'Height'#2'0'#5'Width'#3#246#1#0#9'TCo'
|
||||
+'mboBox'#17'DirectoryCombobox'#16'AutoCompleteText'#11#22'cbactEndOfLineComp'
|
||||
+'lete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#23'Director'
|
||||
+'yComboboxCHANGE'#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#17'DirectoryCo'
|
||||
+'mbobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#1#5'Width'#3'h'#1#0#0#7'TButton'
|
||||
+#21'DirectoryBrowseButton'#7'Caption'#6#3'...'#7'OnClick'#7#26'DirectoryBrow'
|
||||
+'seButtonCLICK'#8'TabOrder'#2#1#4'Left'#3'w'#1#6'Height'#2#26#3'Top'#2#1#5'W'
|
||||
+'idth'#2#31#0#0#0#9'TListView'#14'ValuesListview'#5'Align'#7#6'alLeft'#7'Col'
|
||||
+'umns'#14#0#8'TabOrder'#2#1#9'ViewStyle'#7#8'vsReport'#12'OnSelectItem'#7#24
|
||||
+'ValuesListviewSELECTITEM'#6'Height'#3#15#1#3'Top'#2'0'#5'Width'#3'('#1#0#0#9
|
||||
+'TGroupBox'#13'ValueGroupbox'#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akLeft'
|
||||
+#8'akBottom'#0#7'Caption'#6#5'Value'#12'ClientHeight'#2'U'#11'ClientWidth'#3
|
||||
+#242#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#6'Height'#2'f'#3'Top'#3'?'#1#5'Widt'
|
||||
+'h'#3#246#1#0#8'TSynEdit'#12'ValueSynedit'#5'Align'#7#8'alBottom'#11'Font.He'
|
||||
+'ight'#2#241#9'Font.Name'#6#7'courier'#6'Height'#2'U'#4'Name'#6#12'ValueSyne'
|
||||
+'dit'#11'ParentColor'#8#11'ParentCtl3D'#8#8'TabOrder'#2#0#5'Width'#3#242#1#23
|
||||
+'BookMarkOptions.Xoffset'#2#238#24'BookMarkOptions.OnChange'#13#14'Gutter.Vi'
|
||||
+'sible'#8#15'Gutter.OnChange'#13#23'Gutter.CodeFoldingWidth'#2#14#10'Keystro'
|
||||
+'kes'#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'ShortCu'
|
||||
+'t'#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'ShortC'
|
||||
+'ut'#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'ShortCut'#2#8#0#1#7'Command'#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'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'ShortC'
|
||||
+'ut'#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'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Comma'
|
||||
+'nd'#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'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCu'
|
||||
+'t'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'Sh'
|
||||
+'ortCut'#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'Comman'
|
||||
+'d'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'C'
|
||||
+'ommand'#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'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCu'
|
||||
,'t'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'S'
|
||||
+'hortCut'#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'Lin'
|
||||
+'es.Strings'#1#6#12'ValueSynedit'#0#7'Options'#11#12'eoAutoIndent'#17'eoDrag'
|
||||
+'DropEditing'#15'eoScrollPastEol'#16'eoShowScrollHint'#11'eoSmartTabs'#14'eo'
|
||||
+'TabsToSpaces'#20'eoTrimTrailingSpaces'#18'eoBracketHighlight'#20'eoShowCtrl'
|
||||
+'MouseLinks'#0#8'ReadOnly'#9#22'SelectedColor.OnChange'#13#6'Cursor'#7#7'crI'
|
||||
+'Beam'#6'Height'#2'U'#5'Width'#3#242#1#0#0#0#7'TButton'#11'CloseButton'#5'Al'
|
||||
+'ign'#7#8'alBottom'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#11'Cl'
|
||||
+'oseButton'#11'ModalResult'#2#2#8'TabOrder'#2#3#6'Height'#2#29#3'Top'#3#165#1
|
||||
+#5'Width'#3#246#1#0#0#9'TSplitter'#12'MainSplitter'#6'Height'#3#15#1#5'Width'
|
||||
+#2#4#6'Cursor'#7#8'crHSplit'#4'Left'#3'('#1#6'Height'#3#15#1#3'Top'#2'0'#5'W'
|
||||
+'idth'#2#4#0#0#9'TGroupBox'#17'TemplatesGroupBox'#5'Align'#7#8'alClient'#7'C'
|
||||
+'aption'#6#17'TemplatesGroupBox'#12'ClientHeight'#3#254#0#11'ClientWidth'#3
|
||||
+#198#0#8'TabOrder'#2#4#4'Left'#3','#1#6'Height'#3#15#1#3'Top'#2'0'#5'Width'#3
|
||||
+#202#0#0#9'TTreeView'#23'ParsedTemplatesTreeView'#5'Align'#7#5'alTop'#17'Def'
|
||||
+'aultItemHeight'#2#14#8'TabOrder'#2#0#18'OnSelectionChanged'#7'''ParsedTempl'
|
||||
+'atesTreeViewSelectionChanged'#6'Height'#2'z'#5'Width'#3#198#0#0#0#9'TSplitt'
|
||||
+'er'#17'TemplatesSplitter'#5'Align'#7#5'alTop'#6'Cursor'#7#8'crVSplit'#6'Hei'
|
||||
+'ght'#2#5#5'Width'#3#198#0#12'ResizeAnchor'#7#5'akTop'#6'Cursor'#7#8'crVSpli'
|
||||
+'t'#6'Height'#2#5#3'Top'#2'z'#5'Width'#3#198#0#0#0#5'TMemo'#13'TemplatesMemo'
|
||||
+#5'Align'#7#8'alClient'#13'Lines.Strings'#1#6#5'Memo1'#0#8'TabOrder'#2#1#6'H'
|
||||
+'eight'#2''#3'Top'#2''#5'Width'#3#198#0#0#0#0#0
|
||||
'TPF0'#23'TCodeToolsDefinesDialog'#22'CodeToolsDefinesDialog'#4'Left'#3#167#1
|
||||
+#6'Height'#3#194#1#3'Top'#3#228#0#5'Width'#3#246#1#18'HorzScrollBar.Page'#3
|
||||
+#245#1#18'VertScrollBar.Page'#3#193#1#13'ActiveControl'#7#17'DirectoryCombob'
|
||||
+'ox'#7'Caption'#6#22'CodeToolsDefinesDialog'#7'OnClose'#7#27'CodeToolsDefine'
|
||||
+'sDialogCLOSE'#8'OnCreate'#7#28'CodeToolsDefinesDialogCREATE'#9'OnDestroy'#7
|
||||
+#11'FormDestroy'#0#9'TGroupBox'#17'DirectoryGroupbox'#6'Height'#2'0'#5'Width'
|
||||
+#3#246#1#5'Align'#7#5'alTop'#7'Caption'#6#17'DirectoryGroupbox'#11'ParentCtl'
|
||||
+'3D'#8#8'TabOrder'#2#0#8'OnResize'#7#23'DirectoryGroupboxRESIZE'#0#9'TComboB'
|
||||
+'ox'#17'DirectoryCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#1#5'Width'#3
|
||||
+'h'#1#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscen'
|
||||
+'ding'#0#9'MaxLength'#2#0#8'OnChange'#7#23'DirectoryComboboxCHANGE'#11'Paren'
|
||||
+'tCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#17'DirectoryCombobox'#0#0#7'TButton'#21
|
||||
+'DirectoryBrowseButton'#4'Left'#3'w'#1#6'Height'#2#26#3'Top'#2#1#5'Width'#2
|
||||
+#31#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#26'Di'
|
||||
+'rectoryBrowseButtonCLICK'#8'TabOrder'#2#1#0#0#0#9'TListView'#14'ValuesListv'
|
||||
+'iew'#6'Height'#3#15#1#3'Top'#2'0'#5'Width'#3'('#1#5'Align'#7#6'alLeft'#7'Co'
|
||||
+'lumns'#14#0#8'TabOrder'#2#1#9'ViewStyle'#7#8'vsReport'#12'OnSelectItem'#7#24
|
||||
+'ValuesListviewSELECTITEM'#0#0#9'TGroupBox'#13'ValueGroupbox'#6'Height'#2'f'
|
||||
+#3'Top'#3'?'#1#5'Width'#3#246#1#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akLef'
|
||||
+'t'#8'akBottom'#0#7'Caption'#6#5'Value'#11'ParentCtl3D'#8#8'TabOrder'#2#2#0#8
|
||||
+'TSynEdit'#12'ValueSynedit'#6'Height'#2'Q'#5'Width'#3#242#1#5'Align'#7#8'alC'
|
||||
+'lient'#11'Font.Height'#2#241#9'Font.Name'#6#7'courier'#11'ParentColor'#8#11
|
||||
+'ParentCtl3D'#8#8'TabOrder'#2#0#23'BookMarkOptions.Xoffset'#2#238#14'Gutter.'
|
||||
+'Visible'#8#23'Gutter.CodeFoldingWidth'#2#14#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#12'ValueSyne'
|
||||
+'dit'#0#7'Options'#11#12'eoAutoIndent'#17'eoDragDropEditing'#15'eoScrollPast'
|
||||
+'Eol'#16'eoShowScrollHint'#11'eoSmartTabs'#14'eoTabsToSpaces'#20'eoTrimTrail'
|
||||
+'ingSpaces'#18'eoBracketHighlight'#20'eoShowCtrlMouseLinks'#0#8'ReadOnly'#9#0
|
||||
+#0#0#7'TButton'#11'CloseButton'#6'Height'#2#29#3'Top'#3#165#1#5'Width'#3#246
|
||||
+#1#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpa'
|
||||
+'cing.InnerBorder'#2#4#7'Caption'#6#11'CloseButton'#11'ModalResult'#2#2#8'Ta'
|
||||
+'bOrder'#2#3#0#0#9'TSplitter'#12'MainSplitter'#4'Left'#3'('#1#6'Height'#3#15
|
||||
+#1#3'Top'#2'0'#5'Width'#2#4#0#0#9'TGroupBox'#17'TemplatesGroupBox'#4'Left'#3
|
||||
+','#1#6'Height'#3#15#1#3'Top'#2'0'#5'Width'#3#202#0#5'Align'#7#8'alClient'#7
|
||||
+'Caption'#6#17'TemplatesGroupBox'#8'TabOrder'#2#4#0#9'TTreeView'#23'ParsedTe'
|
||||
+'mplatesTreeView'#6'Height'#2'z'#5'Width'#3#198#0#5'Align'#7#5'alTop'#17'Def'
|
||||
+'aultItemHeight'#2#18#8'TabOrder'#2#0#18'OnSelectionChanged'#7'''ParsedTempl'
|
||||
+'atesTreeViewSelectionChanged'#0#0#9'TSplitter'#17'TemplatesSplitter'#6'Curs'
|
||||
+'or'#7#8'crVSplit'#6'Height'#2#5#3'Top'#2'z'#5'Width'#3#198#0#5'Align'#7#5'a'
|
||||
+'lTop'#12'ResizeAnchor'#7#5'akTop'#0#0#5'TMemo'#13'TemplatesMemo'#6'Height'#2
|
||||
+'{'#3'Top'#2''#5'Width'#3#198#0#5'Align'#7#8'alClient'#13'Lines.Strings'#1#6
|
||||
+#5'Memo1'#0#8'TabOrder'#2#1#0#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user