📄 dirunfrom.h
字号:
//---------------------------------------------------------------------------
#ifndef DirunFromH
#define DirunFromH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TfrmDiorun : public TForm
{
__published: // IDE-managed Components
TButton *CmdExit;
TGroupBox *GroupSample;
TImage *PictureBit0;
TImage *PictureBit1;
TImage *PictureBit2;
TImage *PictureBit3;
TImage *PictureBit4;
TImage *PictureBit5;
TImage *PictureBit6;
TImage *PictureBit7;
TLabel *labBit0;
TLabel *labBit1;
TLabel *labBit2;
TLabel *labBit3;
TLabel *labBit4;
TLabel *labBit5;
TLabel *labBit6;
TLabel *labBit7;
TButton *CmdBit0;
TButton *CmdBit1;
TButton *CmdBit2;
TButton *CmdBit3;
TButton *CmdBit4;
TButton *CmdBit5;
TButton *CmdBit6;
TButton *CmdBit7;
void __fastcall CmdBit7Click(TObject *Sender);
void __fastcall PictureBit0Click(TObject *Sender);
void __fastcall CmdExitClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private:
void UpdateLED(int bit, BOOL mode); // User declarations
public: // User declarations
__fastcall TfrmDiorun(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmDiorun *frmDiorun;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -