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.
205 lines
5.3 KiB
205 lines
5.3 KiB
/***************************************************************************/
|
|
/**************** include file for dialog controls *********************/
|
|
/***************************************************************************/
|
|
|
|
|
|
/*
|
|
** PushButton Control IDs
|
|
*/
|
|
#define IDC_A 401
|
|
#define IDC_B 402
|
|
#define IDC_C IDOK
|
|
#define IDC_D 404
|
|
#define IDC_E 405
|
|
#define IDC_F 406
|
|
#define IDC_G 407
|
|
#define IDC_H 408
|
|
#define IDC_I 409
|
|
#define IDC_J 410
|
|
#define IDC_K 411
|
|
#define IDC_L 412
|
|
#define IDC_M 413
|
|
#define IDC_N 414
|
|
#define IDC_O 415
|
|
#define IDC_P 416
|
|
#define IDC_Q 417
|
|
#define IDC_R 418
|
|
#define IDC_S 419
|
|
#define IDC_T 420
|
|
#define IDC_U 421
|
|
#define IDC_V 422
|
|
#define IDC_W 423
|
|
#define IDC_X IDCANCEL
|
|
#define IDC_Y 425
|
|
#define IDC_Z 426
|
|
|
|
/*
|
|
** Edit Control IDs
|
|
*/
|
|
#define IDC_EDIT 427
|
|
#define IDC_EDIT2 428
|
|
|
|
/*
|
|
** ListBox Control IDs
|
|
*/
|
|
#define IDC_LIST1 429
|
|
#define IDC_LIST2 430
|
|
|
|
/*
|
|
** Text Control IDs
|
|
*/
|
|
#define IDC_TEXT1 431
|
|
#define IDC_TEXT2 432
|
|
#define IDC_TEXT3 433
|
|
#define IDC_TEXT4 434
|
|
#define IDC_TEXT5 435
|
|
#define IDC_TEXT6 436
|
|
#define IDC_TEXT7 437
|
|
#define IDC_TEXT8 438
|
|
#define IDC_TEXT9 439
|
|
#define IDC_TEXT10 440
|
|
#define IDC_TEXT11 441
|
|
|
|
/*
|
|
** Radio and Checkbox Button Control IDs
|
|
*/
|
|
#define IDC_B0 450
|
|
#define IDC_B1 451
|
|
#define IDC_B2 452
|
|
#define IDC_B3 453
|
|
#define IDC_B4 454
|
|
#define IDC_B5 455
|
|
#define IDC_B6 456
|
|
#define IDC_B7 457
|
|
#define IDC_B8 458
|
|
#define IDC_B9 459
|
|
#define IDC_B10 460
|
|
|
|
/*
|
|
** ICON IDs
|
|
*/
|
|
#define IDC_ICON0 500
|
|
#define IDC_ICON1 501
|
|
#define IDC_ICON2 502
|
|
#define IDC_ICON3 503
|
|
#define IDC_ICON4 504
|
|
#define IDC_ICON5 505
|
|
#define IDC_ICON6 506
|
|
#define IDC_ICON7 507
|
|
#define IDC_ICON8 508
|
|
#define IDC_ICON9 509
|
|
#define IDC_SETUP 202
|
|
|
|
/*
|
|
** Special Pushbotton IDs
|
|
*/
|
|
#define IDC_SP1 521
|
|
#define IDC_SP2 522
|
|
#define IDC_SP3 523
|
|
#define IDC_SP4 524
|
|
#define IDC_SP5 525
|
|
#define IDC_SP6 526
|
|
#define IDC_SP7 527
|
|
#define IDC_SP8 528
|
|
#define IDC_SP9 529
|
|
#define IDC_SP10 530
|
|
|
|
/*
|
|
** Status Text Field IDs
|
|
*/
|
|
|
|
#define IDC_STATUS1 541
|
|
#define IDC_STATUS2 542
|
|
#define IDC_STATUS3 543
|
|
#define IDC_STATUS4 544
|
|
#define IDC_STATUS5 545
|
|
#define IDC_STATUS6 546
|
|
#define IDC_STATUS7 547
|
|
#define IDC_STATUS8 548
|
|
#define IDC_STATUS9 549
|
|
#define IDC_STATUS10 550
|
|
|
|
/*
|
|
** Extended EDIT Control IDs
|
|
*/
|
|
#define IDC_EDT1 551
|
|
#define IDC_EDT2 552
|
|
#define IDC_EDT3 553
|
|
#define IDC_EDT4 554
|
|
#define IDC_EDT5 555
|
|
#define IDC_EDT6 556
|
|
#define IDC_EDT7 557
|
|
#define IDC_EDT8 558
|
|
#define IDC_EDT9 559
|
|
#define IDC_EDT10 560
|
|
|
|
/*
|
|
** Dialog IDs
|
|
*/
|
|
#define WELCOME 100
|
|
#define ASKQUIT 200
|
|
#define DESTPATH 300
|
|
#define EXITFAILURE 400
|
|
#define EXITQUIT 600
|
|
#define EXITSUCCESS 700
|
|
#define APPHELP 900
|
|
#define SINGLELIST 1900
|
|
#define CHECK 2500
|
|
#define EXTENDEDLIST 3900
|
|
#define MODELESS 5000
|
|
#define MULTILIST 5200
|
|
#define CUSTINST 6200
|
|
#define TOOBIG 6300
|
|
#define BADPATH 6400
|
|
#define CDALREADYUSED 7100
|
|
#define CDBADFILE 7200
|
|
#define CDCONFIRMINFO 7300
|
|
#define CDGETNAME 7400
|
|
#define CDGETNAMEORG 7500
|
|
#define CDGETORG 7600
|
|
#define CDBADNAME 7700
|
|
#define CDBADORG 7800
|
|
|
|
#define CUSTINST2 1000
|
|
#define HlpGetPath 311
|
|
#define DlgSkdOptions 1200
|
|
#define HlpSkdOptions 1201
|
|
#define DlgBasePath 310
|
|
#define DlgInstallOptions 800
|
|
#define HlpInstallOptions 801
|
|
#define DlgNSInstallOptions 802
|
|
#define HlpNSInstallOptions 803
|
|
#define Dlb 1100
|
|
#define DlgOptions 1300
|
|
#define DlgRuntimeOptions 1400
|
|
#define HlpRuntimeOptions 1401
|
|
#define DlgRuntimeOpt 1500
|
|
#define DlgTransports 1600
|
|
#define HlpTransports 1601
|
|
#define DlgRegPath 1700
|
|
#define HlpRegPath 1701
|
|
#define DlgDosPath 2000
|
|
#define HlpDosPath 2001
|
|
#define DlgNetBiosOption 2200
|
|
#define HlpNetBiosOptions 2201
|
|
#define DlgNewProtocol 2100
|
|
#define DlgNewNS 2150
|
|
#define DlgNetBiosProtocol 2300
|
|
#define HlpNewProtocol 2101
|
|
#define HlpNetBiosProtocols 2301
|
|
#define DlgAutoPath 1800
|
|
#define HlpAutoPath 1801
|
|
#define DlgRunInstallOptions 2400
|
|
#define HlpRunInstallOptions 2401
|
|
#define WelcomRuntime 2600
|
|
#define Hlp 2700
|
|
#define ExitSuccessRuntime 2800
|
|
|
|
#define DlgDosSdkPath 3000
|
|
#define DlgDosSdkPathHelp 3001
|
|
|
|
#define DlgMacSdkPath 3100
|
|
#define DlgMacSdkPathHelp 3101
|
|
|
|
#define DlgWinSdkPath 3200
|
|
#define DlgWinSdkPathHelp 3201
|