Click here to Skip to main content
15,886,072 members
Articles / Mobile Apps / Android

Gynoid: Framework for Mobile Development

Rate me:
Please Sign up or sign in to vote.
4.97/5 (13 votes)
29 May 2009LGPL37 min read 40.6K   537   41  
Gynoid is a wrapper around mobile phone APIs (WinCE, symbian, iPhone)
  • addrbook_bin.zip
    • addrbook.exe
  • addrbook_src.zip
    • addrbook_src
      • addrbook
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
          • tmp
            • prop-base
            • props
            • text-base
        • build
          • .svn
            • all-wcprops
            • entries
            • prop-base
            • props
            • text-base
            • tmp
              • prop-base
              • props
              • text-base
          • vc200x-ce
            • .svn
              • all-wcprops
              • entries
              • prop-base
                • addrbook.sln.svn-base
                • addrbook.vcproj.svn-base
              • props
              • text-base
                • addrbook.sln.svn-base
                • addrbook.vcproj.svn-base
              • tmp
                • prop-base
                • props
                • text-base
            • addrbook.sln
            • addrbook.vcproj
        • res
          • .svn
            • all-wcprops
            • entries
            • prop-base
              • addrbook.ico.svn-base
              • addrbookppc.rc.svn-base
              • addrbookppc.rc2.svn-base
            • props
            • text-base
              • addrbook.ico.svn-base
              • addrbookppc.rc.svn-base
              • addrbookppc.rc2.svn-base
            • tmp
              • prop-base
              • props
              • text-base
          • addrbook.ico
          • addrbookppc.rc
          • addrbookppc.rc2
          • arrow.ico
          • RCa10548
          • RCb10548
        • src
          • .svn
            • all-wcprops
            • entries
            • prop-base
              • AboutDlg.h.svn-base
              • addrbook.cpp.svn-base
              • AddrbookFrame.h.svn-base
              • AddrbookView.h.svn-base
              • atltouch.h.svn-base
              • ContactView.h.svn-base
              • Gynoid.AddrBook.cpp.svn-base
              • Gynoid.AddrBook.h.svn-base
              • resourceppc.h.svn-base
              • stdafx.cpp.svn-base
              • stdafx.h.svn-base
            • props
            • text-base
              • AboutDlg.h.svn-base
              • addrbook.cpp.svn-base
              • AddrbookFrame.h.svn-base
              • AddrbookView.h.svn-base
              • atltouch.h.svn-base
              • ContactView.h.svn-base
              • Gynoid.AddrBook.cpp.svn-base
              • Gynoid.AddrBook.h.svn-base
              • resourceppc.h.svn-base
              • stdafx.cpp.svn-base
              • stdafx.h.svn-base
            • tmp
              • prop-base
              • props
              • text-base
          • AboutDlg.h
          • addrbook.cpp
          • AddrbookFrame.h
          • AddrbookView.h
          • atltouch.h
          • ContactView.h
          • resourceppc.h
          • stdafx.cpp
          • stdafx.h
/////////////////////////////////////////////////////////////////////////////
//
// Menubars for standard dialogs declared in atlresce.h
//

ATL_IDM_MENU_DONE RCDATA 
BEGIN
    ATL_IDM_MENU_DONE, 1,
    I_IMAGENONE, ID_MENU_OK, TBSTATE_ENABLED, TBSTYLE_AUTOSIZE, 
    ID_MENU_OK, 0, NOMENU,
END


ATL_IDM_MENU_CANCEL RCDATA 
BEGIN
    ATL_IDM_MENU_CANCEL, 1,
    I_IMAGENONE, ID_MENU_CANCEL, TBSTATE_ENABLED, TBSTYLE_AUTOSIZE, 
    ID_MENU_CANCEL, 0, NOMENU,
END


ATL_IDM_MENU_DONECANCEL RCDATA 
BEGIN
    ATL_IDM_MENU_DONECANCEL, 2,
    I_IMAGENONE, ID_MENU_OK, TBSTATE_ENABLED, TBSTYLE_AUTOSIZE, 
    ID_MENU_OK, 0, NOMENU,
    I_IMAGENONE, ID_MENU_CANCEL, TBSTATE_ENABLED, TBSTYLE_AUTOSIZE, 
    ID_MENU_CANCEL, 0, NOMENU,
END

ATL_IDW_MENU_BAR SHMENUBAR DISCARDABLE 
BEGIN
    IDR_MAINFRAME, 
	2,
    I_IMAGENONE, ID_ACTION, TBSTATE_ENABLED, TBSTYLE_AUTOSIZE, ID_ACTION, 0, NOMENU,
    I_IMAGENONE, ID_MENU, TBSTATE_ENABLED, TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, ID_MENU, 0, 0,
END



By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer Smartmobili
France France
I have founded a company specialized in mobile development and I am always trying to develop multi-platform things.
I am currently looking for new interesting job, so if you need someone please let me know.

Comments and Discussions