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.
29 lines
791 B
29 lines
791 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: resource.h
|
|
//
|
|
// Module: CMDL32.EXE
|
|
//
|
|
// Synopsis: Resource IDs
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: quintinb created Header 08/16/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
|
|
#define IDD_MAIN 101
|
|
#define IDI_APP 102
|
|
//#define IDC_MAIN_HELP 1001
|
|
#define IDC_MAIN_PROGRESS 1002
|
|
#define IDC_MAIN_MESSAGE 1003
|
|
|
|
#define IDMSG_PERCENT_COMPLETE 1010
|
|
#define IDMSG_PBTITLE 1011
|
|
|
|
#define IDMSG_LOG_NO_UPDATE_REQUIRED 1015
|
|
#define IDMSG_LOG_FULL_UPDATE 1016
|
|
#define IDMSG_LOG_DELTA_UPDATE 1017
|
|
|
|
|
|
#define ICONNDWN_CLASS "IConnDwn Class"
|