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.
85 lines
2.5 KiB
85 lines
2.5 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "commctrl.h"
|
|
#include "winnt.h"
|
|
#include "winuser.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""commctrl.h""\r\n"
|
|
"#include ""winnt.h""\r\n"
|
|
"#include ""winuser.h""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
DLG_PARAMS DIALOG DISCARDABLE 6, 18, 252, 218
|
|
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Advanced"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "The following properties are available for this network adapter. Click the property you want to change on the left, and then select its value on the right.",
|
|
IDD_ADVANCED_TEXT,7,7,218,24
|
|
LTEXT "&Property:",-1,7,37,60,8
|
|
LISTBOX IDD_PARAMS_LIST,7,48,124,124,LBS_SORT | WS_VSCROLL |
|
|
WS_TABSTOP
|
|
LTEXT "&Value:",IDD_PARAMS_VALUE,151,37,60,8
|
|
EDITTEXT IDD_PARAMS_EDIT,153,48,92,14,ES_AUTOHSCROLL
|
|
CONTROL "",IDD_PARAMS_SPIN,"msctls_updown32",UDS_SETBUDDYINT |
|
|
UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
|
|
UDS_NOTHOUSANDS | WS_BORDER,232,48,12,12
|
|
COMBOBOX IDD_PARAMS_DROP,153,48,92,64,CBS_DROPDOWNLIST | CBS_SORT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
RADIOBUTTON "",IDD_PARAMS_PRESENT,141,50,8,10,BS_TOP | WS_GROUP
|
|
RADIOBUTTON "&Not Present",IDD_PARAMS_NOT_PRESENT,141,68,103,10,
|
|
BS_TOP
|
|
LTEXT "Present",IDD_PARAMS_PRESENT_TEXT,153,50,92,11
|
|
END
|
|
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|