资源简介
c#datagridview小票打印单据存储,access存储客户常用发货信息,勾选打印相应货物的发货单,存储发货单
代码片段和文件信息
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.3625
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace _123 {
///
///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(“db1DataSet“)]
[global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
public partial class db1DataSet : global::System.Data.DataSet {
private Sheet1DataTable tableSheet1;
private Sheet2DataTable tableSheet2;
private Sheet3DataTable tableSheet3;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public db1DataSet() {
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 db1DataSet(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)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1724 2012-03-26 09:37 打印机\123_TemporaryKey.pfx
文件 579 2012-03-27 20:34 打印机\app.config
文件 1552 2012-03-29 11:29 打印机\bin\x86\Debug\123.application
文件 145408 2012-03-29 11:29 打印机\bin\x86\Debug\123.exe
文件 579 2012-03-27 20:34 打印机\bin\x86\Debug\123.exe.config
文件 4687 2012-03-29 11:29 打印机\bin\x86\Debug\123.exe.manifest
文件 273920 2012-03-29 11:29 打印机\bin\x86\Debug\123.pdb
文件 1552 2012-03-29 11:28 打印机\bin\x86\Debug\123.vshost.application
文件 14848 2012-03-29 11:29 打印机\bin\x86\Debug\123.vshost.exe
文件 579 2012-03-27 20:34 打印机\bin\x86\Debug\123.vshost.exe.config
文件 638976 2012-03-28 16:45 打印机\bin\x86\Debug\db1.mdb
文件 638976 2012-03-28 10:42 打印机\bin\x86\Debug\db2.mdb
文件 454656 2012-03-17 17:18 打印机\data\songhuo.accdb
文件 638976 2012-03-28 16:45 打印机\db1.mdb
文件 257060 2012-03-26 21:09 打印机\db1DataSet.Designer.cs
文件 3 2012-03-26 21:09 打印机\db1DataSet.xsc
文件 69730 2012-03-26 21:09 打印机\db1DataSet.xsd
文件 3 2012-03-26 21:09 打印机\db1DataSet.xss
文件 638976 2012-03-28 10:42 打印机\db2.mdb
文件 11381 2012-03-27 20:34 打印机\db2DataSet.Designer.cs
文件 3 2012-03-27 20:34 打印机\db2DataSet.xsc
文件 1593 2012-03-27 20:34 打印机\db2DataSet.xsd
文件 3 2012-03-27 20:34 打印机\db2DataSet.xss
文件 101005 2012-03-28 20:15 打印机\db2DataSet1.Designer.cs
文件 3 2012-03-28 20:15 打印机\db2DataSet1.xsc
文件 22172 2012-03-28 20:15 打印机\db2DataSet1.xsd
文件 3 2012-03-28 20:15 打印机\db2DataSet1.xss
文件 6301 2012-03-29 11:28 打印机\form\form2.cs
文件 14311 2012-03-29 11:28 打印机\form\form2.Designer.cs
文件 7071 2012-03-29 11:28 打印机\form\form2.resx
............此处省略45个文件信息
- 上一篇:C# 程序自动远程更新
- 下一篇:C#简易图片编辑器 vs2010
评论
共有 条评论