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

📄 diintform.h

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef DiintFormH
#define DiintFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TDiintfrm : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *grpDeviceSelection;
        TLabel *labDeviceName;
        TButton *btnSelectDevice;
        TGroupBox *GroupBox2;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TEdit *txtInterruptCount;
        TStaticText *stIntSource;
        TStaticText *stFrequency;
        TLabel *Label5;
        TRadioGroup *rdgPriority;
        TButton *btnEnable;
        TButton *btnDisable;
        TButton *btnClose;
        TLabel *Label7;
        TMemo *Memo1;
        TLabel *Label1;
        TStaticText *stCounts;
        TTimer *tmrShow;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall btnCloseClick(TObject *Sender);
        void __fastcall btnSelectDeviceClick(TObject *Sender);
        void __fastcall btnEnableClick(TObject *Sender);
        void __fastcall btnDisableClick(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall tmrShowTimer(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TDiintfrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TDiintfrm *Diintfrm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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