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

📄 lkdtl.h

📁 InfoPower_Studio 2007 v5.0.1.3 banben
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef LkdtlH
#define LkdtlH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include "wwdblook.hpp"
#include "Wwdatsrc.hpp"
#include <vcl\DB.hpp>
#include "Wwtable.hpp"
#include <vcl\DBTables.hpp>
#include <Db.hpp>
#include "wwriched.hpp"
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TDetailComboForm : public TForm
{
__published:	// IDE-managed Components
	TLabel *Label1;
	TLabel *Label2;
	TwwDBLookupCombo *InvoiceCombo;
	TwwDBLookupCombo *CustomerCombo;
	TButton *Button1;
	TwwDataSource *wwDataSource1;
	TwwTable *wwTable1;
	TwwTable *wwTable2;
    TwwDBRichEdit *wwDBRichEdit1;
	void __fastcall CustomerComboDropDown(TObject *Sender);
	void __fastcall CustomerComboCloseUp(TObject *Sender, TDataSet *LookupTable,
	TDataSet *FillTable, bool modified);
private:	// User declarations
    AnsiString BeforeDropDownValue;
public:		// User declarations
	__fastcall TDetailComboForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TDetailComboForm *DetailComboForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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