customer.~h

来自「小型CRM客户关系管理」· ~H 代码 · 共 30 行

~H
30
字号
//---------------------------------------------------------------------------

#ifndef CustomerH
#define CustomerH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TF_Disp : public TForm
{
__published:	// IDE-managed Components
        TDBGrid *DBG_Customer;
        TLabel *Label1;
        TLabel *Label2;
        TDBGrid *DBG_Order;
        void __fastcall DBG_CustomerCellClick(TColumn *Column);
        void __fastcall DBG_OrderCellClick(TColumn *Column);
private:	// User declarations
public:		// User declarations
        __fastcall TF_Disp(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TF_Disp *F_Disp;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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