資源簡介
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??desc
?????文件????????1670??2014-06-06?06:46??desc
?????文件???????????0??2014-06-06?06:46??desc
?????文件???????????0??2014-06-06?06:46??desc
?????文件???????10457??2014-06-06?06:46??desc
?????文件????????1727??2014-06-06?06:46??desc
?????文件???????71647??2014-06-06?06:46??desc
?????文件????????3369??2014-06-06?06:46??desc
?????文件????????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個文件信息
評論
共有 條評論