Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 161 → Rev 162

/HVtest/HVtest_ui.h
14,28 → 14,36
/* Panels and Controls: */
 
#define P1 1
#define P1_SET0 2 /* control type: command, callback function: (none) */
#define P1_HVset 2 /* control type: command, callback function: (none) */
#define P1_EXIT 3 /* control type: command, callback function: (none) */
#define P1_C0 4 /* control type: numeric, callback function: (none) */
#define P1_VFA0 5 /* control type: numeric, callback function: (none) */
#define P1_VRI0 6 /* control type: numeric, callback function: (none) */
#define P1_CD0 7 /* control type: numeric, callback function: (none) */
#define P1_VD0 8 /* control type: numeric, callback function: (none) */
#define P1_V0 9 /* control type: numeric, callback function: (none) */
#define P1_ONOFF0 10 /* control type: radioButton, callback function: (none) */
#define P1_REFRESHTIMER 11 /* control type: timer, callback function: refreshTimer */
#define P1_MSW 12 /* control type: binary, callback function: (none) */
#define P1_G1 13 /* control type: strip, callback function: (none) */
#define P1_MSWLED 14 /* control type: LED, callback function: (none) */
#define P1_MFS 15 /* control type: numeric, callback function: (none) */
#define P1_MST 16 /* control type: numeric, callback function: (none) */
#define P1_HVcset 4 /* control type: numeric, callback function: (none) */
#define P1_HVvrise 5 /* control type: numeric, callback function: (none) */
#define P1_HVcdis3 6 /* control type: numeric, callback function: (none) */
#define P1_HVvdis3 7 /* control type: numeric, callback function: (none) */
#define P1_HVcdis2 8 /* control type: numeric, callback function: (none) */
#define P1_HVvdis2 9 /* control type: numeric, callback function: (none) */
#define P1_HVcdis1 10 /* control type: numeric, callback function: (none) */
#define P1_HVvdis1 11 /* control type: numeric, callback function: (none) */
#define P1_HVcdis0 12 /* control type: numeric, callback function: (none) */
#define P1_HVvdis0 13 /* control type: numeric, callback function: (none) */
#define P1_HVvset 14 /* control type: numeric, callback function: (none) */
#define P1_HVonoff3 15 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff2 16 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff1 17 /* control type: radioButton, callback function: (none) */
#define P1_HVonoff0 18 /* control type: radioButton, callback function: (none) */
#define P1_HVonoffall 19 /* control type: radioButton, callback function: (none) */
#define P1_REFRESHTIMER 20 /* control type: timer, callback function: refreshTimer */
#define P1_MSW 21 /* control type: binary, callback function: (none) */
#define P1_G1 22 /* control type: strip, callback function: (none) */
#define P1_MSWLED 23 /* control type: LED, callback function: (none) */
#define P1_MST 24 /* control type: numeric, callback function: (none) */
#define P1_MFS 25 /* control type: numeric, callback function: (none) */
 
 
/* Control Arrays: */
 
/* (no control arrays in the resource file) */
#define CTRLARRAY 1
 
 
/* Menu Bars, Menus, and Menu Items: */
 
/* (no menu bars in the resource file) */