Initial commit.

+ CsvParser: CSV Parser with indexing.
+ CTextBox: CustomTextBox.
+ FrmCsvViewer: Basic form to view CSV files, as forms.
This commit is contained in:
2017-01-30 01:24:01 +01:00
commit cd5a7ad584
11 changed files with 1114 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
#ignorar miniaturas creadas por windows
Thumbs.db
#Ignorar archivos construidos por Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/