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
//+------------------------------------------------------------------+ //| Defines.mqh | //| Copyright 2000-2026, MetaQuotes Ltd. | //| www.mql5.com | //+------------------------------------------------------------------+ //+------------------------------------------------------------------+ //| Enumerations | //+------------------------------------------------------------------+ //--- properties flags enum ENUM_WND_PROP_FLAGS { WND_PROP_FLAG_CAN_DBL_CLICK = 1, // can be double clicked by mouse WND_PROP_FLAG_CAN_DRAG = 2, // can be dragged by mouse WND_PROP_FLAG_CLICKS_BY_PRESS= 4, // generates the "click" event series on pressing left mouse button WND_PROP_FLAG_CAN_LOCK = 8, // control with fixed state (usually it is a button) WND_PROP_FLAG_READ_ONLY =16 // read only (usually it is a edit) }; //--- state flags enum ENUM_WND_STATE_FLAGS { WND_STATE_FLAG_ENABLE = 1, // "object is enabled" flag WND_STATE_FLAG_VISIBLE = 2, // "object is visible" flag WND_STATE_FLAG_ACTIVE = 4, // "object is active" flag }; //--- mouse flags enum ENUM_MOUSE_FLAGS { MOUSE_INVALID_FLAGS =-1, // no buttons state MOUSE_EMPTY = 0, // buttons are not pressed MOUSE_LEFT = 1, // left button pressed MOUSE_RIGHT = 2 // right button pressed }; //--- alignment flags enum ENUM_WND_ALIGN_FLAGS { WND_ALIGN_NONE = 0, // no alignment WND_ALIGN_LEFT = 1, // align by left border WND_ALIGN_TOP = 2, // align by top border WND_ALIGN_RIGHT = 4, // align by right border WND_ALIGN_BOTTOM = 8, // align by bottom border WND_ALIGN_WIDTH = WND_ALIGN_LEFT|WND_ALIGN_RIGHT, // justify WND_ALIGN_HEIGHT = WND_ALIGN_TOP|WND_ALIGN_BOTTOM, // align by top and bottom border WND_ALIGN_CLIENT = WND_ALIGN_WIDTH|WND_ALIGN_HEIGHT // align by all sides }; //+------------------------------------------------------------------+ //| Drawing styles and colors | //+------------------------------------------------------------------+ //--- common #define CONTROLS_FONT_NAME "Trebuchet MS" #define CONTROLS_FONT_SIZE (10) //--- Text #define CONTROLS_COLOR_TEXT C'0x3B,0x29,0x28' #define CONTROLS_COLOR_TEXT_SEL clrWhite #define CONTROLS_COLOR_BG clrWhite #define CONTROLS_COLOR_BG_SEL C'0x33,0x99,0xFF' //--- Button #define CONTROLS_BUTTON_COLOR C'0x3B,0x29,0x28' #define CONTROLS_BUTTON_COLOR_BG C'0xDD,0xE2,0xEB' #define CONTROLS_BUTTON_COLOR_BORDER C'0xB2,0xC3,0xCF' //--- Label #define CONTROLS_LABEL_COLOR C'0x3B,0x29,0x28' //--- Edit #define CONTROLS_EDIT_COLOR C'0x3B,0x29,0x28' #define CONTROLS_EDIT_COLOR_BG clrWhite #define CONTROLS_EDIT_COLOR_BORDER C'0xB2,0xC3,0xCF' //--- Scrolls #define CONTROLS_SCROLL_COLOR_BG C'0xEC,0xEC,0xEC' #define CONTROLS_SCROLL_COLOR_BORDER C'0xD3,0xD3,0xD3' //--- Client #define CONTROLS_CLIENT_COLOR_BG C'0xDE,0xDE,0xDE' #define CONTROLS_CLIENT_COLOR_BORDER C'0x2C,0x2C,0x2C' //--- ListView #define CONTROLS_LISTITEM_COLOR_TEXT C'0x3B,0x29,0x28' #define CONTROLS_LISTITEM_COLOR_TEXT_SEL clrWhite #define CONTROLS_LISTITEM_COLOR_BG clrWhite #define CONTROLS_LISTITEM_COLOR_BG_SEL C'0x33,0x99,0xFF' #define CONTROLS_LIST_COLOR_BG clrWhite #define CONTROLS_LIST_COLOR_BORDER C'0xB2,0xC3,0xCF' //--- CheckGroup #define CONTROLS_CHECKGROUP_COLOR_BG C'0xF7,0xF7,0xF7' #define CONTROLS_CHECKGROUP_COLOR_BORDER C'0xB2,0xC3,0xCF' //--- RadioGroup #define CONTROLS_RADIOGROUP_COLOR_BG C'0xF7,0xF7,0xF7' #define CONTROLS_RADIOGROUP_COLOR_BORDER C'0xB2,0xC3,0xCF' //--- Dialog #define CONTROLS_DIALOG_COLOR_BORDER_LIGHT clrWhite #define CONTROLS_DIALOG_COLOR_BORDER_DARK C'0xB6,0xB6,0xB6' #define CONTROLS_DIALOG_COLOR_BG C'0xF0,0xF0,0xF0' #define CONTROLS_DIALOG_COLOR_CAPTION_TEXT C'0x28,0x29,0x3B' #define CONTROLS_DIALOG_COLOR_CLIENT_BG C'0xF7,0xF7,0xF7' #define CONTROLS_DIALOG_COLOR_CLIENT_BORDER C'0xC8,0xC8,0xC8' //+------------------------------------------------------------------+ //| Constants for the controls | //+------------------------------------------------------------------+ //--- common #define CONTROLS_INVALID_ID (-1) // invalid ID #define CONTROLS_INVALID_INDEX (-1) // invalid index of array #define CONTROLS_SELF_MESSAGE (-1) // message to oneself #define CONTROLS_MAXIMUM_ID (10000) // maximum number of IDs in application #define CONTROLS_BORDER_WIDTH (1) // border width #define CONTROLS_SUBWINDOW_GAP (3) // gap between sub-windows along the Y axis #define CONTROLS_DRAG_SPACING (50) // sensitivity threshold for dragging #define CONTROLS_DBL_CLICK_TIME (100) // double click interval //--- BmpButton #define CONTROLS_BUTTON_SIZE (16) // default size of button (16 x 16) //--- Scrolls #define CONTROLS_SCROLL_SIZE (18) // default lateral size of scrollbar #define CONTROLS_SCROLL_THUMB_SIZE (22) // default length of scroll box //--- RadioButton #define CONTROLS_RADIO_BUTTON_X_OFF (3) // X offset of radio button (for RadioButton) #define CONTROLS_RADIO_BUTTON_Y_OFF (3) // Y offset of radio button (for RadioButton) #define CONTROLS_RADIO_LABEL_X_OFF (20) // X offset of label (for RadioButton) #define CONTROLS_RADIO_LABEL_Y_OFF (0) // Y offset of label (for RadioButton) //--- CheckBox #define CONTROLS_CHECK_BUTTON_X_OFF (3) // X offset of check button (for CheckBox) #define CONTROLS_CHECK_BUTTON_Y_OFF (3) // Y offset of check button (for CheckBox) #define CONTROLS_CHECK_LABEL_X_OFF (20) // X offset of label (for CheckBox) #define CONTROLS_CHECK_LABEL_Y_OFF (0) // Y offset of label (for CheckBox) //--- Spin #define CONTROLS_SPIN_BUTTON_X_OFF (2) // X offset of button from right (for SpinEdit) #define CONTROLS_SPIN_MIN_HEIGHT (18) // minimal height (for SpinEdit) #define CONTROLS_SPIN_BUTTON_SIZE (8) // default size of button (16 x 8) (for SpinEdit) //--- Combo #define CONTROLS_COMBO_BUTTON_X_OFF (2) // X offset of button from right (for ComboBox) #define CONTROLS_COMBO_MIN_HEIGHT (18) // minimal height (for ComboBox) #define CONTROLS_COMBO_ITEM_HEIGHT (18) // height of combo box item (for ComboBox) #define CONTROLS_COMBO_ITEMS_VIEW (8) // number of items in combo box (for ComboBox) //--- ListView #define CONTROLS_LIST_ITEM_HEIGHT (18) // height of list item (for ListView) //--- Dialog #define CONTROLS_DIALOG_CAPTION_HEIGHT (22) // height of dialog header #define CONTROLS_DIALOG_BUTTON_OFF (3) // offset of dialog buttons #define CONTROLS_DIALOG_CLIENT_OFF (2) // offset of dialog client area #define CONTROLS_DIALOG_MINIMIZE_LEFT (10) // left coordinate of dialog in minimized state #define CONTROLS_DIALOG_MINIMIZE_TOP (10) // top coordinate of dialog in minimized state #define CONTROLS_DIALOG_MINIMIZE_WIDTH (100) // width of dialog in minimized state #define CONTROLS_DIALOG_MINIMIZE_HEIGHT (4*CONTROLS_BORDER_WIDTH+CONTROLS_DIALOG_CAPTION_HEIGHT) // height of dialog in minimized state //+------------------------------------------------------------------+ //| Macro | //+------------------------------------------------------------------+ //--- check properties #define IS_CAN_DBL_CLICK ((m_prop_flags&WND_PROP_FLAG_CAN_DBL_CLICK)!=0) #define IS_CAN_DRAG ((m_prop_flags&WND_PROP_FLAG_CAN_DRAG)!=0) #define IS_CLICKS_BY_PRESS ((m_prop_flags&WND_PROP_FLAG_CLICKS_BY_PRESS)!=0) #define IS_CAN_LOCK ((m_prop_flags&WND_PROP_FLAG_CAN_LOCK)!=0) #define IS_READ_ONLY ((m_prop_flags&WND_PROP_FLAG_READ_ONLY)!=0) //--- check state #define IS_ENABLED ((m_state_flags&WND_STATE_FLAG_ENABLE)!=0) #define IS_VISIBLE ((m_state_flags&WND_STATE_FLAG_VISIBLE)!=0) #define IS_ACTIVE ((m_state_flags&WND_STATE_FLAG_ACTIVE)!=0) //+------------------------------------------------------------------+ //| Macro of event handling map | //+------------------------------------------------------------------+ #define INTERNAL_EVENT (-1) //--- beginning of map #define EVENT_MAP_BEGIN(class_name) bool class_name::OnEvent(const int id,const long& lparam,const double& dparam,const string& sparam) { //--- end of map #define EVENT_MAP_END(parent_class_name) return(parent_class_name::OnEvent(id,lparam,dparam,sparam)); } //--- event handling by numeric ID #define ON_EVENT(event,control,handler) if(id==(event+CHARTEVENT_CUSTOM) && lparam==control.Id()) { handler(); return(true); } //--- event handling by numeric ID by pointer of control #define ON_EVENT_PTR(event,control,handler) if(control!=NULL && id==(event+CHARTEVENT_CUSTOM) && lparam==control.Id()) { handler(); return(true); } //--- event handling without ID analysis #define ON_NO_ID_EVENT(event,handler) if(id==(event+CHARTEVENT_CUSTOM)) { return(handler()); } //--- event handling by row ID #define ON_NAMED_EVENT(event,control,handler) if(id==(event+CHARTEVENT_CUSTOM) && sparam==control.Name()) { handler(); return(true); } //--- handling of indexed event #define ON_INDEXED_EVENT(event,controls,handler) { int total=ArraySize(controls); for(int i=0;i