Ignore:
Timestamp:
Aug 24, 2007, 2:13:12 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/ProjectEditor/RadToolsAndPropertyProc.cpp

    r83 r302  
    693693            switch(LOWORD(wParam)){
    694694                case IDC_RENAMEWINDOW:
    695                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_WINDOW_RENAME),hwnd,DlgRadProperty_Window_Rename)) return 1;
     695                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_WINDOW_RENAME),hwnd,(DLGPROC)DlgRadProperty_Window_Rename)) return 1;
    696696                    i=GetWndNum(GetParent(GetParent(hwnd)));
    697697                    i2=GetWndInfoNum(MdiInfo[i].path);
     
    700700                    return 1;
    701701                case IDC_RENAMECAPTION:
    702                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_RENAMECAPTION),hwnd,DlgRadProperty_Item_RenameCaption)) return 1;
     702                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_RENAMECAPTION),hwnd,(DLGPROC)DlgRadProperty_Item_RenameCaption)) return 1;
    703703                    i=GetWndNum(GetParent(GetParent(hwnd)));
    704704                    i2=GetWndInfoNum(MdiInfo[i].path);
     
    10661066
    10671067                case IDC_EXSTYLE:
    1068                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_WINDOW_EXSTYLE),hwnd,DlgRadProperty_Window_ExStyle)) return 1;
     1068                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_WINDOW_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Window_ExStyle)) return 1;
    10691069                    i=GetWndNum(GetParent(GetParent(hwnd)));
    10701070                    i2=GetWndInfoNum(MdiInfo[i].path);
     
    12861286    switch(LOWORD(wParam)){
    12871287        case IDC_RENAMEID:
    1288             if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_RENAMEID),hwnd,DlgRadProperty_Item_RenameID)) return 1;
     1288            if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_RENAMEID),hwnd,(DLGPROC)DlgRadProperty_Item_RenameID)) return 1;
    12891289            SetDlgItemText(hwnd,IDC_IDNAME,ProjectInfo.pWindowInfo[WndInfoNum].pChildInfo[MdiInfo[WndNum].MdiRadInfo->SelectingItem[0]].IdName);
    12901290            return 1;
    12911291        case IDC_RENAMECAPTION:
    1292             if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_RENAMECAPTION),hwnd,DlgRadProperty_Item_RenameCaption)) return 1;
     1292            if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_RENAMECAPTION),hwnd,(DLGPROC)DlgRadProperty_Item_RenameCaption)) return 1;
    12931293            SetDlgItemText(hwnd,IDC_CAPTION,ProjectInfo.pWindowInfo[WndInfoNum].pChildInfo[MdiInfo[WndNum].MdiRadInfo->SelectingItem[0]].caption);
    12941294            return 1;
     
    16111611
    16121612                case IDC_EXSTYLE:
    1613                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     1613                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    16141614                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    16151615                    return 1;
     
    18911891
    18921892                case IDC_EXSTYLE:
    1893                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     1893                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    18941894                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    18951895                    return 1;
     
    21372137
    21382138                case IDC_EXSTYLE:
    2139                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     2139                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    21402140                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    21412141                    return 1;
     
    24372437
    24382438                case IDC_EXSTYLE:
    2439                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     2439                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    24402440                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    24412441                    return 1;
     
    25702570
    25712571                case IDC_EXSTYLE:
    2572                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     2572                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    25732573                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    25742574                    return 1;
     
    29662966
    29672967                case IDC_EXSTYLE:
    2968                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     2968                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    29692969                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    29702970                    return 1;
     
    32373237
    32383238                case IDC_EXSTYLE:
    3239                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     3239                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    32403240                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    32413241                    return 1;
     
    35063506
    35073507                case IDC_EXSTYLE:
    3508                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     3508                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    35093509                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    35103510                    return 1;
     
    35883588
    35893589                case IDC_EXSTYLE:
    3590                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     3590                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    35913591                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    35923592                    return 1;
     
    38183818
    38193819                case IDC_EXSTYLE:
    3820                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     3820                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    38213821                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    38223822                    return 1;
     
    39003900
    39013901                case IDC_EXSTYLE:
    3902                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     3902                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    39033903                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    39043904                    return 1;
     
    40294029
    40304030                case IDC_EXSTYLE:
    4031                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     4031                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    40324032                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    40334033                    return 1;
     
    41794179
    41804180                case IDC_EXSTYLE:
    4181                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     4181                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    41824182                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    41834183                    return 1;
     
    43884388
    43894389                case IDC_EXSTYLE:
    4390                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     4390                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    43914391                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    43924392                    return 1;
     
    45614561
    45624562                case IDC_EXSTYLE:
    4563                     if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,DlgRadProperty_Item_ExStyle)) return 1;
     4563                    if(!DialogBox(hResInst,MAKEINTRESOURCE(IDD_RAD_PROP_ITEM_EXSTYLE),hwnd,(DLGPROC)DlgRadProperty_Item_ExStyle)) return 1;
    45644564                    DrawRadWindow(i,&ProjectInfo.pWindowInfo[i2]);
    45654565                    return 1;
Note: See TracChangeset for help on using the changeset viewer.