資源簡介
Microsoft Visual Studio.NET 2003(C#)為開發環境,Microsoft Access 數據庫

代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
namespace?人力資源管理系統
{
///?
///?About?的摘要說明。
///?
public?class?About?:?System.Windows.Forms.Form
{
private?System.Windows.Forms.PictureBox?pictureBox1;
private?System.Windows.Forms.Label?label1;
///?
///?必需的設計器變量。
///?
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.SuspendLayout();
//?
//?pictureBox1
//?
this.pictureBox1.Image?=?((System.Drawing.Image)(resources.Getobject(“pictureBox1.Image“)));
this.pictureBox1.Location?=?new?System.Drawing.Point(0?0);
this.pictureBox1.Name?=?“pictureBox1“;
this.pictureBox1.Size?=?new?System.Drawing.Size(336?208);
this.pictureBox1.TabIndex?=?0;
this.pictureBox1.TabStop?=?false;
//?
//?label1
//?
this.label1.Location?=?new?System.Drawing.Point(104?208);
this.label1.Name?=?“label1“;
this.label1.Size?=?new?System.Drawing.Size(133?15);
this.label1.TabIndex?=?1;
this.label1.Text?=?“版權所有:『楓夜之息』“;
//?
//?About
//?
this.AutoScalebaseSize?=?new?System.Drawing.Size(5?13);
this.ClientSize?=?new?System.Drawing.Size(331?224);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderstyle?=?System.Windows.Forms.FormBorderstyle.FixedToolWindow;
this.Icon?=?((System.Drawing.Icon)(resources.Getobject(“$this.Icon“)));
this.Name?=?“About“;
this.RightToLeft?=?System.Windows.Forms.RightToLeft.No;
this.StartPosition?=?System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text?=?“關于“;
this.Load?+=?new?System.EventHandler(this.About_Load);
this.ResumeLayout(false);
}
#endregion
private?void?About_Load(object?sender?System.EventArgs?e)
{
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2783??2007-05-27?02:32??人力資源信息管理系統\About.cs
?????文件?????203998??2007-05-27?02:32??人力資源信息管理系統\About.resx
?????文件???????3774??2008-02-22?12:56??人力資源信息管理系統\App.ico
?????文件???????1859??2005-11-23?00:15??人力資源信息管理系統\AssemblyInfo.cs
?????文件???????7030??2007-05-16?01:03??人力資源信息管理系統\DataGridPrinter.cs
?????文件??????15925??2007-05-30?18:38??人力資源信息管理系統\EmployeesInfoAdd.cs
?????文件??????55167??2007-05-29?11:57??人力資源信息管理系統\EmployeesInfoAdd.resx
?????文件??????15362??2007-06-03?22:10??人力資源信息管理系統\EmployeesInfoEdit.cs
?????文件??????55157??2007-06-03?22:10??人力資源信息管理系統\EmployeesInfoEdit.resx
?????文件??????10810??2007-06-03?22:10??人力資源信息管理系統\EmployeesInfoSearch.cs
?????文件??????47315??2007-06-03?22:10??人力資源信息管理系統\EmployeesInfoSearch.resx
?????文件??????25448??2007-06-18?09:45??人力資源信息管理系統\frmContainer.cs
?????文件?????109948??2007-06-18?09:44??人力資源信息管理系統\frmContainer.resx
?????文件??????55968??2007-05-30?18:50??人力資源信息管理系統\frmData.cs
?????文件??????77242??2007-05-30?14:54??人力資源信息管理系統\frmData.resx
?????文件???????5899??2007-06-18?09:43??人力資源信息管理系統\LoggingIn.cs
?????文件?????205192??2007-06-18?09:43??人力資源信息管理系統\LoggingIn.resx
?????文件???????7902??2007-05-30?02:02??人力資源信息管理系統\OnDutyAbsentAdd.cs
?????文件??????47190??2007-05-29?12:22??人力資源信息管理系統\OnDutyAbsentAdd.resx
?????文件???????8051??2007-05-30?02:02??人力資源信息管理系統\OnDutyAbsentEdit.cs
?????文件??????47272??2007-05-29?12:22??人力資源信息管理系統\OnDutyAbsentEdit.resx
?????文件???????8516??2007-05-30?02:02??人力資源信息管理系統\OnDutyAbsentSearch.cs
?????文件??????46148??2007-05-29?12:22??人力資源信息管理系統\OnDutyAbsentSearch.resx
?????文件???????9816??2007-05-30?02:02??人力資源信息管理系統\OnDutyLeaveAdd.cs
?????文件??????49447??2007-05-29?12:22??人力資源信息管理系統\OnDutyLeaveAdd.resx
?????文件??????10185??2007-05-30?02:02??人力資源信息管理系統\OnDutyLeaveEdit.cs
?????文件??????15651??2007-05-29?12:22??人力資源信息管理系統\OnDutyLeaveEdit.resx
?????文件???????8512??2007-05-29?12:22??人力資源信息管理系統\OnDutyLeaveSearch.cs
?????文件??????46147??2007-05-29?12:22??人力資源信息管理系統\OnDutyLeaveSearch.resx
?????文件???????9916??2007-05-29?12:19??人力資源信息管理系統\OnDutySignIn.cs
............此處省略128個文件信息
評論
共有 條評論