mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
812 B
37 lines
812 B
/*******************************************************************************
|
|
Copyright(c) Maynard, an Archive Company. 1991
|
|
|
|
|
|
Name: skipopen.h
|
|
|
|
Description:
|
|
|
|
$Log: G:/UI/LOGFILES/SKIPOPEN.H_V $
|
|
|
|
Rev 1.3 04 Oct 1992 19:49:26 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.2 06 Apr 1992 08:38:14 CARLS
|
|
removed unused ID
|
|
|
|
Rev 1.1 03 Apr 1992 13:47:14 CARLS
|
|
added translate defines
|
|
|
|
Rev 1.0 20 Nov 1991 19:39:06 SYSTEM
|
|
Initial revision.
|
|
|
|
*******************************************************************************/
|
|
|
|
#ifndef SKIPOPEN_H
|
|
#define SKIPOPEN_H
|
|
|
|
#ifdef TRANSLATE
|
|
#define IDHELP 100
|
|
#define IDD_SKIPOPEN 37
|
|
#endif
|
|
|
|
#define IDD_SKIP_OPEN_WAIT_TIME 120
|
|
#define IDD_SKIP_CANCEL_BUTTON 103
|
|
#define IDD_SKIP_FILE_NAME 104
|
|
|
|
#endif
|