custlist.h

来自「suite component ace report」· C头文件 代码 · 共 53 行

H
53
字号
//---------------------------------------------------------------------------
#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"
//---------------------------------------------------------------------------
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 + =
减小字号Ctrl + -
显示快捷键?