weizhangdatindlg.h

来自「用C++ Builder编写的个人财务管理软件」· C头文件 代码 · 共 45 行

H
45
字号
//---------------------------------------------------------------------------

#ifndef WeiZhangDatInDLgH
#define WeiZhangDatInDLgH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TDat_InForm : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TEdit *FileNameEdit;
        TBitBtn *BitBtnFileChoice;
        TCheckBox *CheckBoxCheckDupRec;
        TBitBtn *BitBtnClearData;
        TBitBtn *BitBtnLayIn;
        TBitBtn *BitBtnFinish;
        TLabel *LabelLayin;
        TProgressBar *ProgressBarThe;
        TOpenDialog *OpenDialogThe;
        TADOConnection *ADOConnection1;
        TADOQuery *QueryThe;
        TADOTable *ADOTableThe;
        void __fastcall BitBtnFileChoiceClick(TObject *Sender);
        void __fastcall BitBtnFinishClick(TObject *Sender);
        void __fastcall BitBtnLayInClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TDat_InForm(TComponent* Owner);
        void __fastcall  LayInDataInfo();
};
//---------------------------------------------------------------------------
extern PACKAGE TDat_InForm *Dat_InForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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