dispcontrol.~h
来自「自己做的一个基于arm7+linux的条码终端系统的源代码」· ~H 代码 · 共 45 行
~H
45 行
//---------------------------------------------------------------------------
#ifndef DispControlH
#define DispControlH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published: // IDE-managed Components
TRadioGroup *RadioGroup1;
TBitBtn *BitBtn1;
TBitBtn *BitBtn2;
TGroupBox *GroupBox2;
TBitBtn *BitBtn_SignalCont;
TBitBtn *ComBitBtnSet;
TBitBtn *TimeBitBtnSet;
TBitBtn *BackLightBitBtn;
TBitBtn *BitBtn3;
TListBox *IDListBox;
TLabel *Label1;
TLabel *Label2;
void __fastcall BitBtn2Click(TObject *Sender);
void __fastcall BitBtn3Click(TObject *Sender);
void __fastcall BitBtn_SignalContClick(TObject *Sender);
void __fastcall ComBitBtnSetClick(TObject *Sender);
void __fastcall TimeBitBtnSetClick(TObject *Sender);
void __fastcall BackLightBitBtnClick(TObject *Sender);
void __fastcall IDListBoxClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?