ITS0010MF.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. //---------------------------------------------------------------------------
  2. #ifndef ITS0010MFH
  3. #define ITS0010MFH
  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 <Dialogs.hpp>
  20. #include <ExtDlgs.hpp>
  21. //---------------------------------------------------------------------------
  22. #include "WindowMsgF.h"
  23. #include "FRAME_TrafficLinkListF.h"
  24. #include "FRAME_TrafficRoadListF.h"
  25. #include "FRAME_TrafficServiceLinkListF.h"
  26. #include "cxButtons.hpp"
  27. #include "cxContainer.hpp"
  28. #include "cxControls.hpp"
  29. #include "cxEdit.hpp"
  30. #include "cxGraphics.hpp"
  31. #include "cxGroupBox.hpp"
  32. #include "cxLookAndFeelPainters.hpp"
  33. #include "cxLookAndFeels.hpp"
  34. #include "cxPC.hpp"
  35. #include "cxPCdxBarPopupMenu.hpp"
  36. #include "dxSkinBlack.hpp"
  37. #include "dxSkinBlue.hpp"
  38. #include "dxSkinsCore.hpp"
  39. #include "dxSkinscxPCPainter.hpp"
  40. #include "cxLabel.hpp"
  41. class TITS0010M : public TForm
  42. {
  43. __published: // IDE-managed Components
  44. TTimer *TmrShow;
  45. TShape *ShpTitle;
  46. TcxButton *BtnClose;
  47. TLabel *LblCaption;
  48. TShape *ShpList;
  49. TEdit *EdFocus;
  50. TPanel *PnlBack;
  51. TPanel *PnlLeft;
  52. TcxGroupBox *cxGroupBox3;
  53. TcxPageControl *cxPageControl1;
  54. TcxTabSheet *cxTabSheet1;
  55. TcxTabSheet *cxTabSheet2;
  56. TFRAMETrafficLinkList *FRAMETrafficLinkList1;
  57. TFRAMETrafficServiceLinkList *FRAMETrafficServiceLinkList1;
  58. TcxTabSheet *cxTabSheet3;
  59. TFRAMETrafficRoadList *FRAMETrafficRoadList1;
  60. TcxButton *BtnSearch;
  61. void __fastcall FormShow(TObject *Sender);
  62. void __fastcall TmrShowTimer(TObject *Sender);
  63. void __fastcall BtnCloseClick(TObject *Sender);
  64. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  65. void __fastcall BtnSearchClick(TObject *Sender);
  66. private: // User declarations
  67. void __fastcall CommClose();
  68. public:
  69. public: // User declarations
  70. __fastcall TITS0010M(TComponent* Owner);
  71. void __fastcall FormInit();
  72. void __fastcall RefreshData();
  73. };
  74. //---------------------------------------------------------------------------
  75. extern PACKAGE TITS0010M *ITS0010M;
  76. //---------------------------------------------------------------------------
  77. #endif