资源简介
可以对仓库的资产进行精确的管理
代码片段和文件信息
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 14:00 仓库管理信息系统\StoreMIS\Backup\StoreMIS\AddRoles.cs
文件 13087 2007-08-19 14:00 仓库管理信息系统\StoreMIS\Backup\StoreMIS\AddRoles.resx
文件 9939 2007-08-19 14:00 仓库管理信息系统\StoreMIS\Backup\StoreMIS\AddUser.cs
文件 12043 2007-08-19 14:00 仓库管理信息系统\StoreMIS\Backup\StoreMIS\AddUser.resx
文件 1078 2007-08-18 09:21 仓库管理信息系统\StoreMIS\Backup\StoreMIS\App.ico
文件 1859 2007-08-18 09:21 仓库管理信息系统\StoreMIS\Backup\StoreMIS\AssemblyInfo.cs
文件 391 2007-08-18 10:44 仓库管理信息系统\StoreMIS\Backup\StoreMIS\databa
文件 8825 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\In.cs
文件 9229 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\In.resx
文件 18591 2007-08-19 11:24 仓库管理信息系统\StoreMIS\Backup\StoreMIS\InAdd.cs
文件 25436 2007-08-19 09:57 仓库管理信息系统\StoreMIS\Backup\StoreMIS\InAdd.resx
文件 16318 2007-08-19 09:56 仓库管理信息系统\StoreMIS\Backup\StoreMIS\InModify.cs
文件 24875 2007-08-19 09:56 仓库管理信息系统\StoreMIS\Backup\StoreMIS\InModify.resx
文件 10811 2007-08-19 11:06 仓库管理信息系统\StoreMIS\Backup\StoreMIS\InQuery.cs
文件 14794 2007-08-19 10:12 仓库管理信息系统\StoreMIS\Backup\StoreMIS\InQuery.resx
文件 7048 2007-09-11 09:28 仓库管理信息系统\StoreMIS\Backup\StoreMIS\Login.cs
文件 10337 2007-09-11 09:28 仓库管理信息系统\StoreMIS\Backup\StoreMIS\Login.resx
文件 18347 2007-09-12 14:12 仓库管理信息系统\StoreMIS\Backup\StoreMIS\Main.cs
文件 923198 2007-09-12 14:10 仓库管理信息系统\StoreMIS\Backup\StoreMIS\Main.resx
文件 8241 2007-08-19 14:19 仓库管理信息系统\StoreMIS\Backup\StoreMIS\Material.cs
文件 9235 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\Material.resx
文件 8584 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\MaterialAdd.cs
文件 14250 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\MaterialAdd.resx
文件 8439 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\MaterialModify.cs
文件 14248 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\MaterialModify.resx
文件 8236 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\MaterialQuery.cs
文件 11477 2007-08-19 14:02 仓库管理信息系统\StoreMIS\Backup\StoreMIS\MaterialQuery.resx
文件 9735 2007-08-22 13:36 仓库管理信息系统\StoreMIS\Backup\StoreMIS\ModifyPassword.cs
文件 12050 2007-08-22 13:23 仓库管理信息系统\StoreMIS\Backup\StoreMIS\ModifyPassword.resx
文件 8872 2007-08-19 11:44 仓库管理信息系统\StoreMIS\Backup\StoreMIS\Out.cs
............此处省略115个文件信息
相关资源
- SAR雷达影像处理源码
- 手机商城前端源码
- as3 三国战记游戏源码
- 三国战记flash源码.rar
- Egert小游戏源码《黄金矿工》
- 开心农场前端程序源码
- WCF理论到实践初级中级适用推荐
- _TrackMouseEvent 与 WIN32 ToolTip 源码
- VC全景图拼接算法源码毕业设计+论文
- LED大屏控制程序源码
- BusinessSkinForm VCL 12.10 D6~10.3 RIO 源码
- 中国矿业大学计算机系统软件开发实
- cocos creator仿微信小游戏跳一跳源码
- 局部代理工具易语言写的
- .net高校宿舍管理系统源码
- PB超市管理系统源码
- 便签-小米安卓源码
- PB人事管理系统源码(三套不同的)
- 时间触发嵌入式系统设计模式源码
- .net宿舍管理信息系统最终版完整源码
- linux-selinux功能及源码分析
- 微信端新年抽签源码
- 电影院售票需求与分析
- 网上花店网站源码
- tcpdump(tcpdump-4.9.2.tar.gz & libpcap-1.8.1
- 堆箱子微信小游戏源码
- dubbox-master dubbo 源码 v2.8.4
- 在线考试系统数据库,说明书,程序
- 用myeclipse实现的BBS论坛源码
- 站库网韩剧TV视频类网站源码 完美自
评论
共有 条评论