VMSM100MF.h 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. //---------------------------------------------------------------------------
  2. #ifndef VMSM100MFH
  3. #define VMSM100MFH
  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 "cxCheckBox.hpp"
  85. #include "FRAME_VmsListF.h"
  86. class TVMSM100M : public TForm
  87. {
  88. __published: // IDE-managed Components
  89. TTimer *TmrShow;
  90. TShape *ShpTitle;
  91. TcxButton *BtnClose;
  92. TLabel *LblCaption;
  93. TShape *ShpList;
  94. TEdit *EdFocus;
  95. TPanel *PnlBack;
  96. TPanel *PnlLeft;
  97. TcxSplitter *cxSplitter1;
  98. TcxGroupBox *cxGroupBox3;
  99. TPanel *PnlBottom;
  100. TcxGroupBox *GrpInfo;
  101. TPanel *PnlMenu;
  102. TcxButton *BtnEdit;
  103. TcxButton *BtnInsert;
  104. TcxButton *BtnDelete;
  105. TcxButton *BtnSave;
  106. TcxLabel *cxLabel11;
  107. TcxLabel *cxLabel12;
  108. TPanel *PnlEdit;
  109. TImage *ImgDesc01;
  110. TImage *ImgDesc02;
  111. TImage *ImgDesc03;
  112. TImage *ImgDesc04;
  113. TImage *ImgDesc05;
  114. TImage *ImgDesc06;
  115. TImage *ImgDesc07;
  116. TImage *ImgDesc11;
  117. TImage *ImgDesc08;
  118. TcxTextEdit *EdVmsId;
  119. TcxTextEdit *EdVmsNm;
  120. TcxTextEdit *EdNmbr;
  121. TcxSpinEdit *SePosX;
  122. TcxSpinEdit *SePosY;
  123. TcxLabel *cxLabel1;
  124. TcxLabel *cxLabel2;
  125. TcxLabel *cxLabel3;
  126. TcxLabel *cxLabel6;
  127. TcxLabel *cxLabel7;
  128. TcxLabel *cxLabel18;
  129. TcxTextEdit *EdId;
  130. TcxMaskEdit *EdCtlrIp;
  131. TcxComboBox *CbUsagType;
  132. TcxComboBox *CbType;
  133. TcxLabel *cxLabel8;
  134. TcxLabel *cxLabel22;
  135. TcxLabel *cxLabel5;
  136. TcxMaskEdit *EdWebCamIp;
  137. TcxTextEdit *EdWebCamPort;
  138. TcxLabel *cxLabel15;
  139. TcxTextEdit *EdWebCamId;
  140. TcxTextEdit *EdWebCamPswd;
  141. TcxTextEdit *EdWebCamStrm;
  142. TcxLabel *cxLabel16;
  143. TcxTextEdit *EdCmncPort;
  144. TcxGroupBox *cxGroupBox1;
  145. TcxTimeEdit *cxTimeOn;
  146. TcxTimeEdit *cxTimeOff;
  147. TcxLabel *cxLabel4;
  148. TcxButton *BtnSaveAll;
  149. TcxSplitter *cxSplitter2;
  150. TcxGroupBox *GrpMap;
  151. TFRAMEVmsList *FRAMEVmsList1;
  152. TcxSpinEdit *SeMaxPhase;
  153. TImage *ImgDesc14;
  154. TcxLabel *cxLabel9;
  155. TcxButton *cxButton1;
  156. void __fastcall FormShow(TObject *Sender);
  157. void __fastcall TmrShowTimer(TObject *Sender);
  158. void __fastcall BtnCloseClick(TObject *Sender);
  159. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  160. void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
  161. void __fastcall BtnEditClick(TObject *Sender);
  162. void __fastcall BtnInsertClick(TObject *Sender);
  163. void __fastcall BtnDeleteClick(TObject *Sender);
  164. void __fastcall BtnSaveClick(TObject *Sender);
  165. void __fastcall FRAMEVmsList1TvListCellDblClick(TcxCustomGridTableView *Sender,
  166. TcxGridTableDataCellViewInfo *ACellViewInfo, TMouseButton AButton,
  167. TShiftState AShift, bool &AHandled);
  168. void __fastcall EdWebCamPortKeyPress(TObject *Sender, wchar_t &Key);
  169. void __fastcall BtnSaveAllClick(TObject *Sender);
  170. void __fastcall FRAMEVmsList1TvListFocusedRecordChanged(TcxCustomGridTableView *Sender,
  171. TcxCustomGridRecord *APrevFocusedRecord, TcxCustomGridRecord *AFocusedRecord,
  172. bool ANewItemRecordFocusingChanged);
  173. void __fastcall SeMaxPhasePropertiesChange(TObject *Sender);
  174. void __fastcall LblCaptionDblClick(TObject *Sender);
  175. void __fastcall cxButton1Click(TObject *Sender);
  176. private: // User declarations
  177. void __fastcall CommClose();
  178. TcxDataController *m_pGDC;
  179. String FTitle;
  180. bool FUpdate;
  181. bool FNewDb;
  182. bool MapStart;
  183. bool EditMode;
  184. public:
  185. public: // User declarations
  186. __fastcall TVMSM100M(TComponent* Owner);
  187. void __fastcall FormInit();
  188. void __fastcall UpdateVmsIcon();
  189. void __fastcall DisplayInfo(TVmsCtlr* AObj, bool AMoveVms=false);
  190. void __fastcall SelListData();
  191. void __fastcall ChangeEditMode(int AEdit);
  192. void __fastcall MakeVmsWebCamHtml_ICSVIEW(TVmsCtlr *AObj);
  193. void __fastcall MakeVmsWebCamHtml_STWEB(TVmsCtlr *AObj);
  194. };
  195. //---------------------------------------------------------------------------
  196. extern PACKAGE TVMSM100M *VMSM100M;
  197. //---------------------------------------------------------------------------
  198. #endif