⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gosd.h

📁 速达开源ERP系统
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef GosdH
#define GosdH
//---------------------------------------------------------------------------
#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 TfrmGosd;
class TfrmGosd : public TStdBaseForm
{
__published:	// IDE-managed Components
  TSDGrid *sgGosd;
  TFloatPanel *FloatPanel3;
  TLabel *Label36;
  TSDEdit *seGosdFromCode;
  TFloatPanel *FloatPanel1;
  TBitBtn *bbSelAll;
  TBitBtn *bbSelNone;
  TBitBtn *btnOK;
  TBitBtn *btnCancel;
  TLabel *Label2;
  TSDEdit *seGoshType;
    void __fastcall btnOKClick(TObject *Sender);
    void __fastcall btnCancelClick(TObject *Sender);
    void __fastcall sgGosdDblClick(TObject *Sender);
    void __fastcall seGosdFromCodeButtonClick(TObject *Sender);
    void __fastcall bbSelAllClick(TObject *Sender);
    void __fastcall bbSelNoneClick(TObject *Sender);
    void __fastcall sgGosdSelectCell(TObject *Sender, int ACol,
         int ARow, bool &CanSelect);
    void __fastcall sgGosdSetEditText(TObject *Sender, int ACol,
         int ARow, const AnsiString Value);

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

public:		// User declarations

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

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

⌨️ 快捷键说明

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