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

📄 custlist.h

📁 suite component ace report
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef custlistH
#define custlistH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include "SctRep.hpp"
#include "SctVar.hpp"
#include <vcl\ExtCtrls.hpp>
#include "SctCtrl.hpp"
#include "SctBtn.hpp"
#include <vcl\Buttons.hpp>
#include <vcl\DBTables.hpp>
#include <vcl\DB.hpp>
#include "base.h"
#include "AcePage.hpp"
#include "BASE.h"
#include <Db.hpp>
//---------------------------------------------------------------------------
class TFormCustomerListing : public TFormBaseReport
{
__published:	// IDE-managed Components
	TTable *tableCustomer;
	TDataSource *sourceCustomer;
	TSctDataSourceGuide *DataSourceGuide;
	TSctDBVar *tablecustomerCUSTNO;
	TSctDBVar *tablecustomerCOMPANY;
	TSctDBVar *tablecustomerADDR1;
	TSctDBVar *tablecustomerADDR2;
	TSctDBVar *tablecustomerCITY;
	TSctDBVar *tablecustomerSTATE;
	TSctDBVar *tablecustomerZIP;
	TSctDBVar *tablecustomerCOUNTRY;
	TSctDBVar *tablecustomerPHONE;
	TSctDBVar *tablecustomerFAX;
	TSctDBVar *tablecustomerTAXRATE;
	TSctDBVar *tablecustomerCONTACT;
	TSctDBVar *tablecustomerLASTINVOICEDATE;
	TSctvarlabel *varlabel2;
	TSctTextLabel *TextLabel;
	TSctvarlabel *varlabel3;
	TSctTextLabel *TextLabel2;
	TSctvarlabel *varlabel4;
	TSctTextLabel *TextLabel3;
	TSctTextLabel *SctTextLabel6;
private:	// User declarations
public:		// User declarations
	virtual __fastcall TFormCustomerListing(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TFormCustomerListing *FormCustomerListing;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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