setupdlg.h

来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 69 行

H
69
字号
/****************************************************************************
*
*                            Open Watcom Project
*
*    Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
*  ========================================================================
*
*    This file contains Original Code and/or Modifications of Original
*    Code as defined in and that are subject to the Sybase Open Watcom
*    Public License version 1.0 (the 'License'). You may not use this file
*    except in compliance with the License. BY USING THIS FILE YOU AGREE TO
*    ALL TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is
*    provided with the Original Code and Modifications, and is also
*    available at www.sybase.com/developer/opensource.
*
*    The Original Code and all software distributed under the License are
*    distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
*    EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM
*    ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
*    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR
*    NON-INFRINGEMENT. Please see the License for the specific language
*    governing rights and limitations under the License.
*
*  ========================================================================
*
* Description:  WHEN YOU FIGURE OUT WHAT THIS FILE DOES, PLEASE
*               DESCRIBE IT HERE!
*
****************************************************************************/


#define DLG_WELCOME                 10
#define DLG_INSERTDISK              11
#define DLG_STATUS                  12
#define DLG_MODIFYTYPE              13
#define DLG_INSTALLDLL              14

#define DLG_FIRST                   DLG_WELCOME
#define DLG_LAST                    DLG_INSTALLDLL

#define ICN_SETUP                   20
#define ICN_DISK                    21

#define ICN_FIRST                   ICN_SETUP
#define ICN_LAST                    ICN_DISK

#define ID_METER                    100
#define ID_DESTPATH                 101
#define ID_DISKNAME                 102
#define ID_STATLINE1                103
#define ID_STATLINE2                104
#define ID_SRCPATH                  105
#define ID_MOD_IN_PLACE             106
#define ID_MOD_LATER                107
#define ID_DELETE_OLD               108
#define ID_KEEP_BOTH                109
#define ID_REPLACE_OLD              110
#define ID_DONT_INSTALL             111
#define ID_ABORT_INSTALL            112
#define ID_FILE_DESC                113
#define ID_DST_DIR                  114
#define ID_EXIST_DIR                115

#define DLG_NLM_WELCOME             200
#define ID_NLM_DESTPATH             201
#define RADIO_NLM_311               202
#define RADIO_NLM_40                203

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?