Skip to content

Commit c85133b

Browse files
committed
build initial open source release
1 parent 414691d commit c85133b

19 files changed

+92
-66414
lines changed

Demo/CustomCells/ImageCheckboxDemo.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ public ImageCheckboxDemo()
3434
var worksheet = this.grid.CurrentWorksheet;
3535

3636
worksheet["B3"] = new object[,] {
37-
{ new ImageCheckBox(), "Image checkbox"},
37+
{ new ImageCheckBox(), "Automatically update to latest version"},
38+
{ new ImageCheckBox(true), "Startup when windows starting"},
3839
};
40+
41+
worksheet["C6"] = "Images downloaded from icons8.com";
42+
worksheet.Cells["C6"].Style.FontSize = 9;
3943
}
4044

4145
class ImageCheckBox : CheckBoxCell

Demo/Ref/Antlr3.Runtime.dll

-101 KB
Binary file not shown.

Demo/Ref/FastColoredTextBox.dll

-223 KB
Binary file not shown.

Demo/Ref/unvell.ReoGrid.dll

-953 KB
Binary file not shown.

Demo/Ref/unvell.ReoGrid.xml

Lines changed: 0 additions & 33129 deletions
This file was deleted.

Demo/Ref/unvell.ReoGridEditor.exe

-539 KB
Binary file not shown.
-86 KB
Binary file not shown.

Demo/Ref/unvell.ReoScript.dll

-268 KB
Binary file not shown.

DemoJP/Ref

1.06 MB
Binary file not shown.

DemoJP/Ref/Antlr3.Runtime.dll

-101 KB
Binary file not shown.

DemoJP/Ref/FastColoredTextBox.dll

-223 KB
Binary file not shown.

DemoJP/Ref/unvell.ReoGrid.dll

-953 KB
Binary file not shown.

DemoJP/Ref/unvell.ReoGrid.xml

Lines changed: 0 additions & 33129 deletions
This file was deleted.

DemoJP/Ref/unvell.ReoGridEditor.exe

-539 KB
Binary file not shown.
-86 KB
Binary file not shown.

DemoJP/Ref/unvell.ReoScript.dll

-268 KB
Binary file not shown.

DemoWPF/Ref/unvell.ReoGrid.dll

88 KB
Binary file not shown.

ReoGridWPF.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ EndProject
2929
Global
3030
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3131
Debug|Any CPU = Debug|Any CPU
32-
Extension|Any CPU = Extension|Any CPU
3332
Minimum|Any CPU = Minimum|Any CPU
3433
Release|Any CPU = Release|Any CPU
34+
WPFExtension|Any CPU = WPFExtension|Any CPU
3535
EndGlobalSection
3636
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3737
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Debug|Any CPU.ActiveCfg = Release|Any CPU
3838
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Debug|Any CPU.Build.0 = Release|Any CPU
39-
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Extension|Any CPU.ActiveCfg = WPFExtension|Any CPU
40-
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Extension|Any CPU.Build.0 = WPFExtension|Any CPU
4139
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Minimum|Any CPU.ActiveCfg = WPFMinimum|Any CPU
4240
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Minimum|Any CPU.Build.0 = WPFMinimum|Any CPU
4341
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Release|Any CPU.ActiveCfg = WPFRelease|Any CPU
4442
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.Release|Any CPU.Build.0 = WPFRelease|Any CPU
43+
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.WPFExtension|Any CPU.ActiveCfg = WPFExtension|Any CPU
44+
{8B62357A-ABBC-4DB0-8633-F1D6A6C1EA53}.WPFExtension|Any CPU.Build.0 = WPFExtension|Any CPU
4545
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4646
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Extension|Any CPU.ActiveCfg = Release|Any CPU
48-
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Extension|Any CPU.Build.0 = Release|Any CPU
4947
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Minimum|Any CPU.ActiveCfg = Release|Any CPU
5048
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Minimum|Any CPU.Build.0 = Release|Any CPU
5149
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Release|Any CPU.ActiveCfg = Release|Any CPU
5250
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.WPFExtension|Any CPU.ActiveCfg = Release|Any CPU
52+
{F9CF1873-3C8D-4A85-807F-3BE96B876174}.WPFExtension|Any CPU.Build.0 = Release|Any CPU
5353
EndGlobalSection
5454
GlobalSection(SolutionProperties) = preSolution
5555
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)