资源简介
c# visual studio 2005 仓库管理信息系统

代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.OleDb;
namespace StoreMIS
{
///
/// AddRoles 的摘要说明。
///
public class AddRoles : System.Windows.Forms.Form
{
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textRole;
private System.Windows.Forms.CheckBox ckIn;
private System.Windows.Forms.CheckBox ckMate;
private System.Windows.Forms.CheckBox ckSys;
private System.Windows.Forms.CheckBox ckOut;
private System.Windows.Forms.Button btClose;
private System.Windows.Forms.Button btAdd;
private OleDbConnection sqlConnection1 = null;
private OleDbCommand sqlCommand1 = null;
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
public AddRoles()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
this.sqlConnection1=new OleDbConnection(StoreMIS.database.dbConnection.connection);
this.sqlCommand1 = new OleDbCommand();
this.sqlCommand1.Connection = this.sqlConnection1;
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textRole = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ckIn = new System.Windows.Forms.CheckBox();
this.ckMate = new System.Windows.Forms.CheckBox();
this.ckSys = new System.Windows.Forms.CheckBox();
this.ckOut = new System.Windows.Forms.CheckBox();
this.btClose = new System.Windows.Forms.Button();
this.btAdd = new System.Windows.Forms.Button();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textRole);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(16 8);
this.groupBox2.Name = “groupBox2“;
this.groupBox2.Size = new System.Drawing.Size(228 56);
this.groupBox2.TabIndex = 17;
this.groupBox2.TabStop = false;
this.groupBox2.Text = “角色“;
//
// textRole
//
this.textRole.Borderstyle = System.Windows.Forms.Borderstyle.FixedSingle;
this.textRole.Location = new System.Drawing.Point(66 19);
this.textRole.Name = “textR
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7377 2007-08-19 22:00 ch07 仓库管理信息系统\StoreMIS\StoreMIS\AddRoles.cs
文件 13087 2007-08-19 22:00 ch07 仓库管理信息系统\StoreMIS\StoreMIS\AddRoles.resx
文件 9939 2007-08-19 22:00 ch07 仓库管理信息系统\StoreMIS\StoreMIS\AddUser.cs
文件 12043 2007-08-19 22:00 ch07 仓库管理信息系统\StoreMIS\StoreMIS\AddUser.resx
文件 1078 2007-08-18 17:21 ch07 仓库管理信息系统\StoreMIS\StoreMIS\App.ico
文件 1859 2007-08-18 17:21 ch07 仓库管理信息系统\StoreMIS\StoreMIS\AssemblyInfo.cs
文件 909312 2007-09-20 19:07 ch07 仓库管理信息系统\StoreMIS\StoreMIS\bin\Debug\StoreMIS.exe
文件 667648 2007-08-21 00:15 ch07 仓库管理信息系统\StoreMIS\StoreMIS\bin\Debug\storeMIS.mdb
文件 179712 2007-09-20 19:07 ch07 仓库管理信息系统\StoreMIS\StoreMIS\bin\Debug\StoreMIS.pdb
文件 391 2007-08-18 18:44 ch07 仓库管理信息系统\StoreMIS\StoreMIS\databa
文件 603100 2002-10-17 22:16 ch07 仓库管理信息系统\StoreMIS\StoreMIS\Images\bg.JPG
文件 9 2007-06-12 09:29 ch07 仓库管理信息系统\StoreMIS\StoreMIS\Images\_desktop.ini
文件 8825 2007-08-19 22:02 ch07 仓库管理信息系统\StoreMIS\StoreMIS\In.cs
文件 9229 2007-08-19 22:02 ch07 仓库管理信息系统\StoreMIS\StoreMIS\In.resx
文件 18591 2007-08-19 19:24 ch07 仓库管理信息系统\StoreMIS\StoreMIS\InAdd.cs
文件 25436 2007-08-19 17:57 ch07 仓库管理信息系统\StoreMIS\StoreMIS\InAdd.resx
文件 16318 2007-08-19 17:56 ch07 仓库管理信息系统\StoreMIS\StoreMIS\InModify.cs
文件 24875 2007-08-19 17:56 ch07 仓库管理信息系统\StoreMIS\StoreMIS\InModify.resx
文件 10811 2007-08-19 19:06 ch07 仓库管理信息系统\StoreMIS\StoreMIS\InQuery.cs
文件 14794 2007-08-19 18:12 ch07 仓库管理信息系统\StoreMIS\StoreMIS\InQuery.resx
文件 7048 2007-09-11 17:28 ch07 仓库管理信息系统\StoreMIS\StoreMIS\Login.cs
文件 10337 2007-09-11 17:28 ch07 仓库管理信息系统\StoreMIS\StoreMIS\Login.resx
文件 18347 2007-09-12 22:12 ch07 仓库管理信息系统\StoreMIS\StoreMIS\Main.cs
文件 923198 2007-09-12 22:10 ch07 仓库管理信息系统\StoreMIS\StoreMIS\Main.resx
文件 8241 2007-08-19 22:19 ch07 仓库管理信息系统\StoreMIS\StoreMIS\Material.cs
文件 9235 2007-08-19 22:02 ch07 仓库管理信息系统\StoreMIS\StoreMIS\Material.resx
文件 8584 2007-08-19 22:02 ch07 仓库管理信息系统\StoreMIS\StoreMIS\MaterialAdd.cs
文件 14250 2007-08-19 22:02 ch07 仓库管理信息系统\StoreMIS\StoreMIS\MaterialAdd.resx
文件 8439 2007-08-19 22:02 ch07 仓库管理信息系统\StoreMIS\StoreMIS\MaterialModify.cs
文件 14248 2007-08-19 22:02 ch07 仓库管理信息系统\StoreMIS\StoreMIS\MaterialModify.resx
............此处省略58个文件信息
- 上一篇:基于ASP.NET的旅游网站毕业设计
- 下一篇:c#数字图像处理之点运算及直方图
相关资源
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
- C# 使用ListView控件实现图片浏览器(源
- C#简单窗体聊天程序
评论
共有 条评论