1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
#ifndef BUILDERRSC_H
#define BUILDERRSC_H
// Header generated by Constructor for Palm OS (R) 1.9.1
//
// Generated at 17:44:44 on mardi 16 mars 2004
//
// Generated for file: Builder.rsrc
//
// THIS IS AN AUTOMATICALLY GENERATED HEADER FILE
// DO NOT EDIT - CHANGES MADE TO THIS FILE WILL BE LOST
//
// Palm App Name: "ScummBuilder"
//
// 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)
#define MainBuildButton 1001 //(Left Origin = 58, Top Origin = 138, Width = 36, Height = 12, Usable = 1, Anchor Left = 1, Frame = 1, Non-bold Frame = 1, Font = Standard)
#define MainUnnamed1002Label 1002 //(Left Origin = 0, Top Origin = 17, Usable = 1, Font = Standard)
// 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 = 133, Width = 40, Height = 12, Usable = 1, Anchor Left = 1, Frame = 1, Non-bold Frame = 1, Font = Standard)
#define AboutTitleLabel 1102 //(Left Origin = 61, Top Origin = 23, Usable = 1, Font = Large)
#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: Talt 1001
#define RomIncompatibleAlert 1001
#define RomIncompatibleOK 0
// Resource: Talt 1000
#define TestAlert 1000
#define TestOK 0
// Resource: MBAR 1000
#define MainFormMenuBar 1000
// Resource: MENU 1000
#define MainOptionsMenu 1000
#define MainOptionsAboutStarterApp 1000
// Resource: PICT 1001
#define Largeicon1bitBitmap 1001
// Resource: PICT 1002
#define Largeicon2bitBitmap 1002
// Resource: PICT 1008
#define Largeicon8bitBitmap 1008
// Resource: PICT 1011
#define Smallicon1bitBitmap 1011
// Resource: PICT 1012
#define Smallicon2bitBitmap 1012
// Resource: PICT 1018
#define Smallicon8bitBitmap 1018
// Resource: PICT 21001
#define LargeiconX21bitBitmap 21001
// Resource: PICT 21002
#define LargeiconX22bitBitmap 21002
// Resource: PICT 21008
#define LargeiconX28bitBitmap 21008
// Resource: PICT 21011
#define SmalliconX21bitBitmap 21011
// Resource: PICT 21018
#define SmalliconX28bitBitmap 21018
// Resource: PICT 21012
#define SmalliconX22bitBitmap 21012
// Resource: taif 1000
#define Largeicons12and8bitsAppIconFamily 1000
// Resource: taif 1001
#define Smallicons12and8bitsAppIconFamily 1001
#endif // BUILDERRSC_H
|