IDB00301F.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. //---------------------------------------------------------------------------
  2. #ifndef IDB00301FH
  3. #define IDB00301FH
  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. //---------------------------------------------------------------------------
  33. class TIDB00301 : public TForm
  34. {
  35. __published: // IDE-managed Components
  36. TcxButton *BtnClose;
  37. TEdit *EdFocus;
  38. TcxGroupBox *cxGroupBox1;
  39. TShape *ShpList;
  40. TcxButton *BtnSave;
  41. TLabel *Label1;
  42. TImage *ImgDesc01;
  43. TImage *ImgDesc27;
  44. TLabel *Label3;
  45. TcxTextEdit *EdNm;
  46. TcxTextEdit *EdId;
  47. TcxTextEdit *EdStNm;
  48. TLabel *Label2;
  49. TImage *ImgDesc28;
  50. TcxTextEdit *EdEdNm;
  51. TLabel *Label4;
  52. TImage *ImgDesc29;
  53. void __fastcall FormShow(TObject *Sender);
  54. void __fastcall BtnCloseClick(TObject *Sender);
  55. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  56. void __fastcall BtnSaveClick(TObject *Sender);
  57. private: // User declarations
  58. void __fastcall CommClose();
  59. public:
  60. bool FUpdated;
  61. public: // User declarations
  62. __fastcall TIDB00301(TComponent* Owner);
  63. };
  64. //---------------------------------------------------------------------------
  65. extern PACKAGE TIDB00301 *IDB00301;
  66. //---------------------------------------------------------------------------
  67. #endif