资源简介

通过C#语言编写的车站售票管理系统,分为用户购票退票界面以及车站管理员对车站售票系统的管理,与SQLServer数据库相结合

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//     此代码由工具生成。
//     运行时版本:4.0.30319.42000
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// 

//------------------------------------------------------------------------------

#pragma warning disable 1591

namespace WindowsFormsApplication1 {
    
    
    /// 
    ///Represents a strongly typed in-memory cache of data.
    ///

    [global::System.Serializable()]
    [global::System.ComponentModel.DesignerCategoryAttribute(“code“)]
    [global::System.ComponentModel.ToolboxItem(true)]
    [global::System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
    [global::System.xml.Serialization.xmlRootAttribute(“Car_management_SystemDataSet“)]
    [global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
    public partial class Car_management_SystemDataSet : global::System.Data.DataSet {
        
        private TicketDataTable tableTicket;
        
        private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “4.0.0.0“)]
        public Car_management_SystemDataSet() {
            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()]
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “4.0.0.0“)]
        protected Car_management_SystemDataSet(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.SchemaSerializationMo

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

     文件        819  2018-07-03 13:29  WindowsFormsApplication1\App.config

     文件      14759  2018-07-05 15:12  WindowsFormsApplication1\bin\Debug\QR636664003232621387.jpg

     文件    4945408  2018-07-05 20:31  WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe

     文件        819  2018-07-03 13:29  WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe.config

     文件     499200  2018-07-05 20:31  WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb

     文件      24224  2018-07-03 15:05  WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe

     文件        819  2018-07-03 13:29  WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.config

     文件        490  2018-04-12 07:35  WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest

     文件      59579  2018-07-03 11:19  WindowsFormsApplication1\Car_management_SystemDataSet.Designer.cs

     文件          3  2018-07-03 11:19  WindowsFormsApplication1\Car_management_SystemDataSet.xsc

     文件       4440  2018-07-03 11:19  WindowsFormsApplication1\Car_management_SystemDataSet.xsd

     文件          3  2018-07-03 11:19  WindowsFormsApplication1\Car_management_SystemDataSet.xss

     文件     364174  2018-07-03 13:27  WindowsFormsApplication1\Car_management_SystemDataSet1.Designer.cs

     文件          3  2018-07-03 13:27  WindowsFormsApplication1\Car_management_SystemDataSet1.xsc

     文件      78117  2018-07-03 13:27  WindowsFormsApplication1\Car_management_SystemDataSet1.xsd

     文件          3  2018-07-03 13:27  WindowsFormsApplication1\Car_management_SystemDataSet1.xss

     文件     280817  2018-07-03 13:31  WindowsFormsApplication1\CMSDataSet.Designer.cs

     文件        361  2018-07-03 13:31  WindowsFormsApplication1\CMSDataSet.xsc

     文件      34971  2018-07-03 13:31  WindowsFormsApplication1\CMSDataSet.xsd

     文件       1683  2018-07-03 13:31  WindowsFormsApplication1\CMSDataSet.xss

     文件       3979  2018-07-05 18:12  WindowsFormsApplication1\Form1.cs

     文件      20529  2018-07-05 18:08  WindowsFormsApplication1\Form1.Designer.cs

     文件     834652  2018-07-05 18:08  WindowsFormsApplication1\Form1.resx

     文件       4855  2018-07-05 20:30  WindowsFormsApplication1\Form3.cs

     文件      48759  2018-07-05 20:30  WindowsFormsApplication1\Form3.Designer.cs

     文件     850028  2018-07-05 20:30  WindowsFormsApplication1\Form3.resx

     文件       2410  2018-07-05 17:43  WindowsFormsApplication1\Goumai.cs

     文件      11176  2018-07-05 17:43  WindowsFormsApplication1\Goumai.Designer.cs

     文件     331256  2018-07-05 17:43  WindowsFormsApplication1\Goumai.resx

     文件       8458  2018-07-05 15:57  WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferences.cache

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

评论

共有 条评论