网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 免费论文 -> 计算机论文 -> delphi+AccessVCD租赁管理系统(开题报告+源程序+文档正文+外文翻译+答辩ppt)(十一)
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

delphi+AccessVCD租赁管理系统(开题报告+源程序+文档正文+外文翻译+答辩ppt)(十一)

最新活动:微信集50个赞就可获取任意一篇钻石会员文档。详情见微信集赞换文档
delphi+AccessVCD租赁管理系统(开题报告+源程序+文档正文+外文翻译+答辩ppt)(十一) wState=wsNormal then
    imgSizeButton.Picture.Bitmap :=imgMaxButton.Picture.Bitmap
  else if WindowState=wsMaximized then
    imgSizeButton.Picture.Bitmap :=imgRestoreButton.Picture.Bitmap
end;

procedure Tfrm_passedit.WMActivate(var Msg: TWMACTIVATE);
begin
  if (Msg.Active =WA_ACTIVE) or (Msg.Active =WA_CLICKACTIVE) then
  begin
    imgCaption.Picture.Bitmap :=imgColorCaption.Picture.Bitmap;
    imgLeftUp1.Picture.Bitmap :=imgColorLeftUp.Picture.Bitmap;
    imgRightUp1.Picture.Bitmap :=imgColorRightUp.Picture.Bitmap;
    coolBarMenu.Bitmap :=imgColorMenubar.Picture.Bitmap;
  end
  else begin
    imgCaption.Picture.Bitmap :=imgGrayCaption.Picture.Bitmap;
    imgLeftUp1.Picture.Bitmap :=imgGrayLeftUp.Picture.Bitmap;
    imgRightUp1.Picture.Bitmap :=imgGrayRightUp.Picture.Bitmap;
    coolBarMenu.Bitmap :=imgGrayMenubar.Picture.Bitmap;
  end;
end;

procedure Tfrm_passedit.FormKeyPress(Sender: TObject; var Key: Char);
begin
  if key=#13 then
   begin
    key:=#0;
    perform(wm_nextdlgctl,0,0);
   end;
end;

procedure Tfrm_passedit.FormActivate(Sender: TObject);
begin
  e_oldpass.SetFocus();
end;

procedure Tfrm_passedit.b_okClick(Sender: TObject);
var
  kl:variant;
  pass:string;
begin
  kl:=dm.ado_user.lookup('操作员',zzyname,'口令');
  if varisnull(kl) then pass:='' else pass:=kl;
  if e_oldpass.text<>pass then
    begin
     application.messagebox(pchar('原密码录入错,请重新录入!'),pchar('提示')
     ,MB_ICONEXCLAMATION);
     e_oldpass.text:='';
     e_oldpass.SetFocus();
     exit;
    end;
  if e_newpass.text<>e_passok.Text then
    begin
     application.messagebox(pchar('新密码与确认密码不一致,请重新录入!')
     ,pchar('提示'),0+MB_ICONEXCLAMATION);
     e_newpass.text:='';
     e_passok.text:='';
     e_newpass.SetFocus();
     exit;
    end;
  dm.ado_user.Locate('操作员',zzyname,[]);
  dm.ado_user.Edit;
  dm.ado_user.FieldByName('口令').asstring:=e_newpass.text;
  dm.ado_user.post;
  application.messagebox(pchar('密码修改成功!'),pchar('提示')
  ,MB_ICONINFORMATION);
  close;
end;

procedure Tfrm_passedit.b_exitClick(Sender: TObject);
begin
 close;
end;

procedure Tfrm_passedit.FormClose(Sender: TObject;
  var Action: TCloseAction);
begin
   release;
end;

end.


 总   结
 VCD租赁管理系统是一个典型的信息管理系统,其主要通过软件工程方面的选择课题、需求分析、总体设计、选用工具、程序模块、系统测试等几个步骤来实现。开发本系统的过程中,首先要对光盘管理进行系统调研,熟悉其中的新光盘登记、光盘出借的流程、步骤;其次在系统需求分析过程中,要透过现象看本质,敏锐观察到光盘管理中存在的各种问题,并在总体设计把握好对问题的分析、理解,进而解决问题;选用开发工具要选用自己最熟悉、应用较多的开发工具,本系统开发选用DELPHI 6.0,其具

首页 上一页 8 9 10 11 12 下一页 尾页 11/12/12

delphi+AccessVCD租赁管理系统(开题报告+源程序+文档正文+外文翻译+答辩ppt)(十一)由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:仓储物资管理系统设计 下一篇:delphi+sql办公自动化系统(+开..
推荐论文 本专业最新论文
Tags:delphi AccessVCD 租赁 管理系统 开题 报告 源程序 文档 正文 外文 翻译 答辩 ppt 2010-04-18 08:28:14【返回顶部】
精彩推荐
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有