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.
60 lines
2.2 KiB
60 lines
2.2 KiB
// "General" Dialog Box (IDD_SFM_GENERAL == 101)
|
|
|
|
#define IDH_SMFAT_101_1000 20374 // General: "" (ComboBox)
|
|
#define IDH_SMFAT_101_1001 20392 // General: "" (ComboBox)
|
|
|
|
|
|
const DWORD a101HelpIDs[]=
|
|
{
|
|
IDC_GENERAL_ADAPTER, IDH_SMFAT_101_1000, // General: "" (ComboBox)
|
|
IDC_GENERAL_ZONE, IDH_SMFAT_101_1001, // General: "" (ComboBox)
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "Routing" Dialog Box (IDD_SFM_ROUTING == 102)
|
|
|
|
#define IDH_SMFAT_102_1015 20668 // Routing: "&Get Zones" (Button)
|
|
#define IDH_SMFAT_102_1017 20703 // Routing: "Ena&ble Routing" (Button)
|
|
#define IDH_SMFAT_102_1003 20451 // Routing: "" (ComboBox)
|
|
#define IDH_SMFAT_102_1004 20469 // Routing: "&Use this router to seed the network" (Button)
|
|
#define IDH_SMFAT_102_1005 20487 // Routing: "" (Edit)
|
|
#define IDH_SMFAT_102_1006 20505 // Routing: "" (Edit)
|
|
#define IDH_SMFAT_102_1007 20523 // Routing: "List1" (SysListView32)
|
|
#define IDH_SMFAT_102_1008 20541 // Routing: "A&dd..." (Button)
|
|
#define IDH_SMFAT_102_1009 20559 // Routing: "&Remove" (Button)
|
|
#define IDH_SMFAT_102_1012 20614 // Routing: "Ma&ke Default" (Button)
|
|
|
|
|
|
const DWORD a102HelpIDs[]=
|
|
{
|
|
IDC_ROUTING_REFRESH, IDH_SMFAT_102_1015, // Routing: "&Get Zones" (Button)
|
|
IDC_ROUTING_ENABLE, IDH_SMFAT_102_1017, // Routing: "Ena&ble Routing" (Button)
|
|
IDC_ROUTING_ADAPTER, IDH_SMFAT_102_1003, // Routing: "" (ComboBox)
|
|
IDC_ROUTING_SEED, IDH_SMFAT_102_1004, // Routing: "&Use this router to seed the network" (Button)
|
|
IDC_ROUTING_FROM, IDH_SMFAT_102_1005, // Routing: "" (Edit)
|
|
IDC_ROUTING_TO, IDH_SMFAT_102_1006, // Routing: "" (Edit)
|
|
IDC_ROUTING_ZONE_LIST, IDH_SMFAT_102_1007, // Routing: "List1" (SysListView32)
|
|
IDC_ROUTING_ADD, IDH_SMFAT_102_1008, // Routing: "A&dd..." (Button)
|
|
IDC_ROUTING_REMOVE, IDH_SMFAT_102_1009, // Routing: "&Remove" (Button)
|
|
IDC_ROUTING_DEFAULT_ZONE, IDH_SMFAT_102_1012, // Routing: "Ma&ke Default" (Button)
|
|
IDC_ROUTING_RANGE, 20480,
|
|
IDC_STATIC_FROM, 20487,
|
|
IDC_STATIC_TO, 20505,
|
|
IDC_STATIC_DEFAULT, 20520,
|
|
IDC_ROUTING_DEFAULT_ZONE_TEXT, 20520,
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "Add Zone" Dialog Box (IDD_SFM_ADD_ZONE == 103)
|
|
|
|
#define IDH_SMFAT_103_1011 20618 // Add Zone: "" (Edit)
|
|
|
|
|
|
const DWORD a103HelpIDs[]=
|
|
{
|
|
IDC_ZONE_ADD, IDH_SMFAT_103_1011, // Add Zone: "" (Edit)
|
|
0, 0
|
|
};
|
|
|