38 lines
1.0 KiB
C
38 lines
1.0 KiB
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
//
|
|
// BITS Upload sample
|
|
// ==================
|
|
//
|
|
// Module name:
|
|
// resource.h
|
|
//
|
|
// Purpose:
|
|
// Defines resource IDs for the UI elements.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
|
|
#define IDR_UPLOADSAMPLE 101
|
|
#define IDD_UPLOADSAMPLECLIENTDIALOG 102
|
|
#define IDC_SAMPLETEXT 201
|
|
#define IDC_VIRTUALDIR 203
|
|
#define IDC_UPLOADREPLY_CHECKBOX 204
|
|
#define IDC_JOBSTATUS 207
|
|
#define IDC_RADIO1 208
|
|
#define IDC_RADIO2 209
|
|
#define IDC_COMBO1 210
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 201
|
|
#define _APS_NEXT_COMMAND_VALUE 32768
|
|
#define _APS_NEXT_CONTROL_VALUE 211
|
|
#define _APS_NEXT_SYMED_VALUE 103
|
|
#endif
|
|
#endif
|