資源簡介
c# 項目實例 9個經典程序 包括防qq2008 時鐘 俄羅斯方塊 貪食蛇 員工管理 倉庫管理 房屋出租 等原代碼
代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
namespace?QQ
{
///?
///?about?的摘要說明。
///?
public?class?about?:?System.Windows.Forms.Form
{
private?System.Windows.Forms.PictureBox?pictureBox1;
private?System.Windows.Forms.Label?label1;
private?System.Windows.Forms.Label?label2;
private?System.Windows.Forms.Button?button1;
///?
///?必需的設計器變量。
///?
private?System.ComponentModel.Container?components?=?null;
public?about()
{
//
//?Windows?窗體設計器支持所必需的
//
InitializeComponent();
//
//?TODO:?在?InitializeComponent?調用后添加任何構造函數代碼
//
}
///?
///?清理所有正在使用的資源。
///?
protected?override?void?Dispose(?bool?disposing?)
{
if(?disposing?)
{
if(components?!=?null)
{
components.Dispose();
}
}
base.Dispose(?disposing?);
}
#region?Windows?窗體設計器生成的代碼
///?
///?設計器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內容。
///?
private?void?InitializeComponent()
{
System.Resources.ResourceManager?resources?=?new?System.Resources.ResourceManager(typeof(about));
this.pictureBox1?=?new?System.Windows.Forms.PictureBox();
this.label1?=?new?System.Windows.Forms.Label();
this.label2?=?new?System.Windows.Forms.Label();
this.button1?=?new?System.Windows.Forms.Button();
this.SuspendLayout();
//?
//?pictureBox1
//?
this.pictureBox1.Image?=?((System.Drawing.Image)(resources.Getobject(“pictureBox1.Image“)));
this.pictureBox1.Location?=?new?System.Drawing.Point(8?8);
this.pictureBox1.Name?=?“pictureBox1“;
this.pictureBox1.Size?=?new?System.Drawing.Size(504?176);
this.pictureBox1.TabIndex?=?0;
this.pictureBox1.TabStop?=?false;
//?
//?label1
//?
this.label1.Location?=?new?System.Drawing.Point(136?192);
this.label1.Name?=?“label1“;
this.label1.Size?=?new?System.Drawing.Size(256?16);
this.label1.TabIndex?=?1;
this.label1.Text?=?“QQ2008??copyright?@?MistySoft?2008“;
this.label1.TextAlign?=?System.Drawing.ContentAlignment.MiddleCenter;
//?
//?label2
//?
this.label2.Location?=?new?System.Drawing.Point(136?208);
this.label2.Name?=?“label2“;
this.label2.Size?=?new?System.Drawing.Size(256?23);
this.label2.TabIndex?=?2;
this.label2.Text?=?“版權所有 盜版不究“;
this.label2.TextAlign?=?System.Drawing.ContentAlignment.MiddleCenter;
//?
//?button1
//?
this.button1.Location?=?new?System.Drawing.Point(224?232);
this.button1.Name?=?“button1“;
this.button1.TabIndex?=?3;
this.button1.Text?=?“確定“;
this.button1.Click?+=?new?System.EventHandler(this.button1_Click);
//?
//?about
//?
this.AutoScalebaseSize?=?new?System.Drawing.Size(6?14);
this.ClientSize?=?new?System.Drawing.Size(512?264);
this.ControlBox?=?false;
this.Controls.Add(this.button1);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????318??2007-06-10?15:48??ch01?仿QQ2008聊天程序(C#源碼)\QQ\1.ico
?????文件????????318??2007-06-10?15:48??ch01?仿QQ2008聊天程序(C#源碼)\QQ\2.ico
?????文件???????3573??2007-05-29?17:39??ch01?仿QQ2008聊天程序(C#源碼)\QQ\about.cs
?????文件?????117151??2007-05-29?17:39??ch01?仿QQ2008聊天程序(C#源碼)\QQ\about.resx
?????文件???????2550??2007-06-10?15:47??ch01?仿QQ2008聊天程序(C#源碼)\QQ\App.ico
?????文件???????1078??2007-06-10?11:26??ch01?仿QQ2008聊天程序(C#源碼)\QQ\App1.ico
?????文件???????1859??2007-05-25?13:00??ch01?仿QQ2008聊天程序(C#源碼)\QQ\AssemblyInfo.cs
?????文件???????1830??2007-07-16?14:20??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\00000000\FriendInf.dat
?????文件????????356??2007-06-28?10:32??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\00000005\FriendInf.dat
?????文件????????168??2007-07-16?14:20??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\online.dat
?????文件?????577536??2009-04-10?14:32??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\QQ.exe
?????文件??????65024??2009-04-10?14:32??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\QQ.pdb
?????文件???????5632??2005-11-11?22:25??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\QQ.vshost.exe
?????文件??????28672??2007-06-17?16:16??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\QQloginCont.dll
?????文件??????62976??2007-06-17?16:16??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\QQloginCont.pdb
?????文件????????178??2009-04-10?14:32??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\QQuser.dat
?????文件????????108??2007-07-16?14:16??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\SerInf\SerInf.dat
?????文件??????14156??2004-09-20?17:00??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\sound\Call.wav
?????文件???????9756??2004-09-20?12:57??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\sound\Folder.wav
?????文件???????9948??2004-09-20?12:55??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\sound\Global.wav
?????文件???????8316??2004-09-20?12:55??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\sound\Msg.wav
?????文件??????10428??2004-09-20?12:53??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\sound\Ring.wav
?????文件??????10140??2004-09-20?12:58??ch01?仿QQ2008聊天程序(C#源碼)\QQ\bin\Debug\sound\System.wav
?????文件???????8718??2007-06-16?17:26??ch01?仿QQ2008聊天程序(C#源碼)\QQ\Form1.cs
?????文件?????272585??2007-06-16?14:50??ch01?仿QQ2008聊天程序(C#源碼)\QQ\Form1.resx
?????文件??????24374??2007-06-16?22:22??ch01?仿QQ2008聊天程序(C#源碼)\QQ\main.cs
?????文件?????290021??2007-06-16?22:22??ch01?仿QQ2008聊天程序(C#源碼)\QQ\main.resx
?????文件???????3778??2007-06-16?15:37??ch01?仿QQ2008聊天程序(C#源碼)\QQ\MessageServer.cs
?????文件??????14199??2007-06-26?15:48??ch01?仿QQ2008聊天程序(C#源碼)\QQ\MsgSend.cs
?????文件??????74938??2007-06-17?18:01??ch01?仿QQ2008聊天程序(C#源碼)\QQ\MsgSend.resx
............此處省略617個文件信息
- 上一篇:c#播放 RTMP,RTSP流媒體等源代碼
- 下一篇:WPF 學生信息管理
評論
共有 條評論