搜索资源列表
PriManage
- 比较完美的基于菜单的权限管理,应用于数据库管理,可以控制多级菜单权限-more perfect menu for the competence of management, database management application that can control multi-level menu competence
chap81236
- “代码”目录下的程序,需要安装SQL Server 2000,并建立起相应数据库。 各个实例的数据库文件存放在相应“建库脚本”目录下,有两种方法建立数据库。 一是在SQL Server的企业管理器中右击“数据库”节点,单击【所有任务】|【附加数据库】菜单命令, 选择相应的数据库文件(扩展名为mdf),单击【确定】按钮就可以了;另一种方法是通过SQL Server的企业管理器的恢复数据库功能, 从数据库备份文件恢复,备份文件的扩展名为bak。 -"code"
lhj_canyinguanglixitong
- 本系统功能主要有两大块组成:前台销售管理功能和后台数据管理功能。 前台销售管理系统,包括:开单,调单,点菜,账单查看,结算,以及买单等功能。餐桌使用情况 简洁明了。 后台数据管理系统,主要是酒店内部管理人员对系统进行管理和维护之用,包括:会员管理,菜单管理,用户管理,账单管理四大部分组成。 -function of the system has two main elements : future sales management functions and background d
FrameWork104Src
- 其主要的功能就是,进行后台管理模块整合. 1)其可以支持多个应用,多个模块的权限管理. 2)支持Access和MsSql200/2005. 3)采用角色来进行权限的授权,每个用户可以属于多个角色,享有交差权限. 4)整合方便,权限检测采用httpmodule方式检测.基本不用对原有程序进行修改,便可将原有程序进行整合. 5)可视化编辑,全新的Menu和Tab控件.支持拖拉式编辑. 6)统一的事件日志管理,所有登陆操作都有安全记录. 7)每个模块的每个栏目对应一个目录,
b_sys_10
- 超酷管理界面 4级菜单actskn43.ocx详细应用-Cool management interface actskn43.ocx detailed four applications menu
Mywindows
- 菜单运行程序,可以进行绘图,有导入的图标-Menu to run programs that can be drawings, there are import icon
VB-SQL
- 、系统信息菜单 1、人事管理 2、考勤 3、人事变动 4、年度考核奖罚 5、员工培训 6、使用说明 7、退出系统 -, System Information menu 1, Personnel Management 2, attendance 3, personnel changes in 4, the annual assessment reward and punishment 5, 6, staff training, the use of 7
CSTtraining
- 小型的一个简单的系统开发的实现了简---添加--删除--修改---(vs2005和SQl2005)用到了一些JS脚本,采用可以---折叠的树形菜单-A simple small-scale systems development implementation of the Jane--- add- delete- modify--- (vs2005 and SQl2005) used some JS scr ipt, using the tree could collapse menu---
MAIN
- 这是一个信息处理系统的功能选单,包括了基础信息录入处理输出的整个过程-This is a deal with the function of the system information menu, including a deal with basic input output information of the whole process
GRLDR
- grldr内置菜单编辑器源码,支持拖放操作-built-in menu editor grldr source
ycxtdjkk
- 饮餐系统大家-Drink menu system, take a look! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
CreateDB
- SQL statements are executed that create a database, a table, a stored procedure, and a view in code. SQL statements are then executed that populate the table with data from the Northwind database. This table is then queried to fill a DataSet that is
c-project
- 银行储蓄 应用数据库链表等简单的c程序实现-project c menu
ss
- tool menu, conneting with sql via browser or the cmd commands
TailorGuidanceInterface
- 树形结构导航代码 C#用Treeview控件制作树形菜单的导航界面 -Tree structure navigation code in C# Treeview Control to create tree menu navigation interface
VF
- 。为了便于指导员和学校领导对班级情况的了解管理,其中主要侧重点在学生人事档案管理方面。在学生人事档案管理又分为学生人事维护打印和查询打印两个分支。学生成绩菜单具有查询打印功能。系统管理分为操作员管理,密码管理,数据备份等部分-. In order to facilitate the management of instructors and school leaders on the understanding of the class situation, the main emphasis
vbsalejxc
- VB源码,数据库应用,销售系统,进销存 VB+SQL商品销售进销存系统,调试请注意: 1.首先确保您的机器上安装了SQL Server数据库。将SQL Server服务器名称改为JAMESLIN,如果不修改服务器名称,则需要修改VB程序,在frmLogin窗体的cmdOK_Click函数中,修改代码: strConn = "Provider=SQLOLEDB.1 Integrated Security=SSPI Persist Security Info=False
soffdgthy.net
- VB+SQL商品销售进销存系统,: 1.首先确保您的机器上安装了SQL Server数据库。将SQL Server服务器名称改为JAMESLIN,如果不修改服务器名称,则需要修改VB程序,在frmLogin窗体的cmdOK_Click函数中,修改代码: strConn = "Provider=SQLOLEDB.1 Integrated Security=SSPI Persist Security Info=False Initial Catalog=Sale Data Sou
Design-points-bar-menu
- 设计分栏式菜单,在大型的SQL server2000数据库中的应用-Design points bar menu
PB-Set-menu-background-color
- PB设置菜单的背景色 //使用API函数LoadImage()调入BITMAP图像 ls_BitMapFileName = Pic2.Bmp ll_hBitMap = LoadImage(0, ls_BitMapFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE) //创建位图刷子 ll_BitMapBrush = CreatePatternBrush(ll_hBitmap) //设置MENUINFO结构 lstr_M