您现在的位置是:首页 > 技术资料 > Delphi典型例子
推荐星级:
  • 1
  • 2
  • 3
  • 4
  • 5

Delphi典型例子

更新时间:2018-10-29 17:27:51 大小:514K 上传用户:sun2152查看TA发布的资源 标签:delphi 下载积分:2分 评价赚积分 (如何评价?) 收藏 评论(0) 举报

资料介绍

Delphi典型例子

procedure TForm1.Button1Click(Sender: TObject);

begin

  if (edtName.Text='admin')and(edtPass.Text='123456') then  

begin

     showmessage('豋录成功。');

    end

  else

     showmessage('姓名戓密码错。');

 end;

var

  Form1: TForm1;


部分文件列表

文件名 大小
Delphi典型例子.doc 514K

全部评论(0)

暂无评论