Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed Sep 23, 2020
1 parent 3a5aa2c commit 01a1994
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
Binary file modified img/bee2.bmp
Binary file not shown.
Binary file added img/bee2.ico
Binary file not shown.
24 changes: 8 additions & 16 deletions win/bee2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\project bee2 [cryptographic library]
\author (C) Sergey Agievich [agievich@{bsu.by|gmail.com}]
\created 2013.02.25
\version 2015.04.16
\version 2020.09.23
\license This program is released under the GNU General Public License
version 3. See Copyright Notices in bee2/info.h.
*******************************************************************************
Expand All @@ -25,11 +25,6 @@ version 3. See Copyright Notices in bee2/info.h.
#include <winres.h>
#include "../include/bee2/info.h"

#ifdef _WIN32
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251)
#endif //_WIN32

/*
*******************************************************************************
Контрольная характеристика
Expand All @@ -50,11 +45,12 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
CAPTION "Bee2: A Cryptographic Library"
FONT 8, "MS Shell Dlg", 405, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,232,165,50,14
CONTROL 101,IDC_STATIC,"Static",SS_BITMAP,10,12,80,80
GROUPBOX "Build info",IDC_STATIC,104,7,194,83
EDITTEXT 102,110,20,178,63, WS_VSCROLL | ES_AUTOHSCROLL |
ES_AUTOVSCROLL | ES_READONLY | ES_MULTILINE
DEFPUSHBUTTON "OK", IDOK, 232, 165, 50, 14
CONTROL 101, IDC_STATIC, "Static", SS_ICON | SS_REALSIZEIMAGE,
10, 10, 80, 80
GROUPBOX "Build info", IDC_STATIC, 104, 7, 194, 83
EDITTEXT 102, 110, 20, 178, 63, WS_VSCROLL | ES_AUTOHSCROLL |
ES_AUTOVSCROLL | ES_READONLY | ES_MULTILINE
END

/*
Expand All @@ -63,7 +59,7 @@ END
*******************************************************************************
*/

101 BITMAP "../img/bee2.bmp"
101 ICON "../img/bee2.ico"

/*
*******************************************************************************
Expand Down Expand Up @@ -97,8 +93,4 @@ BEGIN
VALUE "SpecialBuild", "\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x419, 1251
END
END

0 comments on commit 01a1994

Please sign in to comment.