📄 weizhangdatindlg.~h
字号:
//---------------------------------------------------------------------------
#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);
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -