vw_pdrd.h

来自「速达开源ERP系统」· C头文件 代码 · 共 41 行

H
41
字号
//---------------------------------------------------------------------------

#ifndef VW_PdrdH
#define VW_PdrdH
//---------------------------------------------------------------------------
#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_Pdrd : public TStdBaseForm
{
__published:	// IDE-managed Components
    TPanel *PalWepd;
    TSDGrid *sgPdrd;
    TGroupBox *GroupBox1;
    TLabel *Label1;
    TLabel *Label9;
    TLabel *Label5;
    TLabel *Label4;
    TSDEdit *sePdrhCode;
    TDateEdit *dePdrhDate;
    TSDComboBox *scPdrhFmonth;
    TSDComboBox *scPdrhUser;
private:	// User declarations
public:		// User declarations
    __fastcall TfrmVW_Pdrd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Pdrd *frmVW_Pdrd;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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