📄 contract_analysis.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_statistical_Contract_analysis, CrmCommand" %>
<%@ Register TagPrefix="C1WebGrid" Namespace="C1.Web.C1WebGrid" Assembly="C1.Web.C1WebGrid.2" %>
<%@ Register Assembly="C1.Web.Command.2" Namespace="C1.Web.Command" TagPrefix="c1c" %>
<%@ Register Assembly="C1.Web.C1WebChart.2" Namespace="C1.Web.C1WebChart" TagPrefix="C1WebChart" %>
<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: 600px" align="center">
<tr>
<td class="TableData" style="width: 672px; height: 37px" >年份<asp:DropDownList
ID="DropDownList1" runat="server" >
<asp:ListItem Value="2000">2000年</asp:ListItem>
<asp:ListItem Value="2001">2001年</asp:ListItem>
<asp:ListItem Value="2002">2002年</asp:ListItem>
<asp:ListItem Value="2003">2003年</asp:ListItem>
<asp:ListItem Value="2004">2004年</asp:ListItem>
<asp:ListItem Value="2005">2005年</asp:ListItem>
<asp:ListItem Value="2006">2006年</asp:ListItem>
<asp:ListItem Value="2007">2007年</asp:ListItem>
<asp:ListItem Value="2008">2008年</asp:ListItem>
<asp:ListItem Value="2009">2009年</asp:ListItem>
<asp:ListItem Value="2010">2010年</asp:ListItem>
</asp:DropDownList><asp:Button ID="Button7" runat="server" CssClass="BigButton" Height="26px" OnClick="Button7_Click" Text="统计分析" Width="81px"/>
<asp:RadioButton ID="Rad1" runat="server" Checked="True" GroupName="rd" OnCheckedChanged="RadioButton1_CheckedChanged"
Text="柱状统计图" AutoPostBack="True" />
<asp:RadioButton ID="Rad2" runat="server" AutoPostBack="True" GroupName="rd"
Text="折线统计图" OnCheckedChanged="Rad2_CheckedChanged" /></td></tr>
<tr>
<td class="TableData" style="width: 672px; height: 422px" >
<div id=first runat=server><C1WebChart:C1WebChart id="C1WebChart1" runat="server" Width="600px" Height="453px" ImageRenderMethod="File">
<Serializer Value="<?xml version="1.0"?>
<Chart2DPropBag Version="2.0.20071.17032" UseAntiAliasedGraphics="True" UseAntiAliasedText="True">
<StyleCollection>
<NamedStyle Name="Area" ParentName="Area.default" StyleData="Border=Solid,ControlDark,1;Rotation=Rotate0;BackColor=White;Rounding=10 10 10 10;" />
<NamedStyle Name="LabelStyleDefault.default" ParentName="Control" StyleData="Border=None,Transparent,1;BackColor=Transparent;" />
<NamedStyle Name="Control" ParentName="Control.default" StyleData="GradientStyle=DiagonalCenter;Border=Solid,ControlDark,1;BackColor2=238, 239, 247;Rotation=Rotate0;BackColor=Silver;Font=Tahoma, 8.25pt;" />
<NamedStyle Name="AxisY2" ParentName="Area" StyleData="Rotation=Rotate90;AlignVert=Center;AlignHorz=Far;" />
<NamedStyle Name="Header" ParentName="Control" StyleData="Border=None,Transparent,1;ForeColor=ControlText;Font=Trebuchet MS, 14.25pt;Opaque=False;" />
<NamedStyle Name="Footer" ParentName="Control" StyleData="Border=None,Transparent,1;" />
<NamedStyle Name="Area.default" ParentName="Control" StyleData="Border=None,Transparent,1;AlignVert=Top;" />
<NamedStyle Name="AxisY" ParentName="Area" StyleData="Font=Tahoma, 8.25pt;Rotation=Rotate270;ForeColor=ControlDarkDark;AlignHorz=Near;AlignVert=Center;" />
<NamedStyle Name="AxisX" ParentName="Area" StyleData="Font=Tahoma, 8.25pt;Rotation=Rotate0;ForeColor=ControlDarkDark;AlignHorz=Center;AlignVert=Bottom;" />
<NamedStyle Name="Legend" ParentName="Legend.default" StyleData="AlignVert=Top;AlignHorz=Center;Opaque=False;" />
<NamedStyle Name="LabelStyleDefault" ParentName="LabelStyleDefault.default" />
<NamedStyle Name="PlotArea" ParentName="Area" StyleData="GradientStyle=None;Border=Solid,ControlDark,1;BackColor=White;ForeColor=ControlDark;HatchStyle=None;BackColor2=238, 239, 247;Opaque=True;" />
<NamedStyle Name="Legend.default" ParentName="Control" StyleData="Wrap=False;Border=None,Transparent,1;AlignVert=Top;" />
<NamedStyle Name="Control.default" ParentName="" StyleData="Border=None,Transparent,1;ForeColor=ControlText;BackColor=Control;" />
</StyleCollection>
<ChartGroupsCollection>
<ChartGroup Name="Group1" ChartType="Bar" Bar="ClusterWidth=1" Use3D="False">
<DataSerializer DefaultSet="True">
<DataSeriesCollection>
<DataSeriesSerializer>
<DLText>ddgd</DLText>
<LineStyle Color="OrangeRed" />
<SymbolStyle Color="LightPink" OutlineColor="DeepPink" Shape="Box" />
<SeriesLabel>Q1</SeriesLabel>
<X>1;2;3;4;5</X>
<Y>20;22;19;24;25</Y>
<DataTypes>Int32;Decimal;Double;Double;Double</DataTypes>
<FillStyle Alpha="192" />
<Histogram />
</DataSeriesSerializer>
<DataSeriesSerializer>
<LineStyle Color="Yellow" />
<SymbolStyle Color="LightBlue" OutlineColor="DarkBlue" Shape="Dot" />
<SeriesLabel>Q2</SeriesLabel>
<X>1;2;3;4;5</X>
<Y>8;12;10;12;15</Y>
<DataTypes>Int32;Decimal;Double;Double;Double</DataTypes>
<FillStyle Alpha="192" />
<Histogram />
</DataSeriesSerializer>
<DataSeriesSerializer>
<LineStyle Color="DodgerBlue" />
<SymbolStyle Color="LightGreen" OutlineColor="DarkGreen" Shape="Tri" />
<SeriesLabel>Q3</SeriesLabel>
<X>1;2;3;4;5</X>
<Y>10;16;17;15;23</Y>
<DataTypes>Int32;Decimal;Double;Double;Double</DataTypes>
<FillStyle Alpha="192" />
<Histogram />
</DataSeriesSerializer>
<DataSeriesSerializer>
<LineStyle Color="LimeGreen" />
<SymbolStyle Color="Orchid" OutlineColor="DarkOrchid" Shape="Diamond" />
<SeriesLabel>Q4</SeriesLabel>
<X>1;2;3;4;5</X>
<Y>16;19;15;22;18</Y>
<DataTypes>Int32;Decimal;Double;Double;Double</DataTypes>
<FillStyle Alpha="192" />
<Histogram />
</DataSeriesSerializer>
</DataSeriesCollection>
<Highlight />
</DataSerializer>
</ChartGroup>
<ChartGroup Name="Group2">
<DataSerializer>
<Highlight />
</DataSerializer>
</ChartGroup>
</ChartGroupsCollection>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -