﻿<%@ Page Title="" Language="C#" MasterPageFile="~/Portal.Master" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="_AllsolutionsCRM.Default" %>
<%@ Register assembly="DevExpress.Web.ASPxGridView.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web.ASPxGridView" tagprefix="dx" %>
<%@ Register assembly="DevExpress.Web.ASPxEditors.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web.ASPxEditors" tagprefix="dx" %>


<%@ Register assembly="DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web.ASPxRoundPanel" tagprefix="dx" %>
<%@ Register assembly="DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web.ASPxPanel" tagprefix="dx" %>


<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">


</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
    <style type="text/css">
        .style1
        {
            width: 138px;
        }
        .style2
        {
            width: 825px;
        }
        
    </style>

                  
    <dx:ASPxRoundPanel ID="ASPxRoundPanel2" runat="server" CssFilePath="~/App_Themes/Office2003Blue/{0}/styles.css" 
        CssPostfix="Office2003Blue" EnableDefaultAppearance="False" 
        GroupBoxCaptionOffsetY="-25px" HeaderText="Home" 
        SpriteCssFilePath="~/App_Themes/Office2003Blue/{0}/sprite.css">
                    <ContentPaddings Padding="2px" PaddingBottom="10px" PaddingTop="10px" />
                    <HeaderStyle>
                    <Paddings Padding="0px" PaddingBottom="7px" PaddingLeft="2px" 
                        PaddingRight="2px" />
                    </HeaderStyle>
                    <PanelCollection>
<dx:PanelContent runat="server" SupportsDisabledAttribute="True">
    <table style="width: 100%;">
        <tr>
            <td class="style2">
                &nbsp;</td>
        </tr>
        <tr>
            <td class="style3">
                <table style="width: 100%;">
                    <tr>
                        <td class="style5" align="left">
                            <asp:Label ID="lbl_Welcome" runat="server" Text="lblWelcome"></asp:Label>
                        </td>
                        <td align="left">
                            &nbsp;</td>
                    </tr>
                    <tr>
                        <td>
                            &nbsp;</td>
                        <td>
                            &nbsp;</td>
                    </tr>
                    <tr>
                        <td class="style5">
                            &nbsp;</td>
                        <td align="left">
                            &nbsp;</td>
                    </tr>
                </table>
            </td>
        </tr>
        <tr>
            <td>
                &nbsp;</td>
        </tr>
        <tr>
            <td>
                <dx:ASPxGridView ID="gvCaseList" runat="server" AutoGenerateColumns="False" 
                    ClientInstanceName="gvFullContact" 
                    CssFilePath="~/App_Themes/Office2003Blue/{0}/styles.css" 
                    CssPostfix="Office2003Blue" KeyFieldName="Case_ID" 
                    Width="100%">
                   <Columns>
                        <dx:GridViewCommandColumn ShowInCustomizationForm="True" VisibleIndex="0">
                        </dx:GridViewCommandColumn>
                        <dx:GridViewDataTextColumn Caption="CaseNumber" FieldName="CaseNumber_VC" 
                            ShowInCustomizationForm="True" VisibleIndex="1" Name="CaseNumber">
                        </dx:GridViewDataTextColumn>
                        <dx:GridViewDataTextColumn Caption="CaseType" FieldName="CaseType_ID" 
                            ShowInCustomizationForm="True" VisibleIndex="2" Name="CaseType">
                        </dx:GridViewDataTextColumn>
<dx:GridViewDataTextColumn FieldName="CaseStatus_VC" ShowInCustomizationForm="True" Caption="CaseStatus" 
                            VisibleIndex="3" Name="CaseStatus"></dx:GridViewDataTextColumn>
                        <dx:GridViewDataTextColumn Caption="LastUpdated" FieldName="LastUpdated_SD" 
                            ShowInCustomizationForm="True" VisibleIndex="4" Name="LastUpdated">
                        </dx:GridViewDataTextColumn>
                        <dx:GridViewDataHyperLinkColumn Caption=" " FieldName="Case_ID" 
                            ShowInCustomizationForm="True" VisibleIndex="5">
                            <PropertiesHyperLinkEdit NavigateUrlFormatString="CaseDetails.aspx?id={0}" 
                                NullDisplayText="N/A" Text="Details" TextFormatString="">
                            </PropertiesHyperLinkEdit>
                        </dx:GridViewDataHyperLinkColumn>
                    </Columns>
                    <SettingsBehavior AllowFocusedRow="True" />
                    <Images SpriteCssFilePath="~/App_Themes/Office2003Blue/{0}/sprite.css">
                        <LoadingPanelOnStatusBar Url="~/App_Themes/Office2003Blue/GridView/gvLoadingOnStatusBar.gif">
                        </LoadingPanelOnStatusBar>
                        <LoadingPanel Url="~/App_Themes/Office2003Blue/GridView/Loading.gif">
                        </LoadingPanel>
                    </Images>
                    <ImagesFilterControl>
                        <LoadingPanel Url="~/App_Themes/Office2003Blue/Editors/Loading.gif">
                        </LoadingPanel>
                    </ImagesFilterControl>
                    <Styles CssFilePath="~/App_Themes/Office2003Blue/{0}/styles.css" 
                        CssPostfix="Office2003Blue">
                        <Header ImageSpacing="5px" SortingImageSpacing="5px">
                        </Header>
                        <LoadingPanel ImageSpacing="10px">
                        </LoadingPanel>
                    </Styles>
                    <StylesEditors>
                        <ProgressBar Height="25px">
                        </ProgressBar>
                    </StylesEditors>
                </dx:ASPxGridView>
            </td>
        </tr>
        <tr>
            <td class="style1">
                &nbsp;</td>
        </tr>
    </table>
                        </dx:PanelContent>
</PanelCollection>
                    </dx:ASPxRoundPanel>
        </asp:Content>

