Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
48ae5ef9ad | |||
fd98232cda | |||
cbed01a80b |
34
COP/COP.sln
34
COP/COP.sln
@ -3,9 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.10.35004.147
|
VisualStudioVersion = 17.10.35004.147
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PutincevLibrary", "PutincevLibrary\PutincevLibrary.csproj", "{BF0238D4-F38A-4670-8479-E8F6FE980F15}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PutincevLibrary", "PutincevLibrary\PutincevLibrary.csproj", "{BF0238D4-F38A-4670-8479-E8F6FE980F15}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinForms", "WinForms\WinForms.csproj", "{2DC08E58-4198-4F93-8CF2-ECE1A757AF61}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinForms", "WinForms\WinForms.csproj", "{2DC08E58-4198-4F93-8CF2-ECE1A757AF61}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsBusinessLogic", "PortalAccountsBusinessLogic\PortalAccountsBusinessLogic.csproj", "{F05412C2-09F2-40F7-9E20-1E97E1E61DD6}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsContracts", "PortalAccountsContracts\PortalAccountsContracts.csproj", "{7E3D8AF4-E505-45AE-815A-9E24F90A5E0A}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsDatabaseImplement", "PortalAccountsDatabaseImplement\PortalAccountsDatabaseImplement.csproj", "{F39F4D94-6F88-472C-958A-41F523E5C458}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsDataModels", "PortalAccountsDataModels\PortalAccountsDataModels.csproj", "{FA4B05BE-8AEB-4D83-9381-53493BFFBCA1}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortalAccountsView", "PortalAccountsView\PortalAccountsView.csproj", "{36667C40-A6AE-422B-BFD2-BCEEC0A54EA2}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
@ -21,6 +31,26 @@ Global
|
|||||||
{2DC08E58-4198-4F93-8CF2-ECE1A757AF61}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{2DC08E58-4198-4F93-8CF2-ECE1A757AF61}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{2DC08E58-4198-4F93-8CF2-ECE1A757AF61}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{2DC08E58-4198-4F93-8CF2-ECE1A757AF61}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{2DC08E58-4198-4F93-8CF2-ECE1A757AF61}.Release|Any CPU.Build.0 = Release|Any CPU
|
{2DC08E58-4198-4F93-8CF2-ECE1A757AF61}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{F05412C2-09F2-40F7-9E20-1E97E1E61DD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{F05412C2-09F2-40F7-9E20-1E97E1E61DD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F05412C2-09F2-40F7-9E20-1E97E1E61DD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{F05412C2-09F2-40F7-9E20-1E97E1E61DD6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{7E3D8AF4-E505-45AE-815A-9E24F90A5E0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{7E3D8AF4-E505-45AE-815A-9E24F90A5E0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{7E3D8AF4-E505-45AE-815A-9E24F90A5E0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{7E3D8AF4-E505-45AE-815A-9E24F90A5E0A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{F39F4D94-6F88-472C-958A-41F523E5C458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{F39F4D94-6F88-472C-958A-41F523E5C458}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F39F4D94-6F88-472C-958A-41F523E5C458}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{F39F4D94-6F88-472C-958A-41F523E5C458}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{FA4B05BE-8AEB-4D83-9381-53493BFFBCA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{FA4B05BE-8AEB-4D83-9381-53493BFFBCA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{FA4B05BE-8AEB-4D83-9381-53493BFFBCA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{FA4B05BE-8AEB-4D83-9381-53493BFFBCA1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{36667C40-A6AE-422B-BFD2-BCEEC0A54EA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{36667C40-A6AE-422B-BFD2-BCEEC0A54EA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{36667C40-A6AE-422B-BFD2-BCEEC0A54EA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{36667C40-A6AE-422B-BFD2-BCEEC0A54EA2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
@ -0,0 +1,78 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsBusinessLogic.BusinessLogics
|
||||||
|
{
|
||||||
|
public class AccountLogic : IAccountLogic
|
||||||
|
{
|
||||||
|
private readonly IAccountStorage _accountStorage;
|
||||||
|
|
||||||
|
public AccountLogic(IAccountStorage AccountStorage)
|
||||||
|
{
|
||||||
|
_accountStorage = AccountStorage;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<AccountViewModel>? ReadList(AccountSearchModel? model)
|
||||||
|
{
|
||||||
|
return model == null ? _accountStorage.GetFullList() : _accountStorage.GetFilteredList(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? ReadElement(AccountSearchModel model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(model));
|
||||||
|
}
|
||||||
|
return _accountStorage.GetElement(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Create(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model);
|
||||||
|
return _accountStorage.Insert(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Update(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model);
|
||||||
|
return _accountStorage.Update(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Delete(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model, false);
|
||||||
|
return _accountStorage.Delete(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CheckModel(AccountBindingModel model, bool withParams = true)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(model));
|
||||||
|
}
|
||||||
|
if (!withParams)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(model.Login))
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException("Нет логина у аккаунта", nameof(model.Login));
|
||||||
|
}
|
||||||
|
if (model.InterestId <= 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException("Некорректный идентификатор интерес", nameof(model.InterestId));
|
||||||
|
}
|
||||||
|
var element = _accountStorage.GetElement(new AccountSearchModel
|
||||||
|
{
|
||||||
|
Login = model.Login
|
||||||
|
});
|
||||||
|
if (element != null && element.Id != model.Id)
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException("Аккаунт с таким логином уже есть");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,74 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsBusinessLogic.BusinessLogics
|
||||||
|
{
|
||||||
|
public class InterestLogic : IInterestLogic
|
||||||
|
{
|
||||||
|
private readonly IInterestStorage _interestStorage;
|
||||||
|
|
||||||
|
public InterestLogic(IInterestStorage InterestStorage)
|
||||||
|
{
|
||||||
|
_interestStorage = InterestStorage;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<InterestViewModel>? ReadList(InterestSearchModel? model)
|
||||||
|
{
|
||||||
|
return model == null ? _interestStorage.GetFullList() : _interestStorage.GetFilteredList(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
public InterestViewModel? ReadElement(InterestSearchModel model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(model));
|
||||||
|
}
|
||||||
|
return _interestStorage.GetElement(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Create(InterestBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model);
|
||||||
|
return _interestStorage.Insert(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Update(InterestBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model);
|
||||||
|
return _interestStorage.Update(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Delete(InterestBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model, false);
|
||||||
|
return _interestStorage.Delete(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CheckModel(InterestBindingModel model, bool withParams = true)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(model));
|
||||||
|
}
|
||||||
|
if (!withParams)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(model.Name))
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException("Нет названия интерес", nameof(model.Name));
|
||||||
|
}
|
||||||
|
var element = _interestStorage.GetElement(new InterestSearchModel
|
||||||
|
{
|
||||||
|
Name = model.Name
|
||||||
|
});
|
||||||
|
if (element != null && element.Id != model.Id)
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException("Интерес с таким названием уже есть");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,13 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PortalAccountsContracts\PortalAccountsContracts.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,17 @@
|
|||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.BindingModels
|
||||||
|
{
|
||||||
|
public class AccountBindingModel : IAccountModel
|
||||||
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
public string Login { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string? AvatarPath { get; set; }
|
||||||
|
|
||||||
|
public int InterestId { get; set; }
|
||||||
|
|
||||||
|
public string? Email { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.BindingModels
|
||||||
|
{
|
||||||
|
public class InterestBindingModel : IInterestModel
|
||||||
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
public string Name { get; set; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.BusinessLogicsContracts
|
||||||
|
{
|
||||||
|
public interface IAccountLogic
|
||||||
|
{
|
||||||
|
List<AccountViewModel>? ReadList(AccountSearchModel? model);
|
||||||
|
|
||||||
|
AccountViewModel? ReadElement(AccountSearchModel model);
|
||||||
|
|
||||||
|
bool Create(AccountBindingModel model);
|
||||||
|
|
||||||
|
bool Update(AccountBindingModel model);
|
||||||
|
|
||||||
|
bool Delete(AccountBindingModel model);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.BusinessLogicsContracts
|
||||||
|
{
|
||||||
|
public interface IInterestLogic
|
||||||
|
{
|
||||||
|
List<InterestViewModel>? ReadList(InterestSearchModel? model);
|
||||||
|
|
||||||
|
InterestViewModel? ReadElement(InterestSearchModel model);
|
||||||
|
|
||||||
|
bool Create(InterestBindingModel model);
|
||||||
|
|
||||||
|
bool Update(InterestBindingModel model);
|
||||||
|
|
||||||
|
bool Delete(InterestBindingModel model);
|
||||||
|
}
|
||||||
|
}
|
13
COP/PortalAccountsContracts/PortalAccountsContracts.csproj
Normal file
13
COP/PortalAccountsContracts/PortalAccountsContracts.csproj
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PortalAccountsDataModels\PortalAccountsDataModels.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,11 @@
|
|||||||
|
namespace PortalAccountsContracts.SearchModels
|
||||||
|
{
|
||||||
|
public class AccountSearchModel
|
||||||
|
{
|
||||||
|
public int? Id { get; set; }
|
||||||
|
|
||||||
|
public string? Login { get; set; }
|
||||||
|
|
||||||
|
public int? InterestId { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
namespace PortalAccountsContracts.SearchModels
|
||||||
|
{
|
||||||
|
public class InterestSearchModel
|
||||||
|
{
|
||||||
|
public int? Id { get; set; }
|
||||||
|
|
||||||
|
public string? Name { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,21 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.StoragesContracts
|
||||||
|
{
|
||||||
|
public interface IAccountStorage
|
||||||
|
{
|
||||||
|
List<AccountViewModel> GetFullList();
|
||||||
|
|
||||||
|
List<AccountViewModel> GetFilteredList(AccountSearchModel model);
|
||||||
|
|
||||||
|
AccountViewModel? GetElement(AccountSearchModel model);
|
||||||
|
|
||||||
|
AccountViewModel? Insert(AccountBindingModel model);
|
||||||
|
|
||||||
|
AccountViewModel? Update(AccountBindingModel model);
|
||||||
|
|
||||||
|
AccountViewModel? Delete(AccountBindingModel model);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,21 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.StoragesContracts
|
||||||
|
{
|
||||||
|
public interface IInterestStorage
|
||||||
|
{
|
||||||
|
List<InterestViewModel> GetFullList();
|
||||||
|
|
||||||
|
List<InterestViewModel> GetFilteredList(InterestSearchModel model);
|
||||||
|
|
||||||
|
InterestViewModel? GetElement(InterestSearchModel model);
|
||||||
|
|
||||||
|
InterestViewModel? Insert(InterestBindingModel model);
|
||||||
|
|
||||||
|
InterestViewModel? Update(InterestBindingModel model);
|
||||||
|
|
||||||
|
InterestViewModel? Delete(InterestBindingModel model);
|
||||||
|
}
|
||||||
|
}
|
24
COP/PortalAccountsContracts/ViewModels/AccountViewModel.cs
Normal file
24
COP/PortalAccountsContracts/ViewModels/AccountViewModel.cs
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
using System.ComponentModel;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.ViewModels
|
||||||
|
{
|
||||||
|
public class AccountViewModel : IAccountModel
|
||||||
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
[DisplayName("Логин")]
|
||||||
|
public string Login { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string? AvatarPath { get; set; }
|
||||||
|
|
||||||
|
public int InterestId { get; set; }
|
||||||
|
|
||||||
|
[DisplayName("Интерес")]
|
||||||
|
public string InterestName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
[DisplayName("Почта")]
|
||||||
|
public string? Email { get; set; }
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
13
COP/PortalAccountsContracts/ViewModels/InterestViewModel.cs
Normal file
13
COP/PortalAccountsContracts/ViewModels/InterestViewModel.cs
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
using System.ComponentModel;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.ViewModels
|
||||||
|
{
|
||||||
|
public class InterestViewModel : IInterestModel
|
||||||
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
[DisplayName("Название интереса")]
|
||||||
|
public string Name { get; set; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
7
COP/PortalAccountsDataModels/IId.cs
Normal file
7
COP/PortalAccountsDataModels/IId.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace PortalAccountsDataModels
|
||||||
|
{
|
||||||
|
public interface IId
|
||||||
|
{
|
||||||
|
int Id { get; }
|
||||||
|
}
|
||||||
|
}
|
13
COP/PortalAccountsDataModels/Models/IAccountModel.cs
Normal file
13
COP/PortalAccountsDataModels/Models/IAccountModel.cs
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
namespace PortalAccountsDataModels.Models
|
||||||
|
{
|
||||||
|
public interface IAccountModel : IId
|
||||||
|
{
|
||||||
|
string Login { get; }
|
||||||
|
|
||||||
|
string? AvatarPath { get; }
|
||||||
|
|
||||||
|
int InterestId { get; }
|
||||||
|
|
||||||
|
string? Email { get; }
|
||||||
|
}
|
||||||
|
}
|
7
COP/PortalAccountsDataModels/Models/IInterestModel.cs
Normal file
7
COP/PortalAccountsDataModels/Models/IInterestModel.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace PortalAccountsDataModels.Models
|
||||||
|
{
|
||||||
|
public interface IInterestModel : IId
|
||||||
|
{
|
||||||
|
string Name { get; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,98 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDatabaseImplement.Models;
|
||||||
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Implements
|
||||||
|
{
|
||||||
|
public class AccountStorage : IAccountStorage
|
||||||
|
{
|
||||||
|
public List<AccountViewModel> GetFullList()
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Interest)
|
||||||
|
.Select(x => x.GetViewModel)
|
||||||
|
.ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<AccountViewModel> GetFilteredList(AccountSearchModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
if (model.InterestId.HasValue)
|
||||||
|
{
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Interest)
|
||||||
|
.Where(x => x.InterestId == model.InterestId)
|
||||||
|
.Select(x => x.GetViewModel)
|
||||||
|
.ToList();
|
||||||
|
}
|
||||||
|
return new();
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? GetElement(AccountSearchModel model)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(model.Login) && !model.Id.HasValue)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Interest)
|
||||||
|
.FirstOrDefault(x => !string.IsNullOrEmpty(model.Login) && x.Login == model.Login ||
|
||||||
|
model.Id.HasValue && x.Id == model.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? Insert(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
var newAccount = Account.Create(model);
|
||||||
|
if (newAccount == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
context.Accounts.Add(newAccount);
|
||||||
|
context.SaveChanges();
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Interest)
|
||||||
|
.FirstOrDefault(x => x.Id == newAccount.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? Update(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
var account = context.Accounts.FirstOrDefault(x => x.Id == model.Id);
|
||||||
|
if (account == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
account.Update(model);
|
||||||
|
context.SaveChanges();
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Interest)
|
||||||
|
.FirstOrDefault(x => x.Id == model.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? Delete(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
var element = context.Accounts.FirstOrDefault(rec => rec.Id == model.Id);
|
||||||
|
if (element != null)
|
||||||
|
{
|
||||||
|
var deletedElement = context.Accounts
|
||||||
|
.Include(x => x.Interest)
|
||||||
|
.FirstOrDefault(x => x.Id == model.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
context.Accounts.Remove(element);
|
||||||
|
context.SaveChanges();
|
||||||
|
return deletedElement;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,84 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDatabaseImplement.Models;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Implements
|
||||||
|
{
|
||||||
|
public class InterestStorage : IInterestStorage
|
||||||
|
{
|
||||||
|
public List<InterestViewModel> GetFullList()
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Interests
|
||||||
|
.Select(x => x.GetViewModel)
|
||||||
|
.ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<InterestViewModel> GetFilteredList(InterestSearchModel model)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(model.Name))
|
||||||
|
{
|
||||||
|
return new();
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Interests
|
||||||
|
.Where(x => x.Name.Contains(model.Name))
|
||||||
|
.Select(x => x.GetViewModel)
|
||||||
|
.ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
public InterestViewModel? GetElement(InterestSearchModel model)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(model.Name) && !model.Id.HasValue)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Interests
|
||||||
|
.FirstOrDefault(x => !string.IsNullOrEmpty(model.Name) && x.Name == model.Name ||
|
||||||
|
model.Id.HasValue && x.Id == model.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public InterestViewModel? Insert(InterestBindingModel model)
|
||||||
|
{
|
||||||
|
var newInterest = Interest.Create(model);
|
||||||
|
if (newInterest == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
context.Interests.Add(newInterest);
|
||||||
|
context.SaveChanges();
|
||||||
|
return newInterest.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public InterestViewModel? Update(InterestBindingModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
var interest = context.Interests.FirstOrDefault(x => x.Id == model.Id);
|
||||||
|
if (interest == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
interest.Update(model);
|
||||||
|
context.SaveChanges();
|
||||||
|
return interest.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public InterestViewModel? Delete(InterestBindingModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
var element = context.Interests.FirstOrDefault(rec => rec.Id == model.Id);
|
||||||
|
if (element != null)
|
||||||
|
{
|
||||||
|
context.Interests.Remove(element);
|
||||||
|
context.SaveChanges();
|
||||||
|
return element.GetViewModel;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
90
COP/PortalAccountsDatabaseImplement/Migrations/20241106113420_migr.Designer.cs
generated
Normal file
90
COP/PortalAccountsDatabaseImplement/Migrations/20241106113420_migr.Designer.cs
generated
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
// <auto-generated />
|
||||||
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||||||
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||||
|
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||||
|
using PortalAccountsDatabaseImplement;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Migrations
|
||||||
|
{
|
||||||
|
[DbContext(typeof(PortalAccountsDatabase))]
|
||||||
|
[Migration("20241106113420_migr")]
|
||||||
|
partial class migr
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||||
|
{
|
||||||
|
#pragma warning disable 612, 618
|
||||||
|
modelBuilder
|
||||||
|
.HasAnnotation("ProductVersion", "7.0.11")
|
||||||
|
.HasAnnotation("Relational:MaxIdentifierLength", 63);
|
||||||
|
|
||||||
|
NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Account", b =>
|
||||||
|
{
|
||||||
|
b.Property<int>("Id")
|
||||||
|
.ValueGeneratedOnAdd()
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||||
|
|
||||||
|
b.Property<string>("AvatarPath")
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.Property<string>("Email")
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.Property<int>("InterestId")
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
b.Property<string>("Login")
|
||||||
|
.IsRequired()
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.HasKey("Id");
|
||||||
|
|
||||||
|
b.HasIndex("InterestId");
|
||||||
|
|
||||||
|
b.ToTable("Accounts");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Interest", b =>
|
||||||
|
{
|
||||||
|
b.Property<int>("Id")
|
||||||
|
.ValueGeneratedOnAdd()
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||||
|
|
||||||
|
b.Property<string>("Name")
|
||||||
|
.IsRequired()
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.HasKey("Id");
|
||||||
|
|
||||||
|
b.ToTable("Interests");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Account", b =>
|
||||||
|
{
|
||||||
|
b.HasOne("PortalAccountsDatabaseImplement.Models.Interest", "Interest")
|
||||||
|
.WithMany("Accounts")
|
||||||
|
.HasForeignKey("InterestId")
|
||||||
|
.OnDelete(DeleteBehavior.Cascade)
|
||||||
|
.IsRequired();
|
||||||
|
|
||||||
|
b.Navigation("Interest");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Interest", b =>
|
||||||
|
{
|
||||||
|
b.Navigation("Accounts");
|
||||||
|
});
|
||||||
|
#pragma warning restore 612, 618
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,65 @@
|
|||||||
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
|
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Migrations
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
public partial class migr : Migration
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
migrationBuilder.CreateTable(
|
||||||
|
name: "Interests",
|
||||||
|
columns: table => new
|
||||||
|
{
|
||||||
|
Id = table.Column<int>(type: "integer", nullable: false)
|
||||||
|
.Annotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn),
|
||||||
|
Name = table.Column<string>(type: "text", nullable: false)
|
||||||
|
},
|
||||||
|
constraints: table =>
|
||||||
|
{
|
||||||
|
table.PrimaryKey("PK_Interests", x => x.Id);
|
||||||
|
});
|
||||||
|
|
||||||
|
migrationBuilder.CreateTable(
|
||||||
|
name: "Accounts",
|
||||||
|
columns: table => new
|
||||||
|
{
|
||||||
|
Id = table.Column<int>(type: "integer", nullable: false)
|
||||||
|
.Annotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn),
|
||||||
|
Login = table.Column<string>(type: "text", nullable: false),
|
||||||
|
AvatarPath = table.Column<string>(type: "text", nullable: true),
|
||||||
|
InterestId = table.Column<int>(type: "integer", nullable: false),
|
||||||
|
Email = table.Column<string>(type: "text", nullable: true)
|
||||||
|
},
|
||||||
|
constraints: table =>
|
||||||
|
{
|
||||||
|
table.PrimaryKey("PK_Accounts", x => x.Id);
|
||||||
|
table.ForeignKey(
|
||||||
|
name: "FK_Accounts_Interests_InterestId",
|
||||||
|
column: x => x.InterestId,
|
||||||
|
principalTable: "Interests",
|
||||||
|
principalColumn: "Id",
|
||||||
|
onDelete: ReferentialAction.Cascade);
|
||||||
|
});
|
||||||
|
|
||||||
|
migrationBuilder.CreateIndex(
|
||||||
|
name: "IX_Accounts_InterestId",
|
||||||
|
table: "Accounts",
|
||||||
|
column: "InterestId");
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
migrationBuilder.DropTable(
|
||||||
|
name: "Accounts");
|
||||||
|
|
||||||
|
migrationBuilder.DropTable(
|
||||||
|
name: "Interests");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,87 @@
|
|||||||
|
// <auto-generated />
|
||||||
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||||||
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||||
|
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||||
|
using PortalAccountsDatabaseImplement;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Migrations
|
||||||
|
{
|
||||||
|
[DbContext(typeof(PortalAccountsDatabase))]
|
||||||
|
partial class PortalAccountsDatabaseModelSnapshot : ModelSnapshot
|
||||||
|
{
|
||||||
|
protected override void BuildModel(ModelBuilder modelBuilder)
|
||||||
|
{
|
||||||
|
#pragma warning disable 612, 618
|
||||||
|
modelBuilder
|
||||||
|
.HasAnnotation("ProductVersion", "7.0.11")
|
||||||
|
.HasAnnotation("Relational:MaxIdentifierLength", 63);
|
||||||
|
|
||||||
|
NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Account", b =>
|
||||||
|
{
|
||||||
|
b.Property<int>("Id")
|
||||||
|
.ValueGeneratedOnAdd()
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||||
|
|
||||||
|
b.Property<string>("AvatarPath")
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.Property<string>("Email")
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.Property<int>("InterestId")
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
b.Property<string>("Login")
|
||||||
|
.IsRequired()
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.HasKey("Id");
|
||||||
|
|
||||||
|
b.HasIndex("InterestId");
|
||||||
|
|
||||||
|
b.ToTable("Accounts");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Interest", b =>
|
||||||
|
{
|
||||||
|
b.Property<int>("Id")
|
||||||
|
.ValueGeneratedOnAdd()
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||||
|
|
||||||
|
b.Property<string>("Name")
|
||||||
|
.IsRequired()
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.HasKey("Id");
|
||||||
|
|
||||||
|
b.ToTable("Interests");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Account", b =>
|
||||||
|
{
|
||||||
|
b.HasOne("PortalAccountsDatabaseImplement.Models.Interest", "Interest")
|
||||||
|
.WithMany("Accounts")
|
||||||
|
.HasForeignKey("InterestId")
|
||||||
|
.OnDelete(DeleteBehavior.Cascade)
|
||||||
|
.IsRequired();
|
||||||
|
|
||||||
|
b.Navigation("Interest");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Interest", b =>
|
||||||
|
{
|
||||||
|
b.Navigation("Accounts");
|
||||||
|
});
|
||||||
|
#pragma warning restore 612, 618
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
COP/PortalAccountsDatabaseImplement/Models/Account.cs
Normal file
62
COP/PortalAccountsDatabaseImplement/Models/Account.cs
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Models
|
||||||
|
{
|
||||||
|
public class Account : IAccountModel
|
||||||
|
{
|
||||||
|
public int Id { get; private set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
|
public string Login { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string? AvatarPath { get; set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
|
public int InterestId { get; set; }
|
||||||
|
|
||||||
|
public string? Email { get; set; }
|
||||||
|
|
||||||
|
public virtual Interest Interest { get; set; }
|
||||||
|
|
||||||
|
public static Account? Create(AccountBindingModel? model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return new Account()
|
||||||
|
{
|
||||||
|
Id = model.Id,
|
||||||
|
Login = model.Login,
|
||||||
|
AvatarPath = model.AvatarPath,
|
||||||
|
InterestId = model.InterestId,
|
||||||
|
Email = model.Email
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Update(AccountBindingModel? model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
Login = model.Login;
|
||||||
|
AvatarPath = model.AvatarPath;
|
||||||
|
InterestId = model.InterestId;
|
||||||
|
Email = model.Email;
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel GetViewModel => new()
|
||||||
|
{
|
||||||
|
Id = Id,
|
||||||
|
Login = Login,
|
||||||
|
AvatarPath = AvatarPath,
|
||||||
|
InterestId = InterestId,
|
||||||
|
InterestName = Interest.Name ?? string.Empty,
|
||||||
|
Email = Email
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
48
COP/PortalAccountsDatabaseImplement/Models/Interest.cs
Normal file
48
COP/PortalAccountsDatabaseImplement/Models/Interest.cs
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
using System.ComponentModel.DataAnnotations.Schema;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Models
|
||||||
|
{
|
||||||
|
public class Interest : IInterestModel
|
||||||
|
{
|
||||||
|
public int Id { get; private set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
|
public string Name { get; private set; } = string.Empty;
|
||||||
|
|
||||||
|
[ForeignKey("InterestId")]
|
||||||
|
public virtual List<Account> Accounts { get; set; } = new();
|
||||||
|
|
||||||
|
public static Interest? Create(InterestBindingModel model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return new Interest()
|
||||||
|
{
|
||||||
|
Id = model.Id,
|
||||||
|
Name = model.Name
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Update(InterestBindingModel model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
Name = model.Name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public InterestViewModel GetViewModel => new()
|
||||||
|
{
|
||||||
|
Id = Id,
|
||||||
|
Name = Name
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
|||||||
|
using PortalAccountsDatabaseImplement.Models;
|
||||||
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement
|
||||||
|
{
|
||||||
|
public class PortalAccountsDatabase : DbContext
|
||||||
|
{
|
||||||
|
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||||
|
{
|
||||||
|
if (optionsBuilder.IsConfigured == false)
|
||||||
|
{
|
||||||
|
optionsBuilder.UseNpgsql(@"Host=localhost;Port=6456;Database=put_portal_accounts_database;Username=postgres;Password=dan");
|
||||||
|
}
|
||||||
|
base.OnConfiguring(optionsBuilder);
|
||||||
|
AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);
|
||||||
|
AppContext.SetSwitch("Npgsql.DisableDateTimeInfinityConversions", true);
|
||||||
|
}
|
||||||
|
|
||||||
|
public virtual DbSet<Account> Accounts { set; get; }
|
||||||
|
|
||||||
|
public virtual DbSet<Interest> Interests { set; get; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.11">
|
||||||
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PortalAccountsContracts\PortalAccountsContracts.csproj" />
|
||||||
|
<ProjectReference Include="..\PortalAccountsDataModels\PortalAccountsDataModels.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
169
COP/PortalAccountsView/FormAccount.Designer.cs
generated
Normal file
169
COP/PortalAccountsView/FormAccount.Designer.cs
generated
Normal file
@ -0,0 +1,169 @@
|
|||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
partial class FormAccount
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
labelLogin = new Label();
|
||||||
|
labelInterest = new Label();
|
||||||
|
labelAvatar = new Label();
|
||||||
|
labelEmail = new Label();
|
||||||
|
buttonSave = new Button();
|
||||||
|
buttonCancel = new Button();
|
||||||
|
textBoxLogin = new TextBox();
|
||||||
|
customListBoxInterest = new Components.CustomListBox();
|
||||||
|
textBoxControlEmail = new RodionovLibrary.VisualComponents.TextBoxControl();
|
||||||
|
textBoxAvatar = new TextBox();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// labelLogin
|
||||||
|
//
|
||||||
|
labelLogin.AutoSize = true;
|
||||||
|
labelLogin.Location = new Point(39, 17);
|
||||||
|
labelLogin.Name = "labelLogin";
|
||||||
|
labelLogin.Size = new Size(52, 20);
|
||||||
|
labelLogin.TabIndex = 0;
|
||||||
|
labelLogin.Text = "Логин";
|
||||||
|
//
|
||||||
|
// labelInterest
|
||||||
|
//
|
||||||
|
labelInterest.AutoSize = true;
|
||||||
|
labelInterest.Location = new Point(39, 99);
|
||||||
|
labelInterest.Name = "labelInterest";
|
||||||
|
labelInterest.Size = new Size(67, 20);
|
||||||
|
labelInterest.TabIndex = 1;
|
||||||
|
labelInterest.Text = "Интерес";
|
||||||
|
//
|
||||||
|
// labelAvatar
|
||||||
|
//
|
||||||
|
labelAvatar.AutoSize = true;
|
||||||
|
labelAvatar.Location = new Point(570, 17);
|
||||||
|
labelAvatar.Name = "labelAvatar";
|
||||||
|
labelAvatar.Size = new Size(58, 20);
|
||||||
|
labelAvatar.TabIndex = 2;
|
||||||
|
labelAvatar.Text = "Аватар";
|
||||||
|
//
|
||||||
|
// labelEmail
|
||||||
|
//
|
||||||
|
labelEmail.AutoSize = true;
|
||||||
|
labelEmail.Location = new Point(570, 138);
|
||||||
|
labelEmail.Name = "labelEmail";
|
||||||
|
labelEmail.Size = new Size(51, 20);
|
||||||
|
labelEmail.TabIndex = 3;
|
||||||
|
labelEmail.Text = "Почта";
|
||||||
|
//
|
||||||
|
// buttonSave
|
||||||
|
//
|
||||||
|
buttonSave.Location = new Point(277, 352);
|
||||||
|
buttonSave.Name = "buttonSave";
|
||||||
|
buttonSave.Size = new Size(105, 36);
|
||||||
|
buttonSave.TabIndex = 9;
|
||||||
|
buttonSave.Text = "Сохранить";
|
||||||
|
buttonSave.UseVisualStyleBackColor = true;
|
||||||
|
buttonSave.Click += buttonSave_Click;
|
||||||
|
//
|
||||||
|
// buttonCancel
|
||||||
|
//
|
||||||
|
buttonCancel.Location = new Point(470, 352);
|
||||||
|
buttonCancel.Name = "buttonCancel";
|
||||||
|
buttonCancel.Size = new Size(105, 36);
|
||||||
|
buttonCancel.TabIndex = 10;
|
||||||
|
buttonCancel.Text = "Отмена";
|
||||||
|
buttonCancel.UseVisualStyleBackColor = true;
|
||||||
|
buttonCancel.Click += buttonCancel_Click;
|
||||||
|
//
|
||||||
|
// textBoxLogin
|
||||||
|
//
|
||||||
|
textBoxLogin.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
textBoxLogin.Location = new Point(39, 56);
|
||||||
|
textBoxLogin.Name = "textBoxLogin";
|
||||||
|
textBoxLogin.Size = new Size(226, 27);
|
||||||
|
textBoxLogin.TabIndex = 11;
|
||||||
|
textBoxLogin.TextChanged += TextBoxLogin_TextChanged;
|
||||||
|
//
|
||||||
|
// customListBoxInterest
|
||||||
|
//
|
||||||
|
customListBoxInterest.Location = new Point(39, 123);
|
||||||
|
customListBoxInterest.Margin = new Padding(3, 4, 3, 4);
|
||||||
|
customListBoxInterest.Name = "customListBoxInterest";
|
||||||
|
customListBoxInterest.SelectedItem = "";
|
||||||
|
customListBoxInterest.Size = new Size(226, 157);
|
||||||
|
customListBoxInterest.TabIndex = 12;
|
||||||
|
//
|
||||||
|
// textBoxControlEmail
|
||||||
|
//
|
||||||
|
textBoxControlEmail.Location = new Point(451, 174);
|
||||||
|
textBoxControlEmail.Margin = new Padding(3, 4, 3, 4);
|
||||||
|
textBoxControlEmail.Name = "textBoxControlEmail";
|
||||||
|
textBoxControlEmail.Pattern = null;
|
||||||
|
textBoxControlEmail.Size = new Size(309, 44);
|
||||||
|
textBoxControlEmail.TabIndex = 13;
|
||||||
|
//
|
||||||
|
// textBoxAvatar
|
||||||
|
//
|
||||||
|
textBoxAvatar.Location = new Point(541, 58);
|
||||||
|
textBoxAvatar.Name = "textBoxAvatar";
|
||||||
|
textBoxAvatar.Size = new Size(125, 27);
|
||||||
|
textBoxAvatar.TabIndex = 14;
|
||||||
|
textBoxAvatar.Click += textBoxAvatar_Click;
|
||||||
|
//
|
||||||
|
// FormAccount
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(800, 450);
|
||||||
|
Controls.Add(textBoxAvatar);
|
||||||
|
Controls.Add(textBoxControlEmail);
|
||||||
|
Controls.Add(customListBoxInterest);
|
||||||
|
Controls.Add(textBoxLogin);
|
||||||
|
Controls.Add(buttonCancel);
|
||||||
|
Controls.Add(buttonSave);
|
||||||
|
Controls.Add(labelEmail);
|
||||||
|
Controls.Add(labelAvatar);
|
||||||
|
Controls.Add(labelInterest);
|
||||||
|
Controls.Add(labelLogin);
|
||||||
|
Name = "FormAccount";
|
||||||
|
Text = "FormAccount";
|
||||||
|
Load += FormAccount_Load;
|
||||||
|
ResumeLayout(false);
|
||||||
|
PerformLayout();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private Label labelLogin;
|
||||||
|
private Label labelInterest;
|
||||||
|
private Label labelAvatar;
|
||||||
|
private Label labelEmail;
|
||||||
|
private Button buttonSave;
|
||||||
|
private Button buttonCancel;
|
||||||
|
private TextBox textBoxLogin;
|
||||||
|
private Components.CustomListBox customListBoxInterest;
|
||||||
|
private RodionovLibrary.VisualComponents.TextBoxControl textBoxControlEmail;
|
||||||
|
private TextBox textBoxAvatar;
|
||||||
|
}
|
||||||
|
}
|
141
COP/PortalAccountsView/FormAccount.cs
Normal file
141
COP/PortalAccountsView/FormAccount.cs
Normal file
@ -0,0 +1,141 @@
|
|||||||
|
using DocumentFormat.OpenXml.Vml.Office;
|
||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using RodionovLibrary.VisualComponents;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
public partial class FormAccount : Form
|
||||||
|
{
|
||||||
|
private int? _id;
|
||||||
|
|
||||||
|
private bool _isModified = false;
|
||||||
|
|
||||||
|
private readonly IAccountLogic _logic;
|
||||||
|
|
||||||
|
private readonly IInterestLogic _interestLogic;
|
||||||
|
|
||||||
|
private List<InterestViewModel> _interests;
|
||||||
|
|
||||||
|
public int Id { set { _id = value; } }
|
||||||
|
public FormAccount(IAccountLogic logic, IInterestLogic interestLogic)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
_logic = logic;
|
||||||
|
_interestLogic = interestLogic;
|
||||||
|
_interests = new List<InterestViewModel>();
|
||||||
|
customListBoxInterest.TextChanged += (_, _) => _isModified = true;
|
||||||
|
textBoxControlEmail.TextChanged += (_, _) => _isModified = true;
|
||||||
|
textBoxControlEmail.Pattern = @"^[a-z0-9._%+-]+\@([a-z0-9-]+\.)+[a-z]{2,4}$";
|
||||||
|
textBoxControlEmail.SetTooltipText("example@gmail.com");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void FormAccount_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
_interests = _interestLogic.ReadList(null) ?? throw new Exception("Не удалось получить список ролей");
|
||||||
|
customListBoxInterest.SetItems(_interests.Select(x => x.Name).ToList());
|
||||||
|
if (_id.HasValue)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var account = _logic.ReadElement(new AccountSearchModel { Id = _id.Value });
|
||||||
|
if (account != null)
|
||||||
|
{
|
||||||
|
textBoxLogin.Text = account.Login;
|
||||||
|
textBoxAvatar.Text = account.AvatarPath;
|
||||||
|
textBoxControlEmail.Text = account.Email;
|
||||||
|
customListBoxInterest.SelectedItem = account.InterestName;
|
||||||
|
_isModified = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonCancel_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (_isModified)
|
||||||
|
{
|
||||||
|
var result = MessageBox.Show(
|
||||||
|
"У вас есть несохранённые изменения. Вы действительно хотите закрыть форму?",
|
||||||
|
"Предупреждение",
|
||||||
|
MessageBoxButtons.YesNo,
|
||||||
|
MessageBoxIcon.Warning
|
||||||
|
);
|
||||||
|
|
||||||
|
if (result == DialogResult.No)
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
DialogResult = DialogResult.Cancel;
|
||||||
|
Close();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonSave_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(textBoxLogin.Text))
|
||||||
|
{
|
||||||
|
MessageBox.Show("Заполните логин", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(customListBoxInterest.SelectedItem))
|
||||||
|
{
|
||||||
|
MessageBox.Show("Выберите интерес", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var model = new AccountBindingModel
|
||||||
|
{
|
||||||
|
Id = _id ?? 0,
|
||||||
|
Login = textBoxLogin.Text,
|
||||||
|
Email = textBoxControlEmail.Value,
|
||||||
|
AvatarPath = textBoxAvatar.Text,
|
||||||
|
InterestId = _interests.First(x => x.Name == customListBoxInterest.SelectedItem).Id,
|
||||||
|
};
|
||||||
|
var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
|
||||||
|
if (!operationResult)
|
||||||
|
{
|
||||||
|
throw new Exception("Ошибка при сохранении");
|
||||||
|
}
|
||||||
|
MessageBox.Show("Сохранение прошло успешно", "Сообщение", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
DialogResult = DialogResult.OK;
|
||||||
|
Close();
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
private void TextBoxLogin_TextChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
_isModified = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void textBoxAvatar_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
using (var dialog = new OpenFileDialog { Filter = "jpg|*.jpg" })
|
||||||
|
{
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
textBoxAvatar.Text = dialog.FileName.ToString();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
120
COP/PortalAccountsView/FormAccount.resx
Normal file
120
COP/PortalAccountsView/FormAccount.resx
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
87
COP/PortalAccountsView/FormInterests.Designer.cs
generated
Normal file
87
COP/PortalAccountsView/FormInterests.Designer.cs
generated
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
partial class FormInterests
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
dataGridView = new DataGridView();
|
||||||
|
NameCol = new DataGridViewTextBoxColumn();
|
||||||
|
Id = new DataGridViewTextBoxColumn();
|
||||||
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// dataGridView
|
||||||
|
//
|
||||||
|
dataGridView.BackgroundColor = SystemColors.ControlLightLight;
|
||||||
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
|
dataGridView.Columns.AddRange(new DataGridViewColumn[] { NameCol, Id });
|
||||||
|
dataGridView.Dock = DockStyle.Fill;
|
||||||
|
dataGridView.Location = new Point(0, 0);
|
||||||
|
dataGridView.Name = "dataGridView";
|
||||||
|
dataGridView.RowHeadersWidth = 51;
|
||||||
|
dataGridView.RowTemplate.Height = 29;
|
||||||
|
dataGridView.Size = new Size(800, 450);
|
||||||
|
dataGridView.TabIndex = 0;
|
||||||
|
dataGridView.CellValueChanged += DataGridView_CellValueChanged;
|
||||||
|
dataGridView.UserDeletingRow += DataGridView_UserDeletingRow;
|
||||||
|
dataGridView.KeyUp += DataGridView_KeyUp;
|
||||||
|
//
|
||||||
|
// NameCol
|
||||||
|
//
|
||||||
|
NameCol.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||||||
|
NameCol.HeaderText = "Название";
|
||||||
|
NameCol.MinimumWidth = 6;
|
||||||
|
NameCol.Name = "NameCol";
|
||||||
|
//
|
||||||
|
// Id
|
||||||
|
//
|
||||||
|
Id.HeaderText = "Id";
|
||||||
|
Id.MinimumWidth = 6;
|
||||||
|
Id.Name = "Id";
|
||||||
|
Id.Visible = false;
|
||||||
|
Id.Width = 6;
|
||||||
|
//
|
||||||
|
// FormInterestss
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(800, 450);
|
||||||
|
Controls.Add(dataGridView);
|
||||||
|
Name = "FormInterestss";
|
||||||
|
Text = "FormInterestss";
|
||||||
|
Load += FormInterestss_Load;
|
||||||
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||||
|
ResumeLayout(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private DataGridView dataGridView;
|
||||||
|
private DataGridViewTextBoxColumn NameCol;
|
||||||
|
private DataGridViewTextBoxColumn Id;
|
||||||
|
}
|
||||||
|
}
|
102
COP/PortalAccountsView/FormInterests.cs
Normal file
102
COP/PortalAccountsView/FormInterests.cs
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
public partial class FormInterests : Form
|
||||||
|
{
|
||||||
|
private readonly IInterestLogic _logic;
|
||||||
|
|
||||||
|
private bool dataLoading = false;
|
||||||
|
|
||||||
|
public FormInterests(IInterestLogic logic)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
_logic = logic;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void FormInterestss_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LoadData()
|
||||||
|
{
|
||||||
|
dataLoading = true;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var list = _logic.ReadList(null);
|
||||||
|
if (list != null)
|
||||||
|
{
|
||||||
|
foreach (var interest in list)
|
||||||
|
{
|
||||||
|
int rowIndex = dataGridView.Rows.Add();
|
||||||
|
dataGridView.Rows[rowIndex].Cells[0].Value = interest.Name;
|
||||||
|
dataGridView.Rows[rowIndex].Cells[1].Value = interest.Id;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
dataLoading = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DataGridView_CellValueChanged(object sender, DataGridViewCellEventArgs e)
|
||||||
|
{
|
||||||
|
if (dataLoading || e.RowIndex < 0 || e.ColumnIndex != 0)
|
||||||
|
return;
|
||||||
|
if (dataGridView.Rows[e.RowIndex].Cells[1].Value != null) {
|
||||||
|
var name = dataGridView.Rows[e.RowIndex].Cells[0].Value?.ToString()
|
||||||
|
?? throw new Exception("Не заполнено название интерес");
|
||||||
|
_logic.Update(new InterestBindingModel { Id = Convert.ToInt32(dataGridView.Rows[e.RowIndex].Cells[1].Value), Name = name });
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var name = dataGridView.Rows[e.RowIndex].Cells[0].Value?.ToString()
|
||||||
|
?? throw new Exception("Не заполнено название интерес");
|
||||||
|
_logic.Create(new InterestBindingModel { Id = 0, Name = name });
|
||||||
|
var list = _logic.ReadList(null) ?? throw new Exception("Не удалось получить список интересов");
|
||||||
|
int newInterestsId = list.Last().Id;
|
||||||
|
dataGridView.Rows[e.RowIndex].Cells[1].Value = newInterestsId;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DataGridView_KeyUp(object sender, KeyEventArgs e)
|
||||||
|
{
|
||||||
|
switch (e.KeyCode)
|
||||||
|
{
|
||||||
|
case Keys.Insert:
|
||||||
|
dataGridView.Rows.Add();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DeleteRows(DataGridViewSelectedRowCollection rows)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < rows.Count; i++)
|
||||||
|
{
|
||||||
|
DataGridViewRow row = rows[i];
|
||||||
|
if (row.IsNewRow)
|
||||||
|
continue;
|
||||||
|
if (row.Cells[1].Value != null && !_logic.Delete(new InterestBindingModel { Id = Convert.ToInt32(row.Cells[1].Value) }))
|
||||||
|
throw new Exception($"Ошибка удаления строки: {row.Cells[0].Value}");
|
||||||
|
dataGridView.Rows.Remove(row);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DataGridView_UserDeletingRow(object sender, DataGridViewRowCancelEventArgs e)
|
||||||
|
{
|
||||||
|
e.Cancel = true;
|
||||||
|
if (dataGridView.SelectedRows == null)
|
||||||
|
return;
|
||||||
|
if (MessageBox.Show("Удалить записи?", "Подтвердите действие", MessageBoxButtons.YesNo) == DialogResult.No)
|
||||||
|
return;
|
||||||
|
DeleteRows(dataGridView.SelectedRows);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
123
COP/PortalAccountsView/FormInterests.resx
Normal file
123
COP/PortalAccountsView/FormInterests.resx
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="Id.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
171
COP/PortalAccountsView/FormMain.Designer.cs
generated
Normal file
171
COP/PortalAccountsView/FormMain.Designer.cs
generated
Normal file
@ -0,0 +1,171 @@
|
|||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
partial class FormMain
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
menuStrip1 = new MenuStrip();
|
||||||
|
аккаунтыToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
создатьToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
редактироватьToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
удалитьToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
отчетыToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
документСАватарамиToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
документСТаблицейToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
документСГистограммойToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
интересыToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
customDataGridViewTable = new Components.CustomDataGridView();
|
||||||
|
componentExcelWithImage = new PutincevLibrary.ComponentExcelWithImage(components);
|
||||||
|
wordTableComponent = new RodionovLibrary.NonVisualComponents.WordTableComponent(components);
|
||||||
|
histogrampdf = new Components.NonVisual.HistogramPDF(components);
|
||||||
|
menuStrip1.SuspendLayout();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// menuStrip1
|
||||||
|
//
|
||||||
|
menuStrip1.ImageScalingSize = new Size(20, 20);
|
||||||
|
menuStrip1.Items.AddRange(new ToolStripItem[] { аккаунтыToolStripMenuItem, отчетыToolStripMenuItem, интересыToolStripMenuItem });
|
||||||
|
menuStrip1.Location = new Point(0, 0);
|
||||||
|
menuStrip1.Name = "menuStrip1";
|
||||||
|
menuStrip1.Size = new Size(800, 28);
|
||||||
|
menuStrip1.TabIndex = 0;
|
||||||
|
menuStrip1.Text = "menuStrip1";
|
||||||
|
//
|
||||||
|
// аккаунтыToolStripMenuItem
|
||||||
|
//
|
||||||
|
аккаунтыToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { создатьToolStripMenuItem, редактироватьToolStripMenuItem, удалитьToolStripMenuItem });
|
||||||
|
аккаунтыToolStripMenuItem.Name = "аккаунтыToolStripMenuItem";
|
||||||
|
аккаунтыToolStripMenuItem.Size = new Size(88, 24);
|
||||||
|
аккаунтыToolStripMenuItem.Text = "Аккаунты";
|
||||||
|
//
|
||||||
|
// создатьToolStripMenuItem
|
||||||
|
//
|
||||||
|
создатьToolStripMenuItem.Name = "создатьToolStripMenuItem";
|
||||||
|
создатьToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.A;
|
||||||
|
создатьToolStripMenuItem.Size = new Size(246, 26);
|
||||||
|
создатьToolStripMenuItem.Text = "Создать";
|
||||||
|
создатьToolStripMenuItem.Click += создатьToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// редактироватьToolStripMenuItem
|
||||||
|
//
|
||||||
|
редактироватьToolStripMenuItem.Name = "редактироватьToolStripMenuItem";
|
||||||
|
редактироватьToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.U;
|
||||||
|
редактироватьToolStripMenuItem.Size = new Size(246, 26);
|
||||||
|
редактироватьToolStripMenuItem.Text = "Редактировать";
|
||||||
|
редактироватьToolStripMenuItem.Click += редактироватьToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// удалитьToolStripMenuItem
|
||||||
|
//
|
||||||
|
удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem";
|
||||||
|
удалитьToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.D;
|
||||||
|
удалитьToolStripMenuItem.Size = new Size(246, 26);
|
||||||
|
удалитьToolStripMenuItem.Text = "Удалить";
|
||||||
|
удалитьToolStripMenuItem.Click += удалитьToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// отчетыToolStripMenuItem
|
||||||
|
//
|
||||||
|
отчетыToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { документСАватарамиToolStripMenuItem, документСТаблицейToolStripMenuItem, документСГистограммойToolStripMenuItem });
|
||||||
|
отчетыToolStripMenuItem.Name = "отчетыToolStripMenuItem";
|
||||||
|
отчетыToolStripMenuItem.Size = new Size(73, 24);
|
||||||
|
отчетыToolStripMenuItem.Text = "Отчеты";
|
||||||
|
//
|
||||||
|
// документСАватарамиToolStripMenuItem
|
||||||
|
//
|
||||||
|
документСАватарамиToolStripMenuItem.Name = "документСАватарамиToolStripMenuItem";
|
||||||
|
документСАватарамиToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.S;
|
||||||
|
документСАватарамиToolStripMenuItem.Size = new Size(325, 26);
|
||||||
|
документСАватарамиToolStripMenuItem.Text = "Документ с аватарами";
|
||||||
|
документСАватарамиToolStripMenuItem.Click += документСАватарамиToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// документСТаблицейToolStripMenuItem
|
||||||
|
//
|
||||||
|
документСТаблицейToolStripMenuItem.Name = "документСТаблицейToolStripMenuItem";
|
||||||
|
документСТаблицейToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.T;
|
||||||
|
документСТаблицейToolStripMenuItem.Size = new Size(325, 26);
|
||||||
|
документСТаблицейToolStripMenuItem.Text = "Документ с таблицей";
|
||||||
|
документСТаблицейToolStripMenuItem.Click += документСТаблицейToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// документСГистограммойToolStripMenuItem
|
||||||
|
//
|
||||||
|
документСГистограммойToolStripMenuItem.Name = "документСГистограммойToolStripMenuItem";
|
||||||
|
документСГистограммойToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.C;
|
||||||
|
документСГистограммойToolStripMenuItem.Size = new Size(325, 26);
|
||||||
|
документСГистограммойToolStripMenuItem.Text = "Документ с гистограммой";
|
||||||
|
документСГистограммойToolStripMenuItem.Click += документСГистограммойToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// интересыToolStripMenuItem
|
||||||
|
//
|
||||||
|
интересыToolStripMenuItem.Name = "интересыToolStripMenuItem";
|
||||||
|
интересыToolStripMenuItem.Size = new Size(92, 24);
|
||||||
|
интересыToolStripMenuItem.Text = "Интересы";
|
||||||
|
интересыToolStripMenuItem.Click += интересыToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// customDataGridViewTable
|
||||||
|
//
|
||||||
|
customDataGridViewTable.Location = new Point(12, 44);
|
||||||
|
customDataGridViewTable.Margin = new Padding(3, 4, 3, 4);
|
||||||
|
customDataGridViewTable.Name = "customDataGridViewTable";
|
||||||
|
customDataGridViewTable.Size = new Size(776, 382);
|
||||||
|
customDataGridViewTable.TabIndex = 1;
|
||||||
|
//
|
||||||
|
// FormMain
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(800, 450);
|
||||||
|
Controls.Add(customDataGridViewTable);
|
||||||
|
Controls.Add(menuStrip1);
|
||||||
|
MainMenuStrip = menuStrip1;
|
||||||
|
Name = "FormMain";
|
||||||
|
Text = "FormMain";
|
||||||
|
Load += FormMain_Load;
|
||||||
|
menuStrip1.ResumeLayout(false);
|
||||||
|
menuStrip1.PerformLayout();
|
||||||
|
ResumeLayout(false);
|
||||||
|
PerformLayout();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
|
private MenuStrip menuStrip1;
|
||||||
|
private ToolStripMenuItem аккаунтыToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem создатьToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem редактироватьToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem удалитьToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem отчетыToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem документСАватарамиToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem документСТаблицейToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem документСГистограммойToolStripMenuItem;
|
||||||
|
private Components.CustomDataGridView customDataGridViewTable;
|
||||||
|
private ToolStripMenuItem интересыToolStripMenuItem;
|
||||||
|
private PutincevLibrary.ComponentExcelWithImage componentExcelWithImage;
|
||||||
|
private RodionovLibrary.NonVisualComponents.WordTableComponent wordTableComponent;
|
||||||
|
private Components.NonVisual.HistogramPDF histogrampdf;
|
||||||
|
}
|
||||||
|
}
|
248
COP/PortalAccountsView/FormMain.cs
Normal file
248
COP/PortalAccountsView/FormMain.cs
Normal file
@ -0,0 +1,248 @@
|
|||||||
|
using Components.SaveToPdfHelpers;
|
||||||
|
using DocumentFormat.OpenXml.Spreadsheet;
|
||||||
|
using PdfSharp.Pdf.Advanced;
|
||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using RodionovLibrary.NonVisualComponents;
|
||||||
|
using RodionovLibrary.NonVisualComponents.HelperModels;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
using static System.Windows.Forms.VisualStyles.VisualStyleElement.Window;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
public partial class FormMain : Form
|
||||||
|
{
|
||||||
|
public readonly IAccountLogic _logic;
|
||||||
|
|
||||||
|
public readonly IInterestLogic _interestlogic;
|
||||||
|
public FormMain(IAccountLogic logic, IInterestLogic interestlogic)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
_logic = logic;
|
||||||
|
|
||||||
|
var accounts = new List<(string, string, float)> {
|
||||||
|
("Идентификатор", "Id", 1),
|
||||||
|
("Логин", "Login", 1),
|
||||||
|
("Интерес", "InterestName", 2),
|
||||||
|
("Почта", "Email", 2)
|
||||||
|
};
|
||||||
|
|
||||||
|
customDataGridViewTable.ConfigureColumns(accounts);
|
||||||
|
_interestlogic = interestlogic;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LoadData()
|
||||||
|
{
|
||||||
|
var accounts = _logic.ReadList(null);
|
||||||
|
|
||||||
|
customDataGridViewTable.FillData(accounts);
|
||||||
|
}
|
||||||
|
private void создатьToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var service = Program.ServiceProvider?.GetService(typeof(FormAccount));
|
||||||
|
if (service is FormAccount form)
|
||||||
|
{
|
||||||
|
if (form.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void FormMain_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void интересыToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var service = Program.ServiceProvider?.GetService(typeof(FormInterests));
|
||||||
|
if (service is FormInterests form)
|
||||||
|
{
|
||||||
|
form.ShowDialog();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void документСАватарамиToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
string fileName = "";
|
||||||
|
using (var dialog = new SaveFileDialog { Filter = "Excel Files|*.xlsx" })
|
||||||
|
{
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
fileName = dialog.FileName.ToString();
|
||||||
|
MessageBox.Show("Файл выбран", "Успех", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
else return;
|
||||||
|
}
|
||||||
|
|
||||||
|
List<string> images = new List<string>();
|
||||||
|
var list = _logic.ReadList(null);
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (list != null)
|
||||||
|
{
|
||||||
|
foreach (var item in list)
|
||||||
|
{
|
||||||
|
images.Add(item.AvatarPath);
|
||||||
|
}
|
||||||
|
string[] imagesArray = images.ToArray();
|
||||||
|
|
||||||
|
componentExcelWithImage.CreateExcelWithImages(fileName, "Сканы чеков", imagesArray);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void редактироватьToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var service = Program.ServiceProvider?.GetService(typeof(FormAccount));
|
||||||
|
if (service is FormAccount form)
|
||||||
|
{
|
||||||
|
var selected = customDataGridViewTable.GetSelectedObject<AccountViewModel>();
|
||||||
|
if (selected == null)
|
||||||
|
return;
|
||||||
|
form.Id = selected.Id;
|
||||||
|
if (form.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void удалитьToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var selected = customDataGridViewTable.GetSelectedObject<AccountViewModel>();
|
||||||
|
if (selected == null)
|
||||||
|
return;
|
||||||
|
if (MessageBox.Show("Удалить запись?", "", MessageBoxButtons.YesNo) == DialogResult.Yes)
|
||||||
|
{
|
||||||
|
if (_logic.Delete(new AccountBindingModel { Id = selected.Id }))
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void документСТаблицейToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
string fileName = "";
|
||||||
|
using (var dialog = new SaveFileDialog { Filter = "docx|*.docx" })
|
||||||
|
{
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
fileName = dialog.FileName.ToString();
|
||||||
|
MessageBox.Show("Файл выбран", "Успех", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
else return;
|
||||||
|
}
|
||||||
|
|
||||||
|
string title = "Документ с таблицей";
|
||||||
|
|
||||||
|
var mergedColumns = new List<(int, int)>
|
||||||
|
{
|
||||||
|
(1, 2),
|
||||||
|
};
|
||||||
|
var columns = new List<ColumnParameters>
|
||||||
|
{
|
||||||
|
new() { FirstRowHeader = "Идент", PropertyName = "Id", Width = 1.3 },
|
||||||
|
new() { FirstRowHeader = "Личные данные", SecondRowHeader = "Логин", PropertyName = "Login", Width = 1.7 },
|
||||||
|
new() { FirstRowHeader = "Личные данные", SecondRowHeader = "Почта", PropertyName = "Email", Width = 1.7 },
|
||||||
|
new() { FirstRowHeader = "Интерес", PropertyName = "InterestName", Width = 1.7 },
|
||||||
|
};
|
||||||
|
|
||||||
|
var list = _logic.ReadList(null);
|
||||||
|
|
||||||
|
var tableInfo = new WordTableInfo<AccountViewModel>
|
||||||
|
{
|
||||||
|
FileName = fileName,
|
||||||
|
Title = title,
|
||||||
|
ColumnParameters = columns,
|
||||||
|
Items = list,
|
||||||
|
MergedColumns = mergedColumns
|
||||||
|
};
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
wordTableComponent.CreateTable(tableInfo);
|
||||||
|
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void документСГистограммойToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
|
||||||
|
string fileName = "";
|
||||||
|
using (var dialog = new SaveFileDialog { Filter = "pdf|*.pdf" })
|
||||||
|
{
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
fileName = dialog.FileName.ToString();
|
||||||
|
MessageBox.Show("Файл выбран", "Успех", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
else return;
|
||||||
|
}
|
||||||
|
var accounts = _logic.ReadList(null);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
var list = new ChartData();
|
||||||
|
|
||||||
|
var groupedAccounts = accounts.GroupBy(account => account.InterestName)
|
||||||
|
.Select(group => new
|
||||||
|
{
|
||||||
|
InterestName = group.Key,
|
||||||
|
AccountCount = group.Count()
|
||||||
|
})
|
||||||
|
.ToList();
|
||||||
|
|
||||||
|
var data = new Dictionary<string, double>();
|
||||||
|
|
||||||
|
foreach (var group in groupedAccounts)
|
||||||
|
{
|
||||||
|
data.Add(group.InterestName, (double)group.AccountCount);
|
||||||
|
}
|
||||||
|
|
||||||
|
list.Data= data;
|
||||||
|
list.SeriesName = "Пользователи";
|
||||||
|
var acc = new List<ChartData>();
|
||||||
|
|
||||||
|
acc.Add(list);
|
||||||
|
|
||||||
|
var histogrammInfo = new HistogramData
|
||||||
|
{
|
||||||
|
FilePath = fileName,
|
||||||
|
DocumentTitle = "Гистограмма PDF",
|
||||||
|
ChartTitle = "Количетсво интересов у пользователей",
|
||||||
|
LegendPosition = LegendPositions.Bottom,
|
||||||
|
ChartData = acc,
|
||||||
|
};
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
histogrampdf.CreateHistogramPdf(histogrammInfo);
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
132
COP/PortalAccountsView/FormMain.resx
Normal file
132
COP/PortalAccountsView/FormMain.resx
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="componentExcelWithImage.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>153, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="wordTableComponent.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>400, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="histogrampdf.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>611, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
32
COP/PortalAccountsView/PortalAccountsView.csproj
Normal file
32
COP/PortalAccountsView/PortalAccountsView.csproj
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Components" Version="1.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.11">
|
||||||
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
|
||||||
|
<PackageReference Include="RodionovLibrary" Version="1.0.0" />
|
||||||
|
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PortalAccountsBusinessLogic\PortalAccountsBusinessLogic.csproj" />
|
||||||
|
<ProjectReference Include="..\PortalAccountsContracts\PortalAccountsContracts.csproj" />
|
||||||
|
<ProjectReference Include="..\PortalAccountsDatabaseImplement\PortalAccountsDatabaseImplement.csproj" />
|
||||||
|
<ProjectReference Include="..\PortalAccountsDataModels\PortalAccountsDataModels.csproj" />
|
||||||
|
<ProjectReference Include="..\PutincevLibrary\PutincevLibrary.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
40
COP/PortalAccountsView/Program.cs
Normal file
40
COP/PortalAccountsView/Program.cs
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
|
using PortalAccountsBusinessLogic.BusinessLogics;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsDatabaseImplement.Implements;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
internal static class Program
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The main entry point for the application.
|
||||||
|
/// </summary>
|
||||||
|
|
||||||
|
private static ServiceProvider? _serviceProvider;
|
||||||
|
public static ServiceProvider? ServiceProvider => _serviceProvider;
|
||||||
|
[STAThread]
|
||||||
|
static void Main()
|
||||||
|
{
|
||||||
|
// To customize application configuration such as set high DPI settings or default font,
|
||||||
|
// see https://aka.ms/applicationconfiguration.
|
||||||
|
ApplicationConfiguration.Initialize();
|
||||||
|
var services = new ServiceCollection();
|
||||||
|
ConfigureServices(services);
|
||||||
|
_serviceProvider = services.BuildServiceProvider();
|
||||||
|
Application.Run(_serviceProvider.GetRequiredService<FormMain>());
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void ConfigureServices(ServiceCollection services)
|
||||||
|
{
|
||||||
|
services.AddTransient<IInterestStorage, InterestStorage>();
|
||||||
|
services.AddTransient<IAccountStorage, AccountStorage>();
|
||||||
|
services.AddTransient<IInterestLogic, InterestLogic>();
|
||||||
|
services.AddTransient<IAccountLogic, AccountLogic>();
|
||||||
|
services.AddTransient<FormMain>();
|
||||||
|
services.AddTransient<FormAccount>();
|
||||||
|
services.AddTransient<FormInterests>();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
14
COP/PutincevLibrary/Attributes/AlwaysCreateAttribute.cs
Normal file
14
COP/PutincevLibrary/Attributes/AlwaysCreateAttribute.cs
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace PutincevLibrary.Attributes
|
||||||
|
{
|
||||||
|
public class AlwaysCreateAttribute : Attribute
|
||||||
|
{
|
||||||
|
public AlwaysCreateAttribute()
|
||||||
|
{ }
|
||||||
|
}
|
||||||
|
}
|
59
COP/PutincevLibrary/CheckedListBoxControl.Designer.cs
generated
Normal file
59
COP/PutincevLibrary/CheckedListBoxControl.Designer.cs
generated
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
partial class CheckedListBoxControl
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
checkedListBox = new CheckedListBox();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// checkedListBox
|
||||||
|
//
|
||||||
|
checkedListBox.CheckOnClick = true;
|
||||||
|
checkedListBox.Dock = DockStyle.Fill;
|
||||||
|
checkedListBox.FormattingEnabled = true;
|
||||||
|
checkedListBox.Location = new Point(0, 0);
|
||||||
|
checkedListBox.Name = "checkedListBox";
|
||||||
|
checkedListBox.Size = new Size(150, 136);
|
||||||
|
checkedListBox.TabIndex = 0;
|
||||||
|
checkedListBox.ItemCheck += checkedListBox_ItemCheck;
|
||||||
|
//
|
||||||
|
// CheckedListBoxControl
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
Controls.Add(checkedListBox);
|
||||||
|
Name = "CheckedListBoxControl";
|
||||||
|
Size = new Size(150, 136);
|
||||||
|
ResumeLayout(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private CheckedListBox checkedListBox;
|
||||||
|
}
|
||||||
|
}
|
70
COP/PutincevLibrary/CheckedListBoxControl.cs
Normal file
70
COP/PutincevLibrary/CheckedListBoxControl.cs
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
public partial class CheckedListBoxControl : UserControl
|
||||||
|
{
|
||||||
|
public CheckedListBoxControl()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private EventHandler _onCheckedItemChangedEvent;
|
||||||
|
public event EventHandler CheckedItemChanged
|
||||||
|
{
|
||||||
|
add
|
||||||
|
{
|
||||||
|
_onCheckedItemChangedEvent += value;
|
||||||
|
}
|
||||||
|
remove
|
||||||
|
{
|
||||||
|
_onCheckedItemChangedEvent -= value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public string CheckedItem
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return checkedListBox.CheckedItems[0] as string ?? string.Empty;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if (checkedListBox.Items.Contains(value))
|
||||||
|
{
|
||||||
|
checkedListBox.SetItemCheckState(checkedListBox.Items.IndexOf(value), CheckState.Checked);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public void SetCheckedListBoxValues(List<string> values)
|
||||||
|
{
|
||||||
|
ClearCheckedListBoxValues();
|
||||||
|
foreach (var item in values)
|
||||||
|
{
|
||||||
|
checkedListBox.Items.Add(item);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public void ClearCheckedListBoxValues()
|
||||||
|
{
|
||||||
|
checkedListBox.Items.Clear();
|
||||||
|
}
|
||||||
|
private void checkedListBox_ItemCheck(object sender, ItemCheckEventArgs e)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < checkedListBox.Items.Count; i++)
|
||||||
|
{
|
||||||
|
if (i != e.Index)
|
||||||
|
{
|
||||||
|
checkedListBox.SetItemChecked(i, false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
_onCheckedItemChangedEvent?.Invoke(sender, e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
120
COP/PutincevLibrary/CheckedListBoxControl.resx
Normal file
120
COP/PutincevLibrary/CheckedListBoxControl.resx
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
@ -1,6 +0,0 @@
|
|||||||
namespace PutincevLibrary
|
|
||||||
{
|
|
||||||
public class Class1
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
36
COP/PutincevLibrary/ComponentExcelWithImage.Designer.cs
generated
Normal file
36
COP/PutincevLibrary/ComponentExcelWithImage.Designer.cs
generated
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
partial class ComponentExcelWithImage
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
108
COP/PutincevLibrary/ComponentExcelWithImage.cs
Normal file
108
COP/PutincevLibrary/ComponentExcelWithImage.cs
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
using Excel = Microsoft.Office.Interop.Excel;
|
||||||
|
using System.ComponentModel;
|
||||||
|
|
||||||
|
|
||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
public partial class ComponentExcelWithImage : Component
|
||||||
|
{
|
||||||
|
public ComponentExcelWithImage()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public ComponentExcelWithImage(IContainer container) : this()
|
||||||
|
{
|
||||||
|
container.Add(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CheckInputValues(string filePath, string tableTitle, string[] imagePaths)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(filePath))
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(filePath));
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(tableTitle))
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(tableTitle));
|
||||||
|
}
|
||||||
|
if (imagePaths == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(imagePaths));
|
||||||
|
}
|
||||||
|
foreach (string imagePath in imagePaths)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(imagePath))
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException("Image path is null");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void CreateExcelWithImages(string filePath, string tableTitle, string[] imagePaths)
|
||||||
|
{
|
||||||
|
CheckInputValues(filePath, tableTitle, imagePaths);
|
||||||
|
|
||||||
|
Excel.Application excelApp = new Excel.Application();
|
||||||
|
Excel.Workbook workbook = excelApp.Workbooks.Add();
|
||||||
|
Excel.Worksheet worksheet = workbook.Sheets[1];
|
||||||
|
|
||||||
|
worksheet.Cells[1, 1] = tableTitle;
|
||||||
|
|
||||||
|
InsertImagesInSingleCell(worksheet, imagePaths, 2, 1);
|
||||||
|
|
||||||
|
workbook.SaveAs(filePath);
|
||||||
|
workbook.Close();
|
||||||
|
excelApp.Quit();
|
||||||
|
|
||||||
|
ReleaseObject(worksheet);
|
||||||
|
ReleaseObject(workbook);
|
||||||
|
ReleaseObject(excelApp);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void InsertImagesInSingleCell(Excel.Worksheet worksheet, string[] imagePaths, int rowIndex, int columnIndex)
|
||||||
|
{
|
||||||
|
Excel.Range cell = worksheet.Cells[rowIndex, columnIndex];
|
||||||
|
double currentTopOffset = 0;
|
||||||
|
|
||||||
|
foreach (string imagePath in imagePaths)
|
||||||
|
{
|
||||||
|
if (File.Exists(imagePath))
|
||||||
|
{
|
||||||
|
Excel.Pictures pictures = (Excel.Pictures)worksheet.Pictures(System.Reflection.Missing.Value);
|
||||||
|
Excel.Picture picture = pictures.Insert(imagePath);
|
||||||
|
|
||||||
|
picture.Left = cell.Left;
|
||||||
|
picture.Top = cell.Top + currentTopOffset;
|
||||||
|
|
||||||
|
currentTopOffset += picture.Height;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
throw new FileNotFoundException("Image not found at: " + imagePath);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ReleaseObject(object obj)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (obj != null)
|
||||||
|
{
|
||||||
|
System.Runtime.InteropServices.Marshal.ReleaseComObject(obj);
|
||||||
|
obj = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
obj = null;
|
||||||
|
Console.WriteLine("Error releasing object: " + ex.ToString());
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
GC.Collect();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
36
COP/PutincevLibrary/ComponentExcelWithPieDiagram.Designer.cs
generated
Normal file
36
COP/PutincevLibrary/ComponentExcelWithPieDiagram.Designer.cs
generated
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
partial class ComponentExcelWithPieDiagram
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
79
COP/PutincevLibrary/ComponentExcelWithPieDiagram.cs
Normal file
79
COP/PutincevLibrary/ComponentExcelWithPieDiagram.cs
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
using PutincevLibrary.Info;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using OfficeOpenXml;
|
||||||
|
using LicenseContext = OfficeOpenXml.LicenseContext;
|
||||||
|
using OfficeOpenXml.Drawing.Chart;
|
||||||
|
|
||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
public partial class ComponentExcelWithPieDiagram : Component
|
||||||
|
{
|
||||||
|
public ComponentExcelWithPieDiagram()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public ComponentExcelWithPieDiagram(IContainer container)
|
||||||
|
{
|
||||||
|
container.Add(this);
|
||||||
|
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum LegendPosition
|
||||||
|
{
|
||||||
|
Top,
|
||||||
|
Bottom,
|
||||||
|
Left,
|
||||||
|
Right
|
||||||
|
}
|
||||||
|
|
||||||
|
public void GenerateDocument(ExcelChartInfo info)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(info.filePath))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("File path is null or empty.");
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(info.chartTitle))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Chart title is null or empty.");
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(info.documentTitle))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Document title is null or empty.");
|
||||||
|
}
|
||||||
|
if (info.data == null || info.data.Count == 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Data is null or empty.");
|
||||||
|
}
|
||||||
|
|
||||||
|
ExcelPackage.LicenseContext = LicenseContext.NonCommercial;
|
||||||
|
using ExcelPackage excelPackage = new();
|
||||||
|
|
||||||
|
ExcelWorksheet worksheet = excelPackage.Workbook.Worksheets.Add("Sheet 1");
|
||||||
|
worksheet.Cells["A1"].Value = info.documentTitle;
|
||||||
|
|
||||||
|
int row = 2;
|
||||||
|
int startCol = 1;
|
||||||
|
int endCol = 1;
|
||||||
|
|
||||||
|
foreach (var data in info.data)
|
||||||
|
{
|
||||||
|
worksheet.Cells[row, endCol].Value = data.Name;
|
||||||
|
worksheet.Cells[row + 1, endCol].Value = data.Value;
|
||||||
|
endCol++;
|
||||||
|
}
|
||||||
|
|
||||||
|
ExcelPieChart? pieChart = worksheet.Drawings.AddChart(info.chartTitle, eChartType.Pie) as ExcelPieChart;
|
||||||
|
pieChart.Title.Text = info.chartTitle;
|
||||||
|
pieChart.Series.Add(ExcelCellBase.GetAddress(row + 1, startCol, row + 1, endCol - 1),
|
||||||
|
ExcelCellBase.GetAddress(row, startCol, row, endCol - 1));
|
||||||
|
|
||||||
|
pieChart.Legend.Position = (eLegendPosition)(int)info.legendPosition;
|
||||||
|
pieChart.DataLabel.ShowPercent = true;
|
||||||
|
pieChart.SetPosition(1, 0, 0, 0);
|
||||||
|
FileInfo fi = new(info.filePath);
|
||||||
|
excelPackage.SaveAs(fi);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
36
COP/PutincevLibrary/ComponentExcelWithTable.Designer.cs
generated
Normal file
36
COP/PutincevLibrary/ComponentExcelWithTable.Designer.cs
generated
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
partial class ComponentExcelWithTable
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
177
COP/PutincevLibrary/ComponentExcelWithTable.cs
Normal file
177
COP/PutincevLibrary/ComponentExcelWithTable.cs
Normal file
@ -0,0 +1,177 @@
|
|||||||
|
using NPOI.XSSF.UserModel;
|
||||||
|
using OfficeOpenXml.Drawing;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using PutincevLibrary.Info;
|
||||||
|
using NPOI.SS.UserModel;
|
||||||
|
using NPOI.SS.Util;
|
||||||
|
using BorderStyle = NPOI.SS.UserModel.BorderStyle;
|
||||||
|
using HorizontalAlignment = NPOI.SS.UserModel.HorizontalAlignment;
|
||||||
|
|
||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
public partial class ComponentExcelWithTable : Component
|
||||||
|
{
|
||||||
|
public ComponentExcelWithTable()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public ComponentExcelWithTable(IContainer container)
|
||||||
|
{
|
||||||
|
container.Add(this);
|
||||||
|
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
public void GenerateDocument<T>(ExcelTableInfo<T> info) where T : class
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(info.FilePath))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("File path is null or empty.");
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(info.DocumentTitle))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Document title is null or empty.");
|
||||||
|
}
|
||||||
|
if (info.Data == null || info.Data.Count == 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Data is null or empty.");
|
||||||
|
}
|
||||||
|
|
||||||
|
var workbook = new XSSFWorkbook();
|
||||||
|
var sheet = workbook.CreateSheet("Таблица");
|
||||||
|
|
||||||
|
sheet.CreateRow(0).CreateCell(0).SetCellValue(info.DocumentTitle);
|
||||||
|
|
||||||
|
int curRow = 1;
|
||||||
|
int curCol = 0;
|
||||||
|
List<string> headers = new();
|
||||||
|
|
||||||
|
var dataCellStyle = GetDataCellStyle(workbook);
|
||||||
|
var headerCellStyle = GetHeaderCellStyle(workbook);
|
||||||
|
|
||||||
|
foreach (var header in info.Headers)
|
||||||
|
{
|
||||||
|
headers.Add(header.Key);
|
||||||
|
|
||||||
|
var currentRow = sheet.CreateRow(curRow);
|
||||||
|
var curCell = currentRow.CreateCell(curCol);
|
||||||
|
|
||||||
|
if (header.Value.Item1.Count > 1)
|
||||||
|
{
|
||||||
|
sheet.AddMergedRegion(new CellRangeAddress(curRow, curRow + header.Value.Item1.Count - 1, curCol, curCol));
|
||||||
|
curCol++;
|
||||||
|
foreach (var (key, displayName) in header.Value.Item1)
|
||||||
|
{
|
||||||
|
int id = header.Value.Item1.IndexOf((key, displayName));
|
||||||
|
var cellValue = currentRow.CreateCell(1);
|
||||||
|
cellValue.SetCellValue(displayName);
|
||||||
|
currentRow.Height = (short)(header.Value.Item2[id] * 20);
|
||||||
|
headers.Add(displayName);
|
||||||
|
cellValue.CellStyle = headerCellStyle;
|
||||||
|
currentRow = sheet.CreateRow(currentRow.RowNum + 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
int id = header.Value.Item1.IndexOf(header.Value.Item1[0]);
|
||||||
|
sheet.AddMergedRegion(new CellRangeAddress(curRow, curRow, curCol, curCol + 1));
|
||||||
|
currentRow.Height = (short)(header.Value.Item2[id] * 20);
|
||||||
|
curRow++;
|
||||||
|
}
|
||||||
|
|
||||||
|
curCell.SetCellValue(header.Key);
|
||||||
|
curCell.CellStyle = headerCellStyle;
|
||||||
|
if (header.Value.Item1.Count > 1)
|
||||||
|
{
|
||||||
|
curCol--;
|
||||||
|
curRow += header.Value.Item1.Count;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
curCol = 2;
|
||||||
|
foreach (var data in info.Data)
|
||||||
|
{
|
||||||
|
curRow = 1;
|
||||||
|
|
||||||
|
foreach (var header in info.Headers.Values)
|
||||||
|
{
|
||||||
|
foreach (var (key, _) in header.Item1)
|
||||||
|
{
|
||||||
|
var property = typeof(T).GetProperty(key);
|
||||||
|
var cellValue = sheet.GetRow(curRow)?.CreateCell(curCol);
|
||||||
|
if (cellValue != null && property != null)
|
||||||
|
{
|
||||||
|
var value = property?.GetValue(data)?.ToString();
|
||||||
|
var rowHeight = GetRowHeight(key, info);
|
||||||
|
var currentRow = sheet.GetRow(curRow);
|
||||||
|
if (rowHeight != null)
|
||||||
|
{
|
||||||
|
currentRow.Height = (short)(rowHeight.Value * 20);
|
||||||
|
}
|
||||||
|
cellValue.SetCellValue(value);
|
||||||
|
cellValue.CellStyle = dataCellStyle;
|
||||||
|
}
|
||||||
|
curRow++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
curCol++;
|
||||||
|
}
|
||||||
|
|
||||||
|
using var fs = new FileStream(info.FilePath, FileMode.Create, FileAccess.Write);
|
||||||
|
workbook.Write(fs);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static int? GetRowHeight<T>(string header, ExcelTableInfo<T> info) where T : class
|
||||||
|
{
|
||||||
|
foreach (var item in info.Headers)
|
||||||
|
{
|
||||||
|
foreach (var (key, displayName) in item.Value.Item1)
|
||||||
|
{
|
||||||
|
int id = item.Value.Item1.IndexOf((key, displayName));
|
||||||
|
if (key == header)
|
||||||
|
return item.Value.Item2[id];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static ICellStyle GetHeaderCellStyle(IWorkbook workbook)
|
||||||
|
{
|
||||||
|
var style = workbook.CreateCellStyle();
|
||||||
|
style.BorderBottom = BorderStyle.Thin;
|
||||||
|
style.BorderLeft = BorderStyle.Thin;
|
||||||
|
style.BorderRight = BorderStyle.Thin;
|
||||||
|
style.BorderTop = BorderStyle.Thin;
|
||||||
|
|
||||||
|
var font = workbook.CreateFont();
|
||||||
|
font.Boldweight = (short)FontBoldWeight.Bold;
|
||||||
|
style.SetFont(font);
|
||||||
|
style.Alignment = HorizontalAlignment.Center;
|
||||||
|
style.VerticalAlignment = NPOI.SS.UserModel.VerticalAlignment.Center;
|
||||||
|
|
||||||
|
return style;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static ICellStyle GetDataCellStyle(IWorkbook workbook)
|
||||||
|
{
|
||||||
|
var style = workbook.CreateCellStyle();
|
||||||
|
style.BorderBottom = BorderStyle.Thin;
|
||||||
|
style.BorderLeft = BorderStyle.Thin;
|
||||||
|
style.BorderRight = BorderStyle.Thin;
|
||||||
|
style.BorderTop = BorderStyle.Thin;
|
||||||
|
|
||||||
|
return style;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public class Property
|
||||||
|
{
|
||||||
|
public string? Name { get; set; }
|
||||||
|
}
|
||||||
|
}
|
56
COP/PutincevLibrary/DateTimePickerControl.Designer.cs
generated
Normal file
56
COP/PutincevLibrary/DateTimePickerControl.Designer.cs
generated
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
partial class DateTimePickerControl
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
dateTimePicker = new DateTimePicker();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// dateTimePicker
|
||||||
|
//
|
||||||
|
dateTimePicker.Dock = DockStyle.Fill;
|
||||||
|
dateTimePicker.Location = new Point(0, 0);
|
||||||
|
dateTimePicker.Name = "dateTimePicker";
|
||||||
|
dateTimePicker.Size = new Size(150, 27);
|
||||||
|
dateTimePicker.TabIndex = 0;
|
||||||
|
//
|
||||||
|
// DateTimePickerControl
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
Controls.Add(dateTimePicker);
|
||||||
|
Name = "DateTimePickerControl";
|
||||||
|
Size = new Size(150, 26);
|
||||||
|
ResumeLayout(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private DateTimePicker dateTimePicker;
|
||||||
|
}
|
||||||
|
}
|
83
COP/PutincevLibrary/DateTimePickerControl.cs
Normal file
83
COP/PutincevLibrary/DateTimePickerControl.cs
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
using PutincevLibrary.Exceptions;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
public partial class DateTimePickerControl : UserControl
|
||||||
|
{
|
||||||
|
public DateTimePickerControl()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private DateTime? minValue;
|
||||||
|
private DateTime? maxValue;
|
||||||
|
|
||||||
|
public event EventHandler? _valueChanged;
|
||||||
|
public DateTime? MinValue
|
||||||
|
{
|
||||||
|
get { return minValue; }
|
||||||
|
set { minValue = value; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public DateTime? MaxValue
|
||||||
|
{
|
||||||
|
get { return maxValue; }
|
||||||
|
set { maxValue = value; }
|
||||||
|
}
|
||||||
|
public DateTime? SelectedValue
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (!minValue.HasValue || !maxValue.HasValue)
|
||||||
|
{
|
||||||
|
throw new RangeNullException("Диапозон не был задан");
|
||||||
|
}
|
||||||
|
else if (dateTimePicker.Value < minValue ||
|
||||||
|
dateTimePicker.Value > maxValue)
|
||||||
|
{
|
||||||
|
|
||||||
|
throw new WrongRangeException("Значение не попадает в диапазон");
|
||||||
|
}
|
||||||
|
|
||||||
|
return dateTimePicker.Value;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
|
||||||
|
if (!minValue.HasValue || !maxValue.HasValue)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (value < minValue || value > maxValue)
|
||||||
|
{
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
dateTimePicker.Value = value.Value;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public event EventHandler ValueChanged
|
||||||
|
{
|
||||||
|
add { _valueChanged += value; }
|
||||||
|
remove { _valueChanged -= value; }
|
||||||
|
}
|
||||||
|
private void DateTimePicker_ValueChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
_valueChanged?.Invoke(this, e);
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
120
COP/PutincevLibrary/DateTimePickerControl.resx
Normal file
120
COP/PutincevLibrary/DateTimePickerControl.resx
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
10
COP/PutincevLibrary/Enums/LegendPosition.cs
Normal file
10
COP/PutincevLibrary/Enums/LegendPosition.cs
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
namespace PutincevLibrary.Enums
|
||||||
|
{
|
||||||
|
public enum LegendPosition
|
||||||
|
{
|
||||||
|
Top,
|
||||||
|
Bottom,
|
||||||
|
Left,
|
||||||
|
Right
|
||||||
|
}
|
||||||
|
}
|
17
COP/PutincevLibrary/Exceptions/AttributeNullException.cs
Normal file
17
COP/PutincevLibrary/Exceptions/AttributeNullException.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class AttributeNullException : Exception
|
||||||
|
{
|
||||||
|
public AttributeNullException()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public AttributeNullException(string message) : base(message)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public AttributeNullException(string message, Exception inner) : base(message, inner)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
17
COP/PutincevLibrary/Exceptions/HierarchyNullException.cs
Normal file
17
COP/PutincevLibrary/Exceptions/HierarchyNullException.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class HierarchyNullException : Exception
|
||||||
|
{
|
||||||
|
public HierarchyNullException()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public HierarchyNullException(string message) : base(message)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public HierarchyNullException(string message, Exception inner) : base(message, inner)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
COP/PutincevLibrary/Exceptions/NodeIsNotLeafException.cs
Normal file
7
COP/PutincevLibrary/Exceptions/NodeIsNotLeafException.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class NodeIsNotLeafException : UserControlTreeViewException
|
||||||
|
{
|
||||||
|
public NodeIsNotLeafException() : base("Selected node is not a leaf") { }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class NotSelectedNodeException : UserControlTreeViewException
|
||||||
|
{
|
||||||
|
public NotSelectedNodeException() : base("Node is not selected") { }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class PropertyNotDeclaratedException : UserControlTreeViewException
|
||||||
|
{
|
||||||
|
public PropertyNotDeclaratedException(string propName) : base($"Property \"{propName}\" not declared") { }
|
||||||
|
}
|
||||||
|
}
|
7
COP/PutincevLibrary/Exceptions/PropertyNullException.cs
Normal file
7
COP/PutincevLibrary/Exceptions/PropertyNullException.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class PropertyNullException : UserControlTreeViewException
|
||||||
|
{
|
||||||
|
public PropertyNullException(string propName) : base($"Property \"{propName}\" is null") { }
|
||||||
|
}
|
||||||
|
}
|
8
COP/PutincevLibrary/Exceptions/RangeNotSetException.cs
Normal file
8
COP/PutincevLibrary/Exceptions/RangeNotSetException.cs
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class RangeNotSetException : Exception
|
||||||
|
{
|
||||||
|
public RangeNotSetException() { }
|
||||||
|
public RangeNotSetException(string message) : base(message) { }
|
||||||
|
}
|
||||||
|
}
|
17
COP/PutincevLibrary/Exceptions/RangeNullException.cs
Normal file
17
COP/PutincevLibrary/Exceptions/RangeNullException.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class RangeNullException : Exception
|
||||||
|
{
|
||||||
|
public RangeNullException()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public RangeNullException(string message) : base(message)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public RangeNullException(string message, Exception inner) : base(message, inner)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class TreeHierarchyNotSetException : UserControlTreeViewException
|
||||||
|
{
|
||||||
|
public TreeHierarchyNotSetException() : base("Tree hierarchy not set") { }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class UserControlTreeViewException : Exception
|
||||||
|
{
|
||||||
|
public UserControlTreeViewException() { }
|
||||||
|
public UserControlTreeViewException(string message) : base(message) { }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class ValueOutOfRangeException : Exception
|
||||||
|
{
|
||||||
|
public ValueOutOfRangeException() { }
|
||||||
|
public ValueOutOfRangeException(string message) : base(message) { }
|
||||||
|
}
|
||||||
|
}
|
17
COP/PutincevLibrary/Exceptions/WrongRangeException.cs
Normal file
17
COP/PutincevLibrary/Exceptions/WrongRangeException.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
namespace PutincevLibrary.Exceptions
|
||||||
|
{
|
||||||
|
public class WrongRangeException : Exception
|
||||||
|
{
|
||||||
|
public WrongRangeException()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public WrongRangeException(string message) : base(message)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public WrongRangeException(string message, Exception inner) : base(message, inner)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
8
COP/PutincevLibrary/Info/DataItem.cs
Normal file
8
COP/PutincevLibrary/Info/DataItem.cs
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
namespace PutincevLibrary.Info
|
||||||
|
{
|
||||||
|
public class DataItem
|
||||||
|
{
|
||||||
|
public string Name { get; set; } = string.Empty;
|
||||||
|
public double Value { get; set; }
|
||||||
|
}
|
||||||
|
}
|
22
COP/PutincevLibrary/Info/ExcelChartInfo.cs
Normal file
22
COP/PutincevLibrary/Info/ExcelChartInfo.cs
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
using PutincevLibrary.Enums;
|
||||||
|
|
||||||
|
namespace PutincevLibrary.Info
|
||||||
|
{
|
||||||
|
public class ExcelChartInfo
|
||||||
|
{
|
||||||
|
public string? filePath { get; set; } = string.Empty;
|
||||||
|
public string? documentTitle { get; set; } = string.Empty;
|
||||||
|
public string? chartTitle { get; set; } = string.Empty;
|
||||||
|
public LegendPosition legendPosition { get; set; }
|
||||||
|
public List<DataItem>? data { get; set; }
|
||||||
|
|
||||||
|
public ExcelChartInfo(string? filePath, string? documentTitle, string? chartTitle, LegendPosition legendPosition, List<DataItem>? data)
|
||||||
|
{
|
||||||
|
this.filePath = filePath;
|
||||||
|
this.documentTitle = documentTitle;
|
||||||
|
this.chartTitle = chartTitle;
|
||||||
|
this.legendPosition = legendPosition;
|
||||||
|
this.data = data;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
19
COP/PutincevLibrary/Info/ExcelTableInfo.cs
Normal file
19
COP/PutincevLibrary/Info/ExcelTableInfo.cs
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
namespace PutincevLibrary.Info
|
||||||
|
{
|
||||||
|
public class ExcelTableInfo<T> where T: class
|
||||||
|
{
|
||||||
|
public string FilePath { get; set; } = string.Empty;
|
||||||
|
public string DocumentTitle { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public List<T>? Data;
|
||||||
|
public Dictionary<string, (List<(string, string)>, List<int>)> Headers { get; set; }
|
||||||
|
|
||||||
|
public ExcelTableInfo (string filePath, string documentTitle, List<T> data, Dictionary<string, (List<(string, string)>, List<int>)> headers)
|
||||||
|
{
|
||||||
|
FilePath = filePath;
|
||||||
|
DocumentTitle = documentTitle;
|
||||||
|
Data = data;
|
||||||
|
Headers = headers;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -5,6 +5,37 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<OutputType>Library</OutputType>
|
||||||
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<COMReference Include="Microsoft.Office.Core">
|
||||||
|
<WrapperTool>tlbimp</WrapperTool>
|
||||||
|
<VersionMinor>8</VersionMinor>
|
||||||
|
<VersionMajor>2</VersionMajor>
|
||||||
|
<Guid>2df8d04c-5bfa-101b-bde5-00aa0044de52</Guid>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<Isolated>false</Isolated>
|
||||||
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
||||||
|
</COMReference>
|
||||||
|
<COMReference Include="Microsoft.Office.Interop.Excel">
|
||||||
|
<WrapperTool>tlbimp</WrapperTool>
|
||||||
|
<VersionMinor>9</VersionMinor>
|
||||||
|
<VersionMajor>1</VersionMajor>
|
||||||
|
<Guid>00020813-0000-0000-c000-000000000046</Guid>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<Isolated>false</Isolated>
|
||||||
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
||||||
|
</COMReference>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.1" />
|
||||||
|
<PackageReference Include="EPPlus" Version="7.4.1" />
|
||||||
|
<PackageReference Include="NPOI" Version="2.7.1" />
|
||||||
|
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
|
||||||
|
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
55
COP/PutincevLibrary/TreeViewControl.Designer.cs
generated
Normal file
55
COP/PutincevLibrary/TreeViewControl.Designer.cs
generated
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
partial class TreeViewControl
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
treeView = new TreeView();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// treeView
|
||||||
|
//
|
||||||
|
treeView.Dock = DockStyle.Fill;
|
||||||
|
treeView.Location = new Point(0, 0);
|
||||||
|
treeView.Name = "treeView";
|
||||||
|
treeView.Size = new Size(150, 150);
|
||||||
|
treeView.TabIndex = 0;
|
||||||
|
//
|
||||||
|
// TreeViewControl
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
Controls.Add(treeView);
|
||||||
|
Name = "TreeViewControl";
|
||||||
|
ResumeLayout(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private TreeView treeView;
|
||||||
|
}
|
||||||
|
}
|
117
COP/PutincevLibrary/TreeViewControl.cs
Normal file
117
COP/PutincevLibrary/TreeViewControl.cs
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
using PutincevLibrary.Exceptions;
|
||||||
|
using PutincevLibrary.Attributes;
|
||||||
|
|
||||||
|
namespace PutincevLibrary
|
||||||
|
{
|
||||||
|
public partial class TreeViewControl : UserControl
|
||||||
|
{
|
||||||
|
public TreeViewControl()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<(string, bool)> hierarchy = new List<(string, bool)>();
|
||||||
|
|
||||||
|
public int SelectedNodeIndex
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return treeView.SelectedNode?.Index ?? -1;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if (treeView.SelectedNode == null) treeView.SelectedNode = value >= 0 && value < treeView.Nodes.Count ? treeView.Nodes[value] : treeView.SelectedNode;
|
||||||
|
else treeView.SelectedNode = value >= 0 && value < treeView.SelectedNode.Nodes.Count ? treeView.SelectedNode.Nodes[value] : treeView.SelectedNode;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public T? getSelecetedNodeValue<T>()
|
||||||
|
where T : class, new()
|
||||||
|
{
|
||||||
|
var node = treeView.SelectedNode;
|
||||||
|
|
||||||
|
if (node == null)
|
||||||
|
{
|
||||||
|
throw new NotSelectedNodeException();
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((hierarchy?.Count ?? 0) == 0)
|
||||||
|
{
|
||||||
|
throw new TreeHierarchyNotSetException();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (node.Nodes.Count > 0)
|
||||||
|
{
|
||||||
|
throw new NodeIsNotLeafException();
|
||||||
|
}
|
||||||
|
|
||||||
|
T obj = new T();
|
||||||
|
int propIndex = GetNodeDepth(node);
|
||||||
|
while (node != null)
|
||||||
|
{
|
||||||
|
string propValue = node.Text;
|
||||||
|
string propName = hierarchy[propIndex].Item1;
|
||||||
|
|
||||||
|
var prop = obj.GetType().GetProperty(propName);
|
||||||
|
if (prop == null)
|
||||||
|
{
|
||||||
|
throw new PropertyNotDeclaratedException(propName);
|
||||||
|
}
|
||||||
|
|
||||||
|
prop.SetValue(obj, propValue);
|
||||||
|
|
||||||
|
node = node.Parent;
|
||||||
|
propIndex--;
|
||||||
|
}
|
||||||
|
|
||||||
|
return obj;
|
||||||
|
}
|
||||||
|
private int GetNodeDepth(TreeNode node)
|
||||||
|
{
|
||||||
|
int depth = 0;
|
||||||
|
while (node.Parent != null)
|
||||||
|
{
|
||||||
|
depth++;
|
||||||
|
node = node.Parent;
|
||||||
|
}
|
||||||
|
return depth;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void addItems<T>(List<T> items)
|
||||||
|
{
|
||||||
|
var type = typeof(T);
|
||||||
|
var fields = type.GetFields();
|
||||||
|
foreach (T item in items)
|
||||||
|
{
|
||||||
|
TreeNodeCollection nodes = treeView.Nodes;
|
||||||
|
for (int i = 0; i < hierarchy.Count; i++)
|
||||||
|
{
|
||||||
|
var field = fields.FirstOrDefault(x => x.Name.Equals(hierarchy[i].Item1));
|
||||||
|
if (field is not null)
|
||||||
|
{
|
||||||
|
var node = nodes.Find(field.Name, false).FirstOrDefault(x => x.Text == field.GetValue(item).ToString());
|
||||||
|
if (node is not null && !hierarchy[i].Item2)
|
||||||
|
{
|
||||||
|
nodes = node.Nodes;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
TreeNode newNode = nodes.Add(field.Name, field.GetValue(item).ToString());
|
||||||
|
nodes = newNode.Nodes;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
120
COP/PutincevLibrary/TreeViewControl.resx
Normal file
120
COP/PutincevLibrary/TreeViewControl.resx
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
96
COP/WinForms/Form1.Designer.cs
generated
96
COP/WinForms/Form1.Designer.cs
generated
@ -20,20 +20,88 @@
|
|||||||
base.Dispose(disposing);
|
base.Dispose(disposing);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Windows Form Designer generated code
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Required method for Designer support - do not modify
|
/// Required method for Designer support - do not modify
|
||||||
/// the contents of this method with the code editor.
|
/// the contents of this method with the code editor.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
buttonClearList = new Button();
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
buttonFillCheckedList = new Button();
|
||||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
checkedListBoxControl = new PutincevLibrary.CheckedListBoxControl();
|
||||||
this.Text = "Form1";
|
treeViewControl = new PutincevLibrary.TreeViewControl();
|
||||||
}
|
dateTimePickerControl = new PutincevLibrary.DateTimePickerControl();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// buttonClearList
|
||||||
|
//
|
||||||
|
buttonClearList.Location = new Point(150, 149);
|
||||||
|
buttonClearList.Margin = new Padding(3, 4, 3, 4);
|
||||||
|
buttonClearList.Name = "buttonClearList";
|
||||||
|
buttonClearList.Size = new Size(86, 31);
|
||||||
|
buttonClearList.TabIndex = 4;
|
||||||
|
buttonClearList.Text = "Очистить";
|
||||||
|
buttonClearList.UseVisualStyleBackColor = true;
|
||||||
|
buttonClearList.Click += buttonClearList_Click;
|
||||||
|
//
|
||||||
|
// buttonFillCheckedList
|
||||||
|
//
|
||||||
|
buttonFillCheckedList.Location = new Point(44, 149);
|
||||||
|
buttonFillCheckedList.Margin = new Padding(3, 4, 3, 4);
|
||||||
|
buttonFillCheckedList.Name = "buttonFillCheckedList";
|
||||||
|
buttonFillCheckedList.Size = new Size(100, 31);
|
||||||
|
buttonFillCheckedList.TabIndex = 3;
|
||||||
|
buttonFillCheckedList.Text = "Заполнить";
|
||||||
|
buttonFillCheckedList.UseVisualStyleBackColor = true;
|
||||||
|
buttonFillCheckedList.Click += buttonFillCheckedList_Click;
|
||||||
|
//
|
||||||
|
// checkedListBoxControl
|
||||||
|
//
|
||||||
|
checkedListBoxControl.Location = new Point(48, 14);
|
||||||
|
checkedListBoxControl.Name = "checkedListBoxControl";
|
||||||
|
checkedListBoxControl.Size = new Size(188, 117);
|
||||||
|
checkedListBoxControl.TabIndex = 5;
|
||||||
|
//
|
||||||
|
// treeViewControl
|
||||||
|
//
|
||||||
|
treeViewControl.hierarchy = null;
|
||||||
|
treeViewControl.Location = new Point(570, 12);
|
||||||
|
treeViewControl.Name = "treeViewControl";
|
||||||
|
treeViewControl.Size = new Size(188, 188);
|
||||||
|
treeViewControl.TabIndex = 7;
|
||||||
|
//
|
||||||
|
// dateTimePickerControl
|
||||||
|
//
|
||||||
|
dateTimePickerControl.Location = new Point(278, 38);
|
||||||
|
dateTimePickerControl.MaxValue = null;
|
||||||
|
dateTimePickerControl.MinValue = null;
|
||||||
|
dateTimePickerControl.Name = "dateTimePickerControl";
|
||||||
|
dateTimePickerControl.Size = new Size(188, 32);
|
||||||
|
dateTimePickerControl.TabIndex = 8;
|
||||||
|
//
|
||||||
|
// Form1
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(800, 450);
|
||||||
|
Controls.Add(dateTimePickerControl);
|
||||||
|
Controls.Add(treeViewControl);
|
||||||
|
Controls.Add(checkedListBoxControl);
|
||||||
|
Controls.Add(buttonClearList);
|
||||||
|
Controls.Add(buttonFillCheckedList);
|
||||||
|
Name = "Form1";
|
||||||
|
Text = "Form1";
|
||||||
|
ResumeLayout(false);
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
|
||||||
|
private Button buttonClearList;
|
||||||
|
private Button buttonFillCheckedList;
|
||||||
|
private PutincevLibrary.CheckedListBoxControl checkedListBoxControl;
|
||||||
|
private PutincevLibrary.TreeViewControl treeViewControl;
|
||||||
|
private PutincevLibrary.DateTimePickerControl dateTimePickerControl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,52 @@
|
|||||||
|
using WinForms.TestClasses;
|
||||||
|
using PutincevLibrary;
|
||||||
|
|
||||||
namespace WinForms
|
namespace WinForms
|
||||||
{
|
{
|
||||||
public partial class Form1 : Form
|
public partial class Form1 : Form
|
||||||
{
|
{
|
||||||
public Form1()
|
List<User> users = new List<User>();
|
||||||
{
|
public Form1()
|
||||||
InitializeComponent();
|
{
|
||||||
}
|
DateTime min = DateTime.Parse("2009-05-08");
|
||||||
}
|
DateTime max = DateTime.Today;
|
||||||
|
User user1 = new User("Ïåòðîâ Í.Ñ", "Ïîëüçîâàòåëü", "Ðîññèÿ");
|
||||||
|
User user2 = new User("Ñåðãååâ Í.Ï", "Ïîëüçîâàòåëü", "Ôðàíöèÿ");
|
||||||
|
User user3 = new User("Âðó÷èí Ï.Ê", "Àäìèíèñòðàòîð", "Íîâàÿ Çåëàíäèÿ");
|
||||||
|
User user4 = new User("Ïåòðîâ Í.Ñ", "Àäìèíèñòðàòîð", "ÑØÀ");
|
||||||
|
User user5 = new User("Ïåòðîâ Í.Ñ", "Ñóïåðàäìèíèñòðàòîð", "Ãåðìàíèÿ");
|
||||||
|
users.Add(user1);
|
||||||
|
users.Add(user2);
|
||||||
|
users.Add(user3);
|
||||||
|
users.Add(user4);
|
||||||
|
users.Add(user5);
|
||||||
|
InitializeComponent();
|
||||||
|
dateTimePickerControl.MaxValue = max;
|
||||||
|
dateTimePickerControl.MinValue = min;
|
||||||
|
treeViewControl.hierarchy = new List<(string, bool)> { ("Country", false), ("AccessLevel", false), ("FIO", false) };
|
||||||
|
foreach (User user in users)
|
||||||
|
{
|
||||||
|
treeViewControl.addItems(users);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonFillCheckedList_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
List<string> list = new List<string>();
|
||||||
|
list.Add("Êóðèöà");
|
||||||
|
list.Add("ßéöî");
|
||||||
|
list.Add("Äèêîáðàç");
|
||||||
|
list.Add("Îáåçüÿíà");
|
||||||
|
list.Add("×åëîâåê");
|
||||||
|
checkedListBoxControl.SetCheckedListBoxValues(list);
|
||||||
|
|
||||||
|
checkedListBoxControl.CheckedItem = list[2];
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonClearList_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
checkedListBoxControl.ClearCheckedListBoxValues();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
167
COP/WinForms/FormNoVisual.Designer.cs
generated
Normal file
167
COP/WinForms/FormNoVisual.Designer.cs
generated
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
namespace WinForms
|
||||||
|
{
|
||||||
|
partial class FormNoVisual
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
textBoxFilePath = new TextBox();
|
||||||
|
buttonSetFilePath = new Button();
|
||||||
|
textBoxTitle = new TextBox();
|
||||||
|
listBoxImages = new ListBox();
|
||||||
|
buttonCreateExcelFile = new Button();
|
||||||
|
buttonAddImage = new Button();
|
||||||
|
buttonClearImages = new Button();
|
||||||
|
buttonCreateExcelWithPieDiagram = new Button();
|
||||||
|
componentExcelWithPieDiagram1 = new PutincevLibrary.ComponentExcelWithPieDiagram(components);
|
||||||
|
componentExcelWithImage1 = new PutincevLibrary.ComponentExcelWithImage(components);
|
||||||
|
buttonCreateExcelWithTable = new Button();
|
||||||
|
componentExcelWithTable1 = new PutincevLibrary.ComponentExcelWithTable(components);
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// textBoxFilePath
|
||||||
|
//
|
||||||
|
textBoxFilePath.Location = new Point(12, 12);
|
||||||
|
textBoxFilePath.Name = "textBoxFilePath";
|
||||||
|
textBoxFilePath.PlaceholderText = "Путь к файлу";
|
||||||
|
textBoxFilePath.ReadOnly = true;
|
||||||
|
textBoxFilePath.Size = new Size(248, 27);
|
||||||
|
textBoxFilePath.TabIndex = 0;
|
||||||
|
//
|
||||||
|
// buttonSetFilePath
|
||||||
|
//
|
||||||
|
buttonSetFilePath.Location = new Point(275, 10);
|
||||||
|
buttonSetFilePath.Name = "buttonSetFilePath";
|
||||||
|
buttonSetFilePath.Size = new Size(94, 29);
|
||||||
|
buttonSetFilePath.TabIndex = 1;
|
||||||
|
buttonSetFilePath.Text = "Выбрать";
|
||||||
|
buttonSetFilePath.UseVisualStyleBackColor = true;
|
||||||
|
buttonSetFilePath.Click += buttonSetFilePath_Click;
|
||||||
|
//
|
||||||
|
// textBoxTitle
|
||||||
|
//
|
||||||
|
textBoxTitle.Location = new Point(12, 45);
|
||||||
|
textBoxTitle.Name = "textBoxTitle";
|
||||||
|
textBoxTitle.PlaceholderText = "Заголовок";
|
||||||
|
textBoxTitle.Size = new Size(357, 27);
|
||||||
|
textBoxTitle.TabIndex = 2;
|
||||||
|
//
|
||||||
|
// listBoxImages
|
||||||
|
//
|
||||||
|
listBoxImages.FormattingEnabled = true;
|
||||||
|
listBoxImages.ItemHeight = 20;
|
||||||
|
listBoxImages.Location = new Point(12, 127);
|
||||||
|
listBoxImages.Name = "listBoxImages";
|
||||||
|
listBoxImages.Size = new Size(357, 104);
|
||||||
|
listBoxImages.TabIndex = 3;
|
||||||
|
//
|
||||||
|
// buttonCreateExcelFile
|
||||||
|
//
|
||||||
|
buttonCreateExcelFile.Location = new Point(12, 272);
|
||||||
|
buttonCreateExcelFile.Name = "buttonCreateExcelFile";
|
||||||
|
buttonCreateExcelFile.Size = new Size(357, 29);
|
||||||
|
buttonCreateExcelFile.TabIndex = 4;
|
||||||
|
buttonCreateExcelFile.Text = "Создать Excel файл с картинкой";
|
||||||
|
buttonCreateExcelFile.UseVisualStyleBackColor = true;
|
||||||
|
buttonCreateExcelFile.Click += buttonCreateExcelFile_Click;
|
||||||
|
//
|
||||||
|
// buttonAddImage
|
||||||
|
//
|
||||||
|
buttonAddImage.Location = new Point(12, 237);
|
||||||
|
buttonAddImage.Name = "buttonAddImage";
|
||||||
|
buttonAddImage.Size = new Size(257, 29);
|
||||||
|
buttonAddImage.TabIndex = 5;
|
||||||
|
buttonAddImage.Text = "Добавить изображение";
|
||||||
|
buttonAddImage.UseVisualStyleBackColor = true;
|
||||||
|
buttonAddImage.Click += buttonAddImage_Click;
|
||||||
|
//
|
||||||
|
// buttonClearImages
|
||||||
|
//
|
||||||
|
buttonClearImages.Location = new Point(275, 237);
|
||||||
|
buttonClearImages.Name = "buttonClearImages";
|
||||||
|
buttonClearImages.Size = new Size(94, 29);
|
||||||
|
buttonClearImages.TabIndex = 6;
|
||||||
|
buttonClearImages.Text = "Очистить";
|
||||||
|
buttonClearImages.UseVisualStyleBackColor = true;
|
||||||
|
buttonClearImages.Click += buttonClearImages_Click;
|
||||||
|
//
|
||||||
|
// buttonCreateExcelWithPieDiagram
|
||||||
|
//
|
||||||
|
buttonCreateExcelWithPieDiagram.Location = new Point(401, 12);
|
||||||
|
buttonCreateExcelWithPieDiagram.Name = "buttonCreateExcelWithPieDiagram";
|
||||||
|
buttonCreateExcelWithPieDiagram.Size = new Size(300, 29);
|
||||||
|
buttonCreateExcelWithPieDiagram.TabIndex = 12;
|
||||||
|
buttonCreateExcelWithPieDiagram.Text = "Создать Excel файл с диаграммой";
|
||||||
|
buttonCreateExcelWithPieDiagram.UseVisualStyleBackColor = true;
|
||||||
|
buttonCreateExcelWithPieDiagram.Click += buttonCreateExcelWithPieDiagram_Click;
|
||||||
|
//
|
||||||
|
// buttonCreateExcelWithTable
|
||||||
|
//
|
||||||
|
buttonCreateExcelWithTable.Location = new Point(401, 86);
|
||||||
|
buttonCreateExcelWithTable.Name = "buttonCreateExcelWithTable";
|
||||||
|
buttonCreateExcelWithTable.Size = new Size(300, 28);
|
||||||
|
buttonCreateExcelWithTable.TabIndex = 13;
|
||||||
|
buttonCreateExcelWithTable.Text = "Создать Excel файл с таблицей\r\n";
|
||||||
|
buttonCreateExcelWithTable.UseVisualStyleBackColor = true;
|
||||||
|
buttonCreateExcelWithTable.Click += buttonCreateExcelWithTable_Click;
|
||||||
|
//
|
||||||
|
// FormNoVisual
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(1054, 446);
|
||||||
|
Controls.Add(buttonCreateExcelWithTable);
|
||||||
|
Controls.Add(buttonCreateExcelWithPieDiagram);
|
||||||
|
Controls.Add(buttonClearImages);
|
||||||
|
Controls.Add(buttonAddImage);
|
||||||
|
Controls.Add(buttonCreateExcelFile);
|
||||||
|
Controls.Add(listBoxImages);
|
||||||
|
Controls.Add(textBoxTitle);
|
||||||
|
Controls.Add(buttonSetFilePath);
|
||||||
|
Controls.Add(textBoxFilePath);
|
||||||
|
Name = "FormNoVisual";
|
||||||
|
Text = "FormNoVisual";
|
||||||
|
ResumeLayout(false);
|
||||||
|
PerformLayout();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private TextBox textBoxFilePath;
|
||||||
|
private Button buttonSetFilePath;
|
||||||
|
private TextBox textBoxTitle;
|
||||||
|
private ListBox listBoxImages;
|
||||||
|
private Button buttonCreateExcelFile;
|
||||||
|
private Button buttonAddImage;
|
||||||
|
private Button buttonClearImages;
|
||||||
|
private Button buttonCreateExcelWithPieDiagram;
|
||||||
|
private PutincevLibrary.ComponentExcelWithPieDiagram componentExcelWithPieDiagram1;
|
||||||
|
private PutincevLibrary.ComponentExcelWithImage componentExcelWithImage1;
|
||||||
|
private Button buttonCreateExcelWithTable;
|
||||||
|
private PutincevLibrary.ComponentExcelWithTable componentExcelWithTable1;
|
||||||
|
}
|
||||||
|
}
|
152
COP/WinForms/FormNoVisual.cs
Normal file
152
COP/WinForms/FormNoVisual.cs
Normal file
@ -0,0 +1,152 @@
|
|||||||
|
using PutincevLibrary;
|
||||||
|
using PutincevLibrary.Info;
|
||||||
|
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
|
||||||
|
using PutincevLibrary.Enums;
|
||||||
|
using OfficeOpenXml.Table;
|
||||||
|
|
||||||
|
namespace WinForms
|
||||||
|
{
|
||||||
|
public partial class FormNoVisual : Form
|
||||||
|
{
|
||||||
|
|
||||||
|
public FormNoVisual()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonCreateExcelFile_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
string[] list = new string[listBoxImages.Items.Count];
|
||||||
|
for (int i = 0; i < listBoxImages.Items.Count; i++)
|
||||||
|
{
|
||||||
|
list[i] = listBoxImages.Items[i].ToString();
|
||||||
|
}
|
||||||
|
try
|
||||||
|
{
|
||||||
|
componentExcelWithImage1.CreateExcelWithImages(textBoxFilePath.Text, textBoxTitle.Text, list);
|
||||||
|
MessageBox.Show("Файл успешно создан", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show($"Ошибка при создании файла:\n{ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonSetFilePath_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var filePath = string.Empty;
|
||||||
|
|
||||||
|
using (SaveFileDialog saveFileDialog = new SaveFileDialog())
|
||||||
|
{
|
||||||
|
saveFileDialog.InitialDirectory = "d:\\tmp";
|
||||||
|
saveFileDialog.Filter = "Excel files (*.xlsx)|*.xlsx|All files (*.*)|*.*";
|
||||||
|
saveFileDialog.FilterIndex = 1;
|
||||||
|
saveFileDialog.RestoreDirectory = true;
|
||||||
|
|
||||||
|
if (saveFileDialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
filePath = saveFileDialog.FileName;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!string.IsNullOrEmpty(filePath))
|
||||||
|
{
|
||||||
|
textBoxFilePath.Text = filePath;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
textBoxFilePath.Text = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonAddImage_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var filePath = string.Empty;
|
||||||
|
|
||||||
|
using (OpenFileDialog openFileDialog = new OpenFileDialog())
|
||||||
|
{
|
||||||
|
openFileDialog.InitialDirectory = "d:\\tmp";
|
||||||
|
openFileDialog.Filter = "Image files (*.jpeg;*.jpg;*.png)|*.jpeg;*.jpg;*.png|All files (*.*)|*.*";
|
||||||
|
openFileDialog.FilterIndex = 1;
|
||||||
|
openFileDialog.RestoreDirectory = true;
|
||||||
|
|
||||||
|
if (openFileDialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
filePath = openFileDialog.FileName;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!string.IsNullOrEmpty(filePath))
|
||||||
|
{
|
||||||
|
listBoxImages.Items.Add(filePath);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonClearImages_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
listBoxImages.Items.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonCreateExcelWithPieDiagram_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
ComponentExcelWithPieDiagram chart = new();
|
||||||
|
|
||||||
|
LegendPosition legend = new();
|
||||||
|
var data = new List<DataItem>()
|
||||||
|
{
|
||||||
|
new DataItem() { Name = "Собаки", Value = 40 },
|
||||||
|
new DataItem() { Name = "Кошки", Value = 30 },
|
||||||
|
new DataItem() { Name = "Хомячки", Value = 20 },
|
||||||
|
new DataItem() { Name = "Люди", Value = 50 }
|
||||||
|
};
|
||||||
|
ExcelChartInfo info = new("E:\\testchart.xlsx", "My Document", "My Chart", legend, data);
|
||||||
|
try
|
||||||
|
{
|
||||||
|
chart.GenerateDocument(info);
|
||||||
|
MessageBox.Show("Сохарнено успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка",
|
||||||
|
MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonCreateExcelWithTable_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
ComponentExcelWithTable table = new();
|
||||||
|
var data = new List<Employee2>
|
||||||
|
{
|
||||||
|
new Employee2 { Id = 1, Name = "Даниил", Surname = "Путинцев", Age = "20", Department = "IT", Position = "Уборщик" },
|
||||||
|
new Employee2 { Id = 2, Name = "Илья", Surname = "Родионов", Age = "19", Department = "Design", Position = "Работник" },
|
||||||
|
};
|
||||||
|
Dictionary<string, (List<(string, string)>, List<int>)> headers = new()
|
||||||
|
{
|
||||||
|
{ "ID", (new List<(string, string)> { ("Id", "Идентификатор") }, new List<int> { 30 }) },
|
||||||
|
{ "Личные данные", (new List<(string, string)> { ("Name", "Имя"), ("Surname", "Фамилия"), ("Age", "Возраст") }, new List<int> { 25, 25, 25 }) },
|
||||||
|
{ "Работа", (new List<(string, string)> { ("Department", "Отдел"), ("Position", "Должность") }, new List<int> { 25, 25 }) }
|
||||||
|
};
|
||||||
|
|
||||||
|
ExcelTableInfo<Employee2> info = new("E:\\table.xlsx", "My Document", data, headers);
|
||||||
|
try
|
||||||
|
{
|
||||||
|
table.GenerateDocument(info);
|
||||||
|
MessageBox.Show("Сохарнено успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка",
|
||||||
|
MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public class Employee2
|
||||||
|
{
|
||||||
|
public int? Id { get; set; }
|
||||||
|
public string? Name { get; set; } = string.Empty;
|
||||||
|
public string? Surname { get; set; } = string.Empty;
|
||||||
|
public string? Age { get; set; } = string.Empty;
|
||||||
|
public string? Department { get; set; } = string.Empty;
|
||||||
|
public string? Position { get; set; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
129
COP/WinForms/FormNoVisual.resx
Normal file
129
COP/WinForms/FormNoVisual.resx
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="componentExcelWithPieDiagram1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="componentExcelWithImage1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>300, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="componentExcelWithTable1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>547, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
@ -11,7 +11,7 @@ namespace WinForms
|
|||||||
// To customize application configuration such as set high DPI settings or default font,
|
// To customize application configuration such as set high DPI settings or default font,
|
||||||
// see https://aka.ms/applicationconfiguration.
|
// see https://aka.ms/applicationconfiguration.
|
||||||
ApplicationConfiguration.Initialize();
|
ApplicationConfiguration.Initialize();
|
||||||
Application.Run(new Form1());
|
Application.Run(new FormNoVisual());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
22
COP/WinForms/TestClasses/User.cs
Normal file
22
COP/WinForms/TestClasses/User.cs
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using PutincevLibrary.Attributes;
|
||||||
|
namespace WinForms.TestClasses
|
||||||
|
{
|
||||||
|
public class User
|
||||||
|
{
|
||||||
|
[AlwaysCreate]
|
||||||
|
public string FIO { get; set; }
|
||||||
|
public string AccessLevel { get; set; }
|
||||||
|
public string Country { get; set; }
|
||||||
|
public User(string fio, string acc, string cou) {
|
||||||
|
FIO = fio;
|
||||||
|
AccessLevel = acc;
|
||||||
|
Country = cou;
|
||||||
|
}
|
||||||
|
public User() { }
|
||||||
|
}
|
||||||
|
}
|
@ -8,4 +8,8 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PutincevLibrary\PutincevLibrary.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user