Artifact c9151c0994ff2f5637c57a653f5139a810c3a51d:
- File freshlib/GUI/GUI.asm — part of check-in [df8e975d33] at 2011-02-19 22:21:50 on branch trunk — First commit for FreshIDE project. (user: JohnFound size: 399) [more...]
; includes OS specific utility procedures, data, etc. include 'progutils.asm' ; OS independent template engine. include 'ObjTemplates.asm' ; OS independent components include 'objects.asm' include 'TObject.asm' include 'TWindow.asm' include 'TApplication.asm' include 'TForm.asm' include 'TButton.asm' include 'TEdit.asm' ; OS independent main procedures. include 'Main.asm'