customer_input_m.h

来自「小型CRM客户关系管理」· C头文件 代码 · 共 22 行

H
22
字号
//---------------------------------------------------------------------------

#ifndef Customer_Input_MH
#define Customer_Input_MH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TCustomer_InputForm : public TForm
{
__published:	// IDE-managed Components
private:	// User declarations
public:		// User declarations
        __fastcall TCustomer_InputForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TCustomer_InputForm *Customer_InputForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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