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

📄 idpaperabalinfo1.pas

📁 使用Delphi 6.0开发用于控制空调的程序
💻 PAS
字号:
unit IDPaperAbalInfo;

interface

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

type
  TfrmISPAbal = class(TForm)
    lbl1: TLabel;
    lbl2: TLabel;
    lbl3: TLabel;
    lbl4: TLabel;
    lbl5: TLabel;
    lbl6: TLabel;
    lbl7: TLabel;
    lbl8: TLabel;
    lbl9: TLabel;
    lbl10: TLabel;
    lbl11: TLabel;
    lbl12: TLabel;
    shpRunState: TShape;
    shpFilter: TShape;
    shpHouJie: TShape;
    shpCommAbal: TShape;
    shpAbnormal: TShape;
    shpLine2CommAbal: TShape;
    shpLine1CommAbal: TShape;
    shpLine0CommAbal: TShape;
    shpLine2HJCommAbal: TShape;
    shpLine1HJCommAbal: TShape;
    shpLine0HJCommAbal: TShape;
    btnIDAbalRefresh: TBitBtn;
    procedure btnIDAbalRefreshClick(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmISPAbal: TfrmISPAbal;

implementation

{$R *.dfm}

procedure Abnormalrefresh;
begin
  //if
end;  
procedure TfrmISPAbal.btnIDAbalRefreshClick(Sender: TObject);
var
  strTemp :string;
begin
   strTemp := #02 + '410' + '0810' +#03;
   strTemp := strTemp ;
end;

end.

⌨️ 快捷键说明

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