object Core: TCore OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy OldCreateOrder = False Height = 491 HorizontalOffset = 838 VerticalOffset = 420 Width = 857 object ActionList1: TActionList Images = ImageList1 left = 201 top = 160 object AFileNew: TAction Category = 'File' Caption = 'New...' OnExecute = AFileNewExecute end 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 AFileOpen: TAction Category = 'File' Caption = 'Open...' OnExecute = AFileOpenExecute end object AFileClose: TAction Category = 'File' Caption = 'Close' OnExecute = AFileCloseExecute end object AFileSave: TAction Category = 'File' Caption = 'Save' OnExecute = AFileSaveExecute 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 end object ImageList1: TImageList left = 200 top = 240 end object OpenPictureDialog1: TOpenPictureDialog left = 462 top = 126 end object SavePictureDialog1: TSavePictureDialog left = 462 top = 208 end object PersistentForm1: TPersistentForm MinVisiblePart = 50 EntireVisible = False left = 64 top = 48 end object ApplicationInfo1: TApplicationInfo Identification = 1 VersionMajor = 1 VersionMinor = 0 VersionBugFix = 0 VersionSuffix = 'alfa' CompanyName = 'Chronosoft' HomePage = 'http://svn.zdechov.net/svn/LibrePaint' AuthorsName = 'Chronos' EmailContact = 'robie@centrum.cz' AppName = 'LibrePaint' ReleaseDate = 42726 RegistryKey = '\Software\Chronosoft\LibrePaint' RegistryRoot = rrKeyCurrentUser License = 'CC0' left = 62 top = 133 end end