📄 vw_pgd.h
字号:
//---------------------------------------------------------------------------
#ifndef VW_PgdH
#define VW_PgdH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "SDGrid.h"
#include <Grids.hpp>
#include "StdBaseForm.h"
//---------------------------------------------------------------------------
class PACKAGE TfrmVW_Pgd ;
class TfrmVW_Pgd : public TStdBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgPgd;
TLabel *Label1;
TLabel *lblSupplyCode;
private: // User declarations
public: // User declarations
__fastcall TfrmVW_Pgd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Pgd *frmVW_Pgd;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -