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

📄 main.h

📁 fielder Working with the Fields Object
💻 H
字号:
#ifndef MainH
#define MainH
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\DBTables.hpp>
#include <vcl\DB.hpp>
#include <vcl\ExtCtrls.hpp>
#include <vcl\Buttons.hpp>
#include <Db.hpp>

class TForm1 : public TForm
{
__published:
    TTable *tblCustomer;
    TListBox *ListBox1;
    TListBox *ListBox2;
    TPanel *Panel1;
    TBitBtn *bbCurRecord;
    TBitBtn *bbFields;
    void __fastcall bbFieldsClick(TObject *Sender);
    void __fastcall bbCurRecordClick(TObject *Sender);

private:
public:
    virtual __fastcall TForm1(TComponent* Owner);
};

extern TForm1 *Form1;

#endif

⌨️ 快捷键说明

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