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

📄 dataform.h

📁 骨灰盒规范化果腹
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef DataFormH
#define DataFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
#include <CheckLst.hpp>
#include <Buttons.hpp>
#include <Dialogs.hpp>
#include <ExtDlgs.hpp>
#include <jpeg.hpp>
#include "GraphicEx.hpp"
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TfmData : public TForm
{
__published:	// IDE-managed Components
   TPanel *Panel1;
   TPanel *Panel2;
   TDBNavigator *DBNavigator1;
   TPanel *Panel3;
   TLabel *Label1;
   TLabel *Label2;
   TLabel *Label3;
   TCheckListBox *clbKey;
   TPanel *Panel4;
   TButton *Button2;
   TBitBtn *BitBtn1;
   TButton *Button4;
   TButton *Button5;
   TOpenDialog *od1;
   TStatusBar *sb1;
   TLabel *Label4;
   TDBMemo *DBMemo1;
   TLabel *Label5;
   TEdit *edID;
   TDBText *DBText1;
   TDBCheckBox *DBCheckBox1;
   TLabel *Label6;
   TDBEdit *DBEdit1;
   TDBComboBox *DBcbInfoType;
   TDBComboBox *DBcbFileType;
   void __fastcall FormActivate(TObject *Sender);
   void __fastcall Button4Click(TObject *Sender);
   void __fastcall Button5Click(TObject *Sender);
   void __fastcall edIDChange(TObject *Sender);
   void __fastcall Button2Click(TObject *Sender);
   void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:
   bool IsShow;		// User declarations
   __fastcall TfmData(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmData *fmData;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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