packtest.h

来自「infopower 4000 for delphi 2006」· C头文件 代码 · 共 47 行

H
47
字号
//---------------------------------------------------------------------------
#ifndef PacktestH
#define PacktestH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Buttons.hpp>
#include "Wwdbgrid.hpp"
#include "Wwdbigrd.hpp"
#include <vcl\Grids.hpp>
#include <vcl\ExtCtrls.hpp>
#include "Wwtable.hpp"
#include <vcl\DBTables.hpp>
#include <vcl\DB.hpp>
#include "Wwdatsrc.hpp"
#include <Db.hpp>
//---------------------------------------------------------------------------
class TPackMain : public TForm
{
__published:    // IDE-managed Components 
    TBitBtn *BitBtn1;
    TBitBtn *BitBtn2;
    TwwDBGrid *TableList;
    TPanel *Panel1;
    TLabel *AliasLabel;
    TPanel *Panel2;
    TLabel *AliasName;
    TButton *Button1;
    TwwTable *PackTable;
    TwwDataSource *wwDataSource1;
    TwwTable *ResultsTable;
    void __fastcall FormActivate(TObject *Sender);
    void __fastcall BitBtn1Click(TObject *Sender);
    void __fastcall BitBtn2Click(TObject *Sender);
private:        // User declarations
    Boolean initialized;
    void __fastcall TPackMain::CreateResultsTable();
public:         // User declarations
    virtual __fastcall TPackMain(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TPackMain *PackMain;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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