1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
//+------------------------------------------------------------------+ //| WndObj.mqh | //| Copyright 2000-2026, MetaQuotes Ltd. | //| www.mql5.com | //+------------------------------------------------------------------+ #include "Wnd.mqh" //+------------------------------------------------------------------+ //| Class CWndObj | //| Usage: base class to work with chart objects | //+------------------------------------------------------------------+ class CWndObj : public CWnd { private: //--- flags of object bool m_undeletable; // "object is not deletable" flag bool m_unchangeable; // "object is not changeable" flag bool m_unmoveable; // "object is not movable" flag protected: //--- parameters of the chart object string m_text; // object text color m_color; // object color color m_color_background; // object background color color m_color_border; // object border color string m_font; // object font int m_font_size; // object font size long m_zorder; // Z order public: CWndObj(void); ~CWndObj(void); //--- chart event handler virtual bool OnEvent(const int id,const long &lparam,const double &dparam,const string &sparam); //--- set up the object string Text(void) const { return(m_text); } bool Text(const string value); color Color(void) const { return(m_color); } bool Color(const color value); color ColorBackground(void) const { return(m_color_background); } bool ColorBackground(const color value); color ColorBorder(void) const { return(m_color_border); } bool ColorBorder(const color value); string Font(void) const { return(m_font); } bool Font(const string value); int FontSize(void) const { return(m_font_size); } bool FontSize(const int value); long ZOrder(void) const { return(m_zorder); } bool ZOrder(const long value); protected: //--- handlers of object events virtual bool OnObjectCreate(void); virtual bool OnObjectChange(void); virtual bool OnObjectDelete(void); virtual bool OnObjectDrag(void); //--- handlers of object settings virtual bool OnSetText(void) { return(true); } virtual bool OnSetColor(void) { return(true); } virtual bool OnSetColorBackground(void) { return(true); } virtual bool OnSetColorBorder(void) { return(true); } virtual bool OnSetFont(void) { return(true); } virtual bool OnSetFontSize(void) { return(true); } virtual bool OnSetZOrder(void) { return(true); } //--- internal event handlers virtual bool OnDestroy(void) { return(ObjectDelete(m_chart_id,m_name)); } virtual bool OnChange(void); }; //+------------------------------------------------------------------+ //| Common handler of chart events | //+------------------------------------------------------------------+ bool CWndObj::OnEvent(const int id,const long &lparam,const double &dparam,const string &sparam) { if(m_name==sparam) { //--- object name and string parameters are equal //--- this means that event should be handled switch(id) { case CHARTEVENT_OBJECT_CREATE: return(OnObjectCreate()); case CHARTEVENT_OBJECT_CHANGE: return(OnObjectChange()); case CHARTEVENT_OBJECT_DELETE: return(OnObjectDelete()); case CHARTEVENT_OBJECT_DRAG : return(OnObjectDrag()); } } //--- event was not handled return(CWnd::OnEvent(id,lparam,dparam,sparam)); } //+------------------------------------------------------------------+ //| Constructor | //+------------------------------------------------------------------+ CWndObj::CWndObj(void) : m_color(clrNONE), m_color_background(clrNONE), m_color_border(clrNONE), m_font(CONTROLS_FONT_NAME), m_font_size(CONTROLS_FONT_SIZE), m_zorder(0), m_undeletable(true), m_unchangeable(true), m_unmoveable(true) { } //+------------------------------------------------------------------+ //| Destructor | //+------------------------------------------------------------------+ CWndObj::~CWndObj(void) { } //+------------------------------------------------------------------+ //| Set the "Text" parameter | //+------------------------------------------------------------------+ bool CWndObj::Text(const string value) { //--- save new value of parameter m_text=value; //--- call virtual event handler return(OnSetText()); } //+------------------------------------------------------------------+ //| Set the "Color" parameter | //+------------------------------------------------------------------+ bool CWndObj::Color(const color value) { //--- save new value of parameter m_color=value; //--- call virtual event handler return(OnSetColor()); } //+------------------------------------------------------------------+ //| Setting the "Background color" parameter | //+------------------------------------------------------------------+ bool CWndObj::ColorBackground(const color value) { //--- save new value of parameter m_color_background=value; //--- call virtual event handler return(OnSetColorBackground()); } //+------------------------------------------------------------------+ //| Set the "Border color" parameter | //+------------------------------------------------------------------+ bool CWndObj::ColorBorder(const color value) { //--- save new value of parameter m_color_border=value; //--- call virtual event handler return(OnSetColorBorder()); } //+------------------------------------------------------------------+ //| Set the "Font" parameter | //+------------------------------------------------------------------+ bool CWndObj::Font(const string value) { //--- save new value of parameter m_font=value; //--- call virtual event handler return(OnSetFont()); } //+------------------------------------------------------------------+ //| Set the "Font size" parameter | //+------------------------------------------------------------------+ bool CWndObj::FontSize(const int value) { //--- save new value of parameter m_font_size=value; //--- call virtual event handler return(OnSetFontSize()); } //+------------------------------------------------------------------+ //| Set the "Z order" parameter | //+------------------------------------------------------------------+ bool CWndObj::ZOrder(const long value) { //--- save new value of parameter m_zorder=value; //--- call virtual event handler return(OnSetZOrder()); } //+------------------------------------------------------------------+ //| Handler of the "Object creation" event | //+------------------------------------------------------------------+ bool CWndObj::OnObjectCreate(void) { //--- event is handled return(true); } //+------------------------------------------------------------------+ //| Handler of the "Object modification" event | //+------------------------------------------------------------------+ bool CWndObj::OnObjectChange(void) { //--- if object is not changeable if(m_unchangeable) { //--- restore position if(!OnMove()) return(false); //--- restore size if(!OnResize()) return(false); //--- restore settings if(!OnChange()) return(false); } //--- event is handled return(true); } //+------------------------------------------------------------------+ //| Handler of the "Object deletion" event | //+------------------------------------------------------------------+ bool CWndObj::OnObjectDelete(void) { //--- if object is not deletable if(m_undeletable) { //--- restore the object if(!OnCreate()) return(false); //--- restore settings if(!OnChange()) return(false); //--- restore visibility return(IS_VISIBLE ? OnShow():OnHide()); } //--- event is handled return(true); } //+------------------------------------------------------------------+ //| Handler of the "Object dragging" event | //+------------------------------------------------------------------+ bool CWndObj::OnObjectDrag(void) { //--- if object is not movable if(m_unmoveable) { //--- restore position return(OnMove()); } //--- event is handled return(true); } //+------------------------------------------------------------------+ //| Set up the object | //+------------------------------------------------------------------+ bool CWndObj::OnChange(void) { //--- set up the chart object according to previously set parameters if(!OnSetText()) return(false); if(!OnSetFont()) return(false); if(!OnSetFontSize()) return(false); if(!OnSetColor()) return(false); if(!OnSetColorBackground()) return(false); if(!OnSetColorBorder()) return(false); //--- succeed return(true); } //+------------------------------------------------------------------+