private void AddCheckBoxesRolesInAllContainers()
        {
            RolesHelper.AddCheckBoxForAllRoles(this.deleteRoles_groupBox, 58,
                                               this.deleteRoles_groupBox.Location.X + 2, deleteRoles_groupBox.Location.Y - 90,
                                               25, deleteRoles_btn);

            RolesHelper.AddCheckBoxForAllRoles(this.rolesToForm_groupBox, 158,
                                               this.rolesToForm_groupBox.Location.X + 2, rolesToForm_groupBox.Location.Y - 190,
                                               66, addRolesToForm_btn, removeRolesFromForm_btn, clearFormsRoles_btn);
        }
Exemplo n.º 2
0
 private void AddCheckBoxesRolesInAllContainers()
 {
     RolesHelper.AddCheckBoxForAllRoles(userToRole_groupBox, 158,
                                        this.allUsersInUserToRole_comboBox.Location.X - 40, this.allUsersInUserToRole_comboBox.Location.Y + this.allUsersInUserToRole_comboBox.Height + 10,
                                        66, addUserToRoles_btn, removeUserFromRoles_btn, clearUserToRole_btn);
 }