archives_config.~h

来自「考勤工资管理系统」· ~H 代码 · 共 33 行

~H
33
字号
//---------------------------------------------------------------------------

#ifndef Archives_ConfigH
#define Archives_ConfigH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <IniFiles.hpp>    //ini配置文件库文件
//---------------------------------------------------------------------------
class TF_Config : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TBitBtn *BB_Confirm;
        TBitBtn *BB_Cancel;
        TLabeledEdit *LEdit1;
        TLabeledEdit *LEdit2;
        void __fastcall BB_ConfirmClick(TObject *Sender);
        void __fastcall BB_CancelClick(TObject *Sender);
        void __fastcall LEdit2KeyPress(TObject *Sender, char &Key);
private:	// User declarations
public:		// User declarations
        __fastcall TF_Config(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TF_Config *F_Config;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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