资源简介
实训做出来的C#财务管理系统,还望大家不要见笑
代码片段和文件信息
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.42
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace 财物管理系统 {
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “2.0.0.0“)]
[Serializable()]
[System.ComponentModel.DesignerCategoryAttribute(“code“)]
[System.ComponentModel.ToolboxItem(true)]
[System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
[System.xml.Serialization.xmlRootAttribute(“DataSet1“)]
[System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
public partial class DataSet1 : System.Data.DataSet {
private 科目表DataTable table科目表;
private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public DataSet1() {
this.BeginInit();
this.InitClass();
System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
base.Tables.Collectionchanged += schemaChangedHandler;
base.Relations.Collectionchanged += schemaChangedHandler;
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected DataSet1(System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context) :
base(info context false) {
if ((this.IsBinarySerialized(info context) == true)) {
this.InitVars(false);
System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new 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) == System.Data.SchemaSerializationMode.IncludeSchema)) {
System.Data.DataSet ds = new System.Data.DataSet();
ds.ReadxmlSchema(new System.xml.xmlTextReader(new System.IO.StringReader(strSchema)));
if ((ds.Tables[“科目表“] != null)) {
base.Tables.Add(new 科目表DataTable(ds.Tables[“科目表“]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Na
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 159744 2010-12-24 13:19 财物管理系统\财物管理系统\bin\Debug\财物管理系统.exe
文件 65024 2010-12-24 13:19 财物管理系统\财物管理系统\bin\Debug\财物管理系统.pdb
文件 5632 2005-12-08 14:51 财物管理系统\财物管理系统\bin\Debug\财物管理系统.vshost.exe
文件 33469 2010-12-24 13:18 财物管理系统\财物管理系统\DataSet1.Designer.cs
文件 3 2010-12-24 13:18 财物管理系统\财物管理系统\DataSet1.xsc
文件 5765 2010-12-24 13:18 财物管理系统\财物管理系统\DataSet1.xsd
文件 3 2010-12-24 13:18 财物管理系统\财物管理系统\DataSet1.xss
文件 344 2010-12-24 13:21 财物管理系统\财物管理系统\Kemu.cs
文件 27461 2010-12-24 13:21 财物管理系统\财物管理系统\Kemu.Designer.cs
文件 49536 2010-12-24 13:21 财物管理系统\财物管理系统\Kemu.resx
文件 1384 2010-12-24 13:16 财物管理系统\财物管理系统\MainForm.cs
文件 11775 2010-12-24 13:16 财物管理系统\财物管理系统\MainForm.Designer.cs
文件 135470 2010-12-24 13:16 财物管理系统\财物管理系统\MainForm.resx
文件 28672 2010-12-24 13:18 财物管理系统\财物管理系统\obj\Debug\TempPE\DataSet1.Designer.cs.dll
文件 902 2010-12-24 13:19 财物管理系统\财物管理系统\obj\Debug\财物管理系统.csproj.GenerateResource.Cache
文件 159744 2010-12-24 13:19 财物管理系统\财物管理系统\obj\Debug\财物管理系统.exe
文件 28269 2010-12-24 13:19 财物管理系统\财物管理系统\obj\Debug\财物管理系统.Kemu.resources
文件 86463 2010-12-24 13:18 财物管理系统\财物管理系统\obj\Debug\财物管理系统.MainForm.resources
文件 65024 2010-12-24 13:19 财物管理系统\财物管理系统\obj\Debug\财物管理系统.pdb
文件 180 2010-12-24 13:18 财物管理系统\财物管理系统\obj\Debug\财物管理系统.Properties.Resources.resources
文件 393 2010-12-24 13:19 财物管理系统\财物管理系统\obj\财物管理系统.csproj.FileList.txt
文件 480 2010-12-23 14:23 财物管理系统\财物管理系统\Program.cs
文件 1194 2010-12-23 14:23 财物管理系统\财物管理系统\Properties\AssemblyInfo.cs
文件 2890 2010-12-23 14:23 财物管理系统\财物管理系统\Properties\Resources.Designer.cs
文件 5612 2010-12-23 14:23 财物管理系统\财物管理系统\Properties\Resources.resx
文件 1101 2010-12-23 14:23 财物管理系统\财物管理系统\Properties\Settings.Designer.cs
文件 249 2010-12-23 14:23 财物管理系统\财物管理系统\Properties\Settings.settings
文件 4162 2010-12-24 13:19 财物管理系统\财物管理系统\财物管理系统.csproj
文件 943 2010-12-23 14:23 财物管理系统\财物管理系统.sln
..A..H. 12800 2010-12-24 13:21 财物管理系统\财物管理系统.suo
............此处省略12个文件信息
评论
共有 条评论