⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 delphi编程 --- zy_602磁卡读写器测试程序.htm

📁 串口通讯关于磁卡读写相关文章 资料串口控件的介绍和使用
💻 HTM
📖 第 1 页 / 共 2 页
字号:
      Label1: TLabel<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      12<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      28<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      26<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      13<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Caption = '端口'<BR>&nbsp;&nbsp;&nbsp; 
      end<BR>&nbsp;&nbsp;&nbsp; object CB_com: 
      TComboBox<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      40<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      24<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      69<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      21<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Style = 
      csDropDownList<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ImeName = 
      '王码五笔型输入法86版'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ItemHeight = 
      13<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ItemIndex = 
      0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TabOrder = 
      0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Text = 
      'COM1'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Items.Strings = 
      (<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      'COM1'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      'COM2'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      'COM3'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      'COM4')<BR>&nbsp;&nbsp;&nbsp; end<BR>&nbsp;&nbsp;&nbsp; object Button1: 
      TButton<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      120<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      20<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      57<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      25<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Caption = 
      '启动'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TabOrder = 
      1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OnClick = 
      Button1Click<BR>&nbsp;&nbsp;&nbsp; end<BR>&nbsp;&nbsp;&nbsp; object 
      Button2: TButton<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      188<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      20<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      57<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      25<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Caption = 
      '关闭'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled = 
      False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TabOrder = 
      2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OnClick = 
      Button2Click<BR>&nbsp;&nbsp;&nbsp; end<BR>&nbsp; end<BR>&nbsp; object 
      GroupBox2: TGroupBox<BR>&nbsp;&nbsp;&nbsp; Left = 4<BR>&nbsp;&nbsp;&nbsp; 
      Top = 72<BR>&nbsp;&nbsp;&nbsp; Width = 257<BR>&nbsp;&nbsp;&nbsp; Height = 
      61<BR>&nbsp;&nbsp;&nbsp; Caption = '操作命令'<BR>&nbsp;&nbsp;&nbsp; TabOrder = 
      1<BR>&nbsp;&nbsp;&nbsp; object Button3: 
      TButton<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      24<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      75<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      25<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Caption = 
      '读取磁卡'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled = 
      False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TabOrder = 
      0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OnClick = 
      Button3Click<BR>&nbsp;&nbsp;&nbsp; end<BR>&nbsp;&nbsp;&nbsp; object 
      Button4: TButton<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      88<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      24<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      75<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      25<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Caption = 
      '写入磁卡'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled = 
      False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TabOrder = 
      1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OnClick = 
      Button4Click<BR>&nbsp;&nbsp;&nbsp; end<BR>&nbsp;&nbsp;&nbsp; object 
      Button5: TButton<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      168<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      24<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      75<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      25<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Caption = 
      '卡机复位'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enabled = 
      False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TabOrder = 
      2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OnClick = 
      Button5Click<BR>&nbsp;&nbsp;&nbsp; end<BR>&nbsp; end<BR>&nbsp; object 
      GroupBox3: TGroupBox<BR>&nbsp;&nbsp;&nbsp; Left = 4<BR>&nbsp;&nbsp;&nbsp; 
      Top = 144<BR>&nbsp;&nbsp;&nbsp; Width = 261<BR>&nbsp;&nbsp;&nbsp; Height = 
      53<BR>&nbsp;&nbsp;&nbsp; Caption = '读卡内容'<BR>&nbsp;&nbsp;&nbsp; TabOrder = 
      2<BR>&nbsp;&nbsp;&nbsp; object R_txt: 
      TEdit<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      20<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      245<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      21<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ImeName = 
      '王码五笔型输入法86版'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TabOrder = 
      0<BR>&nbsp;&nbsp;&nbsp; end<BR>&nbsp; end<BR>&nbsp; object GroupBox4: 
      TGroupBox<BR>&nbsp;&nbsp;&nbsp; Left = 4<BR>&nbsp;&nbsp;&nbsp; Top = 
      208<BR>&nbsp;&nbsp;&nbsp; Width = 261<BR>&nbsp;&nbsp;&nbsp; Height = 
      53<BR>&nbsp;&nbsp;&nbsp; Caption = '写卡内容'<BR>&nbsp;&nbsp;&nbsp; TabOrder = 
      3<BR>&nbsp;&nbsp;&nbsp; object W_txt: 
      TEdit<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Left = 
      8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Top = 
      20<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Width = 
      245<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 
      21<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ImeName = 
      '王码五笔型输入法86版'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TabOrder = 
      0<BR>&nbsp;&nbsp;&nbsp; end<BR>&nbsp; end<BR>&nbsp; object AX_Comm: 
      TMSComm<BR>&nbsp;&nbsp;&nbsp; Left = 132<BR>&nbsp;&nbsp;&nbsp; Top = 
      64<BR>&nbsp;&nbsp;&nbsp; Width = 32<BR>&nbsp;&nbsp;&nbsp; Height = 
      32<BR>&nbsp;&nbsp;&nbsp; OnComm = AX_CommComm<BR>&nbsp;&nbsp;&nbsp; 
      ControlData = {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      2143341208000000ED030000ED03000001568A64000006000000010000040000<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      00020000802500000000080000000000000000003F00000001000000}<BR>&nbsp; 
      end<BR>end</P></SPAN><BR><BR>
      <TABLE cellPadding=0 cellSpacing=0 width="97%">
        <TBODY>
        <TR>
          <TD align=right>
            <TABLE>
              <TBODY>
              <TR>
                <TD>来源:<SPAN id=SourceLabel></SPAN><BR>阅读:<SPAN 
                  id=HitsLabel>690</SPAN> 次<BR>日期:<SPAN 
                  id=TimeLabel>2005-3-22</SPAN><BR>录入:<SPAN 
                  id=MemberNameLabel><A 
                  href="http://61.130.50.195/memberProfile.aspx?id=2" 
                  target=_blank>cwj</A></SPAN><BR><BR></TD></TR></TBODY></TABLE></TD></TR>
        <TR>
          <TD align=right>【 <A href="http://61.130.50.195/remark.aspx?ID=376" 
            target=_blank>评论</A> 】 【 <A 
            href="http://61.130.50.195/mail.aspx?ID=376" target=_blank>推荐</A> 】 
            【 <A href="javascript:doPrint()">打印</A> 】 【 字体:<A 
            href="javascript:ContentSize(16)">大</A> <A 
            href="javascript:ContentSize(14)">中</A> <A 
            href="javascript:ContentSize(12)">小</A> 】 </TD></TR></TBODY></TABLE>
      <TABLE align=center width="97%">
        <TBODY>
        <TR>
          <TD>上一篇:<A 
            href="http://61.130.50.195/show.aspx?id=347&amp;cid=23">在delphi7中利用mscomm控件编程</A><BR>下一篇:<A 
            href="http://61.130.50.195/show.aspx?id=388&amp;cid=23">在Delphi程序中操作注册表</A> 
          </TD></TR></TBODY></TABLE></TD></TR>
  <TBODY id=printHide name="printHide">
  <TR>
    <TD class=summary-title>&nbsp; &gt;&gt; 相关新闻 &nbsp; &nbsp; &nbsp; </TD></TR>
  <TR class=tdbg vAlign=top>
    <TD 
    style="PADDING-BOTTOM: 5px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; PADDING-TOP: 5px">&nbsp; 
    </TD></TR>
  <TR>
    <TD align=middle class=summary-title>发表评论 </TD>
  <TR>
    <FORM action=remark.aspx?id=376 method=post name=remarkForm 
    onsubmit="return checkRemark();">
    <TD class=tdbg>
      <TABLE border=0 cellPadding=5 cellSpacing=0 width="100%">
        <TBODY>
        <TR>
          <TD>
            <SCRIPT>
			function checkRemark()
			{
			var form=document.all.remarkForm;
			if (form.body.value=="")
			{	alert("请填写评论内容");
				form.body.focus();
				return false;
			}
			if (form.username.value=="")
			{	alert("请填写姓名");
				form.username.focus();
				return false;
			}
			if (form.body.value.length>200)
			{	alert("评论内容不可以超过200字");
				form.body.focus();
				return false;
			}
			if (form.username.value.length>10)
			{	alert("姓名不可以超过10个字");
				form.username.focus();
				return false;
			}
			form.submit.disabled=true;
			return true;
			}
			function showLen(obj)
			{
				document.all.bodyLen.innerText=obj.value.length;
			}
			</SCRIPT>
            <INPUT CHECKED name=face type=radio value=1><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face1.gif"> <INPUT name=face 
            type=radio value=2><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face2.gif"> <INPUT name=face 
            type=radio value=3><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face3.gif"> <INPUT name=face 
            type=radio value=4><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face4.gif"> <INPUT name=face 
            type=radio value=5><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face5.gif"> <INPUT name=face 
            type=radio value=6><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face6.gif"> <INPUT name=face 
            type=radio value=7><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face7.gif"> <INPUT name=face 
            type=radio value=8><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face8.gif"> <INPUT name=face 
            type=radio value=9><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face9.gif"><BR><INPUT 
            name=face type=radio value=10><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face10.gif"> <INPUT 
            name=face type=radio value=11><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face11.gif"> <INPUT 
            name=face type=radio value=12><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face12.gif"> <INPUT 
            name=face type=radio value=13><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face13.gif"> <INPUT 
            name=face type=radio value=14><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face14.gif"> <INPUT 
            name=face type=radio value=15><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face15.gif"> <INPUT 
            name=face type=radio value=16><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face16.gif"> <INPUT 
            name=face type=radio value=17><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face17.gif"> <INPUT 
            name=face type=radio value=18><IMG 
            src="Delphi编程 --- ZY_602磁卡读写器测试程序.files/face18.gif"><BR>点评: <TEXTAREA cols=40 name=body onkeydown=showLen(this) onkeyup=showLen(this) rows=4></TEXTAREA> 
            字数<SPAN id=bodyLen>0</SPAN> <BR>姓名: <INPUT maxLength=15 
            name=username size=10> <INPUT name=submit type=submit value=" 发 表 "> 
            <BR><BR><INPUT id=clientDate name=clientDate type=hidden>
            <SCRIPT language=javascript> d=new Date();document.all.clientDate.value=d.getYear()+","+d.getMonth()+","+d.getDate()+","+ d.getHours() +","+ d.getMinutes() +","+ d.getSeconds();</SCRIPT>
             </TD>
          <TD width=350>
            <UL 
              style="LINE-HEIGHT: 150%; LIST-STYLE: square; MARGIN-LEFT: 1em"><LI>尊重网上道德,遵守中华人民共和国的各项有关法律法规 

              <LI>承担一切因您的行为而直接或间接导致的民事或刑事法律责任 
              <LI>本站管理人员有权保留或删除其管辖留言中的任意内容 
              <LI>本站有权在网站内转载或引用您的评论 
              <LI>参与本评论即表明您已经阅读并接受上述条款 
  </LI></UL></TD></TR></TBODY></TABLE></TD></FORM></TR></TBODY></TABLE></DIV>
<TABLE align=center cellPadding=0 cellSpacing=0 class=twidth>
  <TBODY>
  <TR>
    <TD height=20></TD></TR>
  <TR>
    <TD class=footline></TD></TR>
  <TR align=middle height=60 style="LINE-HEIGHT: 130%">
    <TD>网站简介 - 广告服务 - 网站地图 - 帮助信息 - 联系方式<BR><A 
      href="http://www.miibeian.gov.cn/" 
      target=_blank>浙ICP备05037601号</A><BR>Copyright &copy; Delphi书屋 Powered by <A 
      href="http://www.9seek.com/news/show.aspx?id=566&amp;cid=11" target=_blank 
      title="-----------------------------------------    << &#13;&#10; 动网新闻.Net(Asp.net + C#)&#13;&#10;---------------------&#13;&#10; Version: 3.0 free version &#13;&#10; For personal and non-commercial use! &#13;&#10;--------------------- &#13;&#10;-----------------------------------------    <<">DvNews 
      3.0</A> </TD></TR></TBODY></TABLE></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -