资源简介
.NET平台下C#+SQL开发,很好,很强大。包括报告,源码。一条龙服务。
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Customer_Maintenance_Project
{
///
/// Summary description for AlignmentForm.
///
public class AlignmentForm : System.Windows.Forms.Form
{
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
private System.Windows.Forms.Button btnExit;
private AlignmentReport AlignmentReport1;
///
/// Required designer variable.
///
private System.ComponentModel.Container components = null;
public AlignmentForm()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
///
/// Clean up any resources being used.
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
this.AlignmentReport1 = new Customer_Maintenance_Project.AlignmentReport();
this.btnExit = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// crystalReportViewer1
//
this.crystalReportViewer1.ActiveViewIndex = 0;
this.crystalReportViewer1.Borderstyle = System.Windows.Forms.Borderstyle.FixedSingle;
this.crystalReportViewer1.Dock = System.Windows.Forms.Dockstyle.Fill;
this.crystalReportViewer1.Location = new System.Drawing.Point(0 0);
this.crystalReportViewer1.Name = “crystalReportViewer1“;
this.crystalReportViewer1.ReportSource = this.AlignmentReport1;
this.crystalReportViewer1.Size = new System.Drawing.Size(744 533);
this.crystalReportViewer1.TabIndex = 0;
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.Anchorstyles)((System.Windows.Forms.Anchorstyles.Bottom | System.Windows.Forms.Anchorstyles.Left)));
this.btnExit.Location = new System.Drawing.Point(12 476);
this.btnExit.Name = “btnExit“;
this.btnExit.Size = new System.Drawing.Size(90 25);
this.btnExit.TabIndex = 1;
this.btnExit.Text = “Exit“;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// AlignmentForm
//
this.AutoScalebaseSize = new System.Drawing.S
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1213952 2009-07-04 12:48 C#项目\06软测四班 裴世超 4号.doc
文件 1347337 2009-07-06 23:09 C#项目\06软测四班 裴世超 4号.rar
文件 17630 2009-07-01 22:10 C#项目\Bule.sql
文件 474989 2009-06-08 23:13 C#项目\C#library.rar
文件 3486 2008-03-09 19:55 C#项目\C#课本项目\CMS1\AlignmentForm.cs
文件 6222 2008-03-09 19:55 C#项目\C#课本项目\CMS1\AlignmentForm.resx
文件 5975 2009-03-08 10:59 C#项目\C#课本项目\CMS1\AlignmentReport.cs
文件 16384 2009-03-08 10:59 C#项目\C#课本项目\CMS1\AlignmentReport.rpt
文件 1078 2006-04-25 13:11 C#项目\C#课本项目\CMS1\App.ico
文件 2426 2006-04-25 13:11 C#项目\C#课本项目\CMS1\AssemblyInfo.cs
文件 200704 2009-03-08 19:30 C#项目\C#课本项目\CMS1\bin\Debug\Customer Maintenance Project.exe
文件 300544 2009-03-08 19:30 C#项目\C#课本项目\CMS1\bin\Debug\Customer Maintenance Project.pdb
文件 14328 2009-03-08 19:35 C#项目\C#课本项目\CMS1\bin\Debug\Customer Maintenance Project.vshost.exe
文件 490 2007-07-21 01:33 C#项目\C#课本项目\CMS1\bin\Debug\Customer Maintenance Project.vshost.exe.manifest
文件 6980 2006-04-25 13:11 C#项目\C#课本项目\CMS1\CMS.sql
文件 3502 2008-03-09 19:56 C#项目\C#课本项目\CMS1\ConsumableForm.cs
文件 6226 2008-03-09 19:56 C#项目\C#课本项目\CMS1\ConsumableForm.resx
文件 4043 2006-04-25 13:11 C#项目\C#课本项目\CMS1\ConsumableReport.cs
文件 12288 2006-04-25 13:11 C#项目\C#课本项目\CMS1\ConsumableReport.rpt
文件 5991 2009-03-08 10:59 C#项目\C#课本项目\CMS1\ConsumablesReport.cs
文件 16384 2009-03-08 10:59 C#项目\C#课本项目\CMS1\ConsumablesReport.rpt
文件 13022 2009-03-08 10:45 C#项目\C#课本项目\CMS1\Customer Maintenance Project.csproj
文件 2577 2008-03-01 18:00 C#项目\C#课本项目\CMS1\Customer Maintenance Project.csproj.user
文件 940 2009-03-08 10:37 C#项目\C#课本项目\CMS1\Customer Maintenance Project.sln
..A..H. 30208 2009-03-08 19:35 C#项目\C#课本项目\CMS1\Customer Maintenance Project.suo
文件 32808 2008-03-01 17:58 C#项目\C#课本项目\CMS1\CustomerDataSet.Designer.cs
文件 3 2008-03-01 18:00 C#项目\C#课本项目\CMS1\CustomerDataSet.xsc
文件 1230 2006-04-25 13:11 C#项目\C#课本项目\CMS1\CustomerDataSet.xsd
文件 20606 2009-03-08 19:01 C#项目\C#课本项目\CMS1\CustomerForm.cs
文件 10117 2009-03-08 18:39 C#项目\C#课本项目\CMS1\CustomerForm.resx
............此处省略930个文件信息
- 上一篇:WPF_QQ2013_Login窗体翻转
- 下一篇:制造型企业生产管理系统源码C#
相关资源
- 试题库管理系统毕业论文(C#)源程序
- C#-数据库操作技术-员工管理系统
- ASP.NET+SQL Server 2008 实现的学生学籍管
- C#+SQLServer文档管理系统
- C#锁屏软件(真正禁用ctrl+alt+del,含源
- 基于c#的银行业务管理系统
- zw_ASP.NET通用权限管理系统源代码含文
- ASP.NET考勤管理系统(毕业设计)
- C#三层酒店管理系统(完整源码,可根
- c#服装店销售管理源码系统无限制全功
- 进销存仓库管理系统ASP.Net网站
- 基于C#开发的企业工资管理系统
- 航空管理系统 asp.net
- c#酒店管理系统235697
- visual C#2005 管理系统开发经典案例 罗
- ASP.NET C#大学生就业管理系统
- C#毕业生信息管理系统源码
- c# SQL 旅游管理系统
- 小区物业管理网站 ASP.net /SQLsever
- c#宾馆管理系统实现—功能全
- 图书管理系统C#+SQL 适合毕业设计含毕
- 鲜花店管理系统asp
- C#项目 网吧管理系统
- C#+sql 2000 人力资源管理系统
- asp.net/c#酒店客房管理系统(毕业设计
- asp.net的后台权限管理系统源码-用vs导
- ASP.NET 库存管理系统
- 酒店宾馆管理系统
- C#.net宾馆酒店管理系统
- ASP.net超市商店会员刷卡消费综合管理
评论
共有 条评论