2 * Copyright 2009 by Anders Jonsson
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
23 #pragma code_page(65001)
25 IDD_DATETIME DIALOG 30, 20, 130, 80
26 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
27 CAPTION "Datum och tid"
28 FONT 10, "MS Sans Serif"
30 LTEXT "Tillgängliga format",-1,3,2,100,15
31 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
32 PUSHBUTTON "&OK",IDOK,87,12,40,12
33 PUSHBUTTON "&Avbryt",IDCANCEL,87,26,40,12
36 IDD_NEWFILE DIALOG 30, 20, 140, 80
37 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
39 FONT 10, "MS Sans Serif"
41 LTEXT "Ny dokumenttyp",-1,3,2,100,15
42 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
43 PUSHBUTTON "&OK",IDOK,97,12,40,12
44 PUSHBUTTON "&Avbryt",IDCANCEL,97,26,40,12
47 IDD_PARAFORMAT DIALOG 30, 20, 200, 110
48 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
49 Caption "Formatera stycke"
50 FONT 8, "MS Shell Dlg"
52 GROUPBOX "Indrag", -1, 10, 10, 120, 68
53 LTEXT "Vänster", -1, 15, 22, 40, 13
54 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
55 LTEXT "Höger", -1, 15, 40, 40, 13
56 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
57 LTEXT "Första rad", -1, 15, 58, 40, 13
58 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
59 LTEXT "Justering", -1, 15, 87, 40, 13
60 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST
61 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
62 PUSHBUTTON "&Avbryt", IDCANCEL, 137, 33, 50, 15
65 IDD_TABSTOPS DIALOG 30, 20, 200, 110
66 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
68 FONT 8, "MS Shell Dlg"
70 GROUPBOX "Tabbstopp", -1, 10, 10, 120, 90
71 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
72 DEFPUSHBUTTON "Lägg &till", ID_TAB_ADD, 20, 80, 45, 15
73 PUSHBUTTON "Ta &bort", ID_TAB_DEL, 72, 80, 45, 15
74 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
75 PUSHBUTTON "&Avbryt", IDCANCEL, 137, 33, 50, 15
76 PUSHBUTTON "Ta bort a&lla", ID_TAB_EMPTY, 137, 51, 50, 15
79 IDD_FORMATOPTS DIALOG 0, 0, 280, 110
82 FONT 8, "MS Shell Dlg"
84 GROUPBOX "Radbrytning", -1, 10, 10, 130, 85
85 RADIOBUTTON "&Ingen radbrytning", IDC_PAGEFMT_WN, 18, 25, 117, 15
86 RADIOBUTTON "&Bryt text vid fönsterkanten", IDC_PAGEFMT_WW, 18, 45, 117, 15
87 RADIOBUTTON "Bryt text vid &marginalen", IDC_PAGEFMT_WM, 18, 65, 117, 15
88 GROUPBOX "Verktygsrader", -1, 150, 10, 120, 85
89 CHECKBOX "&Verktygsrad", IDC_PAGEFMT_TB, 160, 20, 80, 15
90 CHECKBOX "&Formatrad", IDC_PAGEFMT_FB, 160, 38, 80, 15
91 CHECKBOX "&Linjal", IDC_PAGEFMT_RU, 160, 56, 80, 15
92 CHECKBOX "&Statusrad", IDC_PAGEFMT_SB, 160, 74, 80, 15
93 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0