资源简介

是一个很全面的汽车销售系统。用到了数据库的连接。适合于做课程设计。。。简单适用。。 很不错哦。。。。本系统是通过C#的VS2005开发的。。。。。。。。

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace 房屋销售管理系统
{
/// 
/// AboutForm 的摘要说明。
/// 

public class AboutForm : System.Windows.Forms.Form
    {
        private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
/// 
/// 必需的设计器变量。
/// 

private System.ComponentModel.Container components = null;

public AboutForm()
{
//
// 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()
{
            this.label5 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font(“宋体“ 14.25F System.Drawing.Fontstyle.Bold System.Drawing.GraphicsUnit.Point ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(89 16);
            this.label5.Name = “label5“;
            this.label5.Size = new System.Drawing.Size(168 24);
            this.label5.TabIndex = 4;
            this.label5.Text = “汽车销售管理系统“;
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(57 56);
            this.label7.Name = “label7“;
            this.label7.Size = new System.Drawing.Size(232 32);
            this.label7.TabIndex = 6;
            this.label7.Text = “    本系统用C#进行开发,在Visual Studio.NET 2005环境下编译而成。“;
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(57 88);
            this.label8.Name = “label8“;
            this.label8.Size = new System.Drawing.Size(232 13);
            this.label8.TabIndex = 7;
            this.label8.Text = “    运行环境要求:Windows 2000以上“;
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(57 104);
            this.label9.Name = “label9“;
            this.label9.Size = new System.Drawing.Size(232 13);
            this.label9.TabIndex = 8;
            this.label9.Text = “    数据库要求:SQL Server 2000“;
            // 
            // AboutForm
            // 
            

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

     文件       3875  2007-05-26 20:49  Backup\AboutForm.cs

     文件       5814  2007-05-26 20:49  Backup\AboutForm.resx

     文件       1078  2006-03-11 22:17  Backup\App.ico

     文件       1859  2006-03-11 22:17  Backup\AssemblyInfo.cs

     文件      16384  2006-04-22 18:28  Backup\bin\Debug\HtCrystalReport.rpt

     文件      19518  2005-05-21 18:23  Backup\bin\Debug\pic\App.ico

     文件      42560  2007-05-30 10:41  Backup\bin\Debug\pic\exit_MouseHover.png

     文件      40858  2007-05-30 10:23  Backup\bin\Debug\pic\exit_MouseLeave.png

     文件      25360  2005-05-21 17:35  Backup\bin\Debug\pic\Find_MouseHover.png

     文件      24321  2005-05-21 17:46  Backup\bin\Debug\pic\Find_MouseLeave.png

     文件      20585  2005-05-21 17:41  Backup\bin\Debug\pic\Help_MouseHover.png

     文件      18643  2005-05-21 17:43  Backup\bin\Debug\pic\Help_MouseLeave.png

     文件      45927  2007-05-30 10:39  Backup\bin\Debug\pic\logout_MouseHover.png

     文件      40607  2007-05-30 10:24  Backup\bin\Debug\pic\logout_MouseLeave.png

     文件      22029  2005-05-21 17:51  Backup\bin\Debug\pic\u1.png

     文件      64190  2007-05-30 10:36  Backup\bin\Debug\pic\user_MouseHover.png

     文件     229612  2007-05-30 10:25  Backup\bin\Debug\pic\user_MouseLeave.png

     文件      16384  2006-04-03 01:05  Backup\bin\Debug\Report\CCrystalReport.rpt

     文件      16384  2006-04-22 18:28  Backup\bin\Debug\Report\HtCrystalReport.rpt

     文件     442368  2009-01-04 22:19  Backup\bin\Debug\房屋销售管理系统.exe

     文件     284160  2009-01-04 22:19  Backup\bin\Debug\房屋销售管理系统.pdb

     文件       5632  2005-11-11 22:25  Backup\bin\Debug\房屋销售管理系统.vshost.exe

     文件       3107  2007-05-30 11:14  Backup\CarInformationSearch.cs

     文件      15089  2007-05-25 20:10  Backup\CarInformationSearch.Designer.cs

     文件       6168  2007-05-25 20:10  Backup\CarInformationSearch.resx

     文件       8243  2007-05-30 11:14  Backup\ConnectForm.cs

     文件      13263  2006-05-27 18:31  Backup\ConnectForm.resx

     文件       4818  2007-05-30 14:55  Backup\contract.cs

     文件      16384  2007-05-30 14:55  Backup\contract.rpt

     文件      74178  2007-05-31 14:29  Backup\DataForm.cs

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

评论

共有 条评论