资源简介
c#图书销售管理系统,配合SQL2000数据库.适应一般书店的图书销售管理,加入书店会员功能.详见内部说明!

代码片段和文件信息
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:2.0.50727.3603
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace WindowsFormsApplication1 {
///
///Represents a strongly typed in-memory cache of data.
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “2.0.0.0“)]
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute(“code“)]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
[global::System.xml.Serialization.xmlRootAttribute(“bookfDataSet“)]
[global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
public partial class bookfDataSet : global::System.Data.DataSet {
private chukuDataTable tablechuku;
private kucunDataTable tablekucun;
private rukuDataTable tableruku;
private userinfoDataTable tableuserinfo;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bookfDataSet() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
base.Tables.Collectionchanged += schemaChangedHandler;
base.Relations.Collectionchanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected bookfDataSet(global::System.Runtime.Serialization.SerializationInfo info global::System.Runtime.Serialization.StreamingContext context) :
base(info context false) {
if ((this.IsBinarySerialized(info context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
this.Tables.Collectionchanged += schemaChangedHandler1;
this.Relations.Collectionchanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue(“xmlSchema“ typeof(string))));
if ((this.DetermineSchemaSerializationMode(info context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 926 2009-11-11 22:50 WindowsFormsApplication1\C Sharp_Book.sln
..A..H. 83968 2011-11-01 17:37 WindowsFormsApplication1\C Sharp_Book.suo
文件 433 2009-11-18 13:09 WindowsFormsApplication1\WindowsFormsApplication1\app.config
文件 435 2009-11-12 13:54 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\--==.vshost.exe.config
文件 3145728 2010-01-15 10:56 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\bookf.mdf
文件 516096 2010-01-15 10:56 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\bookf_log.ldf
文件 1612 2010-03-08 14:49 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.application
文件 145920 2009-11-23 07:31 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe
文件 433 2009-11-18 13:09 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe.config
文件 5381 2010-03-08 14:49 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe.manifest
文件 433664 2009-11-23 07:31 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb
文件 1612 2010-03-08 14:49 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.application
文件 14328 2011-11-01 17:10 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe
文件 433 2009-11-18 13:09 WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.config
文件 3145728 2010-01-15 10:56 WindowsFormsApplication1\WindowsFormsApplication1\bookf.mdf
文件 185436 2009-11-18 13:08 WindowsFormsApplication1\WindowsFormsApplication1\bookfDataSet.Designer.cs
文件 3 2009-11-18 13:08 WindowsFormsApplication1\WindowsFormsApplication1\bookfDataSet.xsc
文件 24963 2009-11-18 13:08 WindowsFormsApplication1\WindowsFormsApplication1\bookfDataSet.xsd
文件 3 2009-11-18 13:08 WindowsFormsApplication1\WindowsFormsApplication1\bookfDataSet.xss
文件 516096 2010-01-15 10:56 WindowsFormsApplication1\WindowsFormsApplication1\bookf_log.ldf
文件 70003 2009-11-23 07:28 WindowsFormsApplication1\WindowsFormsApplication1\chukuDataSet.Designer.cs
文件 3 2009-11-23 07:28 WindowsFormsApplication1\WindowsFormsApplication1\chukuDataSet.xsc
文件 8412 2009-11-23 07:28 WindowsFormsApplication1\WindowsFormsApplication1\chukuDataSet.xsd
文件 3 2009-11-23 07:28 WindowsFormsApplication1\WindowsFormsApplication1\chukuDataSet.xss
文件 13850 2009-11-23 07:29 WindowsFormsApplication1\WindowsFormsApplication1\C_Book.csproj
文件 745 2009-11-18 13:09 WindowsFormsApplication1\WindowsFormsApplication1\C_Book.csproj.user
文件 1668 2009-11-13 23:13 WindowsFormsApplication1\WindowsFormsApplication1\C_Book_TemporaryKey.pfx
文件 374 2009-11-16 11:17 WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs
文件 1184 2009-11-16 11:17 WindowsFormsApplication1\WindowsFormsApplication1\Form1.Designer.cs
文件 5814 2009-11-16 11:17 WindowsFormsApplication1\WindowsFormsApplication1\Form1.resx
............此处省略107个文件信息
相关资源
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
评论
共有 条评论