├── .gitattributes ├── .gitignore ├── Images ├── KryptonOutlookGridSample.png └── table_elements_64.png ├── LICENSE.md ├── README.md └── Source ├── DLLs ├── ComponentFactory.Krypton.Toolkit │ ├── ComponentFactory.Krypton.Toolkit.dll │ └── Source.txt └── IMPERATIVE to read.txt ├── Documentation ├── Content │ ├── VersionHistory │ │ ├── VersionHistory.aml │ │ ├── v1.0.0.aml │ │ ├── v1.0.1.aml │ │ └── v1.2.0.aml │ └── Welcome.aml ├── ContentLayout.content ├── Documentation.shfbproj ├── Help │ └── Documentation.chm └── icons │ ├── Help.png │ └── table_elements_64.png ├── KryptonOutlookGrid.SandBox ├── DataGridViewSetup.cs ├── KryptonOutlookGrid.SandBox.csproj ├── MainForm.Designer.cs ├── MainForm.cs ├── MainForm.resx ├── OutlookGridPriceGroup.cs ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Resources │ ├── _ASEAN.png │ ├── _African Union(OAS).png │ ├── _Arab League.png │ ├── _CARICOM.png │ ├── _CIS.png │ ├── _Commonwealth.png │ ├── _England.png │ ├── _European Union.png │ ├── _Islamic Conference.png │ ├── _Kosovo.png │ ├── _NATO.png │ ├── _Northern Cyprus.png │ ├── _Northern Ireland.png │ ├── _OPEC.png │ ├── _Olimpic Movement.png │ ├── _Red Cross.png │ ├── _Scotland.png │ ├── _Somaliland.png │ ├── _United Nations.png │ ├── _Wales.png │ ├── ad.png │ ├── ae.png │ ├── af.png │ ├── ag.png │ ├── ai.png │ ├── al.png │ ├── am.png │ ├── an.png │ ├── ao.png │ ├── aq.png │ ├── ar.png │ ├── as.png │ ├── at.png │ ├── au.png │ ├── aw.png │ ├── ax.png │ ├── az.png │ ├── ba.png │ ├── bb.png │ ├── bd.png │ ├── be.png │ ├── bf.png │ ├── bg.png │ ├── bh.png │ ├── bi.png │ ├── bj.png │ ├── bm.png │ ├── bn.png │ ├── bo.png │ ├── br.png │ ├── bs.png │ ├── bt.png │ ├── bv.png │ ├── bw.png │ ├── by.png │ ├── bz.png │ ├── ca.png │ ├── catalonia.png │ ├── cc.png │ ├── cd.png │ ├── cf.png │ ├── cg.png │ ├── ch.png │ ├── ci.png │ ├── ck.png │ ├── cl.png │ ├── cm.png │ ├── cn.png │ ├── co.png │ ├── cr.png │ ├── cs.png │ ├── cu.png │ ├── cv.png │ ├── cx.png │ ├── cy.png │ ├── cz.png │ ├── de.png │ ├── dj.png │ ├── dk.png │ ├── dm.png │ ├── do.png │ ├── dz.png │ ├── ec.png │ ├── ee.png │ ├── eg.png │ ├── eh.png │ ├── england.png │ ├── er.png │ ├── es.png │ ├── et.png │ ├── europeanunion.png │ ├── fam.png │ ├── fi.png │ ├── fj.png │ ├── fk.png │ ├── flag_france.png │ ├── flag_germany.png │ ├── fm.png │ ├── fo.png │ ├── fr.png │ ├── ga.png │ ├── gb.png │ ├── gd.png │ ├── ge.png │ ├── gf.png │ ├── gg.png │ ├── gh.png │ ├── gi.png │ ├── gl.png │ ├── gm.png │ ├── gn.png │ ├── gp.png │ ├── gq.png │ ├── gr.png │ ├── gs.png │ ├── gt.png │ ├── gu.png │ ├── gw.png │ ├── gy.png │ ├── hk.png │ ├── hm.png │ ├── hn.png │ ├── hr.png │ ├── ht.png │ ├── hu.png │ ├── id.png │ ├── ie.png │ ├── il.png │ ├── im.png │ ├── in.png │ ├── io.png │ ├── iq.png │ ├── ir.png │ ├── is.png │ ├── it.png │ ├── je.png │ ├── jm.png │ ├── jo.png │ ├── jp.png │ ├── ke.png │ ├── kg.png │ ├── kh.png │ ├── ki.png │ ├── km.png │ ├── kn.png │ ├── kp.png │ ├── kr.png │ ├── kw.png │ ├── ky.png │ ├── kz.png │ ├── la.png │ ├── lb.png │ ├── lc.png │ ├── li.png │ ├── lk.png │ ├── lr.png │ ├── ls.png │ ├── lt.png │ ├── lu.png │ ├── lv.png │ ├── ly.png │ ├── ma.png │ ├── mc.png │ ├── md.png │ ├── me.png │ ├── mg.png │ ├── mh.png │ ├── mk.png │ ├── ml.png │ ├── mm.png │ ├── mn.png │ ├── mo.png │ ├── mp.png │ ├── mq.png │ ├── mr.png │ ├── ms.png │ ├── mt.png │ ├── mu.png │ ├── mv.png │ ├── mw.png │ ├── mx.png │ ├── my.png │ ├── mz.png │ ├── na.png │ ├── nc.png │ ├── ne.png │ ├── nf.png │ ├── ng.png │ ├── ni.png │ ├── nl.png │ ├── no.png │ ├── np.png │ ├── nr.png │ ├── nu.png │ ├── nz.png │ ├── om.png │ ├── pa.png │ ├── pe.png │ ├── pf.png │ ├── pg.png │ ├── ph.png │ ├── pk.png │ ├── pl.png │ ├── pm.png │ ├── pn.png │ ├── pr.png │ ├── ps.png │ ├── pt.png │ ├── pw.png │ ├── py.png │ ├── qa.png │ ├── re.png │ ├── ro.png │ ├── rs.png │ ├── ru.png │ ├── rw.png │ ├── sa.png │ ├── sb.png │ ├── sc.png │ ├── scotland.png │ ├── sd.png │ ├── se.png │ ├── sg.png │ ├── sh.png │ ├── si.png │ ├── sj.png │ ├── sk.png │ ├── sl.png │ ├── sm.png │ ├── sn.png │ ├── so.png │ ├── sr.png │ ├── st.png │ ├── sv.png │ ├── sy.png │ ├── sz.png │ ├── tc.png │ ├── td.png │ ├── tf.png │ ├── tg.png │ ├── th.png │ ├── tj.png │ ├── tk.png │ ├── tl.png │ ├── tm.png │ ├── tn.png │ ├── to.png │ ├── tr.png │ ├── tt.png │ ├── tv.png │ ├── tw.png │ ├── tz.png │ ├── ua.png │ ├── ug.png │ ├── um.png │ ├── us.png │ ├── uy.png │ ├── uz.png │ ├── va.png │ ├── vc.png │ ├── ve.png │ ├── vg.png │ ├── vi.png │ ├── vn.png │ ├── vu.png │ ├── wales.png │ ├── wf.png │ ├── ws.png │ ├── ye.png │ ├── yt.png │ ├── za.png │ ├── zm.png │ └── zw.png ├── StaticInfos.cs ├── app.config ├── app.manifest ├── invoices.xml └── potion_red.ico ├── KryptonOutlookGrid.sln └── KryptonOutlookGrid ├── IMPERATIVE to read.txt ├── KryptonOutlookGrid.csproj ├── KryptonOutlookGrid ├── CustomColumns │ ├── KryptonDataGridViewFormattingColumn.cs │ ├── KryptonDataGridViewPercentageColumn.cs │ ├── KryptonDataGridViewRatingcolumn.cs │ ├── KryptonDataGridViewTextAndImageColumn.cs │ ├── KryptonDataGridViewTokenColumn.cs │ └── KryptonDataGridViewTreeTextColumn.cs ├── FilterColumnHeaderCell.cs ├── Formatting │ ├── ColorFormatting.cs │ ├── CondtionalFormatting.cs │ ├── CustomFormatRule.Designer.cs │ ├── CustomFormatRule.cs │ ├── CustomFormatRule.fr.resx │ ├── CustomFormatRule.resx │ ├── EnumConditionalFormatType.cs │ ├── IFormatParams.cs │ └── Params │ │ ├── BarParams.cs │ │ ├── ThreeColorsParams.cs │ │ └── TwoColorsParams.cs ├── Helpers │ ├── ColorHelper.cs │ └── OutlookGridGroupHelpers.cs ├── History.txt ├── IOutlookGridGroup.cs ├── KryptonOutlookGridGroupBox.Designer.cs ├── KryptonOutlookGridGroupBox.cs ├── KryptonOutlookGridGroupBox.resx ├── OutlookGrid.cs ├── OutlookGrid.designer.cs ├── OutlookGridColumn.cs ├── OutlookGridColumnCollection.cs ├── OutlookGridColumnEventArgs.cs ├── OutlookGridGroup.cs ├── OutlookGridGroupBoxColumn.cs ├── OutlookGridGroupCollection.cs ├── OutlookGridGroupCountComparer.cs ├── OutlookGridGroupImageEventArgs.cs ├── OutlookGridRow.cs ├── OutlookGridRowComparer.cs ├── OutlookGridRowComparer2.cs ├── OutlookGridRowNodeCollection.cs ├── OutlookGridRowNodeEvents.cs └── StaticValues.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── Resources ├── CollapseIcon.png ├── CollapseIcon2010.png ├── Databar_gradient2_blue_32.png ├── Databar_gradient_blue_32.png ├── Databar_gradient_green_32.png ├── Databar_gradient_pink_32.png ├── Databar_gradient_red_32.png ├── Databar_gradient_rose_32.png ├── Databar_gradient_violet_32.png ├── Databar_gradient_yellow_32.png ├── Databar_solid_blue_32.png ├── Databar_solid_green_32.png ├── Databar_solid_pink_32.png ├── Databar_solid_red_32.png ├── Databar_solid_rose_32.png ├── Databar_solid_violet_32.png ├── Databar_solid_yellow_32.png ├── ExpandIcon.png ├── ExpandIcon2010.png ├── ThreeColors_blue_white_red_32.png ├── ThreeColors_green_white_red_32.png ├── ThreeColors_green_yellow_red_32.png ├── ThreeColors_red_white_blue_32.png ├── ThreeColors_red_white_green_32.png ├── ThreeColors_red_yellow_green_32.png ├── TwoColors_blue_white_32.png ├── TwoColors_green_white_32.png ├── TwoColors_pink_white_32.png ├── TwoColors_red_white_32.png ├── TwoColors_violet_white_32.png ├── TwoColors_white_blue_32.png ├── TwoColors_white_green_32.png ├── TwoColors_white_pink_32.png ├── TwoColors_white_red_32.png ├── TwoColors_white_violet_32.png ├── TwoColors_white_yellow_32.png ├── TwoColors_yellow_white_32.png ├── color2scale_generic_16.png ├── color3scale_generic_16.png ├── databar_generic_16.png ├── element.png ├── element_delete.png ├── element_minus_16.png ├── element_plus_16.png ├── element_selection_delete.png ├── elements_minus_16.png ├── elements_plus_16.png ├── eraser.png ├── fit_to_size.png ├── navigate_minus.png ├── navigate_plus.png ├── paint_bucket_green.png ├── sort_az_ascending2.png ├── sort_az_descending2.png ├── sort_up_down_delete_16.png ├── star0.png ├── star1.png ├── star2.png ├── star3.png ├── star4.png ├── star5.png ├── star_yellow.png ├── star_yellow_disabled.png ├── star_yellow_half_16.png ├── starhot0.png ├── starhot1.png ├── starhot2.png ├── starhot3.png ├── starhot4.png ├── starhot5.png ├── table2_selection_column.png └── table_conditional_16.png └── Utils └── Lang ├── LangManager.cs ├── Strings.fr.resx └── Strings.resx /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignore Visual Studio temporary files, build results, and 2 | ## files generated by popular Visual Studio add-ons. 3 | 4 | # User-specific files 5 | *.suo 6 | *.user 7 | *.userosscache 8 | *.sln.docstates 9 | 10 | # User-specific files (MonoDevelop/Xamarin Studio) 11 | *.userprefs 12 | 13 | # Build results 14 | [Dd]ebug/ 15 | [Dd]ebugPublic/ 16 | [Rr]elease/ 17 | [Rr]eleases/ 18 | x64/ 19 | x86/ 20 | build/ 21 | bld/ 22 | [Bb]in/ 23 | [Oo]bj/ 24 | 25 | # Visual Studio 2015 cache/options directory 26 | .vs/ 27 | # Uncomment if you have tasks that create the project's static files in wwwroot 28 | #wwwroot/ 29 | 30 | # MSTest test Results 31 | [Tt]est[Rr]esult*/ 32 | [Bb]uild[Ll]og.* 33 | 34 | # NUNIT 35 | *.VisualState.xml 36 | TestResult.xml 37 | 38 | # Build Results of an ATL Project 39 | [Dd]ebugPS/ 40 | [Rr]eleasePS/ 41 | dlldata.c 42 | 43 | # DNX 44 | project.lock.json 45 | artifacts/ 46 | 47 | *_i.c 48 | *_p.c 49 | *_i.h 50 | *.ilk 51 | *.meta 52 | *.obj 53 | *.pch 54 | *.pdb 55 | *.pgc 56 | *.pgd 57 | *.rsp 58 | *.sbr 59 | *.tlb 60 | *.tli 61 | *.tlh 62 | *.tmp 63 | *.tmp_proj 64 | *.log 65 | *.vspscc 66 | *.vssscc 67 | .builds 68 | *.pidb 69 | *.svclog 70 | *.scc 71 | 72 | # Chutzpah Test files 73 | _Chutzpah* 74 | 75 | # Visual C++ cache files 76 | ipch/ 77 | *.aps 78 | *.ncb 79 | *.opensdf 80 | *.sdf 81 | *.cachefile 82 | 83 | # Visual Studio profiler 84 | *.psess 85 | *.vsp 86 | *.vspx 87 | *.sap 88 | 89 | # TFS 2012 Local Workspace 90 | $tf/ 91 | 92 | # Guidance Automation Toolkit 93 | *.gpState 94 | 95 | # ReSharper is a .NET coding add-in 96 | _ReSharper*/ 97 | *.[Rr]e[Ss]harper 98 | *.DotSettings.user 99 | 100 | # JustCode is a .NET coding add-in 101 | .JustCode 102 | 103 | # TeamCity is a build add-in 104 | _TeamCity* 105 | 106 | # DotCover is a Code Coverage Tool 107 | *.dotCover 108 | 109 | # NCrunch 110 | _NCrunch_* 111 | .*crunch*.local.xml 112 | nCrunchTemp_* 113 | 114 | # MightyMoose 115 | *.mm.* 116 | AutoTest.Net/ 117 | 118 | # Web workbench (sass) 119 | .sass-cache/ 120 | 121 | # Installshield output folder 122 | [Ee]xpress/ 123 | 124 | # DocProject is a documentation generator add-in 125 | DocProject/buildhelp/ 126 | DocProject/Help/*.HxT 127 | DocProject/Help/*.HxC 128 | DocProject/Help/*.hhc 129 | DocProject/Help/*.hhk 130 | DocProject/Help/*.hhp 131 | DocProject/Help/Html2 132 | DocProject/Help/html 133 | 134 | # Click-Once directory 135 | publish/ 136 | 137 | # Publish Web Output 138 | *.[Pp]ublish.xml 139 | *.azurePubxml 140 | # TODO: Comment the next line if you want to checkin your web deploy settings 141 | # but database connection strings (with potential passwords) will be unencrypted 142 | *.pubxml 143 | *.publishproj 144 | 145 | # NuGet Packages 146 | *.nupkg 147 | # The packages folder can be ignored because of Package Restore 148 | **/packages/* 149 | # except build/, which is used as an MSBuild target. 150 | !**/packages/build/ 151 | # Uncomment if necessary however generally it will be regenerated when needed 152 | #!**/packages/repositories.config 153 | 154 | # Windows Azure Build Output 155 | csx/ 156 | *.build.csdef 157 | 158 | # Windows Azure Emulator 159 | efc/ 160 | rfc/ 161 | 162 | # Windows Store app package directory 163 | AppPackages/ 164 | 165 | # Visual Studio cache files 166 | # files ending in .cache can be ignored 167 | *.[Cc]ache 168 | # but keep track of directories ending in .cache 169 | !*.[Cc]ache/ 170 | 171 | # Others 172 | ClientBin/ 173 | [Ss]tyle[Cc]op.* 174 | ~$* 175 | *~ 176 | *.dbmdl 177 | *.dbproj.schemaview 178 | *.pfx 179 | *.publishsettings 180 | node_modules/ 181 | orleans.codegen.cs 182 | 183 | # RIA/Silverlight projects 184 | Generated_Code/ 185 | 186 | # Backup & report files from converting an old project file 187 | # to a newer Visual Studio version. Backup files are not needed, 188 | # because we have git ;-) 189 | _UpgradeReport_Files/ 190 | Backup*/ 191 | UpgradeLog*.XML 192 | UpgradeLog*.htm 193 | 194 | # SQL Server files 195 | *.mdf 196 | *.ldf 197 | 198 | # Business Intelligence projects 199 | *.rdl.data 200 | *.bim.layout 201 | *.bim_*.settings 202 | 203 | # Microsoft Fakes 204 | FakesAssemblies/ 205 | 206 | # GhostDoc plugin setting file 207 | *.GhostDoc.xml 208 | 209 | # Node.js Tools for Visual Studio 210 | .ntvs_analysis.dat 211 | 212 | # Visual Studio 6 build log 213 | *.plg 214 | 215 | # Visual Studio 6 workspace options file 216 | *.opt 217 | 218 | # Visual Studio LightSwitch build output 219 | **/*.HTMLClient/GeneratedArtifacts 220 | **/*.DesktopClient/GeneratedArtifacts 221 | **/*.DesktopClient/ModelManifest.xml 222 | **/*.Server/GeneratedArtifacts 223 | **/*.Server/ModelManifest.xml 224 | _Pvt_Extensions 225 | 226 | # Paket dependency manager 227 | .paket/paket.exe 228 | 229 | # FAKE - F# Make 230 | .fake/ 231 | 232 | # ========================= 233 | # Operating System Files 234 | # ========================= 235 | 236 | # OSX 237 | # ========================= 238 | 239 | .DS_Store 240 | .AppleDouble 241 | .LSOverride 242 | 243 | # Thumbnails 244 | ._* 245 | 246 | # Files that might appear in the root of a volume 247 | .DocumentRevisions-V100 248 | .fseventsd 249 | .Spotlight-V100 250 | .TemporaryItems 251 | .Trashes 252 | .VolumeIcon.icns 253 | 254 | # Directories potentially created on remote AFP share 255 | .AppleDB 256 | .AppleDesktop 257 | Network Trash Folder 258 | Temporary Items 259 | .apdisk 260 | 261 | # Windows 262 | # ========================= 263 | 264 | # Windows image file caches 265 | Thumbs.db 266 | ehthumbs.db 267 | 268 | # Folder config file 269 | Desktop.ini 270 | 271 | # Recycle Bin used on file shares 272 | $RECYCLE.BIN/ 273 | 274 | # Windows Installer files 275 | *.cab 276 | *.msi 277 | *.msm 278 | *.msp 279 | 280 | # Windows shortcuts 281 | *.lnk 282 | *.bak 283 | -------------------------------------------------------------------------------- /Images/KryptonOutlookGridSample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Images/KryptonOutlookGridSample.png -------------------------------------------------------------------------------- /Images/table_elements_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Images/table_elements_64.png -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | # Microsoft Public License (Ms-PL) 2 | 3 | This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. 4 | 5 | 1. Definitions 6 | 7 | The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. 8 | 9 | A "contribution" is the original software, or any additions or changes to the software. 10 | 11 | A "contributor" is any person that distributes its contribution under this license. 12 | 13 | "Licensed patents" are a contributor's patent claims that read directly on its contribution. 14 | 15 | 2. Grant of Rights 16 | 17 | (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. 18 | 19 | (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. 20 | 21 | 3. Conditions and Limitations 22 | 23 | (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. 24 | 25 | (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. 26 | 27 | (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. 28 | 29 | (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. 30 | 31 | (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ![](/Images/table_elements_64.png) Krypton-OutlookGrid (1.6.1) 2 | Krypton customized version of the .NET Winforms DataGridView (C#) that allows multi-grouping and multi-sorting. Featuring a TreeGrid mode, conditional formatting and additional custom columns. 3 | 4 | ![](/Images/KryptonOutlookGridSample.png) 5 | 6 | Homepage
7 | Documentation
8 | Release Notes
9 | License 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Source/DLLs/ComponentFactory.Krypton.Toolkit/ComponentFactory.Krypton.Toolkit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/DLLs/ComponentFactory.Krypton.Toolkit/ComponentFactory.Krypton.Toolkit.dll -------------------------------------------------------------------------------- /Source/DLLs/ComponentFactory.Krypton.Toolkit/Source.txt: -------------------------------------------------------------------------------- 1 | https://github.com/Cocotteseb/Krypton 2 | 3 | BSD License 4 | 5 | For Krypton software 6 | 7 | Copyright (c) 2006-2015, Component Factory Pty Ltd 8 | All rights reserved. 9 | 10 | Redistribution and use in source and binary forms, with or without modification, 11 | are permitted provided that the following conditions are met: 12 | 13 | * Redistributions of source code must retain the above copyright notice, this 14 | list of conditions and the following disclaimer. 15 | 16 | * Redistributions in binary form must reproduce the above copyright notice, 17 | this list of conditions and the following disclaimer in the documentation 18 | and/or other materials provided with the distribution. 19 | 20 | * Neither the name Component Factory nor the names of its contributors may be 21 | used to endorse or promote products derived from this software without 22 | specific prior written permission. 23 | 24 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 25 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 26 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 27 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR 28 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 29 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 30 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 31 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 32 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 33 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- /Source/DLLs/IMPERATIVE to read.txt: -------------------------------------------------------------------------------- 1 | Hello 2 | 3 | Please note, as stated in the documentation page (http://www.jdhsoftware.com/products/krypton-outlookgrid/documentation/), 4 | that the (slightly modified) Krypton Components Suite (https://github.com/Cocotteseb/Krypton) is *NEEDED/REQUIRED/Put all synonyms* to run Krypton OutlookGrid. 5 | 6 | Please follow the steps described in the documentation to be hassle-free (especially for the *design time* support, really !). 7 | For quick time demo purposes, a Krypton Toolkit is included (debug version only). 8 | 9 | Thanks for reading! Have fun ! -------------------------------------------------------------------------------- /Source/Documentation/Content/VersionHistory/VersionHistory.aml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | The topics in this section describe the various changes made to the Krypton OutlookGrid over the 6 | life of the project. 7 | 8 | 9 |
10 | Version History 11 | 12 | Select a version below to see a description of its changes. 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
35 | 36 | 37 | 38 | 39 | 40 |
41 |
42 | -------------------------------------------------------------------------------- /Source/Documentation/Content/VersionHistory/v1.0.0.aml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | Version 1.0.0 was released on May 27, 2013. 7 | 8 | 9 | 10 |
11 | Changes in This Release 12 | 13 | 14 | 15 | 16 | Initial Public release 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
29 |
30 | -------------------------------------------------------------------------------- /Source/Documentation/Content/VersionHistory/v1.0.1.aml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | Version 1.0.1 was released on Jun 1, 2013. 7 | 8 | 9 | 10 |
11 | Changes in This Release 12 | 13 | 14 | 15 | 16 | * Fixed Issue #1431 17 | 18 | 19 | * Fixed Collapsing the first group row makes it no longer visible due to scrolling 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
32 |
33 | -------------------------------------------------------------------------------- /Source/Documentation/Content/VersionHistory/v1.2.0.aml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | Version 1.2.0 was released on Jun 1, 2013. 7 | 8 | 9 | 10 |
11 | Changes in This Release 12 | 13 | 14 | 15 | 16 | 17 | + Added autohide column when grouped option 18 | 19 | 20 | 21 | 22 | + Added ability to sort groups by count value 23 | 24 | 25 | 26 | 27 | + Added function to expand/collapse only one group 28 | 29 | 30 | 31 | 32 | + Added date interval for DateTime GridGroup 33 | 34 | 35 | 36 | 37 | + Added month, quarter and day support for the OutlookGridDateTimeGroup 38 | 39 | 40 | 41 | 42 | + Added the group order is now taken into account when grouping a column by dragging it inside the groupBox 43 | 44 | 45 | 46 | 47 | + Added group sort order changed when dragging columns in the groupBox 48 | 49 | 50 | 51 | 52 | + Added column chooser in the integrated context menu (visible) 53 | 54 | 55 | 56 | 57 | + Added unlimted multi-column sorting by code or by clicking on column header with mouse left + holding shift key. Ungroup is done with holding Ctrl key 58 | 59 | 60 | 61 | 62 | unsort by using Ctrl key 63 | 64 | 65 | 66 | 67 | + Added persistence configuration (save / restore -sort of) 68 | 69 | 70 | 71 | 72 | + Added Group Image Click event 73 | 74 | 75 | 76 | 77 | + Added custom (x elements) text for group row 78 | 79 | 80 | 81 | 82 | * Fixed severe bug when intial group order was not taken into account 83 | 84 | 85 | 86 | 87 | * Fixed bug where unsused/wrong loops were done when sorting groups 88 | 89 | 90 | 91 | 92 | * Fixed issue #1471 "Adding TextImage column throws an null reference exceptions" 93 | 94 | 95 | 96 | 97 | * Various bug fixes 98 | 99 | 100 | 101 | - Removed OutlookGridYearGroup as it is now included in OutlookGridDateTimeGroup 102 | 103 | 104 | 105 | 106 | 107 |
108 | 109 | 110 | 111 | 112 | 113 |
114 |
-------------------------------------------------------------------------------- /Source/Documentation/Content/Welcome.aml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | This is a sample conceptual topic. You can use this as a starting point for adding more conceptual 6 | content to your help project. 7 | 8 | 9 |
10 | Getting Started 11 | 12 | To get started, add a documentation source to the project (a Visual Studio solution, project, or 13 | assembly and XML comments file). See the Getting Started topics in the Sandcastle Help 14 | File Builder's help file for more information. The following default items are included in this project: 15 | 16 | 17 | 18 | ContentLayout.content - Use the content layout file to manage the 19 | conceptual content in the project and define its layout in the table of contents. 20 | 21 | 22 | 23 | The .\Media folder - Place images in this folder that you will reference 24 | from conceptual content using medialLink or mediaLinkInline 25 | elements. If you will not have any images in the file, you may remove this folder. 26 | 27 | 28 | 29 | The .\icons folder - This contains a default logo for the help file. You 30 | may replace it or remove it and the folder if not wanted. If removed or if you change the file name, update 31 | the Transform Args project properties page by removing or changing the filename in the 32 | logoFile transform argument. Note that unlike images referenced from conceptual topics, 33 | the logo file should have its BuildAction property set to Content. 34 | 35 | 36 | 37 | The .\Content folder - Use this to store your conceptual topics. You may 38 | name the files and organize them however you like. One suggestion is to lay the files out on disk as you have 39 | them in the content layout file as shown in this project but the choice is yours. Files can be added via the 40 | Solution Explorer or from within the content layout file editor. Files must appear in the content layout file 41 | in order to be compiled into the help file. 42 | 43 | 44 | 45 | See the Conceptual Content topics in the Sandcastle Help File Builder's 46 | help file for more information. See the Sandcastle MAML Guide for details on Microsoft 47 | Assistance Markup Language (MAML) which is used to create these topics. 48 | 49 |
50 | 51 | 52 | 53 | 54 |
55 |
56 | -------------------------------------------------------------------------------- /Source/Documentation/ContentLayout.content: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Source/Documentation/Help/Documentation.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/Documentation/Help/Documentation.chm -------------------------------------------------------------------------------- /Source/Documentation/icons/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/Documentation/icons/Help.png -------------------------------------------------------------------------------- /Source/Documentation/icons/table_elements_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/Documentation/icons/table_elements_64.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace KryptonOutlookGrid.SandBox 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// Point d'entrée principal de l'application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new MainForm()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // Les informations générales relatives à un assembly dépendent de 6 | // l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations 7 | // associées à un assembly. 8 | [assembly: AssemblyTitle("KryptonOutlookGrid.SandBox")] 9 | [assembly: AssemblyDescription("SandBox for the Krypton OutlookGrid component")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("JDH Software")] 12 | [assembly: AssemblyProduct("KryptonOutlookGrid.SandBox")] 13 | [assembly: AssemblyCopyright("Copyright © 2013-2016")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // L'affectation de la valeur false à ComVisible rend les types invisibles dans cet assembly 18 | // aux composants COM. Si vous devez accéder à un type dans cet assembly à partir de 19 | // COM, affectez la valeur true à l'attribut ComVisible sur ce type. 20 | [assembly: ComVisible(false)] 21 | 22 | // Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM 23 | [assembly: Guid("7ab89ff8-9bd3-4a88-9597-c879830676f7")] 24 | 25 | // Les informations de version pour un assembly se composent des quatre valeurs suivantes : 26 | // 27 | // Version principale 28 | // Version secondaire 29 | // Numéro de build 30 | // Révision 31 | // 32 | // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut 33 | // en utilisant '*', comme indiqué ci-dessous : 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.6.1.0")] 36 | [assembly: AssemblyFileVersion("1.6.1.0")] 37 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace KryptonOutlookGrid.SandBox.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_ASEAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_ASEAN.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_African Union(OAS).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_African Union(OAS).png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Arab League.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Arab League.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_CARICOM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_CARICOM.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_CIS.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Commonwealth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Commonwealth.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_England.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_England.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_European Union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_European Union.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Islamic Conference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Islamic Conference.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Kosovo.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_NATO.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Northern Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Northern Cyprus.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Northern Ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Northern Ireland.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_OPEC.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Olimpic Movement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Olimpic Movement.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Red Cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Red Cross.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Scotland.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Somaliland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Somaliland.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_United Nations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_United Nations.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/_Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/_Wales.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ad.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ae.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/af.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ag.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ai.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/al.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/am.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/an.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ao.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/aq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/aq.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ar.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/as.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/at.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/au.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/aw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ax.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/az.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ba.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bb.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bd.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/be.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bf.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bh.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bi.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bj.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bo.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/br.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bs.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bt.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bv.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/by.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/bz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ca.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/catalonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/catalonia.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cc.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cd.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cf.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ch.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ci.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ck.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cl.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/co.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cs.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cu.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cv.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cx.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cy.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/cz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/de.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/dj.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/dk.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/dm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/do.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/dz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ec.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ee.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/eg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/eh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/eh.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/england.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/england.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/er.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/es.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/et.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/europeanunion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/europeanunion.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/fam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/fam.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/fi.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/fj.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/fk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/fk.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/flag_france.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/flag_france.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/flag_germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/flag_germany.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/fm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/fo.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/fr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ga.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gb.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gd.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ge.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gf.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gh.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gi.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gl.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gp.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gq.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gs.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gt.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gu.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/gy.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/hk.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/hm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/hm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/hn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/hr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ht.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/hu.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/id.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ie.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/il.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/im.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/im.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/in.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/io.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/iq.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ir.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/is.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/it.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/je.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/je.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/jm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/jo.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/jp.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ke.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/kg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/kh.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ki.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/km.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/kn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/kp.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/kr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/kw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ky.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/kz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/la.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/lb.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/lc.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/li.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/lk.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/lr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ls.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/lt.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/lu.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/lv.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ly.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ma.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mc.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/md.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/me.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mh.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mk.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ml.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mo.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mp.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mq.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ms.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mt.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mu.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mv.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mx.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/my.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/mz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/na.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/nc.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ne.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/nf.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ng.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ni.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/nl.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/no.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/np.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/nr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/nu.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/nz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/om.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pa.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pe.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pf.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ph.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pk.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pl.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ps.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pt.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/pw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/py.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/qa.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/re.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ro.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/rs.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ru.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/rw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sa.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sb.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sc.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/scotland.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sd.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/se.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sh.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/si.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sj.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sk.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sl.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/so.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/st.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sv.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sy.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/sz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tc.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/td.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tf.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/th.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tj.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tk.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tl.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/to.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tr.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tt.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tv.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/tz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ua.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ug.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/um.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/um.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/us.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/uy.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/uz.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/va.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/va.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/vc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/vc.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ve.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/vg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/vg.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/vi.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/vn.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/vu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/vu.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/wales.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/wf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/wf.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ws.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/ye.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/yt.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/za.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/za.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/zm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/zm.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/Resources/zw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/Resources/zw.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/StaticInfos.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace KryptonOutlookGrid.SandBox 8 | { 9 | public static class StaticInfos 10 | { 11 | public const int _GRIDCONFIG_VERSION = 1; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/app.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 52 | 59 | 60 | 61 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.SandBox/potion_red.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid.SandBox/potion_red.ico -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 14 4 | VisualStudioVersion = 14.0.24720.0 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KryptonOutlookGrid.SandBox", "KryptonOutlookGrid.SandBox\KryptonOutlookGrid.SandBox.csproj", "{07D41E03-A98F-401A-9D4E-E1C5A04ED843}" 7 | EndProject 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KryptonOutlookGrid", "KryptonOutlookGrid\KryptonOutlookGrid.csproj", "{8532CA10-4C92-411E-99B4-65106628D131}" 9 | EndProject 10 | Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "Documentation\Documentation.shfbproj", "{BDEECD3C-40EA-493B-B9F1-66E091D9CD89}" 11 | ProjectSection(ProjectDependencies) = postProject 12 | {8532CA10-4C92-411E-99B4-65106628D131} = {8532CA10-4C92-411E-99B4-65106628D131} 13 | EndProjectSection 14 | EndProject 15 | Global 16 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 17 | Debug|Any CPU = Debug|Any CPU 18 | Release|Any CPU = Release|Any CPU 19 | EndGlobalSection 20 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 21 | {07D41E03-A98F-401A-9D4E-E1C5A04ED843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 22 | {07D41E03-A98F-401A-9D4E-E1C5A04ED843}.Debug|Any CPU.Build.0 = Debug|Any CPU 23 | {07D41E03-A98F-401A-9D4E-E1C5A04ED843}.Release|Any CPU.ActiveCfg = Release|Any CPU 24 | {07D41E03-A98F-401A-9D4E-E1C5A04ED843}.Release|Any CPU.Build.0 = Release|Any CPU 25 | {8532CA10-4C92-411E-99B4-65106628D131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 26 | {8532CA10-4C92-411E-99B4-65106628D131}.Debug|Any CPU.Build.0 = Debug|Any CPU 27 | {8532CA10-4C92-411E-99B4-65106628D131}.Release|Any CPU.ActiveCfg = Release|Any CPU 28 | {8532CA10-4C92-411E-99B4-65106628D131}.Release|Any CPU.Build.0 = Release|Any CPU 29 | {BDEECD3C-40EA-493B-B9F1-66E091D9CD89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 30 | {BDEECD3C-40EA-493B-B9F1-66E091D9CD89}.Debug|Any CPU.Build.0 = Debug|Any CPU 31 | {BDEECD3C-40EA-493B-B9F1-66E091D9CD89}.Release|Any CPU.ActiveCfg = Release|Any CPU 32 | {BDEECD3C-40EA-493B-B9F1-66E091D9CD89}.Release|Any CPU.Build.0 = Release|Any CPU 33 | EndGlobalSection 34 | GlobalSection(SolutionProperties) = preSolution 35 | HideSolutionNode = FALSE 36 | EndGlobalSection 37 | EndGlobal 38 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/IMPERATIVE to read.txt: -------------------------------------------------------------------------------- 1 | Hello 2 | 3 | Please note, as stated in the documentation page (http://www.jdhsoftware.com/products/krypton-outlookgrid/documentation/), 4 | that the (slightly modified) Krypton Components Suite (https://github.com/Cocotteseb/Krypton) is *NEEDED/REQUIRED/Put all synonyms* to run Krypton OutlookGrid. 5 | 6 | Please follow the steps described in the documentation to be hassle-free (especially for the *design time* support, really !). 7 | For quick time demo purposes, a Krypton Toolkit is included (debug version only). 8 | 9 | Thanks for reading! Have fun ! -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/FilterColumnHeaderCell.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Drawing; 4 | using System.Linq; 5 | using System.Text; 6 | using System.Threading.Tasks; 7 | using System.Windows.Forms; 8 | using System.Windows.Forms.VisualStyles; 9 | 10 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 11 | { 12 | public class FilterColumnHeaderCell : DataGridViewColumnHeaderCell 13 | { 14 | ComboBoxState currentState = ComboBoxState.Normal; 15 | Point cellLocation; 16 | Rectangle buttonRect; 17 | 18 | //public event EventHandler FilterButtonClicked; 19 | 20 | protected override void OnDataGridViewChanged() 21 | { 22 | try 23 | { 24 | Padding dropDownPadding = new Padding(0, 0, 20, 0); 25 | this.Style.Padding = Padding.Add(this.InheritedStyle.Padding, dropDownPadding); 26 | } 27 | catch { } 28 | base.OnDataGridViewChanged(); 29 | } 30 | 31 | protected override void Paint(Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts) 32 | { 33 | base.Paint(graphics, clipBounds, cellBounds, rowIndex, dataGridViewElementState, value, formattedValue, errorText, cellStyle, advancedBorderStyle, paintParts); 34 | 35 | int width = 100; // 20 px 36 | buttonRect = new Rectangle(cellBounds.X + cellBounds.Width - width, cellBounds.Y, width, cellBounds.Height); 37 | cellLocation = cellBounds.Location; 38 | ComboBoxRenderer.DrawDropDownButton(graphics, buttonRect, currentState); 39 | } 40 | protected override void OnMouseDown(DataGridViewCellMouseEventArgs e) 41 | { 42 | if (this.IsMouseOverButton(e.Location)) 43 | currentState = ComboBoxState.Pressed; 44 | base.OnMouseDown(e); 45 | } 46 | protected override void OnMouseUp(DataGridViewCellMouseEventArgs e) 47 | { 48 | if (this.IsMouseOverButton(e.Location)) 49 | { 50 | currentState = ComboBoxState.Normal; 51 | this.OnFilterButtonClicked(); 52 | } 53 | base.OnMouseUp(e); 54 | } 55 | private bool IsMouseOverButton(Point e) 56 | { 57 | Point p = new Point(e.X + cellLocation.X, e.Y + cellLocation.Y); 58 | if (p.X >= buttonRect.X && p.X <= buttonRect.X + buttonRect.Width && 59 | p.Y >= buttonRect.Y && p.Y <= buttonRect.Y + buttonRect.Height) 60 | { 61 | return true; 62 | } 63 | return false; 64 | } 65 | protected virtual void OnFilterButtonClicked() 66 | { 67 | // if (this.FilterButtonClicked != null) 68 | // { 69 | // this.FilterButtonClicked(this, new ColumnFilterClickedEventArg(this.ColumnIndex, this.buttonRect)); 70 | // } 71 | } 72 | } 73 | } -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/Formatting/CondtionalFormatting.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System.Xml; 12 | 13 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting 14 | { 15 | /// 16 | /// Conditional Formatting class 17 | /// 18 | public class ConditionalFormatting 19 | { 20 | /// 21 | /// Gets or sets the name of the column. 22 | /// 23 | /// 24 | /// The name of the column. 25 | /// 26 | public string ColumnName { get; set; } 27 | /// 28 | /// Gets or sets the type of the Conditional Formatting. 29 | /// 30 | /// 31 | /// The type of the Conditional Formatting. 32 | /// 33 | public EnumConditionalFormatType FormatType { get; set; } 34 | /// 35 | /// Gets or sets the Conditional Formatting parameters. 36 | /// 37 | /// 38 | /// The Conditional Formatting parameters. 39 | /// 40 | public IFormatParams FormatParams {get; set; } 41 | /// 42 | /// Gets or sets the minimum value. 43 | /// 44 | /// 45 | /// The minimum value. 46 | /// 47 | public double minValue { get; set; } 48 | /// 49 | /// Gets or sets the maximum value. 50 | /// 51 | /// 52 | /// The maximum value. 53 | /// 54 | public double maxValue { get; set; } 55 | 56 | /// 57 | /// Initializes a new instance of the class. 58 | /// 59 | public ConditionalFormatting() { } 60 | 61 | /// 62 | /// Initializes a new instance of the class. (Only use for context menu !) 63 | /// 64 | /// Type of the Conditional Formatting. 65 | /// The Conditional Formatting parameters. 66 | public ConditionalFormatting(EnumConditionalFormatType formatType, IFormatParams formatParams) 67 | { 68 | FormatType = formatType; 69 | FormatParams = formatParams; 70 | } 71 | 72 | /// 73 | /// Initializes a new instance of the class. 74 | /// 75 | /// Name of the column. 76 | /// Type of the Conditional Formatting. 77 | /// The Conditional Formatting parameters. 78 | public ConditionalFormatting(string columnName, EnumConditionalFormatType formatType, IFormatParams formatParams) 79 | { 80 | ColumnName = columnName; 81 | FormatType = formatType; 82 | FormatParams = formatParams; 83 | } 84 | 85 | internal void Persist(XmlWriter writer) 86 | { 87 | writer.WriteStartElement("Condition"); 88 | writer.WriteElementString("ColumnName", ColumnName); 89 | writer.WriteElementString("FormatType", FormatType.ToString()); 90 | writer.WriteStartElement("FormatParams"); 91 | FormatParams.Persist(writer); 92 | writer.WriteEndElement(); //FormatParams 93 | //No need to persist min/max Value. 94 | writer.WriteEndElement(); //Condition 95 | } 96 | } 97 | } 98 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/Formatting/EnumConditionalFormatType.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting 12 | { 13 | /// 14 | /// Conditional Formatting type 15 | /// 16 | public enum EnumConditionalFormatType 17 | { 18 | /// 19 | /// Two scale color 20 | /// 21 | TwoColorsRange, 22 | /// 23 | /// Three scale color 24 | /// 25 | ThreeColorsRange, 26 | /// 27 | /// Bar 28 | /// 29 | Bar 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/Formatting/IFormatParams.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System; 12 | using System.Xml; 13 | 14 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting 15 | { 16 | /// 17 | /// Parameter class for Conditionnal Formatting 18 | /// 19 | /// 20 | public interface IFormatParams : ICloneable 21 | { 22 | /// 23 | /// Persists the parameters. 24 | /// 25 | /// The XML writer. 26 | void Persist(XmlWriter writer); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/Formatting/Params/BarParams.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using ComponentFactory.Krypton.Toolkit; 12 | using System.Drawing; 13 | using System.Xml; 14 | 15 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting 16 | { 17 | /// 18 | /// Parameters for Bar formatting 19 | /// 20 | /// 21 | public class BarParams : IFormatParams 22 | { 23 | /// 24 | /// The bar color 25 | /// 26 | public Color BarColor; 27 | /// 28 | /// The gradient fill 29 | /// 30 | public bool GradientFill; 31 | /// 32 | /// The proportion value 33 | /// 34 | public double ProportionValue; 35 | 36 | /// 37 | /// Initializes a new instance of the class. 38 | /// 39 | /// Color of the bar. 40 | /// if set to true [gradient fill]. 41 | public BarParams(Color barColor, bool gradientFill) 42 | { 43 | BarColor = barColor; 44 | GradientFill = gradientFill; 45 | } 46 | 47 | /// 48 | /// Crée un objet qui est une copie de l'instance actuelle. 49 | /// 50 | /// 51 | /// Nouvel objet qui est une copie de cette instance. 52 | /// 53 | public object Clone() 54 | { 55 | return MemberwiseClone(); 56 | } 57 | 58 | /// 59 | /// Persists the parameters. 60 | /// 61 | /// The XML writer. 62 | void IFormatParams.Persist(XmlWriter writer) 63 | { 64 | writer.WriteElementString("BarColor", BarColor.ToArgb().ToString()); 65 | writer.WriteElementString("GradientFill", CommonHelper.BoolToString(GradientFill)); 66 | } 67 | } 68 | } 69 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/Formatting/Params/ThreeColorsParams.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System; 12 | using System.Drawing; 13 | using System.Xml; 14 | 15 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting 16 | { 17 | /// 18 | /// Three scale color class parameters 19 | /// 20 | /// 21 | public class ThreeColorsParams : IFormatParams 22 | { 23 | /// 24 | /// The minimum color 25 | /// 26 | public Color MinimumColor; 27 | /// 28 | /// The medium color 29 | /// 30 | public Color MediumColor; 31 | /// 32 | /// The maximum color 33 | /// 34 | public Color MaximumColor; 35 | /// 36 | /// The color associated to the value 37 | /// 38 | public Color ValueColor; 39 | 40 | /// 41 | /// Initializes a new instance of the class. 42 | /// 43 | /// The minimum color. 44 | /// Color of the medium. 45 | /// The maximum color. 46 | public ThreeColorsParams(Color minColor, Color mediumColor, Color maxColor) 47 | { 48 | MinimumColor = minColor; 49 | MediumColor = mediumColor; 50 | MaximumColor = maxColor; 51 | } 52 | 53 | /// 54 | /// Crée un objet qui est une copie de l'instance actuelle. 55 | /// 56 | /// 57 | /// Nouvel objet qui est une copie de cette instance. 58 | /// 59 | public object Clone() 60 | { 61 | return MemberwiseClone(); 62 | } 63 | 64 | /// 65 | /// Persists the parameters. 66 | /// 67 | /// The XML writer. 68 | void IFormatParams.Persist(XmlWriter writer) 69 | { 70 | writer.WriteElementString("MinimumColor", MinimumColor.ToArgb().ToString()); 71 | writer.WriteElementString("MediumColor", MediumColor.ToArgb().ToString()); 72 | writer.WriteElementString("MaximumColor", MaximumColor.ToArgb().ToString()); 73 | } 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/Formatting/Params/TwoColorsParams.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System.Drawing; 12 | using System.Xml; 13 | 14 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting 15 | { 16 | /// 17 | /// Two scale color class parameters 18 | /// 19 | /// 20 | public class TwoColorsParams : IFormatParams 21 | { 22 | /// 23 | /// Minimum color 24 | /// 25 | public Color MinimumColor; 26 | /// 27 | /// Maximum color 28 | /// 29 | public Color MaximumColor; 30 | /// 31 | /// Color associated to the value between min and max color 32 | /// 33 | public Color ValueColor; 34 | 35 | /// 36 | /// Initializes a new instance of the class. 37 | /// 38 | /// The minimum color. 39 | /// The maximum color. 40 | public TwoColorsParams(Color minColor, Color maxColor) 41 | { 42 | MinimumColor = minColor; 43 | MaximumColor = maxColor; 44 | } 45 | 46 | /// 47 | /// Crée un objet qui est une copie de l'instance actuelle. 48 | /// 49 | /// 50 | /// Nouvel objet qui est une copie de cette instance. 51 | /// 52 | public object Clone() 53 | { 54 | return MemberwiseClone(); 55 | } 56 | 57 | /// 58 | /// Persists the parameters. 59 | /// 60 | /// The XML writer. 61 | public void Persist(XmlWriter writer) 62 | { 63 | writer.WriteElementString("MinimumColor", MinimumColor.ToArgb().ToString()); 64 | writer.WriteElementString("MaximumColor", MaximumColor.ToArgb().ToString()); 65 | } 66 | } 67 | } 68 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/History.txt: -------------------------------------------------------------------------------- 1 | Version 1.7.0 2 | +Added custom row comparer per column if needed 3 | 4 | Version 1.6.1 5 | +Added grouping image for image column (with a specific grouping class) 6 | *Fixed bug in multi-column sorting with a specific IComparer object. 7 | 8 | Version 1.6.0 9 | +Allow conditional formatting for all rows in tree grid mode 10 | *Fixed custom rule form in french language 11 | *Updated and bug fixes in Sandbox 12 | 13 | Version 1.5.0 14 | +Improvements to Conditionnal Formatting : ThreeColors, performance improvements, full context menu, new icons, custom values form, persistence, contrast color and bug fixes ! 15 | +Allow to group the grid with null values ! 16 | +Rating cells now allows number up to 10 17 | +Added Timespan object for comparison (groups,...) 18 | +Added Token object for comparison (groups,...) 19 | *DPI aware improvements 20 | *Fixed a crash when opening the context menu header on a non grouping column 21 | *Fixed a bug where auto resize height row was not working for group rows 22 | *Refactoring and commenting code 23 | ~Removed try catch, it is up to the parent application to handle grid crashes : allows more flexibility for developers 24 | 25 | Version 1.4.0 26 | +Added Conditionnal Formatting: Bar, TwoColors (BETA) 27 | *Bug fixes for token column 28 | *Token column list or unique 29 | *Fixed dragging columns to change display order now correctly works 30 | 31 | Version 1.3.0 32 | +Added Tree Grid mode 33 | +Added TreeTextColumn 34 | +Added Token Column 35 | 36 | Version 1.2.0 37 | + Added autohide column when grouped option 38 | + Added ability to sort groups by count value 39 | + Added function to expand/collapse only one group 40 | + Added date interval for DateTime GridGroup 41 | + Added month, quarter and day support for the OutlookGridDateTimeGroup 42 | + Added the group order is now taken into account when grouping a column by dragging it inside the groupBox 43 | + Added group sort order changed when dragging columns in the groupBox 44 | + Added column chooser in the integrated context menu (visible) 45 | + Added unlimted multi-column sorting by code or by clicking on column header with mouse left + holding shift key. Ungroup is done with holding Ctrl key 46 | unsort by using Ctrl key 47 | + Added persistence configuration (save / restore -sort of) 48 | + Added Group Image Click event 49 | + Added custom (x elements) text for group row 50 | + Added CustomComparer for sorting 51 | * Fixed severe bug when intial group order was not taken into account 52 | * Fixed bug where unsused/wrong loops were done when sorting groups 53 | * Fixed issue #1471 "Adding TextImage column throws an null reference exceptions" 54 | * Various bug fixes 55 | - Removed OutlookGridYearGroup as it is now included in OutlookGridDateTimeGroup 56 | 57 | Version 1.0.1 58 | *Fixed Issue #1431 59 | *Fixed Collapsing the first group row makes it no longer visible due to scrolling 60 | 61 | Version 1.0.0 62 | +Initial public release 63 | 64 | 65 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/IOutlookGridGroup.cs: -------------------------------------------------------------------------------- 1 | // Copyright 2006 Herre Kuijpers - 2 | // 3 | // This source file(s) may be redistributed, altered and customized 4 | // by any means PROVIDING the authors name and all copyright 5 | // notices remain intact. 6 | // THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 7 | // EXPRESS OR IMPLIED. USE IT AT YOUR OWN RISK. THE AUTHOR ACCEPTS NO 8 | // LIABILITY FOR ANY DATA DAMAGE/LOSS THAT THIS PRODUCT MAY CAUSE. 9 | //----------------------------------------------------------------------- 10 | 11 | //-------------------------------------------------------------------------------- 12 | // Copyright (C) 2013-2021 JDH Software - 13 | // 14 | // This program is provided to you under the terms of the Microsoft Public 15 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 16 | // 17 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 18 | // 19 | //-------------------------------------------------------------------------------- 20 | 21 | using System; 22 | using System.Collections; 23 | using System.Collections.Generic; 24 | using System.Drawing; 25 | 26 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 27 | { 28 | /// 29 | /// IOutlookGridGroup specifies the interface of any implementation of a OutlookGridGroup class 30 | /// Each implementation of the IOutlookGridGroup can override the behaviour of the grouping mechanism 31 | /// Notice also that ICloneable must be implemented. The OutlookGrid makes use of the Clone method of the Group 32 | /// to create new Group clones. Related to this is the OutlookGrid.GroupTemplate property, which determines what 33 | /// type of Group must be cloned. 34 | /// 35 | public interface IOutlookGridGroup : IComparable, ICloneable 36 | { 37 | /// 38 | /// the text to be displayed in the group row 39 | /// 40 | string Text { get; } //set; } 41 | 42 | /// 43 | /// determines the value of the current group. this is used to compare the group value 44 | /// against each item's value. 45 | /// 46 | object Value { get; set; } 47 | 48 | /// 49 | /// indicates whether the group is collapsed. If it is collapsed, it group items (rows) will 50 | /// not be displayed. 51 | /// 52 | bool Collapsed { get; set; } 53 | 54 | /// 55 | /// specifies the number of items that are part of the current group 56 | /// this value is automatically filled each time the grid is re-drawn 57 | /// e.g. after sorting the grid. 58 | /// 59 | int ItemCount { get; set; } 60 | 61 | /// 62 | /// specifies the default height of the group 63 | /// each group is cloned from the GroupStyle object. Setting the height of this object 64 | /// will also set the default height of each group. 65 | /// 66 | int Height { get; set; } 67 | 68 | //New additions 69 | 70 | /// 71 | /// specifies which column is associated with this group 72 | /// 73 | OutlookGridColumn Column { get; set; } 74 | 75 | /// 76 | /// The list of the rows contained in a group 77 | /// 78 | List Rows { get; set; } 79 | 80 | /// 81 | /// The parent group if any 82 | /// 83 | IOutlookGridGroup ParentGroup { get; set; } 84 | 85 | /// 86 | /// The level in the depth of groups 87 | /// 88 | int Level { get; set; } 89 | 90 | /// 91 | /// The children groups 92 | /// 93 | OutlookGridGroupCollection Children { get; set; } 94 | 95 | /// 96 | /// Format style of the cell 97 | /// 98 | string FormatStyle { get; set; } 99 | 100 | /// 101 | /// Image associated to the group if any 102 | /// 103 | Image GroupImage { get; set; } 104 | 105 | /// 106 | /// The text associated for the group text (1 item) 107 | /// 108 | string OneItemText { get; set; } 109 | 110 | /// 111 | /// The text associated for the group text (XXX items) 112 | /// 113 | string XXXItemsText { get; set; } 114 | 115 | /// 116 | /// Allows the column to be hidden when it is grouped by 117 | /// 118 | bool AllowHiddenWhenGrouped { get; set; } 119 | 120 | /// 121 | /// Sort groups using count items value 122 | /// 123 | bool SortBySummaryCount { get; set; } 124 | 125 | ///// 126 | ///// Gets or sets the items comparer, if overriding the default IComparable is needed 127 | ///// 128 | //IComparer ItemsComparer { get; set; } 129 | } 130 | } 131 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/KryptonOutlookGridGroupBox.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 2 | { 3 | partial class KryptonOutlookGridGroupBox 4 | { 5 | /// 6 | /// Variable nécessaire au concepteur. 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | #region Code généré par le Concepteur de composants 11 | 12 | /// 13 | /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas 14 | /// le contenu de cette méthode avec l'éditeur de code. 15 | /// 16 | private void InitializeComponent() 17 | { 18 | this.SuspendLayout(); 19 | // 20 | // KryptonOutlookGridGroupBox 21 | // 22 | this.AllowDrop = true; 23 | this.Name = "KryptonOutlookGridGroupBox"; 24 | this.Size = new System.Drawing.Size(744, 46); 25 | this.DragDrop += new System.Windows.Forms.DragEventHandler(this.KryptonOutlookGridGroupBox_DragDrop); 26 | this.DragEnter += new System.Windows.Forms.DragEventHandler(this.KryptonOutlookGridGroupBox_DragEnter); 27 | this.ResumeLayout(false); 28 | 29 | } 30 | 31 | #endregion 32 | 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGrid.designer.cs: -------------------------------------------------------------------------------- 1 | using System.Drawing; 2 | 3 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 4 | { 5 | partial class KryptonOutlookGrid 6 | { 7 | /// 8 | /// Required designer variable. 9 | /// 10 | private System.ComponentModel.IContainer components = null; 11 | 12 | ///// 13 | ///// Clean up any resources being used. 14 | ///// 15 | ///// true if managed resources should be disposed; otherwise, false. 16 | //protected override void Dispose(bool disposing) 17 | //{ 18 | // if (disposing && (components != null)) 19 | // { 20 | // components.Dispose(); 21 | // } 22 | // base.Dispose(disposing); 23 | //} 24 | 25 | #region Component Designer generated code 26 | 27 | /// 28 | /// Required method for Designer support - do not modify 29 | /// the contents of this method with the code editor. 30 | /// 31 | private void InitializeComponent() 32 | { 33 | components = new System.ComponentModel.Container(); 34 | } 35 | #endregion 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGridColumn.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System; 12 | using System.Collections; 13 | using System.Collections.Generic; 14 | using System.Windows.Forms; 15 | 16 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 17 | { 18 | /// 19 | /// Column for the OutlookGrid 20 | /// 21 | public class OutlookGridColumn : IEquatable 22 | { 23 | #region Constructor 24 | /// 25 | /// Constructor 26 | /// 27 | /// The DataGridViewColumn. 28 | /// The group type for the column. 29 | /// The sort direction. 30 | /// The column's position in grouping and at which level. 31 | /// the column's position among sorted columns. 32 | /// The comparer if needed. 33 | public OutlookGridColumn(DataGridViewColumn col, IOutlookGridGroup group, SortOrder sortDirection, int groupIndex, int sortIndex, IComparer comparer) 34 | { 35 | DataGridViewColumn = col; 36 | Name = col.Name; 37 | GroupingType = group; 38 | SortDirection = sortDirection; 39 | GroupIndex = groupIndex; 40 | SortIndex = sortIndex; 41 | RowsComparer = comparer; 42 | } 43 | 44 | /// 45 | /// Constructor 46 | /// 47 | /// The name. 48 | /// The DataGridViewColumn. 49 | /// The group type for the column. 50 | /// The sort direction. 51 | /// The column's position in grouping and at which level. 52 | /// the column's position among sorted columns. 53 | /// The comparer if needed 54 | public OutlookGridColumn(string columnName, DataGridViewColumn col, IOutlookGridGroup group, SortOrder sortDirection, int groupIndex, int sortIndex, IComparer comparer) 55 | { 56 | DataGridViewColumn = col; 57 | Name = columnName; 58 | GroupingType = group; 59 | SortDirection = sortDirection; 60 | GroupIndex = groupIndex; 61 | SortIndex = sortIndex; 62 | RowsComparer = comparer; 63 | } 64 | 65 | #endregion 66 | 67 | #region Properties 68 | /// 69 | /// Gets or sets the column name 70 | /// 71 | public string Name { get; set; } 72 | 73 | /// 74 | /// Gets or sets if the column is grouped 75 | /// 76 | public bool IsGrouped 77 | { 78 | get { return GroupIndex > -1; } 79 | } 80 | 81 | /// 82 | /// Gets or sets the sort direction 83 | /// 84 | public SortOrder SortDirection { get; set; } 85 | 86 | /// 87 | /// Gets or sets the associated DataGridViewColumn 88 | /// 89 | public DataGridViewColumn DataGridViewColumn { get; set; } 90 | 91 | /// 92 | /// Gets or sets the group 93 | /// 94 | public IOutlookGridGroup GroupingType { get; set; } 95 | 96 | /// 97 | /// Gets or sets the column's position in grouping and at which level 98 | /// 99 | public int GroupIndex { get; set; } 100 | 101 | /// 102 | /// Gets or sets the column's position among sorted columns 103 | /// 104 | public int SortIndex { get; set; } 105 | 106 | /// 107 | /// Gets or sets the custom row comparer, if needed. 108 | /// 109 | public IComparer RowsComparer { get; set; } 110 | 111 | #endregion 112 | 113 | #region Implements 114 | 115 | /// 116 | /// Defines Equals methode (interface IEquatable) 117 | /// 118 | /// The OutlookGridColumn to compare with 119 | /// 120 | public bool Equals(OutlookGridColumn other) 121 | { 122 | return DataGridViewColumn.Name.Equals(other.DataGridViewColumn.Name); 123 | } 124 | 125 | #endregion 126 | } 127 | } 128 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGridColumnEventArgs.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System; 12 | 13 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 14 | { 15 | /// 16 | /// Class for events of the column in the groupbox. 17 | /// 18 | public class OutlookGridColumnEventArgs : EventArgs 19 | { 20 | private OutlookGridColumn column; 21 | 22 | /// 23 | /// Constructor 24 | /// 25 | /// The OutlookGridColumn. 26 | public OutlookGridColumnEventArgs(OutlookGridColumn col) 27 | { 28 | this.column = col; 29 | } 30 | 31 | /// 32 | /// Gets or sets the name of the column. 33 | /// 34 | public OutlookGridColumn Column 35 | { 36 | get 37 | { 38 | return this.column; 39 | } 40 | set 41 | { 42 | this.column = value; 43 | } 44 | } 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGridGroupBoxColumn.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System; 12 | using System.Collections; 13 | using System.Drawing; 14 | using System.Windows.Forms; 15 | 16 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 17 | { 18 | /// 19 | /// Column for the OutlookGrid GroupBox 20 | /// 21 | public class OutlookGridGroupBoxColumn : IEquatable 22 | { 23 | #region "Constructor" 24 | /// 25 | /// Constructor 26 | /// 27 | /// The column name. 28 | /// The display text of the column. 29 | /// The column sort order. 30 | /// The name of the used OutlookGridGroup mode. 31 | public OutlookGridGroupBoxColumn(string columnName, string columnText, SortOrder sort, string groupingType) 32 | { 33 | Text = columnText; 34 | ColumnName = columnName; 35 | SortDirection = sort; 36 | GroupingType = groupingType; 37 | } 38 | #endregion 39 | 40 | #region "Properties" 41 | 42 | /// 43 | /// Gets or sets the associated Rectangle that represents the column 44 | /// 45 | public Rectangle Rect { get; set; } 46 | /// 47 | /// Gets or sets the HeaderText of the column. 48 | /// 49 | public string Text { get; set; } 50 | /// 51 | /// Gets or sets the boolean that indicates if the column is in a pressed state. 52 | /// 53 | public bool Pressed { get; set; } 54 | /// 55 | /// Gets or sets the Sort direction of the column. 56 | /// 57 | public SortOrder SortDirection { get; set; } 58 | /// 59 | /// Gets or sets the associated column name 60 | /// 61 | public string ColumnName { get; set; } 62 | /// 63 | /// Gets or sets the boolean that indicates if the column is currently beeing dragged. 64 | /// 65 | public bool IsMoving { get; set; } 66 | /// 67 | /// Gets or sets the boolean that indicates if the column is currently beeing hovered by the mouse. 68 | /// 69 | public bool IsHovered { get; set; } 70 | /// 71 | /// Gets or sets a string that corresponds to the name of the OutlookGridGroup 72 | /// 73 | public string GroupingType { get; set; } 74 | /// 75 | /// Gets or sets the date interval if the grouping type is OutlookDateTimeGroup 76 | /// 77 | public string GroupInterval { get; set; } 78 | /// 79 | /// Gets or sets the boolean that indicates if the column should be grouped by using the count value 80 | /// 81 | public bool SortBySummaryCount { get; set; } 82 | 83 | #endregion 84 | 85 | #region "Implements" 86 | /// 87 | /// Defines Equals method on the columnName 88 | /// 89 | /// The OutlookGridGroupBoxColumn to compare with. 90 | /// True or False. 91 | public bool Equals(OutlookGridGroupBoxColumn other) 92 | { 93 | return this.ColumnName.Equals(other.ColumnName); 94 | } 95 | #endregion 96 | } 97 | } 98 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGridGroupCollection.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System.Collections.Generic; 12 | 13 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 14 | { 15 | /// 16 | /// List of IOutlookGridGroups 17 | /// 18 | public class OutlookGridGroupCollection 19 | { 20 | #region "Variables" 21 | private IOutlookGridGroup parentGroup; 22 | private List groupList; 23 | #endregion 24 | 25 | #region "Constructor" 26 | /// 27 | /// Initializes a new instance of the class. 28 | /// 29 | public OutlookGridGroupCollection() 30 | { 31 | groupList = new List(); 32 | } 33 | 34 | /// 35 | /// Initializes a new instance of the class. 36 | /// 37 | /// The parent group, if any. 38 | public OutlookGridGroupCollection(IOutlookGridGroup parentGroup) 39 | { 40 | groupList = new List(); 41 | this.parentGroup = parentGroup; 42 | } 43 | #endregion 44 | 45 | #region Properties 46 | 47 | /// 48 | /// Gets or Sets the parent group 49 | /// 50 | public IOutlookGridGroup ParentGroup 51 | { 52 | get 53 | { 54 | return this.parentGroup; 55 | } 56 | internal set 57 | { 58 | this.parentGroup = value; 59 | } 60 | } 61 | 62 | /// 63 | /// Gets the list of IOutlookGridGroup. 64 | /// 65 | public List List 66 | { 67 | get 68 | { 69 | return groupList; 70 | } 71 | } 72 | 73 | /// 74 | /// Gets the number of groups 75 | /// 76 | public int Count 77 | { 78 | get 79 | { 80 | return groupList.Count; 81 | } 82 | } 83 | 84 | #endregion 85 | 86 | #region "Public methods" 87 | 88 | /// 89 | /// Gets the Group object 90 | /// 91 | /// Index in the list of groups. 92 | /// The IOutlookGridGroup. 93 | public IOutlookGridGroup this[int index] 94 | { 95 | get 96 | { 97 | return groupList[index]; 98 | } 99 | } 100 | 101 | /// 102 | /// Adds a new group 103 | /// 104 | /// The IOutlookGridGroup. 105 | public void Add(IOutlookGridGroup group) 106 | { 107 | groupList.Add(group); 108 | } 109 | 110 | /// 111 | /// Sorts the groups 112 | /// 113 | public void Sort() 114 | { 115 | groupList.Sort(); 116 | } 117 | 118 | /// 119 | /// Sorts the groups 120 | /// 121 | internal void Sort(OutlookGridGroupCountComparer comparer) 122 | { 123 | groupList.Sort(comparer); 124 | } 125 | 126 | /// 127 | /// Find a group by its value 128 | /// 129 | /// The value of the group 130 | /// The IOutlookGridGroup. 131 | public IOutlookGridGroup FindGroup(object value) 132 | { 133 | //We must return null if no group exist, then the OutlookGrid will create one. But we must return a group even for a null value. 134 | if (value == null) 135 | { 136 | return groupList.Find(x => x.Value == null); 137 | //return null; 138 | } 139 | //return groupList.Find(x => x.Value.Equals(value)); 140 | return groupList.Find(x => x.Value != null && x.Value.Equals(value)); 141 | } 142 | 143 | #endregion 144 | 145 | #region "Internals" 146 | 147 | internal void Clear() 148 | { 149 | parentGroup = null; 150 | //If a group is collapsed the rows will not appear. Then if we clear the group the rows should not remain "collapsed" 151 | for (int i = 0; i < groupList.Count; i++) 152 | { 153 | groupList[i].Collapsed = false; 154 | } 155 | groupList.Clear(); 156 | } 157 | 158 | #endregion 159 | } 160 | } 161 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGridGroupCountComparer.cs: -------------------------------------------------------------------------------- 1 | // Copyright 2006 Herre Kuijpers - 2 | // 3 | // This source file(s) may be redistributed, altered and customized 4 | // by any means PROVIDING the authors name and all copyright 5 | // notices remain intact. 6 | // THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 7 | // EXPRESS OR IMPLIED. USE IT AT YOUR OWN RISK. THE AUTHOR ACCEPTS NO 8 | // LIABILITY FOR ANY DATA DAMAGE/LOSS THAT THIS PRODUCT MAY CAUSE. 9 | //----------------------------------------------------------------------- 10 | 11 | //-------------------------------------------------------------------------------- 12 | // Copyright (C) 2013-2021 JDH Software - 13 | // 14 | // This program is provided to you under the terms of the Microsoft Public 15 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 16 | // 17 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 18 | // 19 | //-------------------------------------------------------------------------------- 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Windows.Forms; 23 | 24 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 25 | { 26 | internal class OutlookGridGroupCountComparer : IComparer 27 | { 28 | public OutlookGridGroupCountComparer() 29 | { 30 | } 31 | 32 | #region IComparer Members 33 | 34 | public int Compare(IOutlookGridGroup x, IOutlookGridGroup y) 35 | { 36 | int compareResult = 0; 37 | try 38 | { 39 | int orderModifier = (x.Column.SortDirection == SortOrder.Ascending ? 1 : -1); 40 | 41 | int c1 = x.ItemCount; 42 | int c2 = y.ItemCount; 43 | compareResult = c1.CompareTo(c2) * orderModifier; 44 | 45 | if (compareResult == 0) 46 | { 47 | compareResult = x.CompareTo(y); 48 | } 49 | return compareResult; 50 | } 51 | catch (Exception ex) 52 | { 53 | throw new Exception("OutlookGridGroupCountComparer: " + this.ToString(), ex); 54 | } 55 | } 56 | #endregion 57 | } 58 | } -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGridGroupImageEventArgs.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | using System; 11 | 12 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 13 | { 14 | /// 15 | /// Class for events of the group image of a group row. 16 | /// 17 | public class OutlookGridGroupImageEventArgs : EventArgs 18 | { 19 | private OutlookGridRow row; 20 | 21 | /// 22 | /// Constructor 23 | /// 24 | /// The OutlookGridRow. 25 | public OutlookGridGroupImageEventArgs(OutlookGridRow row) 26 | { 27 | this.row = row; 28 | } 29 | 30 | /// 31 | /// Gets or sets the row. 32 | /// 33 | public OutlookGridRow Row 34 | { 35 | get 36 | { 37 | return this.row; 38 | } 39 | set 40 | { 41 | this.row = value; 42 | } 43 | } 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGridRowNodeCollection.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | using System.Collections.Generic; 11 | 12 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 13 | { 14 | /// 15 | /// List of IOutlookGridGroups 16 | /// 17 | public class OutlookGridRowNodeCollection 18 | { 19 | #region "Variables" 20 | private OutlookGridRow _parentNode; 21 | private List subNodes; 22 | #endregion 23 | 24 | #region "Constructor" 25 | /// 26 | /// Initializes a new instance of the class. 27 | /// 28 | /// The parent node. 29 | public OutlookGridRowNodeCollection(OutlookGridRow parentNode) 30 | { 31 | _parentNode = parentNode; 32 | subNodes = new List(); 33 | } 34 | #endregion 35 | 36 | #region Properties 37 | 38 | /// 39 | /// Gets the parent node. 40 | /// 41 | /// 42 | /// The parent node. 43 | /// 44 | public OutlookGridRow ParentNode 45 | { 46 | get 47 | { 48 | return _parentNode; 49 | } 50 | internal set 51 | { 52 | _parentNode = value; 53 | } 54 | } 55 | 56 | /// 57 | /// Gets the nodes. 58 | /// 59 | /// 60 | /// The nodes. 61 | /// 62 | public List Nodes 63 | { 64 | get 65 | { 66 | return subNodes; 67 | } 68 | } 69 | 70 | 71 | /// 72 | /// Gets the number of groups 73 | /// 74 | /// 75 | /// The count. 76 | /// 77 | public int Count 78 | { 79 | get 80 | { 81 | return subNodes.Count; 82 | } 83 | } 84 | 85 | #endregion 86 | 87 | #region "Public methods" 88 | 89 | 90 | /// 91 | /// Gets the at the specified index. 92 | /// 93 | /// 94 | /// The . 95 | /// 96 | /// The index. 97 | /// The IOutlookGridGroup. 98 | public OutlookGridRow this[int index] 99 | { 100 | get 101 | { 102 | return subNodes[index]; 103 | } 104 | } 105 | 106 | /// 107 | /// Adds the specified row. 108 | /// 109 | /// The row. 110 | public void Add(OutlookGridRow row) 111 | { 112 | row.ParentNode = _parentNode; 113 | row.NodeLevel = ParentNode.NodeLevel + 1; //Not ++ 114 | subNodes.Add(row); 115 | } 116 | 117 | /// 118 | /// Sorts this instance. 119 | /// 120 | public void Sort() 121 | { 122 | subNodes.Sort(); 123 | } 124 | 125 | /// 126 | /// Sorts the specified comparer. 127 | /// 128 | /// The comparer. 129 | internal void Sort(OutlookGridRowComparer2 comparer) 130 | { 131 | subNodes.Sort(comparer); 132 | } 133 | 134 | /// 135 | /// Gets the Index of a row 136 | /// 137 | /// The OutlookGrid row. 138 | /// 139 | public int IndexOf(OutlookGridRow row) 140 | { 141 | return subNodes.IndexOf(row); 142 | } 143 | 144 | #endregion 145 | 146 | #region "Internals" 147 | 148 | /// 149 | /// Clears all subnodes. 150 | /// 151 | internal void Clear() 152 | { 153 | _parentNode = null; 154 | //If a group is collapsed the rows will not appear. Then if we clear the group the rows should not remain "collapsed" 155 | for (int i = 0; i < subNodes.Count; i++) 156 | { 157 | subNodes[i].Collapsed = false; 158 | } 159 | subNodes.Clear(); 160 | } 161 | 162 | #endregion 163 | } 164 | } -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/OutlookGridRowNodeEvents.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System; 12 | using System.ComponentModel; 13 | 14 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 15 | { 16 | /// 17 | /// Base class for OutlookGridRowNode events 18 | /// 19 | /// 20 | public class OutlookGridRowNodeEventBase : EventArgs 21 | { 22 | private OutlookGridRow _row; 23 | 24 | /// 25 | /// Initializes a new instance of the class. 26 | /// 27 | /// The node. 28 | public OutlookGridRowNodeEventBase(OutlookGridRow node) 29 | { 30 | _row = node; 31 | } 32 | 33 | /// 34 | /// Gets the node. 35 | /// 36 | /// 37 | /// The node. 38 | /// 39 | public OutlookGridRow Node 40 | { 41 | get { return _row; } 42 | } 43 | } 44 | 45 | 46 | /// 47 | /// Base class OutlookGridRowNode cancellable events 48 | /// 49 | /// 50 | public class OutlookGridRowNodeCancelEventBase : CancelEventArgs 51 | { 52 | private OutlookGridRow _row; 53 | 54 | /// 55 | /// Initializes a new instance of the class. 56 | /// 57 | /// The node. 58 | public OutlookGridRowNodeCancelEventBase(OutlookGridRow node) 59 | { 60 | _row = node; 61 | } 62 | 63 | /// 64 | /// Gets the node. 65 | /// 66 | /// 67 | /// The node. 68 | /// 69 | public OutlookGridRow Node 70 | { 71 | get { return _row; } 72 | } 73 | } 74 | 75 | /// 76 | /// Class for Node collapsing events 77 | /// 78 | /// 79 | public class CollapsingEventArgs : OutlookGridRowNodeCancelEventBase 80 | { 81 | /// 82 | /// Initializes a new instance of the class. 83 | /// 84 | /// The node. 85 | public CollapsingEventArgs(OutlookGridRow node) 86 | : base(node) 87 | { 88 | } 89 | } 90 | 91 | /// 92 | /// Class for Node collapsed events 93 | /// 94 | /// 95 | public class CollapsedEventArgs : OutlookGridRowNodeEventBase 96 | { 97 | /// 98 | /// Initializes a new instance of the class. 99 | /// 100 | /// The node. 101 | public CollapsedEventArgs(OutlookGridRow node) 102 | : base(node) 103 | { 104 | } 105 | } 106 | 107 | 108 | /// 109 | /// Class for Node expanding events 110 | /// 111 | /// 112 | public class ExpandingEventArgs : OutlookGridRowNodeCancelEventBase 113 | { 114 | /// 115 | /// Initializes a new instance of the class. 116 | /// 117 | /// The node. 118 | public ExpandingEventArgs(OutlookGridRow node) : base(node) 119 | { 120 | } 121 | } 122 | 123 | 124 | /// 125 | /// Class for Node expanding events 126 | /// 127 | /// 128 | public class ExpandedEventArgs : OutlookGridRowNodeEventBase 129 | { 130 | /// 131 | /// Initializes a new instance of the class. 132 | /// 133 | /// The node. 134 | public ExpandedEventArgs(OutlookGridRow node) : base(node) 135 | { 136 | } 137 | } 138 | 139 | } 140 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/KryptonOutlookGrid/StaticValues.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid 12 | { 13 | /// 14 | /// Static values 15 | /// 16 | public static class StaticValues 17 | { 18 | /// 19 | /// The default group row height 20 | /// 21 | public static int _defaultGroupRowHeight = 34; 22 | /// 23 | /// The group row height for 2013 palettes 24 | /// 25 | public static int _2013GroupRowHeight = 24; 26 | /// 27 | /// The default offset height 28 | /// 29 | public static int _defaultOffsetHeight = 22; 30 | /// 31 | /// The offset height for 2013 palettes 32 | /// 33 | public static int _2013OffsetHeight = 11; 34 | /// 35 | /// The image offset width 36 | /// 37 | public static int _ImageOffsetwidth = 18; 38 | /// 39 | /// The group level multiplier 40 | /// 41 | public static int _groupLevelMultiplier = 15; 42 | /// 43 | /// The group image side size 44 | /// 45 | public static int _groupImageSide = 16; 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.InteropServices; 3 | 4 | // Les informations générales relatives à un assembly dépendent de 5 | // l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations 6 | // associées à un assembly. 7 | [assembly: AssemblyTitle("Krypton OutlookGrid")] 8 | [assembly: AssemblyDescription("KryptonDataGridView with multi sorting and multi grouping abilities")] 9 | [assembly: AssemblyConfiguration("")] 10 | [assembly: AssemblyCompany("JDH Software")] 11 | [assembly: AssemblyProduct("KryptonOutlookGrid")] 12 | [assembly: AssemblyCopyright("Copyright © JDH Software 2013-2016")] 13 | [assembly: AssemblyTrademark("")] 14 | [assembly: AssemblyCulture("")] 15 | 16 | // L'affectation de la valeur false à ComVisible rend les types invisibles dans cet assembly 17 | // aux composants COM. Si vous devez accéder à un type dans cet assembly à partir de 18 | // COM, affectez la valeur true à l'attribut ComVisible sur ce type. 19 | [assembly: ComVisible(false)] 20 | 21 | // Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM 22 | [assembly: Guid("f4c8df7d-820c-4ead-befb-8f740e896292")] 23 | 24 | // Les informations de version pour un assembly se composent des quatre valeurs suivantes : 25 | // 26 | // Version principale 27 | // Version secondaire 28 | // Numéro de build 29 | // Révision 30 | // 31 | // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut 32 | // en utilisant '*', comme indiqué ci-dessous : 33 | // [assembly: AssemblyVersion("1.0.*")] 34 | [assembly: AssemblyVersion("1.6.1.0")] 35 | [assembly: AssemblyFileVersion("1.6.1.0")] 36 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/CollapseIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/CollapseIcon.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/CollapseIcon2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/CollapseIcon2010.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_gradient2_blue_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_gradient2_blue_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_gradient_blue_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_gradient_blue_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_gradient_green_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_gradient_green_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_gradient_pink_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_gradient_pink_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_gradient_red_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_gradient_red_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_gradient_rose_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_gradient_rose_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_gradient_violet_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_gradient_violet_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_gradient_yellow_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_gradient_yellow_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_solid_blue_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_solid_blue_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_solid_green_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_solid_green_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_solid_pink_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_solid_pink_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_solid_red_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_solid_red_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_solid_rose_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_solid_rose_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_solid_violet_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_solid_violet_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/Databar_solid_yellow_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/Databar_solid_yellow_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/ExpandIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/ExpandIcon.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/ExpandIcon2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/ExpandIcon2010.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/ThreeColors_blue_white_red_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/ThreeColors_blue_white_red_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/ThreeColors_green_white_red_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/ThreeColors_green_white_red_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/ThreeColors_green_yellow_red_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/ThreeColors_green_yellow_red_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/ThreeColors_red_white_blue_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/ThreeColors_red_white_blue_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/ThreeColors_red_white_green_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/ThreeColors_red_white_green_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/ThreeColors_red_yellow_green_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/ThreeColors_red_yellow_green_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_blue_white_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_blue_white_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_green_white_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_green_white_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_pink_white_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_pink_white_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_red_white_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_red_white_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_violet_white_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_violet_white_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_white_blue_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_white_blue_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_white_green_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_white_green_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_white_pink_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_white_pink_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_white_red_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_white_red_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_white_violet_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_white_violet_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_white_yellow_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_white_yellow_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/TwoColors_yellow_white_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/TwoColors_yellow_white_32.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/color2scale_generic_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/color2scale_generic_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/color3scale_generic_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/color3scale_generic_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/databar_generic_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/databar_generic_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/element.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/element_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/element_delete.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/element_minus_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/element_minus_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/element_plus_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/element_plus_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/element_selection_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/element_selection_delete.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/elements_minus_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/elements_minus_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/elements_plus_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/elements_plus_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/eraser.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/fit_to_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/fit_to_size.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/navigate_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/navigate_minus.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/navigate_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/navigate_plus.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/paint_bucket_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/paint_bucket_green.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/sort_az_ascending2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/sort_az_ascending2.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/sort_az_descending2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/sort_az_descending2.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/sort_up_down_delete_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/sort_up_down_delete_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star0.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star1.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star2.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star3.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star4.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star5.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star_yellow.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star_yellow_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star_yellow_disabled.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/star_yellow_half_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/star_yellow_half_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/starhot0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/starhot0.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/starhot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/starhot1.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/starhot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/starhot2.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/starhot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/starhot3.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/starhot4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/starhot4.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/starhot5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/starhot5.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/table2_selection_column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/table2_selection_column.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Resources/table_conditional_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cocotteseb/Krypton-OutlookGrid/1213865f8e32c87eeebfd81a9c3e9392893320f1/Source/KryptonOutlookGrid/Resources/table_conditional_16.png -------------------------------------------------------------------------------- /Source/KryptonOutlookGrid/Utils/Lang/LangManager.cs: -------------------------------------------------------------------------------- 1 | //-------------------------------------------------------------------------------- 2 | // Copyright (C) 2013-2021 JDH Software - 3 | // 4 | // This program is provided to you under the terms of the Microsoft Public 5 | // License (Ms-PL) as published at https://github.com/Cocotteseb/Krypton-OutlookGrid/blob/master/LICENSE.md 6 | // 7 | // Visit https://www.jdhsoftware.com and follow @jdhsoftware on Twitter 8 | // 9 | //-------------------------------------------------------------------------------- 10 | 11 | using System.Globalization; 12 | using System.Reflection; 13 | using System.Resources; 14 | using System.Threading; 15 | 16 | namespace JDHSoftware.Krypton.Toolkit.Utils.Lang 17 | { 18 | /// 19 | /// Handle localization (singleton) 20 | /// 21 | public class LangManager 22 | { 23 | // Variable locale pour stocker une référence vers l'instance 24 | private static LangManager mInstance = null; 25 | 26 | private static readonly object mylock = new object(); 27 | private ResourceManager rm; 28 | 29 | private CultureInfo ci; 30 | //Used for blocking critical sections on updates 31 | private object locker = new object(); 32 | 33 | // Le constructeur est Private 34 | private LangManager() 35 | { 36 | rm = new ResourceManager("JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Utils.Lang.Strings", Assembly.GetExecutingAssembly()); 37 | ci = Thread.CurrentThread.CurrentCulture; //CultureInfo.CurrentCulture; 38 | } 39 | 40 | /// 41 | /// Gets or sets the P locker. 42 | /// 43 | /// The P locker. 44 | public object PLocker 45 | { 46 | get { return this.locker; } 47 | set { this.locker = value; } 48 | } 49 | 50 | /// 51 | /// Gets the instance of the singleton. 52 | /// 53 | public static LangManager Instance 54 | { 55 | get 56 | { 57 | if (mInstance == null) 58 | { 59 | lock (mylock) 60 | { 61 | if (mInstance == null) 62 | { 63 | mInstance = new LangManager(); 64 | } 65 | } 66 | } 67 | 68 | return mInstance; 69 | } 70 | } 71 | 72 | /// 73 | /// Get localized string 74 | /// 75 | /// 76 | /// 77 | /// 78 | public string GetString(string name) 79 | { 80 | return rm.GetString(name, ci); 81 | } 82 | } 83 | } 84 | --------------------------------------------------------------------------------