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

📄 setcomm.pas

📁 这是一个用D6实现的对LineGuard进行通信的简单例程,通过该程序
💻 PAS
字号:
unit setComm;

interface

uses
  SysUtils, Windows, Messages, Classes, Graphics, Controls,
  StdCtrls, ExtCtrls, Forms;

type
  TfmSetComm = class(TForm)
    btnOK: TButton;
    btnCancel: TButton;
    lbPort: TLabel;
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Label4: TLabel;
    cbPort: TComboBox;
    cbSpeed: TComboBox;
    cbBit: TComboBox;
    cbCRC: TComboBox;
    cbStop: TComboBox;
  public
  end;

var
  fmSetComm: TfmSetComm;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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