⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 personday_analysis.aspx

📁 IntCRM客户管理系统是为网络公司量身定制的一套crm系统:强大的客户跟踪功能、完美的解决了销售人员撞单问题、优秀的合同预领功能及合同管理功能
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_statistical_PersonDay_analysis, CrmCommand" %>
 <%@ Register Assembly="C1.Web.Command.2" Namespace="C1.Web.Command" TagPrefix="c1c" %>
<%@ Register Assembly="C1.Web.C1WebChart.2" Namespace="C1.Web.C1WebChart" TagPrefix="C1WebChart" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
     <script src="../../Javascript/canlendar.js" type="text/javascript"></script>
                   <script src="../../Javascript/Trim.js" type="text/javascript"></script>
                   <script src="../../Javascript/CheckALL.js" type="text/javascript"></script>
                    <script src="../../Javascript/formCheck.js" type="text/javascript"></script>
                     <script language=javascript type="text/javascript">                     
  function RLtrim()
    {
       var t1=document.getElementById("Text1").value;
       var t2=document.getElementById("Text2").value;
       if(Trim(t1) && Trim(t2))
       { 
         return true;
       }
       else
       {
       alert('日期不能为空');
        return false;
       }
    }
    </script>
</head>
<body class ="bodycolor" leftmargin="0" topmargin="0">
    <form id="form1" runat="server">

       <table class="small" cellSpacing="1"  border="0" bgcolor=#000000 style="width: 760px" align="center">
       <tr>
               	<td class="TableData" style="width: 760px" ><table style="width: 100%" cellspacing="0" cellpadding="0">
		<tr>
			<td style="width: 71px">开始日期:</td>
			<td style="width: 95px">
                                    <input id="Text1" runat="server" style="width: 95px" type="text" readonly /></td>
			<td style="width: 21px">
                                    <img border="0" onclick='popUpCalendar(document.getElementById("Text1"), document.getElementById("Text1"), "yyyy-mm-dd")'
                                        src="../../App_Themes/Green/images/Calendar.gif" style="width: 20px; height: 23px" /></td>
			<td style="width: 71px">结束日期:</td>
			<td style="width: 88px"><input id="Text2" runat="server" style="width: 86px" type="text" readonly /></td>
			<td style="width: 21px">
                                    <img border="0" onclick='popUpCalendar(document.getElementById("Text2"), document.getElementById("Text2"), "yyyy-mm-dd")'
                                        src="../../App_Themes/Green/images/Calendar.gif" style="width: 20px; height: 23px" /></td>
			<td style="width: 200px"><asp:RadioButton ID="Rad1" runat="server" AutoPostBack="True" Checked="True" GroupName="rd"
                        OnCheckedChanged="RadioButton1_CheckedChanged" Text="柱状统计图" Width="90px" /><asp:RadioButton
                            ID="Rad2" runat="server" AutoPostBack="True" GroupName="rd" OnCheckedChanged="Rad2_CheckedChanged"
                            Text="折线统计图" Width="90px" /></td>
			<td>&nbsp;&nbsp;<asp:Button ID="Button7" runat="server" CssClass="BigButton" Height="26px" OnClick="Button7_Click" Text="统计分析" Width="81px" OnClientClick="return RLtrim()" /></td>
		</tr>
	</table>
	</td>	
</tr>
    	<tr>
                <td class="TableData" style="width: 760px" align="center" ><div id=first runat=server> <C1WebChart:C1WebChart ID="C1WebChart1" runat="server" Height="400px" ImageRenderMethod="File"
        Width="750px">
 <Serializer Value="&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;Chart2DPropBag Version=&quot;2.0.20071.17032&quot; UseAntiAliasedGraphics=&quot;True&quot; UseAntiAliasedText=&quot;True&quot;&gt;
  &lt;StyleCollection&gt;
    &lt;NamedStyle Name=&quot;Area&quot; ParentName=&quot;Area.default&quot; StyleData=&quot;Border=Solid,ControlDark,1;BackColor=White;Rounding=10 10 10 10;&quot; /&gt;
    &lt;NamedStyle Name=&quot;LabelStyleDefault.default&quot; ParentName=&quot;Control&quot; StyleData=&quot;Border=None,Transparent,1;BackColor=Transparent;&quot; /&gt;
    &lt;NamedStyle Name=&quot;Control&quot; ParentName=&quot;Control.default&quot; StyleData=&quot;GradientStyle=DiagonalCenter;Border=Solid,ControlDark,1;Font=Tahoma, 8.25pt;Rotation=Rotate0;BackColor=Silver;BackColor2=238, 239, 247;&quot; /&gt;
    &lt;NamedStyle Name=&quot;AxisY2&quot; ParentName=&quot;Area&quot; StyleData=&quot;Rotation=Rotate90;AlignVert=Center;AlignHorz=Far;&quot; /&gt;
    &lt;NamedStyle Name=&quot;Header&quot; ParentName=&quot;Control&quot; StyleData=&quot;Border=None,Transparent,1;ForeColor=ControlText;Font=Trebuchet MS, 14.25pt;Opaque=False;&quot; /&gt;
    &lt;NamedStyle Name=&quot;Footer&quot; ParentName=&quot;Control&quot; StyleData=&quot;Border=None,Transparent,1;&quot; /&gt;
    &lt;NamedStyle Name=&quot;Area.default&quot; ParentName=&quot;Control&quot; StyleData=&quot;Border=None,Transparent,1;AlignVert=Top;&quot; /&gt;
    &lt;NamedStyle Name=&quot;AxisY&quot; ParentName=&quot;Area&quot; StyleData=&quot;Font=Tahoma, 8.25pt;Rotation=Rotate270;ForeColor=ControlDarkDark;AlignHorz=Near;AlignVert=Center;&quot; /&gt;
    &lt;NamedStyle Name=&quot;AxisX&quot; ParentName=&quot;Area&quot; StyleData=&quot;Font=Tahoma, 8.25pt;Rotation=Rotate0;ForeColor=ControlDarkDark;AlignHorz=Center;AlignVert=Bottom;&quot; /&gt;
    &lt;NamedStyle Name=&quot;Legend&quot; ParentName=&quot;Legend.default&quot; StyleData=&quot;Opaque=False;AlignVert=Top;AlignHorz=Center;&quot; /&gt;
    &lt;NamedStyle Name=&quot;LabelStyleDefault&quot; ParentName=&quot;LabelStyleDefault.default&quot; /&gt;
    &lt;NamedStyle Name=&quot;PlotArea&quot; ParentName=&quot;Area&quot; StyleData=&quot;GradientStyle=None;Border=Solid,ControlDark,1;BackColor=White;ForeColor=ControlDark;HatchStyle=None;BackColor2=238, 239, 247;Opaque=True;&quot; /&gt;
    &lt;NamedStyle Name=&quot;Legend.default&quot; ParentName=&quot;Control&quot; StyleData=&quot;Wrap=False;Border=None,Transparent,1;AlignVert=Top;&quot; /&gt;
    &lt;NamedStyle Name=&quot;Control.default&quot; ParentName=&quot;&quot; StyleData=&quot;Border=None,Transparent,1;ForeColor=ControlText;BackColor=Control;&quot; /&gt;
  &lt;/StyleCollection&gt;
  &lt;ChartGroupsCollection&gt;
    &lt;ChartGroup Name=&quot;Group1&quot; ChartType=&quot;Bar&quot; Bar=&quot;ClusterWidth=45&quot;&gt;
      &lt;DataSerializer DefaultSet=&quot;True&quot;&gt;
        &lt;DataSeriesCollection&gt;
          &lt;DataSeriesSerializer&gt;
            &lt;DLText&gt;ddgd&lt;/DLText&gt;
            &lt;LineStyle Color=&quot;OrangeRed&quot; /&gt;
            &lt;SymbolStyle Color=&quot;LightPink&quot; OutlineColor=&quot;DeepPink&quot; Shape=&quot;Box&quot; /&gt;
            &lt;SeriesLabel&gt;Q1&lt;/SeriesLabel&gt;
            &lt;X&gt;1;2;3;4;5&lt;/X&gt;
            &lt;Y&gt;20;22;19;24;25&lt;/Y&gt;
            &lt;DataTypes&gt;Int32;Decimal;Double;Double;Double&lt;/DataTypes&gt;
            &lt;FillStyle Alpha=&quot;192&quot; /&gt;
            &lt;Histogram /&gt;
          &lt;/DataSeriesSerializer&gt;
          &lt;DataSeriesSerializer&gt;
            &lt;LineStyle Color=&quot;Yellow&quot; /&gt;
            &lt;SymbolStyle Color=&quot;LightBlue&quot; OutlineColor=&quot;DarkBlue&quot; Shape=&quot;Dot&quot; /&gt;
            &lt;SeriesLabel&gt;Q2&lt;/SeriesLabel&gt;
            &lt;X&gt;1;2;3;4;5&lt;/X&gt;
            &lt;Y&gt;8;12;10;12;15&lt;/Y&gt;
            &lt;DataTypes&gt;Int32;Decimal;Double;Double;Double&lt;/DataTypes&gt;
            &lt;FillStyle Alpha=&quot;192&quot; /&gt;
            &lt;Histogram /&gt;
          &lt;/DataSeriesSerializer&gt;
          &lt;DataSeriesSerializer&gt;
            &lt;LineStyle Color=&quot;DodgerBlue&quot; /&gt;
            &lt;SymbolStyle Color=&quot;LightGreen&quot; OutlineColor=&quot;DarkGreen&quot; Shape=&quot;Tri&quot; /&gt;
            &lt;SeriesLabel&gt;Q3&lt;/SeriesLabel&gt;
            &lt;X&gt;1;2;3;4;5&lt;/X&gt;
            &lt;Y&gt;10;16;17;15;23&lt;/Y&gt;
            &lt;DataTypes&gt;Int32;Decimal;Double;Double;Double&lt;/DataTypes&gt;
            &lt;FillStyle Alpha=&quot;192&quot; /&gt;
            &lt;Histogram /&gt;
          &lt;/DataSeriesSerializer&gt;
          &lt;DataSeriesSerializer&gt;
            &lt;LineStyle Color=&quot;LimeGreen&quot; /&gt;
            &lt;SymbolStyle Color=&quot;Orchid&quot; OutlineColor=&quot;DarkOrchid&quot; Shape=&quot;Diamond&quot; /&gt;
            &lt;SeriesLabel&gt;Q4&lt;/SeriesLabel&gt;
            &lt;X&gt;1;2;3;4;5&lt;/X&gt;
            &lt;Y&gt;16;19;15;22;18&lt;/Y&gt;
            &lt;DataTypes&gt;Int32;Decimal;Double;Double;Double&lt;/DataTypes&gt;
            &lt;FillStyle Alpha=&quot;192&quot; /&gt;
            &lt;Histogram /&gt;
          &lt;/DataSeriesSerializer&gt;
        &lt;/DataSeriesCollection&gt;
        &lt;Highlight /&gt;
      &lt;/DataSerializer&gt;
    &lt;/ChartGroup&gt;
    &lt;ChartGroup Name=&quot;Group2&quot;&gt;
      &lt;DataSerializer&gt;
        &lt;Highlight /&gt;
      &lt;/DataSerializer&gt;
    &lt;/ChartGroup&gt;
  &lt;/ChartGroupsCollection&gt;
  &lt;Header Compass=&quot;North&quot;&gt;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -