IHS0040MF.h 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. //---------------------------------------------------------------------------
  2. #ifndef IHS0040MFH
  3. #define IHS0040MFH
  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_LinkListF.h"
  24. #include "FRAME_RoadListF.h"
  25. #include "cxButtons.hpp"
  26. #include "cxCalendar.hpp"
  27. #include "cxContainer.hpp"
  28. #include "cxControls.hpp"
  29. #include "cxDropDownEdit.hpp"
  30. #include "cxEdit.hpp"
  31. #include "cxGraphics.hpp"
  32. #include "cxGroupBox.hpp"
  33. #include "cxLabel.hpp"
  34. #include "cxLookAndFeelPainters.hpp"
  35. #include "cxLookAndFeels.hpp"
  36. #include "cxMaskEdit.hpp"
  37. #include "cxPC.hpp"
  38. #include "cxPCdxBarPopupMenu.hpp"
  39. #include "cxSpinEdit.hpp"
  40. #include "cxSplitter.hpp"
  41. #include "cxTextEdit.hpp"
  42. #include "cxTimeEdit.hpp"
  43. #include "dxSkinBlack.hpp"
  44. #include "dxSkinBlue.hpp"
  45. #include "dxSkinsCore.hpp"
  46. #include "dxSkinscxPCPainter.hpp"
  47. #include "FRAME_IfscListF.h"
  48. #include "dxSkinMcSkin.hpp"
  49. class TIHS0040M : public TForm
  50. {
  51. __published: // IDE-managed Components
  52. TTimer *TmrShow;
  53. TShape *ShpTitle;
  54. TcxButton *BtnClose;
  55. TLabel *LblCaption;
  56. TShape *ShpList;
  57. TEdit *EdFocus;
  58. TPanel *PnlBack;
  59. TPanel *PnlLeft;
  60. TcxSplitter *cxSplitter1;
  61. TcxGroupBox *cxGroupBox2;
  62. TImage *ImgDesc01;
  63. TLabel *Label26;
  64. TImage *ImgDesc02;
  65. TLabel *Label6;
  66. TcxButton *BtnSearch;
  67. TcxGroupBox *cxGroupBox3;
  68. TcxGroupBox *cxGroupBox1;
  69. TcxPageControl *PgTab;
  70. TcxTabSheet *TsList01;
  71. TcxLabel *cxLabel1;
  72. TcxPageControl *cxPageControl1;
  73. TcxTabSheet *cxTabSheet1;
  74. TFRAMELinkList *FRAMELinkList1;
  75. TcxTabSheet *cxTabSheet2;
  76. TcxTabSheet *cxTabSheet3;
  77. TFRAMERoadList *FRAMERoadList1;
  78. TFRAMEIfscList *FRAMEIfscList1;
  79. TDateTimePicker *DtEdTime;
  80. TDateTimePicker *DtEdDate;
  81. TDateTimePicker *DtStDate;
  82. TDateTimePicker *DtStTime;
  83. void __fastcall FormShow(TObject *Sender);
  84. void __fastcall TmrShowTimer(TObject *Sender);
  85. void __fastcall BtnSearchClick(TObject *Sender);
  86. void __fastcall BtnCloseClick(TObject *Sender);
  87. void __fastcall PgTabDblClick(TObject *Sender);
  88. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  89. void __fastcall PgTabCanCloseEx(TObject *Sender, int ATabIndex, bool &ACanClose);
  90. private: // User declarations
  91. void __fastcall CommClose();
  92. String FTitle;
  93. public:
  94. int FLinkLevel;
  95. TList *m_pFormList;
  96. String FStDateTime;
  97. String FEdDateTime;
  98. String FIdList;
  99. public: // User declarations
  100. __fastcall TIHS0040M(TComponent* Owner);
  101. void __fastcall FormInit();
  102. void __fastcall RefreshData();
  103. void __fastcall OnSubFormClose(TMessage Msg);
  104. BEGIN_MESSAGE_MAP
  105. VCL_MESSAGE_HANDLER(WM_SUBFORM_CLOSE, TMessage, OnSubFormClose);
  106. END_MESSAGE_MAP(TForm);
  107. };
  108. //---------------------------------------------------------------------------
  109. extern PACKAGE TIHS0040M *IHS0040M;
  110. //---------------------------------------------------------------------------
  111. #endif