37 lines
1.1 KiB
C
37 lines
1.1 KiB
C
//--------------------------------------------------------------------------
|
|
// Copyright (C) Microsoft Corporation, 1999-2000
|
|
//
|
|
// resource.h
|
|
//
|
|
// Resource constants for testing shell progress bar, this is the IR
|
|
// animation.
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#define IDD_EVENT_DLG 101
|
|
#define IDD_GEN_EVENT 1000
|
|
|
|
#define IDC_COMBO1 1001
|
|
#define IDC_EDIT1 1002
|
|
#define IDC_STATIC -1
|
|
|
|
#define IDS_PROGRESS_TITLE 2001
|
|
#define IDS_CANCEL_MSG 2002
|
|
#define IDS_DEVICE_CONNECTED 2003
|
|
#define IDS_DEVICE_DISCONNECTED 2004
|
|
#define IDS_NEW_PICTURE_SENT 2005
|
|
#define IDS_SYNCHRONIZE 2006
|
|
|
|
#define IDR_TRANSFER_AVI 7001
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1003
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|