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

📄 rqr.h

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

#ifndef RqrH
#define RqrH
//---------------------------------------------------------------------------
#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 TfrmRqr : public TRecBaseForm
{
__published:	// IDE-managed Components
        TSDGrid *sgRqr;
        TFloatPanel *fpRqr;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TSDEdit *seRqrName;
        TSDEdit *seRqrDesc;
        TSDEdit *seRqrCode;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall sgRqrClick(TObject *Sender);
        void __fastcall seRqrCodeKeyPress(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 TfrmRqr(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmRqr *frmRqr;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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