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

📄 systemconfigsetunit.h

📁 指纹门禁机管理系统
💻 H
字号:
//---------------------------------------------------------------------------

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -