资源简介

安装及使用须知
1、查看建模图

本文件夹中的Model目录下包含了系统的数据库模型图和系统建模图,分别使用PowerDesigner和Rational Rose打开。

2、数据库安装

本安装说明是以Microsoft SQL Server 2000中文企业版为例来阐述的,对于Microsoft SQL Server其他版本,应用程序数据库的安装方法是类似的。 将本文件夹中的DataBase目录下的两个文件Sell_Data.MDF和Sell_Log.LDF复制到系统盘的\Program Files\Microsoft SQL Server\MSSQL\Data目录下。打开SQL Server Enterprise Manager,展开Microsoft SQL Servers树状菜单,右击“数据库”子项,在弹出菜单的“所有任务”中选择“附加数据库”命令,按提示给出\Program Files\Microsoft SQL Server\MSSQL\Data 目录下的Sell_Data.MDF的路径。

3、本程序开发时连接的数据库服务器时本地(local)且可以Windows集成安全方式访问。

4、如果用户安装的是Mic

rosoft Visual Studio .NET 2003,那么可以直接打开Sales文件夹下的项目,查看代码并进行调试。

5、本程序登录前请查看数据库中的user数据表中的数据,其中系统用户zhangqi的密码为zhangqi;一般用户andy的密码为andy。

6、为了保证示例代码正确运行,读者需要自己下载和安装XtraNavBar工具栏插件下载地址如下:
http://www.devexpress.com/Downloads/NET/XtraNavBar/
以上软件是需要注册才能长期正常使用的软件,请大家支持正版软件的使用。

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
using Sale.DataLevel;

namespace Sale.UILevel
{
/// 
/// Anylyse 的摘要说明。
/// 

public class ProfitAnalyse : System.Windows.Forms.Form
{
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.Button btnApply;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckedListBox checkedListBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBox1;
/// 
/// 必需的设计器变量。
/// 

private System.ComponentModel.Container components = null;

public ProfitAnalyse()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();

//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}

/// 
/// 清理所有正在使用的资源。
/// 

protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}

#region Windows 窗体设计器生成的代码
/// 
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// 

private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProfitAnalyse));
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.btnApply = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
// 
// dateTimePicker1
// 
this.dateTimePicker1.Location = new System.Drawing.Point(88 24);
this.dateTimePicker1.Name = “dateTimePicker1“;
this.dateTimePicker1.Size = new System.Drawing.Size(112 21);
this.

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

     文件    1310720  2004-03-05 23:49  2企业销售管理信息系统\Database\Sell_Data.MDF

     文件    1048576  2004-03-05 23:49  2企业销售管理信息系统\Database\Sell_Log.LDF

     文件      66524  2004-08-14 22:22  2企业销售管理信息系统\Model\PD\销售管理CDM.cdb

     文件      66524  2004-08-14 22:24  2企业销售管理信息系统\Model\PD\销售管理CDM.cdm

     文件      66883  2004-08-14 23:44  2企业销售管理信息系统\Model\PD\销售管理CDM_2.cdb

     文件      67429  2004-08-14 23:54  2企业销售管理信息系统\Model\PD\销售管理CDM_2.cdm

     文件      70985  2004-08-14 22:40  2企业销售管理信息系统\Model\PD\销售管理PDM.pdb

     文件      70985  2004-08-14 22:42  2企业销售管理信息系统\Model\PD\销售管理PDM.pdm

     文件     168414  2004-08-14 23:06  2企业销售管理信息系统\Model\PD\销售管理PDM_2.pdb

     文件     190562  2004-08-14 23:10  2企业销售管理信息系统\Model\PD\销售管理PDM_2.pdm

     文件     308042  2004-08-10 12:33  2企业销售管理信息系统\Model\Rose\销售管理.mdl

     文件       1200  2005-03-01 17:46  2企业销售管理信息系统\readme.txt

     文件       4017  2004-03-05 20:36  2企业销售管理信息系统\Sales\Client.dtq

     文件       3972  2004-03-05 20:36  2企业销售管理信息系统\Sales\Product.dtq

     文件       4411  2004-03-05 20:36  2企业销售管理信息系统\Sales\ProSell.dtq

     文件       4031  2004-03-05 20:36  2企业销售管理信息系统\Sales\Provider.dtq

     文件       9765  2004-03-05 20:36  2企业销售管理信息系统\Sales\Sale\Anylyse.cs

     文件      19740  2004-03-05 20:36  2企业销售管理信息系统\Sales\Sale\Anylyse.resx

     文件       1078  2004-03-05 20:36  2企业销售管理信息系统\Sales\Sale\App.ico

     文件       1859  2004-03-05 20:36  2企业销售管理信息系统\Sales\Sale\AssemblyInfo.cs

     文件       3248  2004-03-05 20:35  2企业销售管理信息系统\Sales\Sale\BussinessRule\AddName.cs

     文件       1711  2004-03-05 20:35  2企业销售管理信息系统\Sales\Sale\BussinessRule\CreateTableProfitAnalyse.cs

     文件       2037  2004-03-05 20:35  2企业销售管理信息系统\Sales\Sale\BussinessRule\ModifyProStock.cs

     文件       1068  2004-03-05 20:35  2企业销售管理信息系统\Sales\Sale\BussinessRule\UserCheck.cs

     文件      39338  2004-03-05 20:36  2企业销售管理信息系统\Sales\Sale\Client.cs

     文件      32976  2004-03-05 20:36  2企业销售管理信息系统\Sales\Sale\Client.resx

     文件       4456  2005-02-26 20:45  2企业销售管理信息系统\Sales\Sale\DataLevel\CrystalReportProvider.cs

     文件      16384  2005-02-26 20:45  2企业销售管理信息系统\Sales\Sale\DataLevel\CrystalReportProvider.rpt

     文件        215  2005-02-26 20:40  2企业销售管理信息系统\Sales\Sale\DataLevel\DatabaseConnection.cs

     文件      21266  2004-03-05 20:35  2企业销售管理信息系统\Sales\Sale\DataLevel\DataSetClient.cs

............此处省略117个文件信息

评论

共有 条评论