Skip to content

Commit

Permalink
Use MS Shell Dlg in FBV #214
Browse files Browse the repository at this point in the history
  • Loading branch information
evpobr committed Aug 5, 2017
1 parent e5dff3f commit cf9223e
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions FBV/FBV.rc
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

IDD_MAIN DIALOGEX 0, 0, 346, 201
STYLE DS_SETFONT | DS_NOIDLEMSG | DS_CENTERMOUSE | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
STYLE DS_SETFONT | DS_NOIDLEMSG | DS_FIXEDSYS | DS_CENTERMOUSE | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "FictionBook Validator"
FONT 10, "Tahoma", 0, 0, 0x1
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
CONTROL "List1",IDC_FILELIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_TABSTOP,0,0,346,144,WS_EX_STATICEDGE
EDITTEXT IDC_MSG,0,144,288,47,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL,WS_EX_STATICEDGE
Expand All @@ -129,6 +129,32 @@ IDI_MAIN ICON "..\\FBE\\res\\FBE.ico"

IDB_VICONS BITMAP "vicons.bmp"


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_MAIN, DIALOG
BEGIN
END
END
#endif // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// AFX_DIALOG_LAYOUT
//

IDD_MAIN AFX_DIALOG_LAYOUT
BEGIN
0
END

#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit cf9223e

Please sign in to comment.