object Core: TCore OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy OldCreateOrder = False Height = 614 HorizontalOffset = 253 VerticalOffset = 184 Width = 1071 PPI = 120 object ActionList1: TActionList Images = ImageList1 left = 251 top = 200 object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute end object AImageClear: TAction Category = 'Image' Caption = 'Clear' OnExecute = AImageClearExecute end object AZoomIn: TAction Category = 'View' Caption = 'Zoom in' OnExecute = AZoomInExecute ShortCut = 107 end object AZoomOut: TAction Category = 'View' Caption = 'Zoom out' OnExecute = AZoomOutExecute ShortCut = 109 end object AZoomAll: TAction Category = 'View' Caption = 'Zoom all' OnExecute = AZoomAllExecute end object AZoomNormal: TAction Category = 'View' Caption = 'Zoom 100%' OnExecute = AZoomNormalExecute end object AFileNew: TAction Category = 'File' Caption = 'New...' OnExecute = AFileNewExecute ShortCut = 16462 end object AFileOpen: TAction Category = 'File' Caption = 'Open...' OnExecute = AFileOpenExecute ShortCut = 16463 end object AFileClose: TAction Category = 'File' Caption = 'Close' OnExecute = AFileCloseExecute end object AFileSave: TAction Category = 'File' Caption = 'Save' OnExecute = AFileSaveExecute ShortCut = 16467 end object AFileSaveAs: TAction Category = 'File' Caption = 'Save as...' OnExecute = AFileSaveAsExecute end object AImageRandom: TAction Category = 'Image' Caption = 'Random' OnExecute = AImageRandomExecute end object AImageFlip: TAction Category = 'Image' Caption = 'Flip' OnExecute = AImageFlipExecute end object AImageMirror: TAction Category = 'Image' Caption = 'Mirror' OnExecute = AImageMirrorExecute end object AImageGradient: TAction Category = 'Image' Caption = 'Gradient' OnExecute = AImageGradientExecute end object AImageNegative: TAction Category = 'Image' Caption = 'Negative' OnExecute = AImageNegativeExecute end object AToolPen: TAction Category = 'Tool' Caption = 'Pen' OnExecute = AToolPenExecute end object AToolMove: TAction Category = 'Tool' Caption = 'Move' OnExecute = AToolMoveExecute end object ASettings: TAction Caption = 'Settings' OnExecute = ASettingsExecute end end object ImageList1: TImageList left = 250 top = 300 end object OpenPictureDialog1: TOpenPictureDialog left = 578 top = 158 end object SavePictureDialog1: TSavePictureDialog left = 578 top = 260 end object PersistentForm1: TPersistentForm MinVisiblePart = 50 EntireVisible = False left = 80 top = 60 end object ApplicationInfo1: TApplicationInfo Identification = 1 VersionMajor = 1 VersionMinor = 0 VersionBugFix = 0 VersionSuffix = 'alfa' CompanyName = 'Chronosoft' HomePage = 'https://app.zdechov.net/LibrePaint' AuthorsName = 'Chronos' EmailContact = 'robie@centrum.cz' AppName = 'LibrePaint' ReleaseDate = 42726 RegistryKey = '\Software\Chronosoft\LibrePaint' RegistryRoot = rrKeyCurrentUser License = 'CC0' left = 78 top = 166 end object CoolTranslator1: TCoolTranslator POFilesFolder = 'Languages' left = 250 top = 72 end end