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

📄 formquery.h

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

#ifndef FormQueryH
#define FormQueryH
//---------------------------------------------------------------------------
#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 "SDGrid.h"
#include <Grids.hpp>
#include "DateEdit.hpp"
#include "fpanel.h"
#include <Mask.hpp>
#include "SDComboBox.h"
#include "SDEdit.h"
//---------------------------------------------------------------------------
class PACKAGE TfrmFormQuery;
class TfrmFormQuery : public TRecBaseForm
{
__published:	// IDE-managed Components
        TSDGrid *sgFormQuery;
        TFloatPanel *FloatPanel1;
        TLabel *Label3;
        TLabel *Label10;
        TLabel *Label11;
        TLabel *Label12;
        TSDEdit *seFormQueryField;
        TSDEdit *seFormQueryDesc;
        TSDEdit *seFormQueryLine;
        TSDComboBox *scFormQueryType;
        TFloatPanel *FloatPanel2;
        TLabel *labLgLocName;
        TLabel *Label1;
        TSDComboBox *scFormQueryName;
        TLabel *Label2;
        TSDEdit *seFormQueryCaption;
        TLabel *Label4;
        TSDEdit *seFormQueryFormID;
        TLabel *Label5;
        TCheckBox *chkFormQueryWait;
        TCheckBox *chkFormQueryBtn;
        TMemo *seFormQueryWhere;
        void __fastcall scFormQueryNameClick(TObject *Sender);
        void __fastcall sgFormQueryClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
private:	// User declarations
        AnsiString LastFormQueryName;
        AnsiString __fastcall GetFieldValue(int FieldIndex);
        void __fastcall ClearControl(bool BringToNext);
        void __fastcall GetDataFromComObject();
        void __fastcall SendDataToComObject();
        AnsiString __fastcall GetDataToGrid();
        void __fastcall WaitUserInput();
        void __fastcall RefreshGridData(int mAction);
        void __fastcall FillGridWithData();
        void __fastcall InitEditControl();


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

⌨️ 快捷键说明

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