systemconfigsetunit.h

来自「指纹门禁机管理系统」· C头文件 代码 · 共 57 行

H
57
字号
//---------------------------------------------------------------------------

#ifndef SystemConfigSetUnitH
#define SystemConfigSetUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "BaseInputUnit.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Dialogs.hpp>
#include "DBConfigInfoUnit.h"
//---------------------------------------------------------------------------
class TSystemConfigSetFrm : public TBaseDataInputFrm
{
__published:	// IDE-managed Components
    TGroupBox *gbWarningColor;
    TPanel *plWarningEvent;
    TPanel *plUncloseEvent;
    TPanel *plDangerEvent;
    TPanel *plDeviceError;
    TSpeedButton *SpeedButton1;
    TSpeedButton *SpeedButton2;
    TSpeedButton *SpeedButton3;
    TSpeedButton *SpeedButton4;
    TColorDialog *cdSelectColor;
    TPanel *plOther;
    TSpeedButton *SpeedButton5;
    TRadioGroup *rgWarningStyle;
    TLabel *Label1;
    TEdit *edtMaxCount;
    TLabel *Label2;
    TLabel *Label3;
    TEdit *edtCompany;
    void __fastcall SpeedButton1Click(TObject *Sender);
    void __fastcall SpeedButton2Click(TObject *Sender);
    void __fastcall SpeedButton3Click(TObject *Sender);
    void __fastcall SpeedButton4Click(TObject *Sender);
    void __fastcall FormCreate(TObject *Sender);
    void __fastcall bbtnOKClick(TObject *Sender);
    void __fastcall FormDestroy(TObject *Sender);
    void __fastcall FormShow(TObject *Sender);
    void __fastcall SpeedButton5Click(TObject *Sender);
private:	// User declarations
            TConfigInfoXML* pConfigInfoXML;
            SystemConfig_T aSysConfigInfo;
public:		// User declarations
    __fastcall TSystemConfigSetFrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TSystemConfigSetFrm *SystemConfigSetFrm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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