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

📄 rwt.h

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

#ifndef RwtH
#define RwtH
//---------------------------------------------------------------------------
#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 "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Grids.hpp>
#include "DateEdit.hpp"
#include <Mask.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmRwt;
class TfrmRwt : public TRecBaseForm
{
__published:	// IDE-managed Components
        TFloatPanel *FloatPanel2;
        TLabel *Label9;
        TLabel *labLgLocName;
        TSDComboBox *scRwtLoc;
        TFloatPanel *FloatPanel1;
        TLabel *Label2;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label3;
        TLabel *Label7;
        TSDComboBox *scRwtUser;
        TSDComboBox *scRwtUnit;
        TSDEdit *seRwtTime;
        TDateEdit *deRwtEdate;
        TDateEdit *deRwtIdate;
        TSDGrid *sgRwt;
        TLabel *Label1;
        TSDEdit *seRwtGoodsName;
        TSDEdit *seRwtGoods;
        TLabel *Label8;
        TSDEdit *seRwtLocName;
        void __fastcall scRwtLocClick(TObject *Sender);
        void __fastcall seRwtGoodsButtonClick(TObject *Sender);
        void __fastcall seRwtGoodsKeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall sgRwtClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
        void __fastcall muEditDetailClick(TObject *Sender);
private:	// User declarations
        AnsiString LastRwtLoc;
        void __fastcall InitEditControl();
        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 RefreshUpdateData(int MsgSrc,int MsgType);

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

⌨️ 快捷键说明

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