VDSM010MF.h 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. //---------------------------------------------------------------------------
  2. #ifndef VDSM010MFH
  3. #define VDSM010MFH
  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. //---------------------------------------------------------------------------
  23. #include "WindowMsgF.h"
  24. #include "cxButtons.hpp"
  25. #include "cxCalendar.hpp"
  26. #include "cxContainer.hpp"
  27. #include "cxControls.hpp"
  28. #include "cxDropDownEdit.hpp"
  29. #include "cxEdit.hpp"
  30. #include "cxGraphics.hpp"
  31. #include "cxGroupBox.hpp"
  32. #include "cxLabel.hpp"
  33. #include "cxLookAndFeelPainters.hpp"
  34. #include "cxLookAndFeels.hpp"
  35. #include "cxMaskEdit.hpp"
  36. #include "cxPC.hpp"
  37. #include "cxPCdxBarPopupMenu.hpp"
  38. #include "cxSpinEdit.hpp"
  39. #include "cxSplitter.hpp"
  40. #include "cxTextEdit.hpp"
  41. #include "cxTimeEdit.hpp"
  42. #include "dxSkinBlack.hpp"
  43. #include "dxSkinBlue.hpp"
  44. #include "dxSkinCaramel.hpp"
  45. #include "dxSkinCoffee.hpp"
  46. #include "dxSkinDarkRoom.hpp"
  47. #include "dxSkinDarkSide.hpp"
  48. #include "dxSkinFoggy.hpp"
  49. #include "dxSkinGlassOceans.hpp"
  50. #include "dxSkiniMaginary.hpp"
  51. #include "dxSkinLilian.hpp"
  52. #include "dxSkinLiquidSky.hpp"
  53. #include "dxSkinLondonLiquidSky.hpp"
  54. #include "dxSkinMcSkin.hpp"
  55. #include "dxSkinMoneyTwins.hpp"
  56. #include "dxSkinOffice2007Black.hpp"
  57. #include "dxSkinOffice2007Blue.hpp"
  58. #include "dxSkinOffice2007Green.hpp"
  59. #include "dxSkinOffice2007Pink.hpp"
  60. #include "dxSkinOffice2007Silver.hpp"
  61. #include "dxSkinOffice2010Black.hpp"
  62. #include "dxSkinOffice2010Blue.hpp"
  63. #include "dxSkinOffice2010Silver.hpp"
  64. #include "dxSkinsCore.hpp"
  65. #include "dxSkinscxPCPainter.hpp"
  66. #include "dxSkinSeven.hpp"
  67. #include "dxSkinSharp.hpp"
  68. #include "dxSkinSilver.hpp"
  69. #include "dxSkinStardust.hpp"
  70. #include "cxRadioGroup.hpp"
  71. #include "cxClasses.hpp"
  72. #include "cxCustomData.hpp"
  73. #include "cxData.hpp"
  74. #include "cxDataStorage.hpp"
  75. #include "cxDBData.hpp"
  76. #include "cxFilter.hpp"
  77. #include "cxGrid.hpp"
  78. #include "cxGridCustomTableView.hpp"
  79. #include "cxGridCustomView.hpp"
  80. #include "cxGridDBTableView.hpp"
  81. #include "cxGridLevel.hpp"
  82. #include "cxGridTableView.hpp"
  83. #include "cxStyles.hpp"
  84. #include "FRAME_GisMapF.h"
  85. #include "cxCheckBox.hpp"
  86. #include "FRAME_VdsListF.h"
  87. class TVDSM010M : public TForm
  88. {
  89. __published: // IDE-managed Components
  90. TTimer *TmrShow;
  91. TShape *ShpTitle;
  92. TcxButton *BtnClose;
  93. TLabel *LblCaption;
  94. TShape *ShpList;
  95. TEdit *EdFocus;
  96. TPanel *PnlBack;
  97. TPanel *PnlLeft;
  98. TcxSplitter *cxSplitter1;
  99. TcxGroupBox *cxGroupBox3;
  100. TcxGroupBox *GrpMap;
  101. TcxGroupBox *GrpInfo;
  102. TPanel *PnlMenu;
  103. TcxSplitter *cxSplitter2;
  104. TcxButton *BtnEdit;
  105. TcxButton *BtnInsert;
  106. TcxButton *BtnDelete;
  107. TcxButton *BtnSave;
  108. TcxTextEdit *EdMngmNmbr;
  109. TcxTextEdit *EdLctn;
  110. TcxTextEdit *EdIP;
  111. TcxTextEdit *EdPort;
  112. TcxTextEdit *EdId;
  113. TcxSpinEdit *SePosX;
  114. TcxSpinEdit *SePosY;
  115. TcxLabel *cxLabel1;
  116. TImage *ImgDesc01;
  117. TcxLabel *cxLabel2;
  118. TImage *ImgDesc02;
  119. TcxLabel *cxLabel3;
  120. TcxLabel *cxLabel4;
  121. TcxLabel *cxLabel6;
  122. TcxLabel *cxLabel7;
  123. TcxLabel *cxLabel8;
  124. TcxLabel *cxLabel9;
  125. TcxLabel *cxLabel10;
  126. TImage *ImgDesc03;
  127. TImage *ImgDesc04;
  128. TImage *ImgDesc05;
  129. TImage *ImgDesc06;
  130. TImage *ImgDesc07;
  131. TImage *ImgDesc08;
  132. TImage *ImgDesc09;
  133. TImage *ImgDesc10;
  134. TcxComboBox *CbTypeCd;
  135. TcxLabel *cxLabel11;
  136. TcxLabel *cxLabel12;
  137. TcxLabel *cxLabel14;
  138. TcxLabel *cxLabel15;
  139. TcxCheckBox *ChkViewIcon;
  140. TFRAMEGisMap *FRAMEGisMap1;
  141. TFRAMEVdsList *FRAMEVdsList1;
  142. TcxComboBox *CbValidYn;
  143. TcxLabel *cxLabel5;
  144. TcxLabel *cxLabel13;
  145. TImage *ImgDesc11;
  146. TcxSpinEdit *SeClctCycle;
  147. TcxSpinEdit *SeSttsCycl;
  148. TcxSpinEdit *SeBordNum;
  149. TcxLabel *cxLabel16;
  150. void __fastcall FormShow(TObject *Sender);
  151. void __fastcall TmrShowTimer(TObject *Sender);
  152. void __fastcall BtnCloseClick(TObject *Sender);
  153. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  154. void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
  155. void __fastcall FRAMEGisMap1xclntMapMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y);
  156. void __fastcall ChkViewIconClick(TObject *Sender);
  157. void __fastcall BtnEditClick(TObject *Sender);
  158. void __fastcall BtnInsertClick(TObject *Sender);
  159. void __fastcall BtnDeleteClick(TObject *Sender);
  160. void __fastcall BtnSaveClick(TObject *Sender);
  161. void __fastcall FRAMEVdsList1TvListCellDblClick(TcxCustomGridTableView *Sender, TcxGridTableDataCellViewInfo *ACellViewInfo,
  162. TMouseButton AButton, TShiftState AShift, bool &AHandled);
  163. private: // User declarations
  164. void __fastcall CommClose();
  165. TcxDataController *m_pGDC;
  166. String FTitle;
  167. bool FUpdate;
  168. bool FNewDb;
  169. public:
  170. public: // User declarations
  171. __fastcall TVDSM010M(TComponent* Owner);
  172. void __fastcall FormInit();
  173. void __fastcall UpdateVdsIcon();
  174. void __fastcall DisplayInfo(TItsVds* AObj);
  175. void __fastcall ChangeEditMode(int AEdit);
  176. };
  177. //---------------------------------------------------------------------------
  178. extern PACKAGE TVDSM010M *VDSM010M;
  179. //---------------------------------------------------------------------------
  180. #endif