/* dialog.rc - Resource definitions Copyright (C) 2004 g10 Code GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #include #include "resource.h" /* * Main dialog */ IDD_PINENT DIALOG DISCARDABLE 0, 0, 186, 125 STYLE DS_MODALFRAME | DS_SYSMODAL | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Pinentry" FONT 8, "MS Shell Dlg" BEGIN LTEXT "", IDC_PINENT_DESC, 6, 6, 152, 40 EDITTEXT IDC_PINENT_TEXT, 71, 56, 107, 12, ES_PASSWORD | ES_AUTOHSCROLL DEFPUSHBUTTON "O&K", IDOK, 77, 100, 50, 14 PUSHBUTTON "&Cancel", IDCANCEL, 132, 100, 50, 14 LTEXT "", IDC_PINENT_PROMPT, 6, 56, 64, 12 LTEXT "", IDC_PINENT_ERR, 6, 82, 170, 9 END