ITS0030MF.h 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. //---------------------------------------------------------------------------
  2. #ifndef ITS0030MFH
  3. #define ITS0030MFH
  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 <ImgList.hpp>
  20. //---------------------------------------------------------------------------
  21. #include "FRAME_IncidentRegistF.h"
  22. #include "FRAME_IncidentProcessF.h"
  23. #include "FRAME_IncidentEndF.h"
  24. #include "cxButtons.hpp"
  25. #include "cxControls.hpp"
  26. #include "cxGraphics.hpp"
  27. #include "cxLookAndFeelPainters.hpp"
  28. #include "cxLookAndFeels.hpp"
  29. #include "cxPC.hpp"
  30. #include "cxPCdxBarPopupMenu.hpp"
  31. #include "dxSkinBlack.hpp"
  32. #include "dxSkinBlue.hpp"
  33. #include "dxSkinsCore.hpp"
  34. #include "dxSkinscxPCPainter.hpp"
  35. //---------------------------------------------------------------------------
  36. class TITS0030M : public TForm
  37. {
  38. __published: // IDE-managed Components
  39. TShape *ShpTitle;
  40. TcxButton *BtnSearch;
  41. TcxButton *BtnClose;
  42. TLabel *LblCaption;
  43. TEdit *EdFocus;
  44. TShape *ShpList;
  45. TTimer *TmrShow;
  46. TPanel *Panel1;
  47. TcxPageControl *cxPageControl1;
  48. TcxTabSheet *cxTabSheet1;
  49. TcxTabSheet *cxTabSheet2;
  50. TcxTabSheet *cxTabSheet3;
  51. TImageList *ilStatusBarImages;
  52. TFRAMEIncidentRegist *FRAMEIncidentRegist1;
  53. TFRAMEIncidentProcess *FRAMEIncidentProcess1;
  54. TFRAMEIncidentEnd *FRAMEIncidentEnd1;
  55. void __fastcall FormShow(TObject *Sender);
  56. void __fastcall TmrShowTimer(TObject *Sender);
  57. void __fastcall BtnSearchClick(TObject *Sender);
  58. void __fastcall BtnCloseClick(TObject *Sender);
  59. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  60. void __fastcall cxPageControl1PageChanging(TObject *Sender, TcxTabSheet *NewPage, bool &AllowChange);
  61. private: // User declarations
  62. void __fastcall CommClose();
  63. public:
  64. public: // User declarations
  65. __fastcall TITS0030M(TComponent* Owner);
  66. void __fastcall FormInit();
  67. void __fastcall RefreshData();
  68. void __fastcall SelListData();
  69. };
  70. //---------------------------------------------------------------------------
  71. extern PACKAGE TITS0030M *ITS0030M;
  72. //---------------------------------------------------------------------------
  73. #endif