Changeset 75 for trunk/Verify/Verify.rc


Ignore:
Timestamp:
11/4/2007 3:28:46 AM (5 years ago)
Author:
lowjoel
Message:

Moved all the UI resources to the common resource library and include that rc file when compiling the final application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Verify/Verify.rc

    r45 r75  
    5757END 
    5858 
    59 IDD_DLGNEW_DIALOG DIALOGEX 0, 0, 267, 226 
    60 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |  
    61     WS_SYSMENU 
    62 EXSTYLE WS_EX_APPWINDOW 
    63 CAPTION "Choose File/Folder" 
    64 FONT 8, "MS Shell Dlg", 0, 0, 0x1 
    65 BEGIN 
    66     DEFPUSHBUTTON   "OK",IDOK,210,205,50,14 
    67     CONTROL         "Tree1",IDC_TREE1,"SysTreeView32",WS_BORDER | WS_TABSTOP, 
    68                     7,7,253,187 
    69 END 
    70  
    7159///////////////////////////////////////////////////////////////////////////// 
    7260// 
Note: See TracChangeset for help on using the changeset viewer.