//--------------------------------------------------------------------------- #ifndef IDB00301FH #define IDB00301FH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "FRAME_NodeListF.h" #include "cxButtons.hpp" #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxEdit.hpp" #include "cxGraphics.hpp" #include "cxGroupBox.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "cxTextEdit.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" //--------------------------------------------------------------------------- class TIDB00301 : public TForm { __published: // IDE-managed Components TcxButton *BtnClose; TEdit *EdFocus; TcxGroupBox *cxGroupBox1; TShape *ShpList; TcxButton *BtnSave; TLabel *Label1; TImage *ImgDesc01; TImage *ImgDesc27; TLabel *Label3; TcxTextEdit *EdNm; TcxTextEdit *EdId; TcxTextEdit *EdStNm; TLabel *Label2; TImage *ImgDesc28; TcxTextEdit *EdEdNm; TLabel *Label4; TImage *ImgDesc29; void __fastcall FormShow(TObject *Sender); void __fastcall BtnCloseClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall BtnSaveClick(TObject *Sender); private: // User declarations void __fastcall CommClose(); public: bool FUpdated; public: // User declarations __fastcall TIDB00301(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TIDB00301 *IDB00301; //--------------------------------------------------------------------------- #endif