pod.h

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

H
63
字号
//---------------------------------------------------------------------------
#ifndef PodH
#define PodH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "fpanel.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Buttons.hpp>
#include <Grids.hpp>
#include "GenBaseForm.h"
#include "SDComboBox.h"
#include "sdappserver_tlb.h"
#include "sdenumType.h"
#include "gvar.h"
#include "StdBaseForm.h"
//---------------------------------------------------------------------------
class PACKAGE TfrmPod;
class TfrmPod : public TStdBaseForm
{
__published:	// IDE-managed Components
        TSDGrid *sgPod;
    TFloatPanel *FloatPanel3;
    TLabel *Label36;
    TLabel *Label7;
        TSDEdit *sePohSupply;
  TFloatPanel *FloatPanel1;
  TBitBtn *btnOK;
  TBitBtn *btnCancel;
  TBitBtn *bbSelAll;
  TBitBtn *bbSelNone;
  TSDEdit *seRpohCode;
    void __fastcall btnOKClick(TObject *Sender);
    void __fastcall btnCancelClick(TObject *Sender);
    void __fastcall sgPodDblClick(TObject *Sender);
  void __fastcall bbSelAllClick(TObject *Sender);
  void __fastcall bbSelNoneClick(TObject *Sender);
  void __fastcall seRpohCodeButtonClick(TObject *Sender);
        void __fastcall sgPodSelectCell(TObject *Sender, int ACol,
          int ARow, bool &CanSelect);

private:	// User declarations
    TComServer *comServer;
    void __fastcall SetDetailValue(int Index, AnsiString Value);
    AnsiString __fastcall GetDetailValue(int Index);
    AnsiString FSupplyCode;

public:		// User declarations

    void __fastcall InitControlGroup();
    void __fastcall FillGridWithData();
    void __fastcall GetComObject(TComServer *comServer);

    __fastcall TfrmPod(TComponent* Owner);
};
//---------------------------------------------------------------------------
//extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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