资源简介
多窗口应用程序(C#源代码编写)
多窗口应用程序,可以新建窗体的源代码
代码片段和文件信息
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(“QQ223857666勾月“)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.0.*“)]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified the
// following processing occurs:
// (1) If the KeyName can be found in the CSP that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\. For example if your KeyFile is
// located in the project directory you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
// (*) Delay Signing is an advanced option - see the Microsoft .NET framework
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
I.A.... 2441 2008-09-15 10:59 C#081208-多窗口应用程序\AssemblyInfo.cs
I.A.... 20480 2008-09-15 10:59 C#081208-多窗口应用程序\bin\Debug\MDIFormApp.exe
I.A.... 17920 2008-09-15 10:59 C#081208-多窗口应用程序\bin\Debug\MDIFormApp.pdb
I.A.... 14328 2008-09-15 10:58 C#081208-多窗口应用程序\bin\Debug\MDIFormApp.vshost.exe
I.A.... 490 2007-07-21 01:33 C#081208-多窗口应用程序\bin\Debug\MDIFormApp.vshost.exe.manifest
I.A.... 6019 2008-09-15 10:59 C#081208-多窗口应用程序\Form1.cs
I.A.... 6011 2008-09-15 10:59 C#081208-多窗口应用程序\Form1.resx
I.A.... 365 2001-12-19 08:57 C#081208-多窗口应用程序\licenses.licx
I.A.... 3973 2008-09-15 10:57 C#081208-多窗口应用程序\MDIFormApp.csproj
I.A.... 2031 2008-09-15 10:57 C#081208-多窗口应用程序\MDIFormApp.csproj.user
I.A.... 904 2008-09-15 10:57 C#081208-多窗口应用程序\MDIFormApp.sln
I.A..H. 12288 2008-09-15 10:59 C#081208-多窗口应用程序\MDIFormApp.suo
I.A.... 544 2008-09-15 10:58 C#081208-多窗口应用程序\obj\Debug\MDIFormApp.csproj.FileListAbsolute.txt
I.A.... 774 2008-09-15 10:59 C#081208-多窗口应用程序\obj\Debug\MDIFormApp.csproj.GenerateResource.Cache
I.A.... 20480 2008-09-15 10:59 C#081208-多窗口应用程序\obj\Debug\MDIFormApp.exe
I.A.... 1772 2002-07-06 01:16 C#081208-多窗口应用程序\obj\Debug\MDIFormApp.exe.incr
I.A.... 274 2001-12-19 08:57 C#081208-多窗口应用程序\obj\Debug\MDIFormApp.exe.licenses
I.A.... 180 2008-09-15 10:59 C#081208-多窗口应用程序\obj\Debug\MDIFormApp.Form1.resources
I.A.... 17920 2008-09-15 10:59 C#081208-多窗口应用程序\obj\Debug\MDIFormApp.pdb
I.A.... 6536 2002-07-06 01:16 C#081208-多窗口应用程序\obj\Debug\MDIFormApp.projdata
I.A.... 1010 2008-09-15 10:57 C#081208-多窗口应用程序\UpgradeLog.xm
I.A.... 3348 2008-09-15 10:57 C#081208-多窗口应用程序\_UpgradeReport_Files\UpgradeReport.css
I.A.... 12505 2008-01-11 01:25 C#081208-多窗口应用程序\_UpgradeReport_Files\UpgradeReport.xslt
I.A.... 69 2008-09-15 10:57 C#081208-多窗口应用程序\_UpgradeReport_Files\UpgradeReport_Minus.gif
I.A.... 71 2008-09-15 10:57 C#081208-多窗口应用程序\_UpgradeReport_Files\UpgradeReport_Plus.gif
I.A.... 20480 2008-09-15 10:59 C#081208-多窗口应用程序\多窗口应用程序\MDIFormApp.exe
I.A.... 82 2008-12-08 11:02 C#081208-多窗口应用程序\多窗口应用程序\新建 文本文档.txt
I..D... 0 2008-09-18 13:43 C#081208-多窗口应用程序\obj\Debug\temp
I..D... 0 2008-09-18 13:43 C#081208-多窗口应用程序\obj\Debug\TempPE
I..D... 0 2008-09-18 13:43 C#081208-多窗口应用程序\bin\Debug
............此处省略9个文件信息
评论
共有 条评论