vw_wepd.h

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 42 行

H
42
字号
//---------------------------------------------------------------------------

#ifndef VW_WepdH
#define VW_WepdH
//---------------------------------------------------------------------------
#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_Wepd : public TStdBaseForm
{
__published:	// IDE-managed Components
    TPanel *PalWepd;
    TSDGrid *sgWepd;
    TGroupBox *GroupBox1;
    TLabel *Label1;
    TSDEdit *seWephCode;
    TLabel *Label9;
    TDateEdit *deWephDate;
    TLabel *Label5;
    TLabel *Label4;
    TSDComboBox *scWephFmonth;
    TSDComboBox *scWephPosType;
    void __fastcall FormShow(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TfrmVW_Wepd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Wepd *frmVW_Wepd;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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