企业进销存管理系统(C#含源代码) - 图文(8)
河南科技大学本科毕业设计
string strselect = \ + this.txtGoodsName.Text + \LIKE '\ + this.txtGoodsID + \;
strselect += \ + this.txtStockNum.Text + \ + this.txtAlarmNum.Text + \;
if (this.txtGoodsPrice.Text != \) {
strselect += \ +
this.cbxCondition1.Items[this.cbxCondition1.SelectedIndex].ToString() + this.txtGoodsPrice.Text+\; }
if (this.txtSellPrice.Text != \) {
strselect += \ +
this.cbxCondition2.Items[this.cbxCondition2.SelectedIndex].ToString() + this.txtSellPrice.Text + \;
}
string strcmdtxt = \库存ID,GoodsID as 商品ID,GoodsName as 商品名称,DepotName as 仓库名称\;
strcmdtxt += \供应商名称,StockNum as 库存数量,AlarmNum as 报警数量,GoodsUnit as 商品单位\;
strcmdtxt += \进货时间,GoodsSpec as 商品规格,GoodsPrice as 进货价格,SellPrice as 销售价格\;
strcmdtxt += \应付金额,HasPay as 实付金额,Remark as 备注 FROM Stock \ + strselect;
this.dgvStockInfo.DataSource = SqlClass.GetDs(strcmdtxt).Tables[0]; }
【开始查询按钮】的Click事件代码如下:
private void btnCancel_Click(object sender, EventArgs e)
{
this.txtAlarmNum.Text = \; this.txtGoodsID.Text = \; this.txtGoodsName.Text = \; this.txtGoodsPrice.Text = \; this.txtSellPrice.Text = \; this.txtStockNum.Text = \; StockFind_Load(sender, e); }
3.6.7报表窗体设计
? 员工信息报表(图16)
31
河南科技大学本科毕业设计
? 往来单位报表 ? 进货商品报表 ? 员工销售报表 ? 商品进货分析报表 ? 销售价格分析报表 ? 员工销售分析报表
1.窗体设计
在窗体中分别添加一个GroupBox控件(包含Label控件、TextBox控件、Button控件和ComboBox控件)和一个CrystalReportViewer控件。
图16 员工信息报表
2.代码设计
在窗体初始化时执行相关操作,窗体初始化代码如下: private void EmployeeReport_Load(object sender, EventArgs e)
{
G_OperationForm.BindComboBox(\, cbxPost, \);//绑定ComboBox控件
G_OperationForm.BindComboBox(\, cbxDepName, \); this.cbxSex.SelectedIndex = 0; //设定默认项 }
【查询并显示】按钮的Click事件代码如下:
private void btnFindOk_Click(object sender, EventArgs e)
32
河南科技大学本科毕业设计
{
//为报表设定查询语句
string P_selectionFormula = \
+ \ + this.txtName.Text + \ + this.cbxSex.Items[this.cbxSex.SelectedIndex].ToString() + \;
P_selectionFormula += \ + this.cbxPost.SelectedValue.ToString(); P_selectionFormula += \ + this.cbxDepName.SelectedValue.ToString() + \;
//显示满足条件的报表信息
this.crystalReportViewer1.ReportSource =
G_OperationForm.CrystalReports(\, P_selectionFormula); }
3.6.8系统维护界面
? 系统用户设置窗体(图17) ? 用户权限窗体 ? 更改密码窗体 ? 数据备份窗体 ? 数据还原窗体
1.窗体设计
在窗体中分别添加GroupBox控件(包含Label控件、TextBox控件、Button控件、ComboBox控件、ListBox控件和TreeView控件)和ErrorProvider控件。
图17 系统用户设置窗体
2.代码设计
【设置/修改】按钮的Click事件的代码如下:
33
河南科技大学本科毕业设计
private void btnEdit_Click(object sender, EventArgs e)
{
if (this.cbxLogin.Text == \) {
this.errorProvider1.SetError(this.cbxLogin, \登录身份不能为空!\); return; }
if (this.checkBox1.Checked && this.txtName.Text == \) {
this.errorProvider1.SetError(this.txtName, \用户名不能为空!\); return; }
if (this.checkBox2.Checked && this.txtOkPwd.Text != this.txtPwd.Text) {
this.errorProvider1.SetError(this.txtOkPwd, \两次输入密码不一致!\); return; }
if (this.checkBox2.Checked && this.txtPwd.Text.Length < 6) {
this.errorProvider1.SetError(this.txtPwd, \输入密码不能小于6位!\); return; }
if (this.checkBox2.Checked && this.txtOkPwd.Text.Length < 6) {
this.errorProvider1.SetError(this.txtOkPwd, \输入密码不能小于6位!\); return; }
//从树控件中读取设置的值
ArrayList arylst = new ArrayList();
foreach (TreeNode nodes in this.treeView1.Nodes) {
foreach (TreeNode node in nodes.Nodes) {
if (node.Checked) {
arylst.Add(\); } else {
arylst.Add(\); } } }
if (this.labMessage.Text == \该用户已为系统用户\)
34
河南科技大学本科毕业设计
{
//判断权限表中是否存在要设置权限的用户
string P_Str_select2 = \ + this.listBox1.SelectedValue.ToString() + \;
SqlDataReader P_dr4 = G_SqlClass.GetReader(P_Str_select2); P_dr4.Read();
string loginame = String.Empty; if (P_dr4.HasRows) {
loginame = P_dr4[\].ToString(); }
P_dr4.Close();
if (MessageBox.S …… 此处隐藏:2253字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [政务民生]2013年公共基础知识热点问题(七)
- [政务民生]检验检测机构资质认定评审准则及释义20
- [政务民生]关于印发重庆市房屋建筑和市政基础设施
- [政务民生]1、隧道洞身开挖支护施工技术交底书
- [政务民生]2015年山东省17地市中考语文试题分类汇
- [政务民生]2-高级会计师资格考试和评审流程图
- [政务民生]2018版中国清分机行业发展分析及前景策
- [政务民生]新课改高中政治探究
- [政务民生]2018-2024年中国新型组合房屋行业投资
- [政务民生]2015年上海市春季高考数学模拟试卷五
- [政务民生]灌砂法及环刀法测压实度(带计算过程)
- [政务民生]运筹学实验2求解非线性规划
- [政务民生]劝学、逍遥游默写(教师卷)
- [政务民生]《运筹学》 - 期末考试 - 试卷A - 答案
- [政务民生]八年级英语下册 Module 6 Hobbies测试
- [政务民生]2019年宪法知识竞赛试题库100题(含答
- [政务民生]自动化英文文献翻译
- [政务民生]公文格式实施细则
- [政务民生]高一地理上册课堂跟踪练习题6
- [政务民生]会计继续教育习题及答案
- 第三章 无约束最优化方法
- 泛读教程第三册答案
- 魏晋南北朝文学
- 幂的运算复习题
- 城市环境问题的成因与治理策略_以社会
- 钢结构行业产业链及竞争分析研究
- 新型热塑性弹性体增韧聚丙烯的研究
- 中国旅游地理B卷试题及答案
- (苏教版)五年级数学上册第三单元测试卷
- 不稳定性心绞痛诊断与治疗
- 俞氏国际后勤职能部门绩效考核办法
- GB7258-2017新标准考试题含答案
- 小学生汉字听写比赛活动方案
- 1.3《平抛运动》学案 教科版必修2
- 2011香港特别行政区公务员考试复习资料
- 考虑水力条件变化的城市给水管网可靠性
- 表面活性剂在油田开发和生产中的应用
- ITT内部培训资料-FI端吸泵的介绍
- 文明守纪,从我做起学生发言稿
- 初中读《聊斋志异》心得体会800字范文