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

📄 qdl.h

📁 速达开源ERP系统
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef QdlH
#define QdlH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "RecBaseForm.h"
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "fpanel.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TfrmQdl : public TRecBaseForm
{
__published:	// IDE-managed Components
        TSDGrid *sgQdl;
        TFloatPanel *fpQdl;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TSDEdit *seQdlName;
        TSDEdit *seQdlDesc;
        TSDEdit *seQdlCode;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall sgQdlClick(TObject *Sender);
        void __fastcall seQdlCodeKeyPress(TObject *Sender, char &Key);
private:	// User declarations
    AnsiString __fastcall GetFieldValue(int FieldIndex);
    AnsiString __fastcall GetDataToGrid();
    void __fastcall ClearControl(bool BringToNext);
    void __fastcall GetDataFromComObject();
    void __fastcall SendDataToComObject();
    void __fastcall WaitUserInput();
    void __fastcall RefreshGridData(int mAction);
    void __fastcall FillGridWithData();
    void __fastcall InitEditControl();
    void __fastcall RefreshUpdateData(int MsgSrc,int MsgType);    

public:		// User declarations
        __fastcall TfrmQdl(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmQdl *frmQdl;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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