资源简介
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个文件信息
相关资源
- 物资管理信息系统、数据库、SQL Ser
- c#编写的物资管理信息系统
- C# 宿舍管理信息系统 数据库
- 宾馆管理信息系统(c#)数据库
- c# visual studio 2005 仓库管理信息系统
- 学生课程成绩管理信息系统
- 医院病房管理信息系统
- C# 旅游管理信息系统 源码 毕设
- C#超市管理信息系统
- C# ASP.NET学生管理信息系统代码
- 扬子江酒店管理信息系统源码
- 宾馆客房管理信息系统C#课程设计含数
- C# winfrom 医院管理信息系统+三层架构
- c#合同管理信息系统
- C#项目 员工管理信息系统
- C#员工管理信息系统
- 合同管理信息系统(c#源码)
- 员工管理信息系统C#源代码
- C# 编写的员工管理信息系统
- c#网上书店管理信息系统
- 员工管理信息系统.rar
- C#写的员工管理信息系统,有C#完整项
- C# 课程设计 员工管理信息系统 案例
- C#档案管理信息系统
- 图书馆管理信息系统 C#实现
- 理财管理信息系统.rar
- C# 编写的 员工管理信息系统
- 学校运动会管理信息系统
- 图书管理信息系统
- 12、员工管理信息系统(源码+数据库
评论
共有 条评论