mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
WIP Clean Architecture
Windows 8.1 App Uses keepasslib v2.44 (temporarily)
This commit is contained in:
54
ModernKeePass.Domain.12/Enums/Icon.cs
Normal file
54
ModernKeePass.Domain.12/Enums/Icon.cs
Normal file
@@ -0,0 +1,54 @@
|
||||
namespace ModernKeePass.Domain.Enums
|
||||
{
|
||||
public enum Icon
|
||||
{
|
||||
Delete,
|
||||
Edit,
|
||||
Save,
|
||||
Cancel,
|
||||
Accept,
|
||||
Home,
|
||||
Camera,
|
||||
Setting,
|
||||
Mail,
|
||||
Find,
|
||||
Help,
|
||||
Clock,
|
||||
Crop,
|
||||
World,
|
||||
Flag,
|
||||
PreviewLink,
|
||||
Document,
|
||||
ProtectedDocument,
|
||||
ContactInfo,
|
||||
ViewAll,
|
||||
Rotate,
|
||||
List,
|
||||
Shop,
|
||||
BrowsePhotos,
|
||||
Caption,
|
||||
Repair,
|
||||
Page,
|
||||
Paste,
|
||||
Important,
|
||||
SlideShow,
|
||||
MapDrive,
|
||||
ContactPresence,
|
||||
Contact,
|
||||
Folder,
|
||||
View,
|
||||
Permissions,
|
||||
Map,
|
||||
CellPhone,
|
||||
OutlineStar,
|
||||
Calculator,
|
||||
Library,
|
||||
SyncFolder,
|
||||
GoToStart,
|
||||
ZeroBars,
|
||||
FourBars,
|
||||
Scan,
|
||||
ReportHacked,
|
||||
Stop
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user