From 64579d553e4089d55c136140bd0058696d2cf526 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Jan 2021 14:54:51 +0300 Subject: another bunch of duplicate code moved to the core --- src/mir_app/res/resource.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/mir_app/res') diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 8e88a2c601..30b353082e 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -879,6 +879,16 @@ CAPTION "Hidden window" BEGIN END +IDD_SELECT_CRYPTOPROVIDER DIALOGEX 0, 0, 229, 45 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Select crypto provider" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + DEFPUSHBUTTON "OK",IDOK,113,55,50,14 + PUSHBUTTON "Cancel",IDCANCEL,172,55,50,14 + COMBOBOX IDC_SELECTCRYPT_COMBO,16,12,199,30,CBS_DROPDOWNLIST | CBS_SORT | WS_TABSTOP + LTEXT "",IDC_CRYPTOPROVIDER_DESCR,17,29,197,14,NOT WS_GROUP +END ///////////////////////////////////////////////////////////////////////////// // -- cgit v1.2.3