网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 免费论文 -> 计算机论文 -> sql2000+公寓管理系统+delphi[开题报告+论文+源代码+答辩ppt+外文翻译](五)
计算机论文| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

sql2000+公寓管理系统+delphi[开题报告+论文+源代码+答辩ppt+外文翻译](五)

sql2000+公寓管理系统+delphi[开题报告+论文+源代码+答辩ppt+外文翻译](五) p; edit2.Text:='';
           edit3.Text:='';
         end;
  end;
end;
procedure TForm_infos_del.Button2Click(Sender: TObject);
begin
  if Form_infos_del.Edit2.Text<>'' then
  begin
    Form_info_q3.Edit5.Text:=Form_infos_del.Edit2.Text;
    Form_info_q3.Show;
    Form_info_q3.Button1.Click;
    if Form_info_q3.query1.RecordCount>0 then
     Button3.enabled:=true
     else
     begin
     Button3.enabled:=false;
     edit2.SetFocus;
     end;
  end
  else
  begin
    showmessage('请填写要查找的寝室号!');
  end;
end;
来访进入楼时的登记窗体:

procedure TForm_vist_in.Button2Click(Sender: TObject);
begin
  if (edit1.Text<>'') and (edit5.Text<>'') and (edit2.Text<>'') then
  begin
    query1.Close;
    query1.SQL.Clear;
    query1.SQL.Add('insert into vist_log (visitor_name,host_name,host_room,relation,time_in,time_out,watch,certificate,remark) values(:visitor_name,:host_name,:host_room,:relation,:time_in,:time_out,:watch,:certificate,:remark)');
    query1.ParamByName('visitor_name').AsString:=Edit2.Text;
    query1.ParamByName('host_name').AsString:=Edit1.Text;
    query1.ParamByName('host_room').AsString:=Edit5.Text;
    query1.ParamByName('relation').AsString:=ComboBox1.Text;
    query1.ParamByName('time_in').AsString:=Edit3.Text;
    query1.ParamByName('time_out').AsString:=Edit4.Text;
    query1.ParamByName('watch').AsString:=ComboBox2.Text;
    query1.ParamByName('certificate').AsString:=ComboBox3.Text;
    query1.ParamByName('remark').AsString:=Memo1.Text;
    query1.ExecSQL;
    showmessage('已记入数据库,访问完请急时下楼登记!');
    Form_vist_in.Close;
  end
  else
  begin
    showmessage('请完整填写信息!');
  end;
end;
来访出楼时的登记窗体:
  
procedure TForm_vist_out2.Button1Click(Sender: TObject);
begin
  query1.Close;
  query1.SQL.Clear;
  query1.SQL.Add('update vist_log set time_out=:time_out ,is_out=1  where id=:id');
  query1.ParamByName('time_out').AsString:=Edit4.Text;
  query1.ParamByName('id').AsInteger:=Form_vist_out.DataSource1.DataSet.FieldList.Fields[0].Value;
  query1.ExecSQL;
  showmessage('登记完毕!');
  Form_vist_out2.Close;
end;
10.贵重物品搬出登记:

procedure TForm_valuables_move.Button1Click(Sender: TObject);
begin
  if (Edit1.Text<>'') and (Edit2.Text<>'') and (Edit3.Text<>'') and(Edit4.Text<>'') and(Edit5.Text<>'') then
  begin
    query1.Close;
    query1.ParamByName('name_res

首页 上一页 2 3 4 5 6 下一页 尾页 5/6/6

sql2000+公寓管理系统+delphi[开题报告+论文+源代码+答辩ppt+外文翻译](五)由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:delphi+工资管理系统+access[开题.. 下一篇:delphi货运管理系统+access[开题..
推荐论文 本专业最新论文
Tags:sql2000 公寓 管理系统 delphi 2010-04-17 17:32:41【返回顶部】
精彩推荐
发表论文

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


免费论文网提供论文范文,论文代发,原创论文

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

Copyright@ 2009-2020 免费论文网 版权所有 湘ICP备19027999