📄 pgd.h
字号:
//---------------------------------------------------------------------------
#ifndef PgdH
#define PgdH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "RecBaseForm.h"
#include <ComCtrls.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "fpanel.h"
#include "SDGrid.h"
#include <Grids.hpp>
#include "SDEdit.h"
#include <ExtCtrls.hpp>
#include "SDComboBox.h"
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmPgd ;
class TfrmPgd : public TRecBaseForm
{
__published: // IDE-managed Components
TFloatPanel *FloatPanel1;
TSDGrid *sgPgd;
TSDEdit *sePgdCode;
TSDEdit *sePgdName;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TImageList *ImageList2;
TFloatPanel *FloatPanel2;
TLabel *Label6;
TSDComboBox *scPgdSupplyCode;
TSDEdit *sePgdGoodsCode;
TLabel *Label5;
TSDEdit *sePgdPot;
TLabel *Label7;
TSDEdit *sePgdPoc;
TLabel *Label8;
TSDEdit *sePgdGoodsName;
TSDEdit *SupplyCodeButton;
TLabel *Label1;
TSDComboBox *scPgdBuyer;
void __fastcall FormShow(TObject *Sender);
void __fastcall scPgdSupplyCodeClick(TObject *Sender);
void __fastcall sePgdGoodsCodeButtonClick(TObject *Sender);
void __fastcall sgPgdClick(TObject *Sender);
void __fastcall sePgdGoodsCodeExit(TObject *Sender);
void __fastcall SupplyCodeButtonButtonClick(TObject *Sender);
void __fastcall muAddDetailClick(TObject *Sender);
//void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
AnsiString TempSupply,TempName;
bool StrFlg;
void __fastcall ClearControl(bool BringToNext);
void __fastcall GetDataFromComObject();
void __fastcall SendDataToComObject();
void __fastcall WaitUserInput();
AnsiString __fastcall GetDataToGrid();
void __fastcall RefreshGridData(int mAction);
void __fastcall FillGridWithData();
void __fastcall InitEditControl();
void __fastcall RefreshUpdateData(int MsgSrc,int MsgType);
public: // User declarations
__fastcall TfrmPgd(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPgd *frmPgd;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -