IDB00401F.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. //---------------------------------------------------------------------------
  2. #ifndef IDB00401FH
  3. #define IDB00401FH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <DB.hpp>
  10. #include <DBClient.hpp>
  11. #include <FMTBcd.hpp>
  12. #include <Provider.hpp>
  13. #include <SqlExpr.hpp>
  14. #include <Menus.hpp>
  15. #include <ExtCtrls.hpp>
  16. #include <Graphics.hpp>
  17. #include <ComCtrls.hpp>
  18. #include <ADODB.hpp>
  19. #include "FRAME_NodeListF.h"
  20. #include "cxButtons.hpp"
  21. #include "cxContainer.hpp"
  22. #include "cxControls.hpp"
  23. #include "cxEdit.hpp"
  24. #include "cxGraphics.hpp"
  25. #include "cxGroupBox.hpp"
  26. #include "cxLookAndFeelPainters.hpp"
  27. #include "cxLookAndFeels.hpp"
  28. #include "cxTextEdit.hpp"
  29. #include "dxSkinBlack.hpp"
  30. #include "dxSkinBlue.hpp"
  31. #include "dxSkinsCore.hpp"
  32. #include "dxSkinMcSkin.hpp"
  33. //---------------------------------------------------------------------------
  34. class TIDB00401 : public TForm
  35. {
  36. __published: // IDE-managed Components
  37. TcxButton *BtnClose;
  38. TEdit *EdFocus;
  39. TcxGroupBox *cxGroupBox1;
  40. TShape *ShpList;
  41. TcxButton *BtnSave;
  42. TLabel *Label1;
  43. TImage *ImgDesc01;
  44. TImage *ImgDesc27;
  45. TLabel *Label3;
  46. TcxTextEdit *EdNm;
  47. TcxTextEdit *EdId;
  48. TcxTextEdit *EdStNm;
  49. TLabel *Label2;
  50. TImage *ImgDesc28;
  51. TcxTextEdit *EdEdNm;
  52. TLabel *Label4;
  53. TImage *ImgDesc29;
  54. void __fastcall FormShow(TObject *Sender);
  55. void __fastcall BtnCloseClick(TObject *Sender);
  56. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  57. void __fastcall BtnSaveClick(TObject *Sender);
  58. private: // User declarations
  59. void __fastcall CommClose();
  60. public:
  61. bool FUpdated;
  62. public: // User declarations
  63. __fastcall TIDB00401(TComponent* Owner);
  64. };
  65. //---------------------------------------------------------------------------
  66. extern PACKAGE TIDB00401 *IDB00401;
  67. //---------------------------------------------------------------------------
  68. #endif