我从来没有尝试在没有 GUI 设计器的情况下制作 GUI,现在我正在学习如何使用Palm OS Programming: The Developers Guide开发 Palm OS 应用程序。在它上面我有这段代码,它是一些 GUI 项目的声明:
#define HelloWorldForm 1000
#define HelloWorldButtonButton 1003
#define HelloWorldMenuBar 1000
#define GoodnightMoonAlert 1101
#define FirstBeep 1010
#define SecondBeepmore 1000
我想知道一些事情:
- 我需要按某种顺序执行此操作吗?
- 为什么我需要申报这个数字?
- 他们将在什么方面帮助我?
- 他们有什么与他们的物品类型有关的东西吗?