изменение размеров контрола пользователя

This commit is contained in:
kotcheshir73 2021-04-08 10:46:57 +04:00
parent 1f4ee6b285
commit c5d3000878

View File

@ -13,7 +13,7 @@ namespace SecurityBusinessLogic.ViewModels
/// <summary> /// <summary>
/// Элемент пользователей /// Элемент пользователей
/// </summary> /// </summary>
[ViewModelControlElementClass(HaveDependenceEntities = true, Width = 800, Height = 500)] [ViewModelControlElementClass(HaveDependenceEntities = true, Width = 800, Height = 400)]
[ViewModelControlElementDependenceEntity(Title = "Роли", Order = 1, ParentPropertyName = "UserId", [ViewModelControlElementDependenceEntity(Title = "Роли", Order = 1, ParentPropertyName = "UserId",
ControlTypeObject = "SecurityWindowsDesktop.EntityControls.ControlUserRoleList, SecurityWindowsDesktop")] ControlTypeObject = "SecurityWindowsDesktop.EntityControls.ControlUserRoleList, SecurityWindowsDesktop")]
public class UserViewModel : ElementViewModel public class UserViewModel : ElementViewModel