custitem.h

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

H
61
字号
//---------------------------------------------------------------------------
#ifndef custitemH
#define custitemH
//---------------------------------------------------------------------------
#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 "custord.h"
//---------------------------------------------------------------------------
class TFormCustomerOrdersItems : public TFormCustomerOrders
{
__published:	// IDE-managed Components
	TTable *tableItems;
	TDataSource *sourceItems;
	TSctDataSourceGuide *DataSourceGuide2;
	TSctDBVar *tableitemsORDERNO;
	TSctDBVar *tableitemsITEMNO;
	TSctDBVar *tableitemsPARTNO;
	TSctDBVar *tableitemsQTY;
	TSctDBVar *tableitemsDISCOUNT;
	TSctSubDataBand *SubDataSubDataDetailBand;
	TSctLevel *SubDataSubDataDetailBandlevel;
	TSctDataHeadBand *SubDataSubDataDetailBandHead;
	TSctLevel *SubDataSubDataDetailBandHeadlevel;
	TSctvarlabel *varlabel10;
	TSctTextLabel *TextLabel9;
	TSctvarlabel *varlabel11;
	TSctTextLabel *TextLabel10;
	TSctvarlabel *varlabel12;
	TSctTextLabel *TextLabel11;
	TSctvarlabel *varlabel13;
	TSctTextLabel *TextLabel12;
	TSctShape *SctShape1;
	TSctDataFootBand *SubDataDetailBandFoot;
	TSctLevel *SubDataDetailBandFootlevel;
	TSctTotalvar *TotaloftableordersAMOUNTPAID;
	TSctTotalvarLabel *SctTotalvarLabel1;
	TSctTextLabel *SctTextLabel7;
	TSctTotalvarLabel *SctTotalvarLabel2;
	TSctTextLabel *SctTextLabel8;
	TSctLine *SctLine2;
	TSctLine *SctLine3;
	TSctLine *SctLine4;
private:	// User declarations
public:		// User declarations
	__fastcall TFormCustomerOrdersItems(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TFormCustomerOrdersItems *FormCustomerOrdersItems;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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