📄 ppc.h
字号:
//---------------------------------------------------------------------------
#ifndef PpcH
#define PpcH
//---------------------------------------------------------------------------
#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 PACKAGE TfrmPpc;
class TfrmPpc : public TRecBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgPpc;
TFloatPanel *fpPpc;
TLabel *Label2;
TSDEdit *sePpcQty;
TLabel *Label16;
TSDEdit *sePpcGoods;
TLabel *Label5;
TSDEdit *sePpcGoodsName;
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall sgPpcClick(TObject *Sender);
void __fastcall sePpcGoodsButtonClick(TObject *Sender);
void __fastcall sePpcGoodsExit(TObject *Sender);
private: // User declarations
void __fastcall InitEditControl();
void __fastcall ClearControl(bool BringToNext);
void __fastcall WaitUserInput();
void __fastcall GetDataFromComObject();
void __fastcall SendDataToComObject();
void __fastcall FillGridWithData();
void __fastcall RefreshGridData(int mAction);
void __fastcall SetFieldValue(int iFieldIndex,AnsiString sFieldValue);
AnsiString __fastcall GetFieldValue(int iFieldIndex);
AnsiString __fastcall GetDataToGrid();
public: // User declarations
__fastcall TfrmPpc(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPpc *frmPpc;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -