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

📄 custitem.h

📁 suite component ace report
💻 H
字号:
//---------------------------------------------------------------------------
#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"
#include "AcePage.hpp"
#include "CUSTORD.h"
#include <Db.hpp>
//---------------------------------------------------------------------------
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -