1
using System;
2
using System.Collections.Generic;
3
using System.Text;
4
using System.Web.UI;
5
using System.Web.UI.WebControls;
6
using System.Web.UI.HtmlControls;
7
using System.Drawing;
8
using System.Collections;
9
using System.Collections.Specialized;
10
using System.ComponentModel;
11
using System.Data;
12
13
using Gentle.Framework;
14
/// -----------------------------------------------------------------------------
15
/// Project : CtrolBox
16
/// Class : PagerCtl///
17
/// -----------------------------------------------------------------------------
18
/// <summary>
19
/// gentle分页
20
/// </summary>
21
/// <remarks>
22
/// </remarks>
23
/// <history>
24
/// xx. YYYY/MM/DD VER AUTHOR COMMENTS
25
/// 1. 2007/2/2 1.00 susan CREATE
26
/// </history>
27
/// -----------------------------------------------------------------------------
28
29
namespace CtrolBox
30
{
31
[assembly: WebResource(CtrolBox.PagerCtl.CSSResName, "text/css")]
32
[assembly: WebResource(CtrolBox.PagerCtl.JSResName, "text/javascript")]
33
34
public class PagerCtl: WebControl, INamingContainer, IPostBackDataHandler
35
{
36
内部属性
49
50
属性
117
118
公开事件
199
200
内部function
230
231
实现
402
}
403
}
404
2、Calendar.js
2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

49

50

117

118

199

200

230

231

402

403

404

























































































