• 大小: 0.13M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  分页  DataGridView  

资源简介

一个简单的C#分页实例

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace WinPager
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new StartForm());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       7262  2012-06-12 01:55  Control\PagerControl.cs

     文件      12533  2012-06-12 01:55  Control\PagerControl.designer.cs

     文件       5817  2012-06-12 01:55  Control\PagerControl.resx

     目录          0  2012-06-12 01:55  Control

     目录          0  2012-06-12 02:13  obj

     文件       1170  2012-06-12 01:54  Properties\AssemblyInfo.cs

     文件       2872  2012-06-12 01:54  Properties\Resources.Designer.cs

     文件       5350  2012-06-12 01:54  Properties\Resources.resx

     文件       1093  2012-06-12 01:54  Properties\Settings.Designer.cs

     文件        249  2012-06-12 01:54  Properties\Settings.settings

     目录          0  2012-06-12 01:54  Properties

     文件        471  2012-06-12 01:54  Program.cs

     文件       1693  2012-06-12 02:04  StartForm.cs

     文件       3360  2012-06-12 01:57  StartForm.Designer.cs

     文件       5814  2012-06-12 01:57  StartForm.resx

     文件       3905  2012-06-12 01:57  WinPager.csproj

     文件        904  2012-06-12 01:54  WinPager.sln

    ..A..H.     12288  2012-06-12 02:13  WinPager.suo

     文件     233472  2012-06-09 19:09  bin\Debug\CYQ.Data.dll

     文件     130977  2012-06-08 00:53  bin\Debug\CYQ.Data.xml

     文件        119  2012-06-12 02:03  bin\Debug\Users.ts

     文件      49929  2012-06-12 02:06  bin\Debug\Users.txt

     文件      28672  2012-06-12 02:04  bin\Debug\WinPager.exe

     目录          0  2012-06-12 02:13  bin\Debug

     目录          0  2012-06-12 01:54  bin

----------- ---------  ---------- -----  ----

               507950                    25


评论

共有 条评论