#define formTStart		2000
#define formTBasesm		2010
#define formTOptions	2020
#define formTGSS        2025
#define formTGSSother	2026
#define formTGenResults 2027
#define formTSelectSS	2030
#define formTInputSS	2040
#define formTInputStep	2050

#define menuBasesm		3000 // * be careful here *
#define menuInput		3105 // this particular code requires that
#define menuSelect		3115 // menuID minus menuBasesm must
#define menuGenerate	3103 // be equal to the ascii #
#define menuOptions		3111 // of the corresponding shortcut
#define menuDash		3256 //
#define menuHelp		3104 // eg. menuAbout - menuBasesm = 97
#define menuAbout		3097 // which is the ascii value for 'a'

#define aboutBasesm		4000
#define helpBasesm		4010
#define errorBasesm		4020
#define errorStep		4030
#define errorOtherThrows 4032
#define errorDelaySlot	4034
#define errorGSSfields	4036
#define Help_options	4040
#define Help_ssSelect	4050
#define Help_ssInput	4060
#define Help_gssOther	4070
#define Help_GSS		4080
#define Help_GSSresults	4090

#define FldPttrn		4100
#define FldDispBalls	4103
#define FldInpSS		4110
#define FldStepSize		4120
#define FldBalls		4130
#define FldMaxThrow		4140
#define FldLength		4150
#define FldMulThr		4160
#define FldXself		4170
#define FldIself		4180
#define FldXpass		4190
#define FldDelay		4200
#define FldSlot			4210

#define bID_OptClose    5000
#define bID_OptCancel	5010
#define bID_GssGen      5012
#define bID_GssDone     5015
#define bID_SelClose    5020
#define bID_SelCancel	5030
#define bID_InpCopy     5032
#define bID_InpPaste    5034
#define bID_InpClose    5040
#define bID_InpCancel	5050
#define bID_Start_w		5060
#define bID_Start_wo	5070
#define bID_Sound		5080
#define bID_Objects		5090
#define bID_Draw		5100
#define bID_Pause		5110
#define bID_Print		5115
#define bID_Random		5120
#define bID_Hold		5130
#define bID_SSinput		5140
#define bID_SSselect	5150
#define bID_SSgenerate  5155
#define bID_stepClose	5160
#define bID_stepCancel	5170
#define bID_aboutClose	5180
#define bID_resultsClose 5185
#define bID_resultsCopy 5186
#define bID_helpClose	5190
#define bID_otherClose	5200
#define bID_otherCancel	5210

#define cID_Sound		5500
#define cID_o_Sound		5510
#define cID_o_Hold		5520
//#define cID_o_BackBuff	5530
#define cID_o_balls		5540
#define cID_o_numbers	5550
#define cID_o_objects	5560
#define cID_o_Draw		5570
#define cID_g_Seq		5576
#define cID_g_Mul		5577
#define cID_g_Fil		5578
#define cID_g_11        5579
#define lID_objects		5580
#define lID_mode		5584
#define lID_type		5586
#define lID_state		5587
#define gID_objects		5590
#define pID_objects		5600
#define pID_mode		5604
#define pID_type		5606
#define pID_state		5607
#define tID_buttons		5610
#define sID_StepSize	5620
#define sID_other   	5630


#define ListSiteList    6000
#define PopSiteList     6010
#define AboutScrollBar	6020
#define resultsScrollBar 6025
#define AboutField		6030
#define resultsField    6035
#define HelpScrollBar	6040
#define HelpField		6050

