checkbaseform.h
来自「速达开源ERP系统」· C头文件 代码 · 共 30 行
H
30 行
//---------------------------------------------------------------------------
#ifndef CheckBaseFormH
#define CheckBaseFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "CommFunction.h"
#include "sdenumType.h"
#include "gVar.h"
//---------------------------------------------------------------------------
class TCheckBaseForm : public TForm
{
__published: // IDE-managed Components
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
bool IsCreate;
public:
public: // User declarations
TComServer *comServer;
TComResultSet *comQueryRst;
__fastcall TCheckBaseForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TCheckBaseForm *CheckBaseForm;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?