home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / linkmaster-src-1.0.4.tar.gz / linkmaster-src-1.0.4.tar / linkmaster-1.0.4 / proxy / db / DatebookRsc.h < prev    next >
Text File  |  2000-09-05  |  8KB  |  273 lines

  1.  
  2. // Day View
  3. #define DayView                                1000
  4. #define DayTitle                                1001
  5. #define DayPrevWeekButton                    1002
  6. #define DayDOW1Button                        1003        // first day of week push button
  7. #define DayDOW2Button                        1004        // second day of week push button
  8. #define DayDOW3Button                        1005
  9. #define DayDOW4Button                        1006
  10. #define DayDOW5Button                        1007
  11. #define DayDOW6Button                        1008
  12. #define DayDOW7Button                        1009
  13. #define DayNextWeekButton                    1010
  14. #define DayDayViewButton                    1012
  15. #define DayWeekViewButton                    1013
  16. #define DayMonthViewButton                    1014
  17. #define DayNewButton                            1015
  18. #define DayDetailsButton                    1016
  19. #define DayGoToButton                        1017
  20. #define DayUpButton                            1018
  21. #define DayDownButton                        1019
  22. #define DayTable                                1020
  23. #define DayOfWeekGroup                        1
  24. #define DayViewGroup                            2
  25.  
  26.  
  27. // Week View
  28. #define WeekView                                1100
  29. #define WeekPrevButton                        1102
  30. #define WeekNextButton                        1103
  31. #define WeekNumberLabel                        1104
  32. #define WeekDayViewButton                    1106
  33. #define WeekWeekViewButton                    1107
  34. #define WeekMonthViewButton                1108
  35. #define WeekGoToButton                        1109
  36. #define WeekUpButton                            1110
  37. #define WeekDownButton                        1111
  38. #define WeekDayDisplay                        1112
  39.  
  40.  
  41. // Month View 
  42. #define MonthView                                1200
  43. #define MonthPrevButton                        1202
  44. #define MonthNextButton                        1203
  45. #define MonthDayViewButton                    1205
  46. #define MonthWeekViewButton                1206
  47. #define MonthMonthViewButton                1207
  48. #define MonthGoToButton                        1208
  49. #define MonthGadget                            1209
  50.  
  51.  
  52. // Details Dialog Box
  53. #define DetailsDialog                        1300
  54. #define DetailsTimeSelector                1303
  55. #define DetailsDateSelector                1305
  56. #define DetailsAlarmCheckbox                1307
  57. #define DetailsAlarmAdvanceField            1308
  58. #define DetailsAlarmAdvanceSelector        1310
  59. #define DetailsAlarmAdvanceList            1311
  60. #define DetailsRepeatSelector                1313
  61. #define DetailsPrivateCheckbox            1315
  62. #define DetailsOkButton                        1316
  63. #define DetailsCancelButton                1317
  64. #define DetailsDeleteButton                1318
  65. #define DetailsNoteButton                    1319
  66.  
  67.  
  68. // Repeat Dialog Box.
  69. // Note: the code is depends on the current order of the ui object.
  70. #define RepeatDialog                            1400
  71. #define RepeatNone                            1402
  72. #define RepeatDaily                            1403
  73. #define RepeatWeekly                            1404
  74. #define RepeatMonthly                        1405
  75. #define RepeatYearly                            1406
  76. #define RepeatEveryLabel                    1407
  77. #define RepeatFrequenceField                1408
  78. #define RepeatDaysLabel                        1409
  79. #define RepeatWeeksLabel                    1410
  80. #define RepeatMonthsLabel                    1411
  81. #define RepeatYearsLabel                    1412
  82. #define RepeatEndOnLabel                    1413
  83. #define RepeatEndOnTrigger                    1415
  84. #define RepeatEndOnList                        1416
  85. #define RepeatRepeatOnLabel                1417
  86. #define RepeatDayOfWeek1PushButton        1418
  87. #define RepeatDayOfWeek2PushButton        1419
  88. #define RepeatDayOfWeek3PushButton        1420
  89. #define RepeatDayOfWeek4PushButton        1421
  90. #define RepeatDayOfWeek5PushButton        1422
  91. #define RepeatDayOfWeek6PushButton        1423
  92. #define RepeatDayOfWeek7PushButton        1424
  93. #define RepeatByLabel                        1425
  94. #define RepeatByDayPushButon                1426
  95. #define RepeatByDatePushButon                1427
  96. #define RepeatDescField                        1428
  97. #define RepeatNoRepeatLabel                1429
  98. #define RepeatOkButton                        1430
  99. #define RepeatCancelButton                    1431
  100. #if COUNTRY == COUNTRY_FRANCE
  101. #define RepeatEveryWeekLabel                1432
  102. #endif
  103. #define RepeatTypeGroup                        1
  104. #define RepeatByGroup                        2
  105.  
  106. // Purge Dialog
  107. #define PurgeDialog                            1500
  108. #define PurgeRangeList                        1506
  109. #define PurgeSaveBackup                        1507
  110. #define PurgeOk                                1508
  111. #define PurgeCancel                            1509
  112.  
  113.  
  114. // Delete Appt Dialog
  115. #define DeleteApptDialog                    1600
  116. #define DeleteApptSaveBackup                1604
  117. #define DeleteApptOk                            1606
  118. #define DeleteApptCancel                    1607
  119.  
  120.  
  121. // Monthly Repeat Dialog
  122. #define MonthlyRepeatDialog                1700
  123. #define MonthlyRepeatFourthButton        1704
  124. #define MonthlyRepeatLastButton            1705
  125. #define MonthlyRepeatOk                        1706
  126. #define MonthlyRepeatCancel                1707
  127. #define MonthlyRepeatWeekGroup            1
  128.  
  129.  
  130. // Preference Dialog
  131. #define PreferencesDialog                    1800
  132. #define PreferStartUpButton                1803
  133. #define PreferStartDownButton                1804
  134. #define PreferEndUpButton                    1806
  135. #define PreferEndDownButton                1807
  136. #define PreferAlarmCheckbox                1809
  137. #define PreferAlarmField                    1810
  138. #define PreferAlarmUnitTrigger            1812
  139. #define PreferAlarmList                        1813
  140. #define PreferOkButton                        1814
  141. #define PreferCancelButton                    1815
  142. #define PreferAlarmSoundTrigger            1817
  143. #define PreferAlarmSoundList                1818
  144. #define PreferRemindMeTrigger                1819
  145. #define PreferRemindMeList                    1820
  146. #define PreferPlayEveryTrigger            1821
  147. #define PreferPlayEveryList                1822
  148.  
  149.  
  150. // Display Options Dialog
  151. #define DisplayDialog                        1900
  152. #define DisplayShowTimeBarsCheckbox        1903
  153. #define DisplayCompressDayViewCheckbox    1904
  154. #define DisplayShowTimedCheckbox            1906
  155. #define DisplayShowUntimedCheckbox        1907
  156. #define DisplayShowRepeatingCheckbox    1908
  157. #define DisplayOkButton                        1909
  158. #define DisplayCancelButton                1910
  159.  
  160.  
  161. // Alarm Dialog
  162. #define AlarmDialog                            2000
  163. #define AlarmDescGadget                        2004
  164.  
  165.  
  166. // Delete Note Alert
  167. #define DeleteNoteAlert                        2001
  168. #define DeleteNoteYes                        0
  169. #define DeleteNoteNo                     1
  170.  
  171. // Select An Item Alert
  172. #define SelectItemAlert                        2002
  173.  
  174. // Excetion Alert
  175. #define ExceptionAlert                        2003
  176. #define ExceptionCurrentButton            0
  177. #define ExceptionAllButton                    1
  178. #define ExceptionCancelButton                2
  179.  
  180. // Attach note to a repeating appointment Alert
  181. #define RepeatAddNoteAlert                    2004
  182. #define RepeatAddNoteCurrentButton        0
  183. #define RepeatAddNoteAllButton            1
  184. #define RepeatAddNoteCancelButton        2
  185.  
  186. // Delete note attached a repeating appointment Alert
  187. #define RepeatDeleteNoteAlert                2005
  188. #define RepeatDeleteNoteCurrentButton    0
  189. #define RepeatDeleteNoteAllButton        1
  190. #define RepeatDeleteNoteCancelButton    2
  191.  
  192. // Repeat type changed Alert
  193. #define RepeatTypeChangedAlert            2006
  194. #define RepeatTypeChangedOkButton        0
  195. #define RepeatTypeChangedCancelButton    1
  196.  
  197.  
  198. // Bitmaps
  199. #define AlarmClockBitmap                    1000
  200.  
  201. // Menus
  202. #define DayViewMenu                            1000
  203. #define NoteViewMenu                            1001
  204. #define WeekViewMenu                            1002
  205.  
  206. // Menu commands
  207. #define NewItemCmd                            100
  208. #define DeleteCmd                                101
  209. #define CreateNoteCmd                        102
  210. #define DeleteNoteCmd                        103
  211. #define PurgeCmd                                104
  212. #define SendRecordCmd                        105
  213. #define UndoCmd                                200
  214. #define CutCmd                                    201
  215. #define CopyCmd                                202
  216. #define PasteCmd                                203
  217. #define KeyboardCmd                            205
  218.  
  219. #define DayFontsCmd                            300
  220. #define DayPreferencesCmd                    301
  221. #define DayDisplayOptionsCmd                302
  222. #define DayPhoneLookup                        303
  223. #define DayGetInfoCmd                        304
  224.  
  225. #define WeekPreferencesCmd                    300
  226. #define WeekGetInfoCmd                        301
  227.  
  228. #define MonthPreferencesCmd                300
  229. #define MonthDisplayOptionsCmd            301
  230. #define MonthGetInfoCmd                        302
  231.  
  232.  
  233. // Strings
  234. #define findDatebookHeaderStrID            100    // Find results section header
  235. #define goToDateTitleStrID                    101    // Date picker title
  236. #define setTimeTitleStrID                    102    // Time picker title
  237. #define startDateTitleStrID                103    // Date picker title for selecting appt's date
  238. #define endDateTitleStrID                    104    // Date picker title for selecting repeat end date
  239. #define daysOfWeekInitialsStrID            105    // Initials of the days of the week names    
  240. #define noTimeStrID                            126   // No time
  241. #define repeatTypesStrID                    127    // Names of repeat types.
  242. #define dailyRepeatStrID                    128    // description template
  243. #define weeklyRepeat1DayStrID                129    // repeat description template
  244. #define weeklyRepeat2DayStrID                130    // repeat description template
  245. #define weeklyRepeat3DayStrID                131    // repeat description template
  246. #define weeklyRepeat4DayStrID                132    // repeat description template
  247. #define weeklyRepeat5DayStrID                133    // repeat description template
  248. #define weeklyRepeat6DayStrID                134    // repeat description template
  249. #define weeklyRepeat7DayStrID                135    // repeat description template
  250. #define monthtlByDayRepeatStrID            136    // repeat description template
  251. #define monthtlByDateRepeatStrID            137    // repeat description template
  252. #define yearlyRepeatStrID                    138    // repeat description template
  253. #define freqOrdinalsStrID                    139    // other, 2nd, ..., 99st
  254. #define weekOrdinalsStrID                    140    // 1st, 2nd, 3rd, 4th, and last
  255. #define beamDescriptionStrID                1000
  256. #define beamFilenameStrID                    1001
  257.  
  258. // MIDI resources
  259. #define midiRsc        'tmid'
  260.  
  261. #define    sound0Mid                        128
  262. #define    sound1Mid                        129
  263. #define    sound2Mid                        130
  264. #define    sound3Mid                        131
  265. #define    sound4Mid                        132
  266. #define    sound5Mid                        133
  267. #define    sound6Mid                        134
  268.  
  269. #define dayOrdinalsStrID                    141    // 1st - 31st
  270. #define repeatNoneStrID                        142    // repeat description
  271.  
  272.  
  273.