WordWrap is set to flase for SVNDiffForm Memo

git-svn-id: trunk@17567 -
This commit is contained in:
darius 2008-11-24 12:11:47 +00:00
parent 3fa3573c25
commit eb9a351604
2 changed files with 76 additions and 126 deletions

View File

@ -5,12 +5,6 @@ object SVNDiffFrm: TSVNDiffFrm
Width = 731 Width = 731
HelpContext = 0 HelpContext = 0
ActiveControl = SVNDiffMemo ActiveControl = SVNDiffMemo
Align = alNone
AllowDropFiles = False
AutoScroll = True
AutoSize = False
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
BorderStyle = bsSizeable
Caption = 'SVNDiffFrm' Caption = 'SVNDiffFrm'
ChildSizing.LeftRightSpacing = 0 ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0 ChildSizing.TopBottomSpacing = 0
@ -19,22 +13,12 @@ object SVNDiffFrm: TSVNDiffFrm
ChildSizing.ControlsPerLine = 0 ChildSizing.ControlsPerLine = 0
ClientHeight = 416 ClientHeight = 416
ClientWidth = 731 ClientWidth = 731
DockSite = False
DragKind = dkDrag
DragMode = dmManual
Enabled = True
Font.Height = 0 Font.Height = 0
Font.Style = [] Font.Style = []
FormStyle = fsNormal
OnCreate = FormCreate OnCreate = FormCreate
OnShow = FormShow OnShow = FormShow
ParentBiDiMode = True
ParentFont = False
Position = poScreenCenter Position = poScreenCenter
ShowInTaskBar = stDefault
UseDockManager = False
LCLVersion = '0.9.27' LCLVersion = '0.9.27'
WindowState = wsNormal
object ButtonPanel: TButtonPanel object ButtonPanel: TButtonPanel
Left = 6 Left = 6
Height = 48 Height = 48
@ -47,8 +31,6 @@ object SVNDiffFrm: TSVNDiffFrm
TabOrder = 0 TabOrder = 0
DefaultButton = pbOK DefaultButton = pbOK
ShowButtons = [pbOK] ShowButtons = [pbOK]
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
Visible = True
object SaveButton: TBitBtn object SaveButton: TBitBtn
Left = 78 Left = 78
Height = 34 Height = 34
@ -64,10 +46,7 @@ object SVNDiffFrm: TSVNDiffFrm
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill BorderSpacing.CellAlignVertical = ccaFill
Cancel = False
Caption = 'SaveButton' Caption = 'SaveButton'
Default = False
Enabled = True
Glyph.Data = { Glyph.Data = {
36040000424D3604000000000000360000002800000010000000100000000100 36040000424D3604000000000000360000002800000010000000100000000100
2000000000000004000064000000640000000000000000000000683B1EFF834B 2000000000000004000064000000640000000000000000000000683B1EFF834B
@ -104,18 +83,9 @@ object SVNDiffFrm: TSVNDiffFrm
1EFF96562BFFAF6432FFBC6D39FFBB6C37FFBB6B36FFBB6A36FFBB6A36FFBC6C 1EFF96562BFFAF6432FFBC6D39FFBB6C37FFBB6B36FFBB6A36FFBB6A36FFBC6C
39FFBD6E3BFFBB6D3AFFAF6434FF955931FF3C23110000000000 39FFBD6E3BFFBB6D3AFFAF6434FF955931FF3C23110000000000
} }
Kind = bkCustom
Layout = blGlyphLeft
Margin = -1
ModalResult = 0
NumGlyphs = 0 NumGlyphs = 0
OnClick = SaveButtonClick OnClick = SaveButtonClick
ParentFont = True
ParentShowHint = True
Spacing = 3
TabOrder = 4 TabOrder = 4
TabStop = True
Visible = True
end end
end end
object SVNDiffMemo: TMemo object SVNDiffMemo: TMemo
@ -126,7 +96,6 @@ object SVNDiffFrm: TSVNDiffFrm
Width = 719 Width = 719
HelpContext = 0 HelpContext = 0
Align = alClient Align = alClient
Alignment = taLeftJustify
BorderSpacing.Left = 0 BorderSpacing.Left = 0
BorderSpacing.Top = 0 BorderSpacing.Top = 0
BorderSpacing.Right = 0 BorderSpacing.Right = 0
@ -134,22 +103,13 @@ object SVNDiffFrm: TSVNDiffFrm
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill BorderSpacing.CellAlignVertical = ccaFill
DragCursor = crDrag
DragMode = dmManual
Enabled = True
Font.Height = -13 Font.Height = -13
Font.Name = 'Courier' Font.Name = 'Courier'
Font.Style = [] Font.Style = []
MaxLength = -1
ParentBidiMode = True
ParentFont = False ParentFont = False
ReadOnly = False
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
TabOrder = 1 TabOrder = 1
TabStop = True WordWrap = False
Visible = True
WantReturns = True
WantTabs = False
end end
object SaveDialog: TSaveDialog object SaveDialog: TSaveDialog
Width = 0 Width = 0

View File

@ -1,92 +1,82 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TSVNDiffFrm','FORMDATA',[ LazarusResources.Add('TSVNDiffFrm','FORMDATA',[
'TPF0'#11'TSVNDiffFrm'#10'SVNDiffFrm'#4'Left'#3#154#0#6'Height'#3#160#1#3'Top' 'TPF0'#11'TSVNDiffFrm'#10'SVNDiffFrm'#4'Left'#3#154#0#6'Height'#3#160#1#3'Top'
+#3#200#0#5'Width'#3#219#2#11'HelpContext'#2#0#13'ActiveControl'#7#11'SVNDiff' +#3#200#0#5'Width'#3#219#2#11'HelpContext'#2#0#13'ActiveControl'#7#11'SVNDiff'
+'Memo'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'AutoSize' +'Memo'#7'Caption'#6#10'SVNDiffFrm'#28'ChildSizing.LeftRightSpacing'#2#0#28'C'
+#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMaximize'#0#11'Bo' +'hildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'C'
+'rderStyle'#7#10'bsSizeable'#7'Caption'#6#10'SVNDiffFrm'#28'ChildSizing.Left' +'hildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'Clie'
+'RightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horiz' +'ntHeight'#3#160#1#11'ClientWidth'#3#219#2#11'Font.Height'#2#0#10'Font.Style'
+'ontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Contro' +#11#0#8'OnCreate'#7#10'FormCreate'#6'OnShow'#7#8'FormShow'#8'Position'#7#14
+'lsPerLine'#2#0#12'ClientHeight'#3#160#1#11'ClientWidth'#3#219#2#8'DockSite' +'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#12'TButtonPanel'#11'ButtonPane'
+#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'Font.He' +'l'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3'p'#1#5'Width'#3#207#2#11'HelpContext'
+'ight'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#8'OnCreate'#7#10'F' +#2#0#5'Align'#7#8'alBottom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'T'
+'ormCreate'#6'OnShow'#7#8'FormShow'#14'ParentBiDiMode'#9#10'ParentFont'#8#8 +'abOrder'#2#0#13'DefaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#0#0#7'T'
+'Position'#7#14'poScreenCenter'#13'ShowInTaskBar'#7#9'stDefault'#14'UseDockM' +'BitBtn'#10'SaveButton'#4'Left'#2'N'#6'Height'#2'"'#3'Top'#2#8#5'Width'#2'j'
+'anager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7#8'wsNormal'#0#12'TBu' +#11'HelpContext'#2#0#5'Align'#7#6'alLeft'#8'AutoSize'#9#18'BorderSpacing.Lef'
+'ttonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3'p'#1#5'Width' +'t'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpaci'
+#3#207#2#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#8'AutoSize'#9#11'ButtonO' +'ng.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizon'
+'rder'#7#9'boDefault'#8'TabOrder'#2#0#13'DefaultButton'#7#4'pbOK'#11'ShowBut' +'tal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Captio'
+'tons'#11#4'pbOK'#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHel' +'n'#6#10'SaveButton'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0
+'p'#0#7'Visible'#9#0#7'TBitBtn'#10'SaveButton'#4'Left'#2'N'#6'Height'#2'"'#3 +'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
+'Top'#2#8#5'Width'#2'j'#11'HelpContext'#2#0#5'Align'#7#6'alLeft'#8'AutoSize' +#0#0#0#0#0#0#0#0#0'h;'#30#255#131'K&'#255#172'b1'#255#183'h5'#255#181'h5'#255
+#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Rig' +#180'g4'#255#178'f4'#255#176'e3'#255#174'd3'#255#172'c2'#255#170'b2'#255#169
+'ht'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSp' +'a2'#255#168'`1'#255#166'`1'#255#157'[.'#255#129'K&'#255#162'\.'#255#235#198
+'acing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical' +#173#255#234#197#173#255#254#251#248#255#254#251#248#255#254#251#248#255#254
+#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#10'SaveButton'#7'Default'#8#7'Enabled'
+#9#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
+'h;'#30#255#131'K&'#255#172'b1'#255#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#166'`1'#255#157'[.'#255#129'K&'#255#162'\.'#255#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#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
+#254#251#248#255#200#154'|'#255#199#152'y'#255#155'Y.'#255#185'k7'#255#237 +#254#251#248#255#254#251#248#255#200#154'|'#255#199#152'y'#255#155'Y.'#255
+#202#179#255#224#162'z'#255#254#250#247#255'b'#192#136#255'b'#192#136#255'b' +#185'k7'#255#237#202#179#255#224#162'z'#255#254#250#247#255'b'#192#136#255'b'
+#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b' +#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'
+#192#136#255#253#249#246#255#202#141'e'#255#201#155'|'#255#166'`1'#255#187'l' +#192#136#255'b'#192#136#255#253#249#246#255#202#141'e'#255#201#155'|'#255#166
+'8'#255#238#204#182#255#225#162'z'#255#254#250#247#255#191#220#194#255#191 +'`1'#255#187'l8'#255#238#204#182#255#225#162'z'#255#254#250#247#255#191#220
+#220#194#255#191#220#194#255#191#220#194#255#191#220#194#255#191#220#194#255 +#194#255#191#220#194#255#191#220#194#255#191#220#194#255#191#220#194#255#191
+#191#220#194#255#191#220#194#255#253#249#246#255#205#144'h'#255#204#158#129 +#220#194#255#191#220#194#255#191#220#194#255#253#249#246#255#205#144'h'#255
+#255#168'a2'#255#187'k8'#255#239#206#184#255#225#162'y'#255#254#250#247#255 +#204#158#129#255#168'a2'#255#187'k8'#255#239#206#184#255#225#162'y'#255#254
+'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255 +#250#247#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'
+'b'#192#136#255'b'#192#136#255'b'#192#136#255#253#249#246#255#207#147'j'#255 +#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255#253#249#246#255#207
+#206#163#132#255#170'a2'#255#186'j6'#255#239#208#187#255#226#162'z'#255#254 +#147'j'#255#206#163#132#255#170'a2'#255#186'j6'#255#239#208#187#255#226#162
+'z'#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#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
+#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248 +#254#251#248#255#211#150'm'#255#210#167#138#255#171'b2'#255#187'j6'#255#240
+#255#211#150'm'#255#210#167#138#255#171'b2'#255#187'j6'#255#240#210#190#255 +#210#190#255#226#163'z'#255#226#163'z'#255#225#163'z'#255#226#163'{'#255#225
+#226#163'z'#255#226#163'z'#255#225#163'z'#255#226#163'{'#255#225#163'{'#255 +#163'{'#255#224#161'x'#255#222#159'w'#255#221#159'v'#255#220#157't'#255#217
+#224#161'x'#255#222#159'w'#255#221#159'v'#255#220#157't'#255#217#155'r'#255 +#155'r'#255#216#153'q'#255#214#153'p'#255#213#171#142#255#173'c3'#255#187'j6'
+#216#153'q'#255#214#153'p'#255#213#171#142#255#173'c3'#255#187'j6'#255#242 +#255#242#213#194#255#227#163'z'#255#227#163'z'#255#226#163'{'#255#226#163'{'
+#213#194#255#227#163'z'#255#227#163'z'#255#226#163'{'#255#226#163'{'#255#226 +#255#226#164'{'#255#225#162'y'#255#224#161'x'#255#222#160'w'#255#222#158'u'
+#164'{'#255#225#162'y'#255#224#161'x'#255#222#160'w'#255#222#158'u'#255#220 +#255#220#157't'#255#218#155's'#255#217#155's'#255#218#176#149#255#175'd3'#255
+#157't'#255#218#155's'#255#217#155's'#255#218#176#149#255#175'd3'#255#187'j6' +#187'j6'#255#242#216#197#255#227#164'{'#255#227#163'z'#255#227#164'z'#255#226
+#255#242#216#197#255#227#164'{'#255#227#163'z'#255#227#164'z'#255#226#164'{' +#164'{'#255#226#163'{'#255#225#163'{'#255#225#162'y'#255#223#160'w'#255#222
+#255#226#163'{'#255#225#163'{'#255#225#162'y'#255#223#160'w'#255#222#159'v' +#159'v'#255#221#158't'#255#219#156'r'#255#220#157't'#255#221#181#154#255#177
+#255#221#158't'#255#219#156'r'#255#220#157't'#255#221#181#154#255#177'e4'#255 +'e4'#255#187'k6'#255#244#217#199#255#230#166'}'#255#200#140'd'#255#201#141'e'
+#187'k6'#255#244#217#199#255#230#166'}'#255#200#140'd'#255#201#141'e'#255#201 +#255#201#142'g'#255#203#146'l'#255#203#146'm'#255#202#144'i'#255#200#140'e'
+#142'g'#255#203#146'l'#255#203#146'm'#255#202#144'i'#255#200#140'e'#255#200 +#255#200#140'd'#255#200#140'd'#255#200#140'd'#255#218#156't'#255#225#186#159
+#140'd'#255#200#140'd'#255#200#140'd'#255#218#156't'#255#225#186#159#255#179 +#255#179'f4'#255#187'l7'#255#244#220#201#255#231#167'}'#255#249#236#225#255
+'f4'#255#187'l7'#255#244#220#201#255#231#167'}'#255#249#236#225#255#249#236 +#249#236#225#255#249#237#227#255#252#244#238#255#253#250#247#255#253#247#243
+#225#255#249#237#227#255#252#244#238#255#253#250#247#255#253#247#243#255#250 +#255#250#237#229#255#247#231#219#255#247#229#217#255#246#229#216#255#222#160
+#237#229#255#247#231#219#255#247#229#217#255#246#229#216#255#222#160'w'#255 +'w'#255#228#190#164#255#180'g4'#255#188'm9'#255#245#221#204#255#231#168'~'
+#228#190#164#255#180'g4'#255#188'm9'#255#245#221#204#255#231#168'~'#255#250 +#255#250#240#232#255#250#240#232#255#201#141'f'#255#250#240#233#255#253#248
+#240#232#255#250#240#232#255#201#141'f'#255#250#240#233#255#253#248#243#255 +#243#255#254#250#248#255#252#244#239#255#249#233#223#255#247#231#219#255#247
+#254#250#248#255#252#244#239#255#249#233#223#255#247#231#219#255#247#229#217 +#229#217#255#224#162'x'#255#231#194#169#255#182'h5'#255#177'e3'#255#246#223
+#255#224#162'x'#255#231#194#169#255#182'h5'#255#177'e3'#255#246#223#208#255 +#208#255#232#168'~'#255#252#246#241#255#252#246#241#255#200#140'd'#255#250
+#232#168'~'#255#252#246#241#255#252#246#241#255#200#140'd'#255#250#241#233 +#241#233#255#251#244#238#255#253#250#247#255#253#249#246#255#250#240#232#255
,#255#251#244#238#255#253#250#247#255#253#249#246#255#250#240#232#255#248#232 +#248#232#221#255#247#230#219#255#225#163'z'#255#239#213#195#255#182'i5'#255
+#221#255#247#230#219#255#225#163'z'#255#239#213#195#255#182'i5'#255#159'[.' +#159'[.'#255#246#223#209#255#233#170#128#255#254#250#246#255#253#250#246#255
+#255#246#223#209#255#233#170#128#255#254#250#246#255#253#250#246#255#200#140 +#200#140'd'#255#251#243#238#255#251#241#234#255#252#246#242#255#254#251#248
+'d'#255#251#243#238#255#251#241#234#255#252#246#242#255#254#251#248#255#252 +#255#252#246#241#255#249#236#226#255#248#231#219#255#238#208#186#255#236#208
+#246#241#255#249#236#226#255#248#231#219#255#238#208#186#255#236#208#189#255 +#189#255#182'm<'#255'rA!'#255#246#224#209#255#247#224#209#255#254#251#248#255
+#182'm<'#255'rA!'#255#246#224#209#255#247#224#209#255#254#251#248#255#254#251 +#254#251#247#255#253#249#246#255#252#245#240#255#250#240#234#255#251#242#237
+#247#255#253#249#246#255#252#245#240#255#250#240#234#255#251#242#237#255#253 ,#255#253#249#246#255#253#250#247#255#251#241#235#255#248#233#223#255#232#205
+#249#246#255#253#250#247#255#251#241#235#255#248#233#223#255#232#205#186#255 +#186#255#186'W'#255'F)'#21#0'S/'#24#0'j<'#30#255#150'V+'#255#175'd2'#255#188
+#186'W'#255'F)'#21#0'S/'#24#0'j<'#30#255#150'V+'#255#175'd2'#255#188'm9'#255 +'m9'#255#187'l7'#255#187'k6'#255#187'j6'#255#187'j6'#255#188'l9'#255#189'n;'
+#187'l7'#255#187'k6'#255#187'j6'#255#187'j6'#255#188'l9'#255#189'n;'#255#187 +#255#187'm:'#255#175'd4'#255#149'Y1'#255'<#'#17#0#0#0#0#0#9'NumGlyphs'#2#0#7
+'m:'#255#175'd4'#255#149'Y1'#255'<#'#17#0#0#0#0#0#4'Kind'#7#8'bkCustom'#6'La' +'OnClick'#7#15'SaveButtonClick'#8'TabOrder'#2#4#0#0#0#5'TMemo'#11'SVNDiffMem'
+'yout'#7#11'blGlyphLeft'#6'Margin'#2#255#11'ModalResult'#2#0#9'NumGlyphs'#2#0 +'o'#6'Cursor'#7#11'crHourGlass'#4'Left'#2#6#6'Height'#3'd'#1#3'Top'#2#6#5'Wi'
+#7'OnClick'#7#15'SaveButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#7'Sp' +'dth'#3#207#2#11'HelpContext'#2#0#5'Align'#7#8'alClient'#18'BorderSpacing.Le'
+'acing'#2#3#8'TabOrder'#2#4#7'TabStop'#9#7'Visible'#9#0#0#0#5'TMemo'#11'SVND' +'ft'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpac'
+'iffMemo'#6'Cursor'#7#11'crHourGlass'#4'Left'#2#6#6'Height'#3'd'#1#3'Top'#2#6 +'ing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizo'
+#5'Width'#3#207#2#11'HelpContext'#2#0#5'Align'#7#8'alClient'#9'Alignment'#7 +'ntal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'Font'
+#13'taLeftJustify'#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'B' +'.Height'#2#243#9'Font.Name'#6#7'Courier'#10'Font.Style'#11#0#10'ParentFont'
+'orderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Aroun' +#8#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#1#8'WordWrap'#8#0#0#11'TSav'
+'d'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.Ce' +'eDialog'#10'SaveDialog'#5'Width'#2#0#6'Height'#2#0#10'DefaultExt'#6#5'.diff'
+'llAlignVertical'#7#7'ccaFill'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dm' +#6'Filter'#6#18'Patch|.diff;.patch'#4'left'#2#21#3'top'#3'='#1#0#0#0
+'Manual'#7'Enabled'#9#11'Font.Height'#2#243#9'Font.Name'#6#7'Courier'#10'Fon'
+'t.Style'#11#0#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'#8#8'Re'
+'adOnly'#8#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#1#7'TabStop'#9#7'Vi'
+'sible'#9#11'WantReturns'#9#8'WantTabs'#8#0#0#11'TSaveDialog'#10'SaveDialog'
+#5'Width'#2#0#6'Height'#2#0#10'DefaultExt'#6#5'.diff'#6'Filter'#6#18'Patch|.'
+'diff;.patch'#4'left'#2#21#3'top'#3'='#1#0#0#0
]); ]);