资源简介

c#编写的 安泰家具销售系统 源码 + 数据库中脚本(包,存储过程,序列,函数,触发器等)

资源截图

代码片段和文件信息

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

namespace xsgl
{
/// 
/// Summary description for about.
/// 

public class about : System.Windows.Forms.Form
{
private System.Windows.Forms.PictureBox pictureBox1;
/// 
/// Required designer variable.
/// 

private System.ComponentModel.Container components = null;

public about()
{
//
// 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()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(about));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.SuspendLayout();
// 
// pictureBox1
// 
this.pictureBox1.Image = ((System.Drawing.Image)(resources.Getobject(“pictureBox1.Image“)));
this.pictureBox1.Location = new System.Drawing.Point(0 0);
this.pictureBox1.Name = “pictureBox1“;
this.pictureBox1.Size = new System.Drawing.Size(488 376);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
// 
// about
// 
this.AutoScalebaseSize = new System.Drawing.Size(6 14);
this.ClientSize = new System.Drawing.Size(472 341);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.Getobject(“$this.Icon“)));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = “about“;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = “关于...“;
this.ResumeLayout(false);

}
#endregion
}
}

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

     文件       7406  2001-02-08 14:35  安泰家具销售系统\icons\alter.ico

     文件       7406  2001-02-08 15:08  安泰家具销售系统\icons\delete.ico

     文件       7406  2001-02-02 03:14  安泰家具销售系统\icons\new.ico

     文件        999  2002-05-18 17:40  安泰家具销售系统\icons\printpage.gif

     文件       7406  2001-02-02 00:57  安泰家具销售系统\icons\query.ico

     文件       7406  2001-02-08 14:49  安泰家具销售系统\icons\refresh.ico

     文件       7406  2001-02-03 00:12  安泰家具销售系统\icons\save.ico

    ..A.SH.     18944  2011-01-01 11:36  安泰家具销售系统\icons\Thumbs.db

     文件        163  2002-03-23 22:38  安泰家具销售系统\icons\xls.gif

     文件       2238  1996-07-04 00:00  安泰家具销售系统\icons\xsgl.ICO

     文件      55295  2005-06-21 14:20  安泰家具销售系统\icons\家具销售管理7.jpg

     文件        258  2010-03-04 22:49  安泰家具销售系统\readme.txt

     文件       2259  2005-06-25 10:18  安泰家具销售系统\代码\xsgl\about.cs

     文件      94005  2005-06-25 10:18  安泰家具销售系统\代码\xsgl\about.resx

     文件       1078  2005-05-04 23:02  安泰家具销售系统\代码\xsgl\App.ico

     文件       2426  2005-05-04 23:02  安泰家具销售系统\代码\xsgl\AssemblyInfo.cs

     文件      65904  2005-05-17 11:23  安泰家具销售系统\代码\xsgl\bg.jpg

     文件     946176  1999-03-19 21:00  安泰家具销售系统\代码\xsgl\bin\Debug\Interop.Excel.dll

     文件     155648  1999-08-23 22:11  安泰家具销售系统\代码\xsgl\bin\Debug\Interop.Office.dll

     文件      57344  1999-03-11 18:05  安泰家具销售系统\代码\xsgl\bin\Debug\Interop.VBIDE.dll

     文件       4044  2005-06-22 16:39  安泰家具销售系统\代码\xsgl\bin\Debug\sqlnet.log

     文件     352256  2005-06-25 10:18  安泰家具销售系统\代码\xsgl\bin\Debug\xsgl.exe

     文件     157184  2005-06-25 10:18  安泰家具销售系统\代码\xsgl\bin\Debug\xsgl.pdb

     文件      14252  2005-06-23 09:47  安泰家具销售系统\代码\xsgl\cjzlForm.cs

     文件      24349  2005-06-23 09:47  安泰家具销售系统\代码\xsgl\cjzlForm.resx

     文件      14440  2005-06-23 09:47  安泰家具销售系统\代码\xsgl\ckzlForm.cs

     文件      24349  2005-06-23 09:47  安泰家具销售系统\代码\xsgl\ckzlForm.resx

     文件      15212  2005-06-23 09:47  安泰家具销售系统\代码\xsgl\cplbForm.cs

     文件      25303  2005-06-23 09:47  安泰家具销售系统\代码\xsgl\cplbForm.resx

     文件       6500  2005-06-23 09:47  安泰家具销售系统\代码\xsgl\cpzlForm.cs

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

评论

共有 条评论