Line | |
---|
1 | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="AreaAnimation.aspx.cs" Inherits="Animation_AreaAnimation" %>
|
---|
2 |
|
---|
3 | <%@ Register Assembly="OpenFlashChart" Namespace="OpenFlashChart" TagPrefix="cc1" %>
|
---|
4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
5 | <html xmlns="http://www.w3.org/1999/xhtml">
|
---|
6 | <head runat="server">
|
---|
7 | <title>无标题页</title>
|
---|
8 | </head>
|
---|
9 | <body>
|
---|
10 | <form id="form1" runat="server">
|
---|
11 | <div>
|
---|
12 | <cc1:OpenFlashChartControl ID="OpenFlashChartControl1" runat="server">
|
---|
13 | </cc1:OpenFlashChartControl>
|
---|
14 | animation type <asp:DropDownList ID="DropDownList1" runat="server">
|
---|
15 | <asp:ListItem>pop-up</asp:ListItem>
|
---|
16 | <asp:ListItem>explode</asp:ListItem>
|
---|
17 | <asp:ListItem>mid-slide</asp:ListItem>
|
---|
18 | <asp:ListItem>drop</asp:ListItem>
|
---|
19 | <asp:ListItem>fade-in</asp:ListItem>
|
---|
20 | <asp:ListItem>shrink-in</asp:ListItem>
|
---|
21 | </asp:DropDownList>cascade<asp:TextBox ID="TextBox1" runat="server">1</asp:TextBox>delay<asp:TextBox
|
---|
22 | ID="TextBox2" runat="server">0.5</asp:TextBox><br />
|
---|
23 | <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" /></div>
|
---|
24 | </form>
|
---|
25 | </body>
|
---|
26 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.