73 lines
2.6 KiB
C
73 lines
2.6 KiB
C
//
|
|
// Palm App Name: "BtApp"
|
|
//
|
|
// Palm App Version: "1.0"
|
|
|
|
|
|
// Resource: tFRM 1000
|
|
#define MainForm 1000 //(Left Origin = 0, Top Origin = 0, Width = 160, Height = 160, Usable = 1, Modal = 0, Save Behind = 0, Help ID = 0, Menu Bar ID = 1000, Default Button ID = 0)
|
|
|
|
// Resource: tFRM 1100
|
|
#define AboutForm 1100 //(Left Origin = 2, Top Origin = 2, Width = 156, Height = 156, Usable = 1, Modal = 1, Save Behind = 1, Help ID = 0, Menu Bar ID = 0, Default Button ID = 0)
|
|
#define AboutOKButton 1105 //(Left Origin = 58, Top Origin = 139, Width = 40, Height = 12, Usable = 1, Anchor Left = 1, Frame = 1, Non-bold Frame = 1, Font = Standard)
|
|
#define AboutTitleLabel 1102 //(Left Origin = 54, Top Origin = 25, Usable = 1, Font = Bold 12)
|
|
#define AboutText1Label 1103 //(Left Origin = 23, Top Origin = 54, Usable = 1, Font = Standard)
|
|
#define AboutText2Label 1104 //(Left Origin = 50, Top Origin = 104, Usable = 1, Font = Bold)
|
|
|
|
// Resource: MainForm field
|
|
#define MainLogField 1001
|
|
|
|
// Resource: MainForm button
|
|
#define MainClientButton 1000
|
|
#define MainServerButton 1002
|
|
#define MainSendDataButton 1004
|
|
#define MainReceiveButton 1003
|
|
#define MainClosePortButton 1006
|
|
#define MainFileBrowseButton 1007
|
|
#define MainFileLabel 1008
|
|
#define MainFileField 1010
|
|
|
|
// Resource: Talt 1001
|
|
#define RomIncompatibleAlert 1001
|
|
#define RomIncompatibleOK 0
|
|
|
|
|
|
// Resource: MBAR 1000
|
|
#define MainFormMenuBar 1000
|
|
|
|
|
|
// Resource: MENU 1000
|
|
#define MainOptionsMenu 1000
|
|
#define MainOptionsAboutStarterApp 1000
|
|
|
|
|
|
// Resource: PICT 1001
|
|
#define Bitmap 1001
|
|
|
|
// Resource: PICT 1002
|
|
#define Bitmap2 1002
|
|
|
|
// Resource: PICT 1008
|
|
#define Bitmap3 1008
|
|
|
|
// Resource: PICT 1011
|
|
#define Bitmap4 1011
|
|
|
|
// Resource: PICT 1012
|
|
#define Bitmap5 1012
|
|
|
|
// Resource: PICT 1018
|
|
#define Bitmap6 1018
|
|
|
|
|
|
// Resource: taif 1000
|
|
#define Largeicons12and8bitsAppIconFamily 1000
|
|
|
|
// Resource: taif 1001
|
|
#define Smallicons12and8bitsAppIconFamily 1001
|
|
|
|
// Missing Bluetooth components alert
|
|
#define MissingBtComponentsAlert 1000
|
|
|
|
|