人力资源管理信息系统


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个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)