Reconfigure for GIT

This commit is contained in:
2017-03-26 20:00:03 +02:00
commit 00637826ab
8056 changed files with 535977 additions and 0 deletions
@@ -0,0 +1,20 @@
<%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
<%@ Register Assembly="DevExpress.Web.ASPxPivotGrid.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxPivotGrid" TagPrefix="dxwpg" %>
<%@ Register Assembly="DevExpress.PivotGrid.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.XtraPivotGrid" TagPrefix="temp" %>
<dxwpg:ASPxPivotGrid runat="server">
<Images SpriteCssFilePath="~/App_Themes/RedWine/{0}/sprite.css">
<CustomizationFieldsBackground Url="~/App_Themes/RedWine/PivotGrid/pcHeaderBack.gif" />
<LoadingPanel Url="~/App_Themes/RedWine/PivotGrid/Loading.gif" />
</Images>
<Styles CssFilePath="~/App_Themes/RedWine/{0}/styles.css" CssPostfix="RedWine">
<MenuStyle GutterWidth="0px" />
</Styles>
<OptionsLoadingPanel ImagePosition="Top" />
<OptionsPager CurrentPageNumberFormat="{0}">
</OptionsPager>
<ImagesEditors>
<DropDownEditDropDown>
<SpriteProperties HottrackedCssClass="dxEditors_edtDropDownHover_RedWine" />
</DropDownEditDropDown>
</ImagesEditors>
</dxwpg:ASPxPivotGrid>