Resources

Sales.rcp

/* Copyright (c) 1998-2001, Neil Rhodes and Julie McKeehan neil@pobox.com All rights reserved. From the book "Palm OS Programming (2nd edition)" by O'Reilly. Permission granted to use this file however you see fit. */ #include "SalesRsc.h" FORM ID CustomersForm AT (0 0 160 160) MENUID CustomersNoSendMenuBar BEGIN TITLE "Sales" LIST "" ID CustomersCustomersList AT (0 15 160 132) ENABLED FONT 0 END FORM ID OrderForm AT (0 0 160 160) MENUID OrderMenuBar BEGIN TITLE "Order" POPUPTRIGGER "" ID OrderItem1Popup AT (5 kFirstFieldTop 90 AUTO) RIGHTANCHOR FONT 0 POPUPLIST ID OrderItem1Popup OrderProductsList POPUPTRIGGER "" ID OrderItem2Popup AT (PREVLEFT PREVBOTTOM+3 PREVWIDTH PREVHEIGHT) RIGHTANCHOR FONT 0 POPUPLIST ID OrderItem2Popup OrderProductsList POPUPTRIGGER "" ID OrderItem3Popup AT (PREVLEFT PREVBOTTOM+3 PREVWIDTH PREVHEIGHT) RIGHTANCHOR FONT 0 POPUPLIST ID OrderItem3Popup OrderProductsList POPUPTRIGGER "" ID OrderItem4Popup AT (PREVLEFT PREVBOTTOM+3 PREVWIDTH PREVHEIGHT) RIGHTANCHOR FONT 0 POPUPLIST ID OrderItem4Popup OrderProductsList POPUPTRIGGER "" ID OrderItem5Popup AT (PREVLEFT PREVBOTTOM+3 PREVWIDTH PREVHEIGHT) RIGHTANCHOR FONT 0 POPUPLIST ID OrderItem5Popup OrderProductsList POPUPTRIGGER "" ID OrderItem6Popup AT (PREVLEFT PREVBOTTOM+3 PREVWIDTH PREVHEIGHT) RIGHTANCHOR FONT 0 POPUPLIST ID OrderItem6Popup OrderProductsList POPUPTRIGGER "" ID OrderItem7Popup AT (PREVLEFT PREVBOTTOM+3 PREVWIDTH PREVHEIGHT) RIGHTANCHOR FONT 0 LIST "" ID OrderProductsList AT ...

Get Palm OS Programming, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.