PRK0013MF.h 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. //---------------------------------------------------------------------------
  2. #ifndef PRK0013MFH
  3. #define PRK0013MFH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <Menus.hpp>
  10. #include "CDSPrkPlceF.h"
  11. #include "cxButtons.hpp"
  12. #include "cxContainer.hpp"
  13. #include "cxControls.hpp"
  14. #include "cxEdit.hpp"
  15. #include "cxGraphics.hpp"
  16. #include "cxGroupBox.hpp"
  17. #include "cxLookAndFeelPainters.hpp"
  18. #include "cxLookAndFeels.hpp"
  19. #include "dxSkinBlack.hpp"
  20. #include "dxSkinMcSkin.hpp"
  21. #include "dxSkinsCore.hpp"
  22. #include "cxLabel.hpp"
  23. #include "cxMaskEdit.hpp"
  24. #include "cxSpinEdit.hpp"
  25. #include "cxTextEdit.hpp"
  26. #include <ExtCtrls.hpp>
  27. #include "cxDropDownEdit.hpp"
  28. //---------------------------------------------------------------------------
  29. class TPRK0013M : public TForm
  30. {
  31. __published: // IDE-managed Components
  32. TcxButton *BtnSelect;
  33. TcxButton *BtnCancel;
  34. TcxGroupBox *GrpCaption;
  35. TImage *ImgDesc32;
  36. TcxLabel *cxLabel51;
  37. TcxLabel *cxLabel52;
  38. TImage *ImgDesc33;
  39. TcxLabel *cxLabel1;
  40. TcxLabel *cxLabel4;
  41. TcxLabel *cxLabel2;
  42. TcxComboBox *CHRGE_LEVY_AT1;
  43. TcxComboBox *CHRGE_LEVY_AT2;
  44. TcxComboBox *CHRGE_LEVY_AT3;
  45. TcxComboBox *CHRGE_LEVY_AT4;
  46. TcxComboBox *CHRGE_LEVY_AT5;
  47. TcxComboBox *CHRGE_LEVY_AT6;
  48. TcxComboBox *CHRGE_LEVY_AT7;
  49. TcxComboBox *CHRGE_LEVY_AT8;
  50. TImage *ImgDesc34;
  51. TImage *ImgDesc35;
  52. TcxLabel *cxLabel3;
  53. TcxLabel *cxLabel5;
  54. TImage *ImgDesc36;
  55. TImage *ImgDesc37;
  56. TcxLabel *cxLabel6;
  57. TcxLabel *cxLabel7;
  58. TImage *ImgDesc38;
  59. TImage *ImgDesc39;
  60. TcxLabel *cxLabel8;
  61. TcxLabel *cxLabel9;
  62. TcxTextEdit *START_TIME1;
  63. TcxTextEdit *END_TIME1;
  64. TcxTextEdit *END_TIME2;
  65. TcxTextEdit *START_TIME2;
  66. TcxTextEdit *END_TIME3;
  67. TcxTextEdit *START_TIME3;
  68. TcxTextEdit *END_TIME4;
  69. TcxTextEdit *START_TIME4;
  70. TcxTextEdit *END_TIME5;
  71. TcxTextEdit *START_TIME5;
  72. TcxTextEdit *END_TIME6;
  73. TcxTextEdit *START_TIME6;
  74. TcxTextEdit *END_TIME7;
  75. TcxTextEdit *START_TIME7;
  76. TcxTextEdit *END_TIME8;
  77. TcxTextEdit *START_TIME8;
  78. void __fastcall BtnSelectClick(TObject *Sender);
  79. void __fastcall BtnCancelClick(TObject *Sender);
  80. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  81. private: // User declarations
  82. TPrkPlce *FObj;
  83. public:
  84. bool FSelected;
  85. public:
  86. __property bool Selected = {read=FSelected};
  87. public: // User declarations
  88. __fastcall TPRK0013M(TComponent* Owner, TPrkPlce *AObj);
  89. };
  90. //---------------------------------------------------------------------------
  91. extern PACKAGE TPRK0013M *PRK0013M;
  92. //---------------------------------------------------------------------------
  93. #endif