Changeset 869 for branches/ticket_150/dll/notebook.c
- Timestamp:
- Nov 13, 2007, 12:25:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ticket_150/dll/notebook.c
r796 r869 1472 1472 PrfWriteProfileData(fmprof, appname, "DetailsLongname", 1473 1473 &detailslongname, sizeof(BOOL)); 1474 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLongname",1475 &detailslongname, sizeof(BOOL));1474 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLongname", 1475 // &detailslongname, sizeof(BOOL)); 1476 1476 detailssubject = WinQueryButtonCheckstate(hwnd, CFG5_SHOWSUBJECT); 1477 1477 PrfWriteProfileData(fmprof, appname, "DetailsSubject", 1478 1478 &detailssubject, sizeof(BOOL)); 1479 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSubject",1480 &detailssubject, sizeof(BOOL));1479 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSubject", 1480 // &detailssubject, sizeof(BOOL)); 1481 1481 detailsea = WinQueryButtonCheckstate(hwnd, CFG5_SHOWEAS); 1482 1482 PrfWriteProfileData(fmprof, appname, "DetailsEA", 1483 1483 &detailsea, sizeof(BOOL)); 1484 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsEA",1485 &detailsea, sizeof(BOOL));1484 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsEA", 1485 // &detailsea, sizeof(BOOL)); 1486 1486 detailssize = WinQueryButtonCheckstate(hwnd, CFG5_SHOWSIZE); 1487 1487 PrfWriteProfileData(fmprof, appname, "DetailsSize", 1488 1488 &detailssize, sizeof(BOOL)); 1489 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSize",1490 &detailssize, sizeof(BOOL));1489 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSize", 1490 // &detailssize, sizeof(BOOL)); 1491 1491 detailsicon = WinQueryButtonCheckstate(hwnd, CFG5_SHOWICON); 1492 1492 PrfWriteProfileData(fmprof, appname, "DetailsIcon", 1493 1493 &detailsicon, sizeof(BOOL)); 1494 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsIcon",1495 &detailsicon, sizeof(BOOL));1494 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsIcon", 1495 // &detailsicon, sizeof(BOOL)); 1496 1496 detailslwdate = WinQueryButtonCheckstate(hwnd, CFG5_SHOWLWDATE); 1497 1497 PrfWriteProfileData(fmprof, appname, "DetailsLWDate", 1498 1498 &detailslwdate, sizeof(BOOL)); 1499 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWDate",1500 &detailslwdate, sizeof(BOOL));1499 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWDate", 1500 // &detailslwdate, sizeof(BOOL)); 1501 1501 detailslwtime = WinQueryButtonCheckstate(hwnd, CFG5_SHOWLWTIME); 1502 1502 PrfWriteProfileData(fmprof, appname, "DetailsLWTime", 1503 1503 &detailslwtime, sizeof(BOOL)); 1504 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWTime",1505 &detailslwtime, sizeof(BOOL));1504 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWTime", 1505 // &detailslwtime, sizeof(BOOL)); 1506 1506 detailsladate = WinQueryButtonCheckstate(hwnd, CFG5_SHOWLADATE); 1507 1507 PrfWriteProfileData(fmprof, appname, "DetailsLADate", 1508 1508 &detailsladate, sizeof(BOOL)); 1509 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLADate",1510 &detailsladate, sizeof(BOOL));1509 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLADate", 1510 // &detailsladate, sizeof(BOOL)); 1511 1511 detailslatime = WinQueryButtonCheckstate(hwnd, CFG5_SHOWLATIME); 1512 1512 PrfWriteProfileData(fmprof, appname, "DetailsLATime", 1513 1513 &detailslatime, sizeof(BOOL)); 1514 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLATime",1515 &detailslatime, sizeof(BOOL));1514 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLATime", 1515 // &detailslatime, sizeof(BOOL)); 1516 1516 detailscrdate = WinQueryButtonCheckstate(hwnd, CFG5_SHOWCRDATE); 1517 1517 PrfWriteProfileData(fmprof, appname, "DetailsCRDate", 1518 1518 &detailscrdate, sizeof(BOOL)); 1519 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRDate",1520 &detailscrdate, sizeof(BOOL));1519 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRDate", 1520 // &detailscrdate, sizeof(BOOL)); 1521 1521 detailscrtime = WinQueryButtonCheckstate(hwnd, CFG5_SHOWCRTIME); 1522 1522 PrfWriteProfileData(fmprof, appname, "DetailsCRTime", 1523 1523 &detailscrtime, sizeof(BOOL)); 1524 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRTime",1525 &detailscrtime, sizeof(BOOL));1524 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRTime", 1525 // &detailscrtime, sizeof(BOOL)); 1526 1526 detailsattr = WinQueryButtonCheckstate(hwnd, CFG5_SHOWATTR); 1527 1527 PrfWriteProfileData(fmprof, appname, "DetailsAttr", 1528 1528 &detailsattr, sizeof(BOOL)); 1529 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsAttr",1530 &detailsattr, sizeof(BOOL));1529 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsAttr", 1530 // &detailsattr, sizeof(BOOL)); 1531 1531 fSubjectInLeftPane = WinQueryButtonCheckstate(hwnd, CFG5_SUBJECTINLEFTPANE); 1532 1532 PrfWriteProfileData(fmprof, appname, "SubjectInLeftPane", … … 2627 2627 PrfWriteProfileData(fmprof, appname, "DetailsLongname", 2628 2628 &detailslongname, sizeof(BOOL)); 2629 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLongname",2630 &detailslongname, sizeof(BOOL));2629 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLongname", 2630 // &detailslongname, sizeof(BOOL)); 2631 2631 PrfWriteProfileData(fmprof, appname, "DetailsSubject", 2632 2632 &detailssubject, sizeof(BOOL)); 2633 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSubject",2634 &detailssubject, sizeof(BOOL));2633 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSubject", 2634 // &detailssubject, sizeof(BOOL)); 2635 2635 PrfWriteProfileData(fmprof, appname, "DetailsEA", 2636 2636 &detailsea, sizeof(BOOL)); 2637 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsEA",2638 &detailsea, sizeof(BOOL));2637 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsEA", 2638 // &detailsea, sizeof(BOOL)); 2639 2639 PrfWriteProfileData(fmprof, appname, "DetailsSize", 2640 2640 &detailssize, sizeof(BOOL)); 2641 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSize",2642 &detailssize, sizeof(BOOL));2641 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsSize", 2642 // &detailssize, sizeof(BOOL)); 2643 2643 PrfWriteProfileData(fmprof, appname, "DetailsIcon", 2644 2644 &detailsicon, sizeof(BOOL)); 2645 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsIcon",2646 &detailsicon, sizeof(BOOL));2645 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsIcon", 2646 // &detailsicon, sizeof(BOOL)); 2647 2647 PrfWriteProfileData(fmprof, appname, "DetailsLWDate", 2648 2648 &detailslwdate, sizeof(BOOL)); 2649 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWDate",2650 &detailslwdate, sizeof(BOOL));2649 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWDate", 2650 // &detailslwdate, sizeof(BOOL)); 2651 2651 PrfWriteProfileData(fmprof, appname, "DetailsLWTime", 2652 2652 &detailslwtime, sizeof(BOOL)); 2653 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWTime",2654 &detailslwtime, sizeof(BOOL));2653 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLWTime", 2654 // &detailslwtime, sizeof(BOOL)); 2655 2655 PrfWriteProfileData(fmprof, appname, "DetailsLADate", 2656 2656 &detailsladate, sizeof(BOOL)); 2657 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLADate",2658 &detailsladate, sizeof(BOOL));2657 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLADate", 2658 // &detailsladate, sizeof(BOOL)); 2659 2659 PrfWriteProfileData(fmprof, appname, "DetailsLATime", 2660 2660 &detailslatime, sizeof(BOOL)); 2661 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLATime",2662 &detailslatime, sizeof(BOOL));2661 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsLATime", 2662 // &detailslatime, sizeof(BOOL)); 2663 2663 PrfWriteProfileData(fmprof, appname, "DetailsCRDate", 2664 2664 &detailscrdate, sizeof(BOOL)); 2665 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRDate",2666 &detailscrdate, sizeof(BOOL));2665 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRDate", 2666 // &detailscrdate, sizeof(BOOL)); 2667 2667 PrfWriteProfileData(fmprof, appname, "DetailsCRTime", 2668 2668 &detailscrtime, sizeof(BOOL)); 2669 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRTime",2670 &detailscrtime, sizeof(BOOL));2669 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsCRTime", 2670 // &detailscrtime, sizeof(BOOL)); 2671 2671 PrfWriteProfileData(fmprof, appname, "DetailsAttr", 2672 2672 &detailsattr, sizeof(BOOL)); 2673 PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsAttr",2674 &detailsattr, sizeof(BOOL));2673 // PrfWriteProfileData(fmprof, appname, "DirCnr.DetailsAttr", 2674 // &detailsattr, sizeof(BOOL)); 2675 2675 if (hwndMain) { 2676 2676 if (SaveDirCnrState(hwndMain, GetPString(IDS_FM2TEMPTEXT)) > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.