pmu.h

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

H
53
字号
//---------------------------------------------------------------------------
#ifndef PmuH
#define PmuH
//---------------------------------------------------------------------------
#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 "StdBaseForm.h"
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include <Buttons.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmPmu;
class TfrmPmu : public TStdBaseForm
{
__published:	// IDE-managed Components
    TSDGrid *sgPmu;
    TGroupBox *GroupBox1;
    TLabel *Label5;
    TSDEdit *sePmuWoCode;
    TPanel *Panel1;
    TBitBtn *bbOK;
    TBitBtn *bbCancel;
    TLabel *Label1;
    TLabel *Label2;
    TSDEdit *sePmuWepCode;
    TSDEdit *sePmuWepdLine;
    TLabel *Label3;
    TStaticText *stPmuCheck;
    void __fastcall sgPmuDblClick(TObject *Sender);
    void __fastcall bbOKClick(TObject *Sender);
    void __fastcall bbCancelClick(TObject *Sender);
private:	// User declarations
    AnsiString FPmuWoCode;
    AnsiString FPmuWepCode;
    int        FPmuWepdLine;
    int        FChecked;
public:		// User declarations
    __fastcall TfrmPmu(TComponent* Owner);
    __fastcall TfrmPmu(TComponent* Owner,int Checked,AnsiString WepCode,int WepdLine,AnsiString PmuWo);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPmu *frmPmu;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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