ide: realign diffdialog

git-svn-id: trunk@16622 -
This commit is contained in:
paul 2008-09-17 14:07:53 +00:00
parent 36729ad9c3
commit dc27e6071b
2 changed files with 237 additions and 196 deletions

View File

@ -1,12 +1,12 @@
object DiffDlg: TDiffDlg object DiffDlg: TDiffDlg
Left = 298 Left = 298
Height = 497 Height = 505
Top = 132 Top = 132
Width = 598 Width = 598
HelpType = htKeyword HelpType = htKeyword
BorderIcons = [biSystemMenu] BorderIcons = [biSystemMenu]
Caption = 'Diff dialog' Caption = 'Diff dialog'
ClientHeight = 497 ClientHeight = 505
ClientWidth = 598 ClientWidth = 598
OnCreate = FormCreate OnCreate = FormCreate
ParentFont = False ParentFont = False
@ -28,14 +28,18 @@ object DiffDlg: TDiffDlg
ClientWidth = 582 ClientWidth = 582
TabOrder = 0 TabOrder = 0
object Text1Combobox: TComboBox object Text1Combobox: TComboBox
AnchorSideLeft.Control = Text1GroupBox
AnchorSideTop.Control = Text1GroupBox
AnchorSideRight.Control = Text1FileOpenButton
Left = 6 Left = 6
Height = 21 Height = 21
Top = 6 Top = 6
Width = 490 Width = 532
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
ItemHeight = 13 ItemHeight = 13
MaxLength = -1
OnChange = Text1ComboboxChange OnChange = Text1ComboboxChange
TabOrder = 0 TabOrder = 0
Text = 'Text1Combobox' Text = 'Text1Combobox'
@ -56,11 +60,17 @@ object DiffDlg: TDiffDlg
TabOrder = 1 TabOrder = 1
end end
object Text1FileOpenButton: TButton object Text1FileOpenButton: TButton
Left = 501 AnchorSideTop.Control = Text1Combobox
Height = 25 AnchorSideRight.Control = Text1GroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Text1Combobox
AnchorSideBottom.Side = asrBottom
Left = 544
Height = 21
Top = 6 Top = 6
Width = 75 Width = 32
Anchors = [akTop, akRight] Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = 'Text1FileOpenButton' Caption = 'Text1FileOpenButton'
OnClick = FileOpenClick OnClick = FileOpenClick
TabOrder = 2 TabOrder = 2
@ -79,19 +89,24 @@ object DiffDlg: TDiffDlg
ClientWidth = 582 ClientWidth = 582
TabOrder = 1 TabOrder = 1
object Text2Combobox: TComboBox object Text2Combobox: TComboBox
AnchorSideLeft.Control = Text2GroupBox
AnchorSideTop.Control = Text2GroupBox
AnchorSideRight.Control = Text2FileOpenButton
Left = 6 Left = 6
Height = 21 Height = 21
Top = 6 Top = 6
Width = 490 Width = 532
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
ItemHeight = 13 ItemHeight = 13
MaxLength = -1
OnChange = Text2ComboboxChange OnChange = Text2ComboboxChange
TabOrder = 0 TabOrder = 0
Text = 'Text2Combobox' Text = 'Text2Combobox'
end end
object Text2OnlySelectionCheckBox: TCheckBox object Text2OnlySelectionCheckBox: TCheckBox
AnchorSideLeft.Control = Text2Combobox
AnchorSideTop.Control = Text2Combobox AnchorSideTop.Control = Text2Combobox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
@ -106,11 +121,17 @@ object DiffDlg: TDiffDlg
TabOrder = 1 TabOrder = 1
end end
object Text2FileOpenButton: TButton object Text2FileOpenButton: TButton
Left = 501 AnchorSideTop.Control = Text2Combobox
Height = 25 AnchorSideRight.Control = Text2GroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Text2Combobox
AnchorSideBottom.Side = asrBottom
Left = 544
Height = 21
Top = 6 Top = 6
Width = 75 Width = 32
Anchors = [akTop, akRight] Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = 'Text2FileOpenButton' Caption = 'Text2FileOpenButton'
OnClick = FileOpenClick OnClick = FileOpenClick
TabOrder = 2 TabOrder = 2
@ -122,11 +143,12 @@ object DiffDlg: TDiffDlg
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CloseButton
Left = 6 Left = 6
Height = 85 Height = 109
Top = 371 Top = 358
Width = 586 Width = 586
Anchors = [akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
AutoFill = True AutoFill = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'OptionsGroupBox' Caption = 'OptionsGroupBox'
@ -142,8 +164,12 @@ object DiffDlg: TDiffDlg
TabOrder = 2 TabOrder = 2
end end
object DiffSynEdit: TSynEdit object DiffSynEdit: TSynEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Text2GroupBox
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 195 Height = 182
Top = 170 Top = 170
Width = 586 Width = 586
Align = alTop Align = alTop
@ -157,6 +183,7 @@ object DiffDlg: TDiffDlg
ParentFont = False ParentFont = False
TabOrder = 3 TabOrder = 3
BookMarkOptions.Xoffset = -18 BookMarkOptions.Xoffset = -18
BookMarkOptions.OnChange = nil
Gutter.Visible = False Gutter.Visible = False
Keystrokes = < Keystrokes = <
item item
@ -482,6 +509,7 @@ object DiffDlg: TDiffDlg
Lines.Strings = ( Lines.Strings = (
'DiffSynEdit' 'DiffSynEdit'
) )
SelectedColor.OnChange = nil
end end
object SaveDiffButton: TBitBtn object SaveDiffButton: TBitBtn
AnchorSideRight.Control = CloseButton AnchorSideRight.Control = CloseButton
@ -489,7 +517,7 @@ object DiffDlg: TDiffDlg
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 394 Left = 394
Height = 26 Height = 26
Top = 465 Top = 473
Width = 89 Width = 89
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
@ -541,7 +569,7 @@ object DiffDlg: TDiffDlg
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 247 Left = 247
Height = 26 Height = 26
Top = 465 Top = 473
Width = 141 Width = 141
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
@ -594,7 +622,7 @@ object DiffDlg: TDiffDlg
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 489 Left = 489
Height = 26 Height = 26
Top = 465 Top = 473
Width = 103 Width = 103
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
@ -642,7 +670,6 @@ object DiffDlg: TDiffDlg
TabOrder = 6 TabOrder = 6
end end
object dlgSave: TSaveDialog object dlgSave: TSaveDialog
Title = 'Save file as'
DefaultExt = '.diff' DefaultExt = '.diff'
Filter = 'diff|*.diff|any file|*.*' Filter = 'diff|*.diff|any file|*.*'
FilterIndex = 0 FilterIndex = 0
@ -650,7 +677,6 @@ object DiffDlg: TDiffDlg
top = 48 top = 48
end end
object dlgOpen: TOpenDialog object dlgOpen: TOpenDialog
Title = 'Open existing file'
DefaultExt = '.pas' DefaultExt = '.pas'
Filter = 'pascal files|*.pas;*.pp|any file|*.*' Filter = 'pascal files|*.pas;*.pp|any file|*.*'
FilterIndex = 0 FilterIndex = 0

View File

@ -1,175 +1,191 @@
{ This is an automatically generated lazarus resource file } { This is an automatically generated lazarus resource file }
LazarusResources.Add('TDiffDlg','FORMDATA',[ LazarusResources.Add('TDiffDlg','FORMDATA',[
'TPF0'#8'TDiffDlg'#7'DiffDlg'#4'Left'#3'*'#1#6'Height'#3#241#1#3'Top'#3#132#0 'TPF0'#8'TDiffDlg'#7'DiffDlg'#4'Left'#3'*'#1#6'Height'#3#249#1#3'Top'#3#132#0
+#5'Width'#3'V'#2#8'HelpType'#7#9'htKeyword'#11'BorderIcons'#11#12'biSystemMe' +#5'Width'#3'V'#2#8'HelpType'#7#9'htKeyword'#11'BorderIcons'#11#12'biSystemMe'
+'nu'#0#7'Caption'#6#11'Diff dialog'#12'ClientHeight'#3#241#1#11'ClientWidth' +'nu'#0#7'Caption'#6#11'Diff dialog'#12'ClientHeight'#3#249#1#11'ClientWidth'
+#3'V'#2#8'OnCreate'#7#10'FormCreate'#10'ParentFont'#8#8'Position'#7#14'poScr' +#3'V'#2#8'OnCreate'#7#10'FormCreate'#10'ParentFont'#8#8'Position'#7#14'poScr'
+'eenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TGroupBox'#13'Text1GroupBox'#22'A' +'eenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TGroupBox'#13'Text1GroupBox'#22'A'
+'nchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Le' +'nchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Le'
+'ft'#2#6#6'Height'#2'L'#3'Top'#2#6#5'Width'#3'J'#2#5'Align'#7#5'alTop'#7'Anc' +'ft'#2#6#6'Height'#2'L'#3'Top'#2#6#5'Width'#3'J'#2#5'Align'#7#5'alTop'#7'Anc'
+'hors'#11#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption' +'hors'#11#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
+#6#13'Text1GroupBox'#12'ClientHeight'#2':'#11'ClientWidth'#3'F'#2#8'TabOrder' +#6#13'Text1GroupBox'#12'ClientHeight'#2':'#11'ClientWidth'#3'F'#2#8'TabOrder'
+#2#0#0#9'TComboBox'#13'Text1Combobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5 +#2#0#0#9'TComboBox'#13'Text1Combobox'#22'AnchorSideLeft.Control'#7#13'Text1G'
+'Width'#3#234#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpaci' +'roupBox'#21'AnchorSideTop.Control'#7#13'Text1GroupBox'#23'AnchorSideRight.C'
+'ng.Around'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#255#8'OnChange'#7#19'Text' +'ontrol'#7#19'Text1FileOpenButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'W'
+'1ComboboxChange'#8'TabOrder'#2#0#4'Text'#6#13'Text1Combobox'#0#0#9'TCheckBo' +'idth'#3#20#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing'
+'x'#26'Text1OnlySelectionCheckBox'#22'AnchorSideLeft.Control'#7#13'Text1Comb' +'.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#10'ItemHei'
+'obox'#21'AnchorSideTop.Control'#7#13'Text1Combobox'#18'AnchorSideTop.Side'#7 +'ght'#2#13#8'OnChange'#7#19'Text1ComboboxChange'#8'TabOrder'#2#0#4'Text'#6#13
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'!'#5'Width'#3#234#1#7'Anch' +'Text1Combobox'#0#0#9'TCheckBox'#26'Text1OnlySelectionCheckBox'#22'AnchorSid'
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'Border' +'eLeft.Control'#7#13'Text1Combobox'#21'AnchorSideTop.Control'#7#13'Text1Comb'
+'Spacing.Bottom'#2#6#7'Caption'#6#26'Text1OnlySelectionCheckBox'#8'OnChange' +'obox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'To'
+#7#12'OnChangeFlag'#8'TabOrder'#2#1#0#0#7'TButton'#19'Text1FileOpenButton'#4 +'p'#2'!'#5'Width'#3#234#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'B'
+'Left'#3#245#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2'K'#7'Anchors'#11#5'akTop' +'orderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#26'Text1Onl'
+#7'akRight'#0#7'Caption'#6#19'Text1FileOpenButton'#7'OnClick'#7#13'FileOpenC' +'ySelectionCheckBox'#8'OnChange'#7#12'OnChangeFlag'#8'TabOrder'#2#1#0#0#7'TB'
+'lick'#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#13'Text2GroupBox'#4'Left'#2#6#6'He' +'utton'#19'Text1FileOpenButton'#21'AnchorSideTop.Control'#7#13'Text1Combobox'
+'ight'#2'L'#3'Top'#2'X'#5'Width'#3'J'#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20 +#23'AnchorSideRight.Control'#7#13'Text1GroupBox'#20'AnchorSideRight.Side'#7#9
+'BorderSpacing.Around'#2#6#7'Caption'#6#13'Text2GroupBox'#12'ClientHeight'#2 +'asrBottom'#24'AnchorSideBottom.Control'#7#13'Text1Combobox'#21'AnchorSideBo'
+':'#11'ClientWidth'#3'F'#2#8'TabOrder'#2#1#0#9'TComboBox'#13'Text2Combobox'#4 +'ttom.Side'#7#9'asrBottom'#4'Left'#3' '#2#6'Height'#2#21#3'Top'#2#6#5'Width'
+'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#234#1#7'Anchors'#11#5'akTop' +#2' '#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'
+#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#9'M' +#2#6#7'Caption'#6#19'Text1FileOpenButton'#7'OnClick'#7#13'FileOpenClick'#8'T'
+'axLength'#2#255#8'OnChange'#7#19'Text2ComboboxChange'#8'TabOrder'#2#0#4'Tex' +'abOrder'#2#2#0#0#0#9'TGroupBox'#13'Text2GroupBox'#4'Left'#2#6#6'Height'#2'L'
+'t'#6#13'Text2Combobox'#0#0#9'TCheckBox'#26'Text2OnlySelectionCheckBox'#21'A' +#3'Top'#2'X'#5'Width'#3'J'#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpac'
+'nchorSideTop.Control'#7#13'Text2Combobox'#18'AnchorSideTop.Side'#7#9'asrBot' +'ing.Around'#2#6#7'Caption'#6#13'Text2GroupBox'#12'ClientHeight'#2':'#11'Cli'
+'tom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'!'#5'Width'#3#234#1#7'Anchors'#11#5 +'entWidth'#3'F'#2#8'TabOrder'#2#1#0#9'TComboBox'#13'Text2Combobox'#22'Anchor'
+'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bo' +'SideLeft.Control'#7#13'Text2GroupBox'#21'AnchorSideTop.Control'#7#13'Text2G'
+'ttom'#2#6#7'Caption'#6#26'Text2OnlySelectionCheckBox'#8'OnChange'#7#12'OnCh' +'roupBox'#23'AnchorSideRight.Control'#7#19'Text2FileOpenButton'#4'Left'#2#6#6
+'angeFlag'#8'TabOrder'#2#1#0#0#7'TButton'#19'Text2FileOpenButton'#4'Left'#3 +'Height'#2#21#3'Top'#2#6#5'Width'#3#20#2#7'Anchors'#11#5'akTop'#6'akLeft'#7
+#245#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2'K'#7'Anchors'#11#5'akTop'#7'akRi' +'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSp'
+'ght'#0#7'Caption'#6#19'Text2FileOpenButton'#7'OnClick'#7#13'FileOpenClick'#8 +'acing.Right'#2#6#10'ItemHeight'#2#13#8'OnChange'#7#19'Text2ComboboxChange'#8
+'TabOrder'#2#2#0#0#0#11'TCheckGroup'#15'OptionsGroupBox'#22'AnchorSideLeft.C' +'TabOrder'#2#0#4'Text'#6#13'Text2Combobox'#0#0#9'TCheckBox'#26'Text2OnlySele'
+'ontrol'#7#5'Owner'#21'AnchorSideTop.Control'#7#11'DiffSynEdit'#18'AnchorSid' +'ctionCheckBox'#22'AnchorSideLeft.Control'#7#13'Text2Combobox'#21'AnchorSide'
+'eTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorS' +'Top.Control'#7#13'Text2Combobox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
+'ideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'U'#3'Top'#3's'#1#5'Wi' +'ft'#2#6#6'Height'#2#19#3'Top'#2'!'#5'Width'#3#234#1#7'Anchors'#11#5'akTop'#6
+'dth'#3'J'#2#7'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoFill'#9 +'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'OptionsGroupBox'#28'ChildSizin' +#7'Caption'#6#26'Text2OnlySelectionCheckBox'#8'OnChange'#7#12'OnChangeFlag'#8
+'g.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing' +'TabOrder'#2#1#0#0#7'TButton'#19'Text2FileOpenButton'#21'AnchorSideTop.Contr'
+'.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVe' +'ol'#7#13'Text2Combobox'#23'AnchorSideRight.Control'#7#13'Text2GroupBox'#20
+'rtical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14 +'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#13'Text'
+'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Chil' +'2Combobox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3' '#2#6'Height'
+'dSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Controls' +#2#21#3'Top'#2#6#5'Width'#2' '#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'
+'PerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#2#0#0#8'TSynEdit'#11'DiffSynEdit' +#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#19'Text2FileOpenButton'#7'OnClic'
+#4'Left'#2#6#6'Height'#3#195#0#3'Top'#3#170#0#5'Width'#3'J'#2#5'Align'#7#5'a' +'k'#7#13'FileOpenClick'#8'TabOrder'#2#2#0#0#0#11'TCheckGroup'#15'OptionsGrou'
+'lTop'#20'BorderSpacing.Around'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig' +'pBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#11
+'ht'#8'akBottom'#0#10'Font.Color'#7#7'clBlack'#11'Font.Height'#2#244#9'Font.' +'DiffSynEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
+'Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#10'ParentF' +'ol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.'
+'ont'#8#8'TabOrder'#2#3#23'BookMarkOptions.Xoffset'#2#238#14'Gutter.Visible' +'Control'#7#11'CloseButton'#4'Left'#2#6#6'Height'#2'm'#3'Top'#3'f'#1#5'Width'
+#8#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8 +#3'J'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoFill'
+'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4 +#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'OptionsGroupBox'#28'ChildSiz'
+#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212 +'ing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizi'
+#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e' +'ng.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enlarge'
+#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8 +'Vertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7
+'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8 +#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C'
+'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8 +'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr'
+'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8 +'olsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#2#0#0#8'TSynEdit'#11'DiffSynEd'
+'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8 +'it'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#13'Te'
+'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'S' +'xt2GroupBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'
+'hortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8 +#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#182#0#3'Top'#3#170#0#5'Width'#3'J'#2
,'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'S' ,#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Anchors'#11#5'akTop'#6'a'
+'hortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8 +'kLeft'#7'akRight'#8'akBottom'#0#10'Font.Color'#7#7'clBlack'#11'Font.Height'
+'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'S' +#2#244#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'
+'hortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8 +#8#10'ParentFont'#8#8'TabOrder'#2#3#23'BookMarkOptions.Xoffset'#2#238#24'Boo'
+'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201 +'kMarkOptions.OnChange'#13#14'Gutter.Visible'#8#10'Keystrokes'#14#1#7'Comman'
+#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3 +'d'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'
+#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Comman' +#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'
+'d'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7 +#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Comma'
+'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8 +'nd'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Comman'
+#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1 +'d'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Comman'
+#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3 +'d'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Comma'
+#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Comma' +'nd'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Com'
+'nd'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7 +'mand'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Com'
+'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0 +'mand'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Co'
+#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X' +'mmand'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Com'
+'@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortC' +'mand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Co'
+'ut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'S' +'mmand'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Com'
+'hortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1 +'mand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Co'
+#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3 +'mmand'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Com'
+'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Comman' +'mand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Co'
+'d'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'C' +'mmand'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1
+'ommand'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1 +#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'
+#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`' +#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2
+#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3 +#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortC'
+'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCu' +'ut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'
+'t'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'Sh' +#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Com'
+'ortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1 +'mand'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1
+#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3 +#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'
+#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Comm' +#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'
+'and'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7 +#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'Short'
+'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`' +'Cut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8
+#0#0#13'Lines.Strings'#1#6#11'DiffSynEdit'#0#0#0#7'TBitBtn'#14'SaveDiffButto' +'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'
+'n'#23'AnchorSideRight.Control'#7#11'CloseButton'#24'AnchorSideBottom.Contro' +#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3
+'l'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#138#1#6'He' +'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Comman'
+'ight'#2#26#3'Top'#3#209#1#5'Width'#2'Y'#7'Anchors'#11#7'akRight'#8'akBottom' +'d'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'C'
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#9'Save Diff'#10'G' +'ommand'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1
+'lyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0 +#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'
+#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#186'j' +#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3
+'6'#143#185'i5'#181#184'i5'#238#183'h5'#255#181'h5'#255#180'g4'#255#178'f4' +'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCu'
+#255#176'e3'#255#174'd3'#255#172'c2'#255#170'b2'#255#169'a2'#255#168'`1'#255 +'t'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'Sh'
+#167'`1'#254#166'`1'#241#168'a1'#196#186'j5'#222#235#198#173#255#234#197#173 +'ortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1
+#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251 +#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3
+#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254 +'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Comman'
+#251#248#255#200#154'|'#255#199#152'y'#255#167'`1'#237#186'k7'#254#237#202 +'d'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7
+#179#255#224#162'z'#255#254#250#247#255'b'#192#136#255'b'#192#136#255'b'#192 +'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'
+#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192 +#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9
+#136#255#253#249#246#255#202#141'e'#255#201#155'|'#255#167'`1'#254#187'l8' +' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#11'Di'
+#255#238#204#182#255#225#162'z'#255#254#250#247#255#191#220#194#255#191#220 +'ffSynEdit'#0#22'SelectedColor.OnChange'#13#0#0#7'TBitBtn'#14'SaveDiffButton'
+#194#255#191#220#194#255#191#220#194#255#191#220#194#255#191#220#194#255#191 +#23'AnchorSideRight.Control'#7#11'CloseButton'#24'AnchorSideBottom.Control'#7
+#220#194#255#191#220#194#255#253#249#246#255#205#144'h'#255#204#158#129#255 +#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#138#1#6'Height'
+#168'a2'#255#187'k8'#255#239#206#184#255#225#162'y'#255#254#250#247#255'b' +#2#26#3'Top'#3#217#1#5'Width'#2'Y'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8
+#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b' +'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#9'Save Diff'#10'Glyph'
+#192#136#255'b'#192#136#255'b'#192#136#255#253#249#246#255#207#147'j'#255#206 +'.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16
+#163#132#255#170'a2'#255#186'j6'#255#239#208#187#255#226#162'z'#255#254#251 +#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#186'j6'#143
+#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254 +#185'i5'#181#184'i5'#238#183'h5'#255#181'h5'#255#180'g4'#255#178'f4'#255#176
+'e3'#255#174'd3'#255#172'c2'#255#170'b2'#255#169'a2'#255#168'`1'#255#167'`1'
+#254#166'`1'#241#168'a1'#196#186'j5'#222#235#198#173#255#234#197#173#255#254
+#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255 +#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255
+#211#150'm'#255#210#167#138#255#171'b2'#255#187'j6'#255#240#210#190#255#226 +#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248
+#163'z'#255#226#163'z'#255#225#163'z'#255#226#163'{'#255#225#163'{'#255#224 +#255#200#154'|'#255#199#152'y'#255#167'`1'#237#186'k7'#254#237#202#179#255
+#161'x'#255#222#159'w'#255#221#159'v'#255#220#157't'#255#217#155'r'#255#216 +#224#162'z'#255#254#250#247#255'b'#192#136#255'b'#192#136#255'b'#192#136#255
+#153'q'#255#214#153'p'#255#213#171#142#255#173'c3'#255#187'j6'#255#242#213 +'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255
+#194#255#227#163'z'#255#227#163'z'#255#226#163'{'#255#226#163'{'#255#226#164 +#253#249#246#255#202#141'e'#255#201#155'|'#255#167'`1'#254#187'l8'#255#238
+'{'#255#225#162'y'#255#224#161'x'#255#222#160'w'#255#222#158'u'#255#220#157 +#204#182#255#225#162'z'#255#254#250#247#255#191#220#194#255#191#220#194#255
+'t'#255#218#155's'#255#217#155's'#255#218#176#149#255#175'd3'#255#187'j6'#255 ,#191#220#194#255#191#220#194#255#191#220#194#255#191#220#194#255#191#220#194
+#242#216#197#255#227#164'{'#255#227#163'z'#255#227#164'z'#255#226#164'{'#255 +#255#191#220#194#255#253#249#246#255#205#144'h'#255#204#158#129#255#168'a2'
,#226#163'{'#255#225#163'{'#255#225#162'y'#255#223#160'w'#255#222#159'v'#255 +#255#187'k8'#255#239#206#184#255#225#162'y'#255#254#250#247#255'b'#192#136
+#221#158't'#255#219#156'r'#255#220#157't'#255#221#181#154#255#177'e4'#255#187 +#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136
+'k6'#255#244#217#199#255#230#166'}'#255#200#140'd'#255#201#141'e'#255#201#142 +#255'b'#192#136#255'b'#192#136#255#253#249#246#255#207#147'j'#255#206#163#132
+'g'#255#203#146'l'#255#203#146'm'#255#202#144'i'#255#200#140'e'#255#200#140 +#255#170'a2'#255#186'j6'#255#239#208#187#255#226#162'z'#255#254#251#248#255
+'d'#255#200#140'd'#255#200#140'd'#255#218#156't'#255#225#186#159#255#179'f4' +#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248
+#255#187'k6'#254#244#220#201#255#231#167'}'#255#249#236#225#255#249#236#225 +#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#211#150
+#255#249#237#227#255#252#244#238#255#253#250#247#255#253#247#243#255#250#237 +'m'#255#210#167#138#255#171'b2'#255#187'j6'#255#240#210#190#255#226#163'z'
+#229#255#247#231#219#255#247#229#217#255#246#229#216#255#222#160'w'#255#228 +#255#226#163'z'#255#225#163'z'#255#226#163'{'#255#225#163'{'#255#224#161'x'
+#190#164#255#180'g4'#255#188'k6'#250#245#221#204#255#231#168'~'#255#250#240 +#255#222#159'w'#255#221#159'v'#255#220#157't'#255#217#155'r'#255#216#153'q'
+#232#255#250#240#232#255#201#141'f'#255#250#240#233#255#253#248#243#255#254 +#255#214#153'p'#255#213#171#142#255#173'c3'#255#187'j6'#255#242#213#194#255
+#250#248#255#252#244#239#255#249#233#223#255#247#231#219#255#247#229#217#255 +#227#163'z'#255#227#163'z'#255#226#163'{'#255#226#163'{'#255#226#164'{'#255
+#224#162'x'#255#231#194#169#255#182'h5'#255#188'k6'#240#246#223#208#255#232 +#225#162'y'#255#224#161'x'#255#222#160'w'#255#222#158'u'#255#220#157't'#255
+#168'~'#255#252#246#241#255#252#246#241#255#200#140'd'#255#250#241#233#255 +#218#155's'#255#217#155's'#255#218#176#149#255#175'd3'#255#187'j6'#255#242
+#251#244#238#255#253#250#247#255#253#249#246#255#250#240#232#255#248#232#221 +#216#197#255#227#164'{'#255#227#163'z'#255#227#164'z'#255#226#164'{'#255#226
+#255#247#230#219#255#225#163'z'#255#239#213#195#255#183'i5'#254#188'k6'#216 +#163'{'#255#225#163'{'#255#225#162'y'#255#223#160'w'#255#222#159'v'#255#221
+#246#223#209#255#233#170#128#255#254#250#246#255#253#250#246#255#200#140'd' +#158't'#255#219#156'r'#255#220#157't'#255#221#181#154#255#177'e4'#255#187'k6'
+#255#251#243#238#255#251#241#234#255#252#246#242#255#254#251#248#255#252#246 +#255#244#217#199#255#230#166'}'#255#200#140'd'#255#201#141'e'#255#201#142'g'
+#241#255#249#236#226#255#248#231#219#255#238#208#186#255#236#208#189#255#187 +#255#203#146'l'#255#203#146'm'#255#202#144'i'#255#200#140'e'#255#200#140'd'
+'p>'#248#188'k6'#155#246#224#209#255#247#224#209#255#254#251#248#255#254#251 +#255#200#140'd'#255#200#140'd'#255#218#156't'#255#225#186#159#255#179'f4'#255
+#247#255#253#249#246#255#252#245#240#255#250#240#234#255#251#242#237#255#253 +#187'k6'#254#244#220#201#255#231#167'}'#255#249#236#225#255#249#236#225#255
+#249#246#255#253#250#247#255#251#241#235#255#248#233#223#254#236#208#189#251 +#249#237#227#255#252#244#238#255#253#250#247#255#253#247#243#255#250#237#229
+#201#137'^'#236#181'i5c'#188'k6q'#188'k6'#144#188'k6'#204#188'k6'#238#188'k6' +#255#247#231#219#255#247#229#217#255#246#229#216#255#222#160'w'#255#228#190
+#250#187'k6'#254#187'k6'#255#187'j6'#255#187'j6'#255#188'l9'#255#189'n;'#255 +#164#255#180'g4'#255#188'k6'#250#245#221#204#255#231#168'~'#255#250#240#232
+#187'm:'#255#187'k8'#239#187'p>'#203#182'i5T'#255#255#255#0#9'NumGlyphs'#2#0 +#255#250#240#232#255#201#141'f'#255#250#240#233#255#253#248#243#255#254#250
+#7'OnClick'#7#19'SaveDiffButtonClick'#8'TabOrder'#2#4#0#0#7'TBitBtn'#18'Open' +#248#255#252#244#239#255#249#233#223#255#247#231#219#255#247#229#217#255#224
+'InEditorButton'#23'AnchorSideRight.Control'#7#14'SaveDiffButton'#24'AnchorS' +#162'x'#255#231#194#169#255#182'h5'#255#188'k6'#240#246#223#208#255#232#168
+'ideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Le' +'~'#255#252#246#241#255#252#246#241#255#200#140'd'#255#250#241#233#255#251
+'ft'#3#247#0#6'Height'#2#26#3'Top'#3#209#1#5'Width'#3#141#0#7'Anchors'#11#7 +#244#238#255#253#250#247#255#253#249#246#255#250#240#232#255#248#232#221#255
+'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption' +#247#230#219#255#225#163'z'#255#239#213#195#255#183'i5'#254#188'k6'#216#246
+#6#18'OpenInEditorButton'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0 +#223#209#255#233#170#128#255#254#250#246#255#253#250#246#255#200#140'd'#255
+#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd' +#251#243#238#255#251#241#234#255#252#246#242#255#254#251#248#255#252#246#241
+#0#0#0#0#0#0#0#0#0#0#0','#134#216#209'-'#136#216#247'-'#135#216#247'-'#136 +#255#249#236#226#255#248#231#219#255#238#208#186#255#236#208#189#255#187'p>'
+#216#247'-'#136#216#247'-'#136#216#247'-'#136#216#247'-'#136#216#247'-'#136 +#248#188'k6'#155#246#224#209#255#247#224#209#255#254#251#248#255#254#251#247
+#216#247'-'#136#216#247'-'#136#216#247'-'#135#216#247'-'#136#216#247','#134 +#255#253#249#246#255#252#245#240#255#250#240#234#255#251#242#237#255#253#249
+#216#209#255#255#255#0#255#255#255#0'3'#142#217#251#220#240#250#255#152#225 +#246#255#253#250#247#255#251#241#235#255#248#233#223#254#236#208#189#251#201
+#246#255#149#224#246#255#146#223#246#255#142#222#245#255#137#220#245#255#133 +#137'^'#236#181'i5c'#188'k6q'#188'k6'#144#188'k6'#204#188'k6'#238#188'k6'#250
+#218#244#255#128#217#244#255'z'#215#243#255't'#213#243#255'p'#211#242#255#194 +#187'k6'#254#187'k6'#255#187'j6'#255#187'j6'#255#188'l9'#255#189'n;'#255#187
+#234#248#255'5'#148#218#255#255#255#255#0#255#255#255#0'5'#148#218#247#239 +'m:'#255#187'k8'#239#187'p>'#203#182'i5T'#255#255#255#0#9'NumGlyphs'#2#0#7'O'
+#250#254#255#147#229#248#255#143#228#248#255#137#227#248#255#130#225#247#255 +'nClick'#7#19'SaveDiffButtonClick'#8'TabOrder'#2#4#0#0#7'TBitBtn'#18'OpenInE'
+'z'#223#247#255'q'#222#246#255'g'#219#245#255'['#216#244#255'M'#212#243#255 +'ditorButton'#23'AnchorSideRight.Control'#7#14'SaveDiffButton'#24'AnchorSide'
+'@'#209#242#255#202#242#251#255'5'#148#218#255#255#255#255#0#255#255#255#0'6' +'Bottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
+#3#247#0#6'Height'#2#26#3'Top'#3#217#1#5'Width'#3#141#0#7'Anchors'#11#7'akRi'
+'ght'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#18'OpenInEditorButton'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0
+#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0
+#0#0#0#0#0#0#0#0#0#0','#134#216#209'-'#136#216#247'-'#135#216#247'-'#136#216
+#247'-'#136#216#247'-'#136#216#247'-'#136#216#247'-'#136#216#247'-'#136#216
+#247'-'#136#216#247'-'#136#216#247'-'#135#216#247'-'#136#216#247','#134#216
+#209#255#255#255#0#255#255#255#0'3'#142#217#251#220#240#250#255#152#225#246
+#255#149#224#246#255#146#223#246#255#142#222#245#255#137#220#245#255#133#218
+#244#255#128#217#244#255'z'#215#243#255't'#213#243#255'p'#211#242#255#194#234
+#248#255'5'#148#218#255#255#255#255#0#255#255#255#0'5'#148#218#247#239#250
+#254#255#147#229#248#255#143#228#248#255#137#227#248#255#130#225#247#255'z'
+#223#247#255'q'#222#246#255'g'#219#245#255'['#216#244#255'M'#212#243#255'@'
+#209#242#255#202#242#251#255'5'#148#218#255#255#255#255#0#255#255#255#0'6'
+#154#218#248#242#250#253#255#148#230#248#255#146#229#248#255#144#229#248#255 +#154#218#248#242#250#253#255#148#230#248#255#146#229#248#255#144#229#248#255
+#139#227#248#255#134#226#247#255''#225#247#255'w'#222#246#255'l'#220#246#255 +#139#227#248#255#134#226#247#255''#225#247#255'w'#222#246#255'l'#220#246#255
+'^'#217#244#255'O'#213#243#255#204#242#251#255'5'#148#218#255#255#255#255#0 +'^'#217#244#255'O'#213#243#255#204#242#251#255'5'#148#218#255#255#255#255#0
@ -177,7 +193,7 @@ LazarusResources.Add('TDiffDlg','FORMDATA',[
+#147#229#248#255#145#229#248#255#147#219#233#255#147#215#227#255#147#210#220 +#147#229#248#255#145#229#248#255#147#219#233#255#147#215#227#255#147#210#220
+#255#144#206#215#255#140#200#207#255#134#193#198#255#201#216#214#255'5'#148 +#255#144#206#215#255#140#200#207#255#134#193#198#255#201#216#214#255'5'#148
+#218#255#197'tD'#232#202'S'#241'7'#166#218#250#254#255#255#255#248#253#255 +#218#255#197'tD'#232#202'S'#241'7'#166#218#250#254#255#255#255#248#253#255
+#255#246#253#255#255#245#252#255#255#243#252#254#255#154#228#244#255#154#230 ,#255#246#253#255#255#245#252#255#255#243#252#254#255#154#228#244#255#154#230
+#247#255#155#230#246#255#157#229#245#255#158#229#245#255#159#229#244#255#218 +#247#255#155#230#246#255#157#229#245#255#158#229#245#255#159#229#244#255#218
+#243#248#255'5'#148#218#255#253#244#238#255#202#128'T'#249'5'#171#218#250#232 +#243#248#255'5'#148#218#255#253#244#238#255#202#128'T'#249'5'#171#218#250#232
+#246#251#255'p'#188#231#255'U'#170#226#255'M'#165#224#255#145#201#235#255#250 +#246#251#255'p'#188#231#255'U'#170#226#255'M'#165#224#255#145#201#235#255#250
@ -193,7 +209,7 @@ LazarusResources.Add('TDiffDlg','FORMDATA',[
+#254#255#254#255#255#255#254#254#255#255#253#254#255#255#254#255#255#255#228 +#254#255#254#255#255#255#254#254#255#255#253#254#255#255#254#255#255#255#228
+#186#145#255#255#247#240#255#255#231#213#255#253#231#214#255#253#230#212#255 +#186#145#255#255#247#240#255#255#231#213#255#253#231#214#255#253#230#212#255
+#252#228#208#255#251#227#203#255#250#220#194#255#254#243#232#255#204#134'V' +#252#228#208#255#251#227#203#255#250#220#194#255#254#243#232#255#204#134'V'
,#254'4'#180#217#208'^'#194#225#250'`'#195#226#250'`'#195#226#250'`'#195#226 +#254'4'#180#217#208'^'#194#225#250'`'#195#226#250'`'#195#226#250'`'#195#226
+#250'_'#195#226#250#228#187#145#255#255#247#242#255#254#231#213#255#254#231 +#250'_'#195#226#250#228#187#145#255#255#247#242#255#254#231#213#255#254#231
+#213#255#253#229#209#255#250#224#202#255#249#222#196#255#247#217#188#255#253 +#213#255#253#229#209#255#250#224#202#255#249#222#196#255#247#217#188#255#253
+#242#231#255#204#135'W'#254#255#255#255#0#255#255#255#0#255#255#255#0#255#255 +#242#231#255#204#135'W'#254#255#255#255#0#255#255#255#0#255#255#255#0#255#255
@ -215,7 +231,7 @@ LazarusResources.Add('TDiffDlg','FORMDATA',[
+#255#255#0#11'ModalResult'#2#6#9'NumGlyphs'#2#0#8'TabOrder'#2#5#0#0#7'TBitBt' +#255#255#0#11'ModalResult'#2#6#9'NumGlyphs'#2#0#8'TabOrder'#2#5#0#0#7'TBitBt'
+'n'#11'CloseButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRigh' +'n'#11'CloseButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRigh'
+'t.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSid' +'t.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSid'
+'eBottom.Side'#7#9'asrBottom'#4'Left'#3#233#1#6'Height'#2#26#3'Top'#3#209#1#5 +'eBottom.Side'#7#9'asrBottom'#4'Left'#3#233#1#6'Height'#2#26#3'Top'#3#217#1#5
+'Width'#2'g'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderS' +'Width'#2'g'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderS'
+'pacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#11'CloseButton'#10'Glyph.Data' +'pacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#11'CloseButton'#10'Glyph.Data'
+#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0 +#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0
@ -241,7 +257,7 @@ LazarusResources.Add('TDiffDlg','FORMDATA',[
+#255#0#255#255#255#0#255#255#255#0'N'#134#190#255#152#195#223#255'w'#175#213 +#255#0#255#255#255#0#255#255#255#0'N'#134#190#255#152#195#223#255'w'#175#213
+#255's'#172#211#255'o'#169#210#255'k'#167#208#255'['#183#227#255'T'#194#237 +#255's'#172#211#255'o'#169#210#255'k'#167#208#255'['#183#227#255'T'#194#237
+#255#129#180#215#255'(k'#163#255#255#255#255#0#255#255#255#0#255#255#255#0 +#255#129#180#215#255'(k'#163#255#255#255#255#0#255#255#255#0#255#255#255#0
+#255#255#255#0#255#255#255#0#255#255#255#0'S'#138#194#255#156#198#225#255'|' ,#255#255#255#0#255#255#255#0#255#255#255#0'S'#138#194#255#156#198#225#255'|'
+#179#215#255'y'#177#213#255'u'#173#212#255'q'#171#210#255'_'#186#228#255'K' +#179#215#255'y'#177#213#255'u'#173#212#255'q'#171#210#255'_'#186#228#255'K'
+#212#255#255'|'#187#224#255'.o'#167#255#255#255#255#0#255#255#255#0#255#255 +#212#255#255'|'#187#224#255'.o'#167#255#255#255#255#0#255#255#255#0#255#255
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0'Y'#142#198#255#160#201#227 +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'Y'#142#198#255#160#201#227
@ -257,7 +273,7 @@ LazarusResources.Add('TDiffDlg','FORMDATA',[
+'g'#152#208#255#171#209#231#255#144#194#223#255#141#192#222#255#138#190#220 +'g'#152#208#255#171#209#231#255#144#194#223#255#141#192#222#255#138#190#220
+#255#135#187#219#255#131#184#218#255#128#182#216#255#153#196#224#255'E'#128 +#255#135#187#219#255#131#184#218#255#128#182#216#255#153#196#224#255'E'#128
+#184#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255 +#184#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255
,#0#255#255#255#0'k'#155#211#255#174#212#232#255#171#211#232#255#170#209#231 +#0#255#255#255#0'k'#155#211#255#174#212#232#255#171#211#232#255#170#209#231
+#255#168#207#229#255#165#205#228#255#162#203#228#255#160#201#226#255#157#199 +#255#168#207#229#255#165#205#228#255#162#203#228#255#160#201#226#255#157#199
+#225#255'K'#132#188#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255 +#225#255'K'#132#188#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255
+#0#255#255#255#0#255#255#255#0'n'#157#213#255'l'#155#211#255'i'#154#210#255 +#0#255#255#255#0#255#255#255#0'n'#157#213#255'l'#155#211#255'i'#154#210#255
@ -270,9 +286,8 @@ LazarusResources.Add('TDiffDlg','FORMDATA',[
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#11'Mo' +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#11'Mo'
+'dalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#6#0#0#11'TSaveDialog'#7'dlgSa' +'dalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#6#0#0#11'TSaveDialog'#7'dlgSa'
+'ve'#5'Title'#6#12'Save file as'#10'DefaultExt'#6#5'.diff'#6'Filter'#6#24'di' +'ve'#10'DefaultExt'#6#5'.diff'#6'Filter'#6#24'diff|*.diff|any file|*.*'#11'F'
+'ff|*.diff|any file|*.*'#11'FilterIndex'#2#0#4'left'#3#203#1#3'top'#2'0'#0#0 +'ilterIndex'#2#0#4'left'#3#203#1#3'top'#2'0'#0#0#11'TOpenDialog'#7'dlgOpen'
+#11'TOpenDialog'#7'dlgOpen'#5'Title'#6#18'Open existing file'#10'DefaultExt' +#10'DefaultExt'#6#4'.pas'#6'Filter'#6'$pascal files|*.pas;*.pp|any file|*.*'
+#6#4'.pas'#6'Filter'#6'$pascal files|*.pas;*.pp|any file|*.*'#11'FilterIndex' +#11'FilterIndex'#2#0#4'left'#3#203#1#3'top'#2#12#0#0#0
+#2#0#4'left'#3#203#1#3'top'#2#12#0#0#0
]); ]);