VDSM101MF.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. //---------------------------------------------------------------------------
  2. #ifndef VDSM101MFH
  3. #define VDSM101MFH
  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. //---------------------------------------------------------------------------
  20. #include "DataTypesF.h"
  21. #include "cxButtons.hpp"
  22. #include "cxContainer.hpp"
  23. #include "cxControls.hpp"
  24. #include "cxDropDownEdit.hpp"
  25. #include "cxEdit.hpp"
  26. #include "cxGraphics.hpp"
  27. #include "cxGroupBox.hpp"
  28. #include "cxLabel.hpp"
  29. #include "cxLookAndFeelPainters.hpp"
  30. #include "cxLookAndFeels.hpp"
  31. #include "cxMaskEdit.hpp"
  32. #include "cxSpinEdit.hpp"
  33. #include "cxTextEdit.hpp"
  34. #include "dxSkinBlue.hpp"
  35. #include "dxSkinsCore.hpp"
  36. #include "dxSkinBlack.hpp"
  37. #include "dxSkinMcSkin.hpp"
  38. //---------------------------------------------------------------------------
  39. class TVDSM101M : public TForm
  40. {
  41. __published: // IDE-managed Components
  42. TcxButton *BtnClose;
  43. TEdit *EdFocus;
  44. TcxGroupBox *cxGroupBox1;
  45. TShape *ShpList;
  46. TcxButton *BtnSave;
  47. TLabel *Label1;
  48. TImage *ImgDesc01;
  49. TImage *ImgDesc27;
  50. TLabel *Label3;
  51. TLabel *Label2;
  52. TImage *ImgDesc28;
  53. TcxComboBox *Cb_CMRA_DRCT_CD;
  54. TcxSpinEdit *Se_VDS_CMRA_NO;
  55. TcxSpinEdit *Se_DETECT_LANE;
  56. TcxTextEdit *EdCmraNm;
  57. TcxComboBox *CbCCAM;
  58. TcxLabel *cxLabel3;
  59. TImage *ImgDesc03;
  60. TcxTextEdit *Ed_ROAD_NAME;
  61. TLabel *Label4;
  62. TcxTextEdit *Ed_CROSS_NAME;
  63. TLabel *Label5;
  64. TLabel *Label6;
  65. TcxTextEdit *Ed_DIR_NAME;
  66. TLabel *Label7;
  67. void __fastcall FormShow(TObject *Sender);
  68. void __fastcall BtnCloseClick(TObject *Sender);
  69. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  70. void __fastcall BtnSaveClick(TObject *Sender);
  71. private: // User declarations
  72. void __fastcall CommClose();
  73. public:
  74. int FDbMode;
  75. bool FUpdated;
  76. public: // User declarations
  77. __fastcall TVDSM101M(TComponent* Owner);
  78. String __fastcall GetCCAM_NMBR();
  79. };
  80. //---------------------------------------------------------------------------
  81. extern PACKAGE TVDSM101M *VDSM101M;
  82. //---------------------------------------------------------------------------
  83. #endif