You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rsc/PIMSync_Rsc.rcp
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ DATA "code" ID 1 "code0001.bin"
8
8
GENERATEHEADER "Rsc/PIMSync_Rsc.h"
9
9
10
10
APPLICATIONICONNAME ID 1000 "PIMSync"
11
-
VERSION ID 1 "0.2"
11
+
VERSION ID 1 "0.3"
12
12
13
13
RESETAUTOID 1000
14
14
@@ -30,11 +30,15 @@ END
30
30
31
31
MENU ID MainMenuBar
32
32
BEGIN
33
-
PULLDOWN "Options"
33
+
PULLDOWN "Danger"
34
34
BEGIN
35
-
MENUITEM "About" ID OptionsAbout
35
+
MENUITEM "Wipe PIM in RAM" ID OptionsWipe
36
36
END
37
37
38
+
PULLDOWN "About"
39
+
BEGIN
40
+
MENUITEM "Help" ID OptionsAbout
41
+
END
38
42
END
39
43
40
44
ALERT ID RomIncompatibleAlert
@@ -73,6 +77,14 @@ BEGIN
73
77
BUTTONS "Yes" "No"
74
78
END
75
79
80
+
ALERT ID WIPE_ALERT
81
+
WARNING
82
+
BEGIN
83
+
TITLE "Danger"
84
+
MESSAGE "This will DELETE all the memos, todos, addresses and datebook records in RAM! Are you mad?"
85
+
BUTTONS "Yes, continue" "No, cancel"
86
+
END
87
+
76
88
ALERT ID DEBUG_ALERT
77
89
CONFIRMATION
78
90
BEGIN
@@ -89,6 +101,6 @@ BEGIN
89
101
BUTTON "OK" ID AboutOKButton AT (55 142 40 12)
90
102
FORMBITMAP AT (50 86) BITMAP PIMSyncBitmapFamily
91
103
LABEL "PIMSync allows you to use the SD\rcard to transfer the memo, address\rbook, todo and datebook databases\rfrom your Palm OS device and back.\rYou can use this workflow with\rprograms like J-Pilot on the PC." ID AboutDescriptionLabel AT (5 16)
0 commit comments