patternform.h
来自「16 relay output channels and 16 isolated」· C头文件 代码 · 共 74 行
H
74 行
//---------------------------------------------------------------------------
#ifndef PatternFormH
#define PatternFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TfrmPattern : public TForm
{
__published: // IDE-managed Components
TPanel *Panel9;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TLabel *Label10;
TLabel *Label11;
TLabel *Label12;
TCheckBox *chkPatternBit0;
TCheckBox *chkPatternBit1;
TCheckBox *chkPatternBit3;
TCheckBox *chkPatternBit2;
TCheckBox *chkPatternBit5;
TCheckBox *chkPatternBit4;
TCheckBox *chkPatternBit7;
TCheckBox *chkPatternBit6;
TPanel *Panel0;
TRadioButton *optPatternBitHi0;
TRadioButton *optPatternBitLo0;
TPanel *Panel1;
TRadioButton *optPatternBitHi1;
TRadioButton *optPatternBitLo1;
TPanel *Panel2;
TRadioButton *optPatternBitHi2;
TRadioButton *optPatternBitLo2;
TPanel *Panel3;
TRadioButton *optPatternBitHi3;
TRadioButton *optPatternBitLo3;
TPanel *Panel4;
TRadioButton *optPatternBitHi4;
TRadioButton *optPatternBitLo4;
TPanel *Panel7;
TRadioButton *optPatternBitHi7;
TRadioButton *optPatternBitLo7;
TPanel *Panel5;
TRadioButton *optPatternBitHi5;
TRadioButton *optPatternBitLo5;
TPanel *Panel6;
TRadioButton *optPatternBitHi6;
TRadioButton *optPatternBitLo6;
TButton *cmdOk;
TButton *cmdCancel;
void __fastcall chkPatternBit7Click(TObject *Sender);
void __fastcall cmdOkClick(TObject *Sender);
void __fastcall cmdCancelClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmPattern(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPattern *frmPattern;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?