home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 10
/
Freelog010.iso
/
BAS
/
Genealog
/
Revolution
/
src
/
revolution.rc
< prev
next >
Wrap
Text File
|
2000-03-04
|
4KB
|
92 lines
//
// Definition of the "Revolution" interface
//
#include "revolutionRc.h"
ICON "icon.pbitm"
SMALLICON "small-icon.pbitm"
VERSION 1 "0.9"
MENU ID MainMenuBar
BEGIN
PULLDOWN "Edition"
BEGIN
MENUITEM "Copier" CopyMenu "c"
MENUITEM "A propos: Revolution" AboutMenu "a"
END
END
FORM MainForm 0 0 160 160
USABLE
NOFRAME
MENUID MainMenuBar
BEGIN
TITLE "Revolution"
LABEL "AnnΘe:" AUTOID AT (2 20)
PUSHBUTTON "1" ID Y1PushButton AT (54 20 12 12) GROUP YGroup
PUSHBUTTON "2" ID Y2PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP YGroup
PUSHBUTTON "3" ID Y3PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP YGroup
PUSHBUTTON "4" ID Y4PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP YGroup
PUSHBUTTON "5" ID Y5PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP YGroup
PUSHBUTTON "6" ID Y6PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP YGroup
PUSHBUTTON "7" ID Y7PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP YGroup
BUTTON "\003" ForwardButton AT(145 19 12 13) FONT 4 NOFRAME
PUSHBUTTON "8" ID Y8PushButton AT (54 20 12 12) NONUSABLE GROUP YGroup
PUSHBUTTON "9" ID Y9PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) NONUSABLE GROUP YGroup
PUSHBUTTON "10" ID Y10PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) NONUSABLE GROUP YGroup
PUSHBUTTON "11" ID Y11PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) NONUSABLE GROUP YGroup
PUSHBUTTON "12" ID Y12PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) NONUSABLE GROUP YGroup
PUSHBUTTON "13" ID Y13PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) NONUSABLE GROUP YGroup
PUSHBUTTON "14" ID Y14PushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) NONUSABLE GROUP YGroup
BUTTON "\002" BackwardButton AT (41 19 12 13) NONUSABLE FONT 4 NOFRAME
LABEL "Mois:" AUTOID AT (2 72)
PUSHBUTTON "Vend" ID MVendPushButton AT (5 42 24 12) GROUP MGroup
PUSHBUTTON "Brum" ID MBrumPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Frim" ID MFrimPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Nivo" ID MNivoPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Pluv" ID MPluvPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Vent" ID MVentPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Germ" ID MGermPushButton AT (5 56 24 12) GROUP MGroup
PUSHBUTTON "Flor" ID MFlorPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Prai" ID MPraiPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Mess" ID MMessPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Ther" ID MTherPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Fruc" ID MFrucPushButton AT (PrevRight+1 PrevTop PrevWidth PrevHeight) GROUP MGroup
PUSHBUTTON "Jours complΘm." ID JoursComplPushButton AT (92 70 62 12) GROUP MGroup
LABEL "GrΘgorien:" AUTOID AT (21 144)
FIELD GregorianDateField AT (72 144 50 13) NONEDITABLE UNDERLINED SINGLELINE MAXCHARS 20
END
ALERT ID RomIncompatibleAlert
ERROR
BEGIN
TITLE "ROM Incompatible"
MESSAGE "Ce programme ne fonctionne qu'avec Palm OS 2.0 ou postΘrieur. DΘsolΘ."
BUTTONS "OK"
END
ALERT ID RevolutionHelpAlert
INFORMATION
BEGIN
TITLE "RΘvolution version 0.9"
MESSAGE "Calendrier RΘpublicain par B. Marchandise http://marchanb.free.fr\n"\
"DistribuΘ sous les termes de la License GPL 2.0 ou ultΘrieure"
BUTTONS "OK"
END