In the client tm-project source code of WYD2, for example, this code:
m_pLoginPanel = static_cast<SPanel*>(m_pControlContainer->FindControl(P_LOGIN_BOX));
The LoginPanel UI component is found through the resource ID P_LOGIN_BOX (65870), but I can't find the corresponding relationship between this ID and the .wyt in the client file UI folder in the entire project code, or I can't find a file that describes the mapping relationship between them.
Many wyt files contain several UI components. How are they related to the resource ID?