{"id":22862481,"url":"https://github.com/tomi77/paint","last_synced_at":"2025-03-31T08:46:19.739Z","repository":{"id":139070454,"uuid":"183823673","full_name":"tomi77/paint","owner":"tomi77","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-27T21:36:48.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T13:20:04.195Z","etag":null,"topics":["visual-cpp"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomi77.png","metadata":{"files":{"readme":"ReadMe.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-27T21:34:36.000Z","updated_at":"2019-04-29T11:42:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"289482a0-e30a-400c-b112-7b4e6fc32fa0","html_url":"https://github.com/tomi77/paint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fpaint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fpaint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fpaint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fpaint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomi77","download_url":"https://codeload.github.com/tomi77/paint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443525,"owners_count":20778247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["visual-cpp"],"created_at":"2024-12-13T10:13:40.540Z","updated_at":"2025-03-31T08:46:19.720Z","avatar_url":"https://github.com/tomi77.png","language":"C++","readme":"========================================================================\n       MICROSOFT FOUNDATION CLASS LIBRARY : Paint\n========================================================================\n\n\nAppWizard has created this Paint application for you.  This application\nnot only demonstrates the basics of using the Microsoft Foundation classes\nbut is also a starting point for writing your application.\n\nThis file contains a summary of what you will find in each of the files that\nmake up your Paint application.\n\nPaint.dsp\n    This file (the project file) contains information at the project level and\n    is used to build a single project or subproject. Other users can share the\n    project (.dsp) file, but they should export the makefiles locally.\n\nPaint.h\n    This is the main header file for the application.  It includes other\n    project specific headers (including Resource.h) and declares the\n    CPaintApp application class.\n\nPaint.cpp\n    This is the main application source file that contains the application\n    class CPaintApp.\n\nPaint.rc\n    This is a listing of all of the Microsoft Windows resources that the\n    program uses.  It includes the icons, bitmaps, and cursors that are stored\n    in the RES subdirectory.  This file can be directly edited in Microsoft\n\tVisual C++.\n\nPaint.clw\n    This file contains information used by ClassWizard to edit existing\n    classes or add new classes.  ClassWizard also uses this file to store\n    information needed to create and edit message maps and dialog data\n    maps and to create prototype member functions.\n\nres\\Paint.ico\n    This is an icon file, which is used as the application's icon.  This\n    icon is included by the main resource file Paint.rc.\n\nres\\Paint.rc2\n    This file contains resources that are not edited by Microsoft \n\tVisual C++.  You should place all resources not editable by\n\tthe resource editor in this file.\n\nPaint.reg\n    This is an example .REG file that shows you the kind of registration\n    settings the framework will set for you.  You can use this as a .REG\n    file to go along with your application or just delete it and rely\n    on the default RegisterShellFileTypes registration.\n\n\n\n/////////////////////////////////////////////////////////////////////////////\n\nFor the main frame window:\n\nMainFrm.h, MainFrm.cpp\n    These files contain the frame class CMainFrame, which is derived from\n    CFrameWnd and controls all SDI frame features.\n\nres\\Toolbar.bmp\n    This bitmap file is used to create tiled images for the toolbar.\n    The initial toolbar and status bar are constructed in the CMainFrame\n    class. Edit this toolbar bitmap using the resource editor, and\n    update the IDR_MAINFRAME TOOLBAR array in Paint.rc to add\n    toolbar buttons.\n/////////////////////////////////////////////////////////////////////////////\n\nAppWizard creates one document type and one view:\n\nPaintDoc.h, PaintDoc.cpp - the document\n    These files contain your CPaintDoc class.  Edit these files to\n    add your special document data and to implement file saving and loading\n    (via CPaintDoc::Serialize).\n\nPaintView.h, PaintView.cpp - the view of the document\n    These files contain your CPaintView class.\n    CPaintView objects are used to view CPaintDoc objects.\n\n\n\n/////////////////////////////////////////////////////////////////////////////\nOther standard files:\n\nStdAfx.h, StdAfx.cpp\n    These files are used to build a precompiled header (PCH) file\n    named Paint.pch and a precompiled types file named StdAfx.obj.\n\nResource.h\n    This is the standard header file, which defines new resource IDs.\n    Microsoft Visual C++ reads and updates this file.\n\n/////////////////////////////////////////////////////////////////////////////\nOther notes:\n\nAppWizard uses \"TODO:\" to indicate parts of the source code you\nshould add to or customize.\n\nIf your application uses MFC in a shared DLL, and your application is \nin a language other than the operating system's current language, you\nwill need to copy the corresponding localized resources MFC42XXX.DLL\nfrom the Microsoft Visual C++ CD-ROM onto the system or system32 directory,\nand rename it to be MFCLOC.DLL.  (\"XXX\" stands for the language abbreviation.\nFor example, MFC42DEU.DLL contains resources translated to German.)  If you\ndon't do this, some of the UI elements of your application will remain in the\nlanguage of the operating system.\n\n/////////////////////////////////////////////////////////////////////////////\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomi77%2Fpaint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomi77%2Fpaint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomi77%2Fpaint/lists"}