vw_dmad.h

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

H
40
字号
//---------------------------------------------------------------------------
#ifndef VW_DmadH
#define VW_DmadH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "SDComboBox.h"
#include "StdBaseForm.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TfrmVW_Dmad : public TStdBaseForm
{
__published:	// IDE-managed Components
    TPanel *PalWepd;
    TSDGrid *sgDmad;
    TGroupBox *GroupBox1;
    TLabel *Label1;
    TLabel *Label9;
    TLabel *Label5;
    TLabel *Label4;
    TSDEdit *seDmahCode;
    TDateEdit *deDmahDate;
    TSDComboBox *scDmahFmonth;
    TSDComboBox *scDmahLoc;
private:	// User declarations
public:		// User declarations
    __fastcall TfrmVW_Dmad(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Dmad *frmVW_Dmad;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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