资源简介
C# 课程设计 员工管理信息系统 案例 可以作为个人学习C#winform 编程 案例学习 也可以作为课程设计 代码都以实现,且编程风格良好
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace personMIS
{
///
/// about 的摘要说明。
///
public class about : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
///
/// 必需的设计器变量。
///
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()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font(“宋体“ 15.75F System.Drawing.Fontstyle.Bold System.Drawing.GraphicsUnit.Point ((System.Byte)(134)));
this.label1.Location = new System.Drawing.Point(80 176);
this.label1.Name = “label1“;
this.label1.Size = new System.Drawing.Size(136 56);
this.label1.TabIndex = 0;
this.label1.Text = “版权所有!侵权必究!“;
//
// label2
//
this.label2.Font = new System.Drawing.Font(“隶书“ 21.75F System.Drawing.Fontstyle.Bold System.Drawing.GraphicsUnit.Point ((System.Byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(24 40);
this.label2.Name = “label2“;
this.label2.Size = new System.Drawing.Size(264 56);
this.label2.TabIndex = 1;
this.label2.Text = “员工管理信息系统“;
//
// about
//
this.AutoScalebaseSize = new System.Drawing.Size(6 14);
this.ClientSize = new System.Drawing.Size(292 266);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = “about“;
this.Text = “about“;
this.ResumeLayout(false);
}
#endregion
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2452 2007-06-29 07:34 ch05 员工管理信息系统\personMIS\personMIS\about.cs
文件 7546 2007-06-29 07:34 ch05 员工管理信息系统\personMIS\personMIS\about.resx
文件 7162 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\AddDepart.cs
文件 12075 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\AddDepart.resx
文件 7891 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\AddIncome.cs
文件 13198 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\AddIncome.resx
文件 7406 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\Addjob.cs
文件 10952 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\Addjob.resx
文件 19414 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\Addperson.cs
文件 19936 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\Addperson.resx
文件 1078 2007-06-28 08:45 ch05 员工管理信息系统\personMIS\personMIS\App.ico
文件 1859 2007-06-28 08:45 ch05 员工管理信息系统\personMIS\personMIS\AssemblyInfo.cs
文件 200704 2007-09-20 15:14 ch05 员工管理信息系统\personMIS\personMIS\bin\Debug\personMIS.exe
文件 524288 2007-09-11 10:14 ch05 员工管理信息系统\personMIS\personMIS\bin\Debug\personMIS.mdb
文件 153088 2007-09-20 15:14 ch05 员工管理信息系统\personMIS\personMIS\bin\Debug\personMIS.pdb
文件 7954 2007-09-20 11:01 ch05 员工管理信息系统\personMIS\personMIS\BrowseDepart.cs
文件 9287 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\BrowseDepart.resx
文件 9483 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\BrowseIncome.cs
文件 10970 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\BrowseIncome.resx
文件 7821 2007-09-20 11:00 ch05 员工管理信息系统\personMIS\personMIS\BrowseJob.cs
文件 9284 2007-09-20 11:00 ch05 员工管理信息系统\personMIS\personMIS\BrowseJob.resx
文件 10613 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\BrowsePerson.cs
文件 10970 2007-09-20 10:48 ch05 员工管理信息系统\personMIS\personMIS\BrowsePerson.resx
文件 4558 2007-09-20 11:02 ch05 员工管理信息系统\personMIS\personMIS\Main.cs
文件 6997 2007-09-20 10:47 ch05 员工管理信息系统\personMIS\personMIS\Main.resx
文件 9300 2007-09-20 10:00 ch05 员工管理信息系统\personMIS\personMIS\MainForm.cs
文件 12137 2007-09-11 09:09 ch05 员工管理信息系统\personMIS\personMIS\MainForm.resx
文件 6456 2007-09-11 09:30 ch05 员工管理信息系统\personMIS\personMIS\ModifyDepart.cs
文件 11473 2007-09-11 09:30 ch05 员工管理信息系统\personMIS\personMIS\ModifyDepart.resx
文件 8361 2007-09-11 09:30 ch05 员工管理信息系统\personMIS\personMIS\ModifyIncome.cs
............此处省略40个文件信息
- 上一篇:asp.net做的酒店客房管理系统
- 下一篇:比较完善的C#中调用mapx教程
相关资源
- 比较完善的C#中调用mapx教程
- asp.net做的酒店客房管理系统
- c# 哈夫曼编码 压缩文件
- C#源码-影院售票系统
- C# winform 子窗体调用父窗体函数实现关
- C#实现KD树 K近邻搜索
- 用C#做个简单的计时器秒表功能
- C#完成DDA算法的实现
-
xm
l文件操作 C#源码 - c#软件雷塞运动控制卡点动程序
- C#高级编程第9版
- vs2010c#的arcengine按属性选择,并把选择
- vs2010c#开发arcengine实现按属性选择和按
- 最短路径算法c# 最短路径算法
- C#下开发HID设备的源码+
- 基于C#net4.5实现最简单的websocket客户端
- C#2.0进程CPU占用率
- C#模拟实现自动化测试架构
- 网络文件传送 c#源码
- C# 写的CDT 规约解析 并打包发送程序
- (C#)局域网二人军棋对战游戏
- C#实现udp打洞客户端与服务器端源码
- 图像处理代码C# 平滑去噪、锐化、伪
- ENVI的BSQ BIL BIP三种栅格格式转换的C
- C#画图软件
- C#微信带参二维码海报
- C#利用DirectSound实现PCM音频流保存为
- wpf实现的手画板
- C#实现二维矢量图编辑
- C#键盘鼠标模拟 Windows Input Simulator
评论
共有 条评论