sogdview.h

来自「科思ERP部分源码及控件」· C头文件 代码 · 共 59 行

H
59
字号
//---------------------------------------------------------------------------

#ifndef SogdViewH
#define SogdViewH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "fpanel.h"
#include "ListBaseForm.h"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Buttons.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmSogdView;
class  TfrmSogdView : public TListBaseForm
{
__published:	// IDE-managed Components
        TFloatPanel *FloatPanel1;
        TLabel *Label4;
        TBitBtn *BitBtn1;
        TLabel *Label5;
        TSDEdit *seSoghCode;
        TLabel *Label1;
        TSDGrid *sgSogd;
        TLabel *Label2;
        TSDEdit *scSoghType;
        TSDEdit *scSoghCurrency;
        TSDEdit *scSoghClient;
      void __fastcall FormShow(TObject *Sender);
      void __fastcall btnOKClick(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
      AnsiString FormIniFile;
       __fastcall TfrmSogdView(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
       __fastcall TfrmSogdView(TComponent* Owner);
      void __fastcall InitEditControl();
      void __fastcall ClearControl();
      void __fastcall GetDataFromComObject(int Section);
      void __fastcall SendDataToComObject(int Section);
      void __fastcall WaitUserInput(int Section);
      void __fastcall RefreshGridData(int mAction);
      void __fastcall DisplayBill();
      void __fastcall GetBill(AnsiString BillID);
      void __fastcall FillGridWithData();
      void __fastcall ChangeToBrowseState(bool Browse);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSogdView *frmSogdView;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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