• 大小: 240KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-15
  • 语言: C#
  • 标签: C#  

资源简介

CCS LABS C# Creating a Windows Forms Application With Login

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.17626
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// 

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

#pragma warning disable 1591

namespace ccslabsLogIn {
    
    
    /// 
    ///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(“ApplicationDataSet“)]
    [global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
    public partial class ApplicationDataSet : global::System.Data.DataSet {
        
        private UsersDataTable tableUsers;
        
        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 ApplicationDataSet() {
            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 ApplicationDataSet(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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       11521  2014-06-06 06:46  description.html
     文件        1670  2014-06-06 06:46  description\offline.js
     文件           0  2014-06-06 06:46  description\Combined.css
     文件           0  2014-06-06 06:46  description\67b74b86-a273-4ad7-9ed5-0f97276412eaCombined.css
     文件       10457  2014-06-06 06:46  description\Galleries.css
     文件        1727  2014-06-06 06:46  description\Layout.css
     文件       71647  2014-06-06 06:46  description\Brand.css
     文件        3369  2014-06-06 06:46  description\iframedescription.css
     文件        4688  2014-06-06 06:46  license.rtf
     文件         878  2014-06-06 06:46  C#\ccslabsLogIn.sln
     目录           0  2014-06-06 06:46  C#\ccslabsLogIn\
     文件         516  2014-06-06 06:46  C#\ccslabsLogIn\app.config
     文件     2359296  2014-06-06 06:46  C#\ccslabsLogIn\Application.mdf
     文件       73994  2014-06-06 06:46  C#\ccslabsLogIn\ApplicationDataSet.Designer.cs
     文件         361  2014-06-06 06:46  C#\ccslabsLogIn\ApplicationDataSet.xsc
     文件        8211  2014-06-06 06:46  C#\ccslabsLogIn\ApplicationDataSet.xsd
     文件         846  2014-06-06 06:46  C#\ccslabsLogIn\ApplicationDataSet.xss
     文件      589824  2014-06-06 06:46  C#\ccslabsLogIn\Application_log.ldf
     目录           0  2014-06-06 06:46  C#\ccslabsLogIn\bin\
     目录           0  2014-06-06 06:46  C#\ccslabsLogIn\bin\Debug\
     文件       22984  2014-06-06 06:46  C#\ccslabsLogIn\bin\Debug\ccslabsLogIn.vshost.exe
     文件         516  2014-06-06 06:46  C#\ccslabsLogIn\bin\Debug\ccslabsLogIn.vshost.exe.config
     文件         490  2014-06-06 06:46  C#\ccslabsLogIn\bin\Debug\ccslabsLogIn.vshost.exe.manifest
     目录           0  2014-06-06 06:46  C#\ccslabsLogIn\bin\Release\
     文件        7605  2014-06-06 06:46  C#\ccslabsLogIn\ccslabsLogIn.csproj
     文件         452  2014-06-06 06:46  C#\ccslabsLogIn\ccslabsLogIn.csproj.user
     文件         849  2014-06-06 06:46  C#\ccslabsLogIn\Form1.cs
     文件        1430  2014-06-06 06:46  C#\ccslabsLogIn\Form1.Designer.cs
     文件        5817  2014-06-06 06:46  C#\ccslabsLogIn\Form1.resx
     目录           0  2014-06-06 06:46  C#\ccslabsLogIn\forms\
     文件        4179  2014-06-06 06:46  C#\ccslabsLogIn\forms\frmLogin.cs
............此处省略21个文件信息

评论

共有 条评论