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

📄 vw_pdmd.h

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

#ifndef VW_PdmdH
#define VW_PdmdH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include "StdBaseForm.h"
//---------------------------------------------------------------------------
class TfrmVW_Pdmd : public TStdBaseForm
{
__published:	// IDE-managed Components
    TPanel *PalWepd;
    TSDGrid *sgPdmd;
    TGroupBox *GroupBox1;
    TLabel *Label1;
    TLabel *Label9;
    TLabel *Label5;
    TLabel *Label4;
    TSDEdit *sePdmhCode;
    TSDComboBox *scPdmhFmonth;
    TDateEdit *dePdmhDate;
    TSDComboBox *scPdmhWoCode;
private:	// User declarations
public:		// User declarations
    __fastcall TfrmVW_Pdmd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Pdmd *frmVW_Pdmd;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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