Skip to content

Commit

Permalink
build initial open source release
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwood committed Nov 13, 2016
1 parent 414691d commit c85133b
Show file tree
Hide file tree
Showing 19 changed files with 92 additions and 66,414 deletions.
6 changes: 5 additions & 1 deletion Demo/CustomCells/ImageCheckboxDemo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ public ImageCheckboxDemo()
var worksheet = this.grid.CurrentWorksheet;

worksheet["B3"] = new object[,] {
{ new ImageCheckBox(), "Image checkbox"},
{ new ImageCheckBox(), "Automatically update to latest version"},
{ new ImageCheckBox(true), "Startup when windows starting"},
};

worksheet["C6"] = "Images downloaded from icons8.com";
worksheet.Cells["C6"].Style.FontSize = 9;
}

class ImageCheckBox : CheckBoxCell
Expand Down
Binary file removed Demo/Ref/Antlr3.Runtime.dll
Binary file not shown.
Binary file removed Demo/Ref/FastColoredTextBox.dll
Binary file not shown.
Binary file removed Demo/Ref/unvell.ReoGrid.dll
Binary file not shown.
33,129 changes: 0 additions & 33,129 deletions Demo/Ref/unvell.ReoGrid.xml

This file was deleted.

Binary file removed Demo/Ref/unvell.ReoGridEditor.exe
Binary file not shown.
Binary file removed Demo/Ref/unvell.ReoScript.EditorLib.dll
Binary file not shown.
Binary file removed Demo/Ref/unvell.ReoScript.dll
Binary file not shown.
Binary file added DemoJP/Ref
Binary file not shown.
Binary file removed DemoJP/Ref/Antlr3.Runtime.dll
Binary file not shown.
Binary file removed DemoJP/Ref/FastColoredTextBox.dll
Binary file not shown.
Binary file removed DemoJP/Ref/unvell.ReoGrid.dll
Binary file not shown.
33,129 changes: 0 additions & 33,129 deletions DemoJP/Ref/unvell.ReoGrid.xml

This file was deleted.

Binary file removed DemoJP/Ref/unvell.ReoGridEditor.exe
Binary file not shown.
Binary file removed DemoJP/Ref/unvell.ReoScript.EditorLib.dll
Binary file not shown.
Binary file removed DemoJP/Ref/unvell.ReoScript.dll
Binary file not shown.
Binary file modified DemoWPF/Ref/unvell.ReoGrid.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions ReoGridWPF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Extension|Any CPU = Extension|Any CPU
Minimum|Any CPU = Minimum|Any CPU
Release|Any CPU = Release|Any CPU
WPFExtension|Any CPU = WPFExtension|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Debug|Any CPU.Build.0 = Release|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Extension|Any CPU.ActiveCfg = WPFExtension|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Extension|Any CPU.Build.0 = WPFExtension|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Minimum|Any CPU.ActiveCfg = WPFMinimum|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Minimum|Any CPU.Build.0 = WPFMinimum|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Release|Any CPU.ActiveCfg = WPFRelease|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Release|Any CPU.Build.0 = WPFRelease|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.WPFExtension|Any CPU.ActiveCfg = WPFExtension|Any CPU
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.WPFExtension|Any CPU.Build.0 = WPFExtension|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Extension|Any CPU.ActiveCfg = Release|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Extension|Any CPU.Build.0 = Release|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Minimum|Any CPU.ActiveCfg = Release|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Minimum|Any CPU.Build.0 = Release|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Release|Any CPU.Build.0 = Release|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.WPFExtension|Any CPU.ActiveCfg = Release|Any CPU
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.WPFExtension|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit c85133b

Please sign in to comment.