/*
* Copyright (C) 2001 Scott Klement
*
* This file is part of TN5250.
*
* TN5250 is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1, or (at your option)
* any later version.
*
* TN5250 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307 USA
*
*/
/* Windows resources used in tn5250-win.c, winterm.c & lp5250d-win.c */
#define IDI_TN5250_ICON 200
#define IDM_APP_EXIT 40001
#define IDM_APP_ABOUT 40002
#define IDM_EDIT_COPY 40003
#define IDM_EDIT_PASTE 40004
#define IDM_EDIT_SELECT_ALL 40005
#define IDM_APP_PRINT 40006
#define IDM_VIEW_FONT 40007
#define IDD_DIALOG_CONNECT 101
#define IDC_EDIT_HOST 1000
#define IDC_EDIT_DEVICE 1001
#define IDC_CHECK_SSL 1002
#define IDC_CHECK_SSLVERIFY 1003
#define IDC_CHECK_UNIXCOPY 1004
#define IDC_EDIT_CHARMAP 1005
#define IDC_RADIO_80 1006
#define IDC_RADIO_132 1007
#define IDC_STATIC -1
#define IDD_DIALOG_DFTMAP 102
#define IDC_LIST_MAPS 1020
syntax highlighted by Code2HTML, v. 0.9.1