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

📄 ssite.h

📁 速达开源ERP系统
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef SsiteH
#define SsiteH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "fpanel.h"
#include "RecBaseForm.h"
#include "SDGrid.h"
#include <ComCtrls.hpp>
#include <Grids.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "SDEdit.h"
#include <ExtCtrls.hpp>
#include "SDComboBox.h"
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmSsite;
class  TfrmSsite : public TRecBaseForm
{
__published:	// IDE-managed Components
        TSDGrid *sgSsite;
        TFloatPanel *FloatPanel1;
        TLabel *Label1;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TLabel *Label10;
        TSDEdit *seSsiteCode;
        TSDEdit *seSsiteName;
        TSDEdit *seSsiteAddr;
        TSDEdit *seSsiteLinkman;
        TSDEdit *seSsiteTel;
        TSDEdit *seSsiteFax;
        TSDEdit *seSsiteZip;
        TSDEdit *seSsiteEmail;
        TSDComboBox *cbSsiteTransMode;
        TFloatPanel *FloatPanel2;
        TSDComboBox *cbSsiteClient;
        TLabel *Label2;
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall cbSsiteClientClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
        void __fastcall sgSsiteClick(TObject *Sender);
private:
        AnsiString FClientValue;
        void __fastcall GetDataFromComObject();
        AnsiString __fastcall GetFieldValue(int FieldIndex);	// User declarations
        void __fastcall ClearControl(bool BringToNext);
        void __fastcall SendDataToComObject();
        void __fastcall WaitUserInput();
        AnsiString __fastcall GetDataToGrid();
        void __fastcall RefreshGridData(int mAction);
        void __fastcall FillGridWithData();
        void __fastcall InitEditControl();
        void __fastcall SetClientValue(AnsiString value);
        AnsiString __fastcall GetClientValue();

public:		// User declarations
        __fastcall TfrmSsite(TComponent* Owner);
        __property AnsiString ClientValue  = { read=GetClientValue, write=SetClientValue };
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSsite *frmSsite;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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