This commit is contained in:
Daveo 2000-10-25 18:28:44 +00:00
parent 0e6c23803d
commit a1e872c005
9 changed files with 144 additions and 264 deletions

View file

@ -181,11 +181,7 @@ STYLE DS_MODALFRAME | WS_CHILD
EXSTYLE WS_EX_TOOLWINDOW
FONT 8, "MS Sans Serif"
BEGIN
PUSHBUTTON "New",IDC_LAYERBAR_NEW,5,5,20,15
PUSHBUTTON "Del",IDC_LAYERBAR_DELETE,25,5,20,15
PUSHBUTTON "Up",IDC_LAYERBAR_UP,45,5,20,15
PUSHBUTTON "Down",IDC_LAYERBAR_DOWN,65,5,20,15
LISTBOX IDC_LAYERBAR_LIST,5,25,80,65,LBS_NOINTEGRALHEIGHT |
LISTBOX IDC_LAYERBAR_LIST,5,5,80,85,LBS_NOINTEGRALHEIGHT |
WS_VSCROLL | WS_TABSTOP
END