Subversion Repositories recyclebinunit

Compare Revisions

Regard whitespace Rev 105 → Rev 106

/trunk/Recycle Bin Unit v2/RecyclerListingMain.dfm
91,7 → 91,16
TabOrder = 5
OnClick = Button3Click
end
object Button4: TButton
Left = 736
Top = 48
Width = 137
Height = 33
Caption = 'Save tree to TXT file'
TabOrder = 6
OnClick = Button4Click
end
end
object OpenDialog1: TOpenDialog
Left = 928
Top = 16
635,4 → 644,11
FFFFFFFF07FF47FFFFFFFFFF9FFF9FFF00000000000000000000000000000000
000000000000}
end
object SaveDialog1: TSaveDialog
DefaultExt = '.txt'
Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 928
Top = 112
end
end