Subversion Repositories filter_foundry

Rev

Rev 355 | Rev 419 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 355 Rev 402
Line 30... Line 30...
30
ZOOMIN_ICO     ICON   "zoomin.ico"
30
ZOOMIN_ICO     ICON   "zoomin.ico"
31
ZOOMOUT_ICO    ICON   "zoomout.ico"
31
ZOOMOUT_ICO    ICON   "zoomout.ico"
32
 
32
 
33
/* Cursors for the preview window */
33
/* Cursors for the preview window */
34
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
34
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
35
IDC_FF_HAND_OPEN     CURSOR "cursor_hand_open.cur"
35
HAND_OPEN     CURSOR "cursor_hand_open.cur"
36
IDC_FF_HAND_GRAB     CURSOR "cursor_hand_grab.cur"
36
HAND_GRAB     CURSOR "cursor_hand_grab.cur"
37
IDC_FF_HAND_QUESTION CURSOR "cursor_hand_question.cur"
37
HAND_QUESTION CURSOR "cursor_hand_question.cur"
38
 
38
 
39
/* left,top,w,h */
39
/* left,top,w,h */
40
 
40
 
41
/* Note: The order of the controls is equal to the tab-order */
41
/* Note: The order of the controls is equal to the tab-order */
42
 
42