1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- //---------------------------------------------------------------------------
- #ifndef IDB00301FH
- #define IDB00301FH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <DB.hpp>
- #include <DBClient.hpp>
- #include <FMTBcd.hpp>
- #include <Provider.hpp>
- #include <SqlExpr.hpp>
- #include <Menus.hpp>
- #include <ExtCtrls.hpp>
- #include <Graphics.hpp>
- #include <ComCtrls.hpp>
- #include <ADODB.hpp>
- #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
|