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.
35 lines
865 B
35 lines
865 B
/*******************************************************************************
|
|
Copyright(c) Maynard, an Archive Company. 1991
|
|
|
|
|
|
Name: save_sel.h
|
|
|
|
Description: include file for the save_sel.dlg dialog
|
|
|
|
|
|
$Log: G:/UI/LOGFILES/SAVE_SEL.H_V $
|
|
|
|
Rev 1.3 04 Oct 1992 19:49:04 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.2 03 Apr 1992 13:15:16 CARLS
|
|
added translate defines
|
|
|
|
Rev 1.0 20 Nov 1991 19:34:42 SYSTEM
|
|
Initial revision.
|
|
|
|
*******************************************************************************/
|
|
|
|
#ifdef TRANSLATE
|
|
#define IDHELP 100
|
|
#define IDD_SELECTSAVE 4
|
|
#else
|
|
#include "dlg_ids.h"
|
|
#endif
|
|
|
|
#define IDD_DS_LIST 0x0065
|
|
#define IDD_SS_FILENAME 0x0068
|
|
#define IDD_SS_LIST 0x006A
|
|
#define IDD_SAVE_FNAME 0x006B
|
|
#define IDD_SAVE_FLIST 0x006C
|
|
|