psd.h

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

H
69
字号
//---------------------------------------------------------------------------
#ifndef PsdH
#define PsdH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "fpanel.h"
#include "RecBaseForm.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <ComCtrls.hpp>
#include <Grids.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include <ExtCtrls.hpp>
#include "Dateedit.hpp"
#include <Mask.hpp>
#include "DateEdit.hpp"
#include "SDComboBox.h"
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmPsd ;
class TfrmPsd : public TRecBaseForm
{
__published:	// IDE-managed Components
    TSDGrid *sgPsd;
    TFloatPanel *FloatPanel1;
    TSDEdit *sePsdBankName;
    TSDEdit *sePsdBankNo;
    TLabel *Label3;
    TLabel *Label4;
    TLabel *Label5;
  TFloatPanel *FloatPanel2;
  TLabel *Label6;
  TSDComboBox *scPsdSupplyCode;
        TSDComboBox *scPsdCurrencyCode;
        TCheckBox *chkPsdPrimary;
    TLabel *Label1;
    TSDComboBox *ComboBJS;
    TCheckBox *CBJS;
    TSDEdit *SupplyCodeButton;
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
    void __fastcall FormShow(TObject *Sender);
  void __fastcall scPsdSupplyCodeClick(TObject *Sender);
        void __fastcall sgPsdClick(TObject *Sender);
    void __fastcall SupplyCodeButtonButtonClick(TObject *Sender);

private:  	// User declarations
    void __fastcall ClearControl(bool BringToNext);
    void __fastcall GetDataFromComObject();
    void __fastcall SendDataToComObject();
    void __fastcall WaitUserInput();
    AnsiString __fastcall GetDataToGrid();
    void __fastcall RefreshGridData(int mAction);
    void __fastcall FillGridWithData();
    void __fastcall InitEditControl();
    void __fastcall RefreshUpdateData(int MsgSrc,int MsgType);

public:		// User declarations
    __fastcall TfrmPsd(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPsd *frmPsd;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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