2003-10-24 06:19:20 +02:00
|
|
|
/*
|
|
|
|
* Copyright 2000 Huw D M Davies
|
2004-05-27 04:25:13 +02:00
|
|
|
* Copyright 2003-2004 Ivan Leo Puoti
|
2006-04-01 16:56:48 +02:00
|
|
|
* Copyright 2006 Antonio Codazzi
|
2003-10-24 06:19:20 +02:00
|
|
|
*
|
|
|
|
* This library 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 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library 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 library; if not, write to the Free Software
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-10-24 06:19:20 +02:00
|
|
|
*/
|
|
|
|
|
2006-12-04 20:12:07 +01:00
|
|
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
2003-10-24 06:19:20 +02:00
|
|
|
|
|
|
|
PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
|
|
|
|
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
|
2006-04-01 16:56:48 +02:00
|
|
|
CAPTION "Foglio"
|
2004-08-24 20:33:01 +02:00
|
|
|
FONT 8, "MS Shell Dlg"
|
2003-10-24 06:19:20 +02:00
|
|
|
{
|
2006-04-01 16:56:48 +02:00
|
|
|
LTEXT "&Dimensione del foglio:", -1, 10, 6, 100, 8
|
2003-10-24 06:19:20 +02:00
|
|
|
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
|
|
|
|
WS_TABSTOP
|
2006-04-01 16:56:48 +02:00
|
|
|
GROUPBOX "Orientamento", -1, 10, 80, 200, 50
|
2004-01-23 02:44:47 +01:00
|
|
|
CONTROL "&Orizzontale", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
|
2003-10-24 06:19:20 +02:00
|
|
|
WS_TABSTOP, 20, 90, 60, 10
|
2004-01-23 02:44:47 +01:00
|
|
|
CONTROL "&Verticale", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
|
2003-10-24 06:19:20 +02:00
|
|
|
20, 110, 60, 10
|
2006-04-01 16:56:48 +02:00
|
|
|
LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8
|
|
|
|
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
|
|
|
|
WS_TABSTOP
|
2003-10-24 06:19:20 +02:00
|
|
|
}
|