~ubuntu-branches/ubuntu/precise/wine1.3/precise

« back to all changes in this revision

Viewing changes to programs/wordpad/No.rc

  • Committer: Package Import Robot
  • Author(s): Scott Ritchie
  • Date: 2012-01-17 09:00:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120117090034-eyhpp02jawlvrrkc
Tags: 1.3.37-0ubuntu1
* New upstream release
  - Many changes
* Convert to 3.0 source format
* debian/control:
  - Remove pre-multiarch amd64 build depends
  - Remove quilt build depends
  - Recommend proper gecko versions
* debian/rules:
  - Remove manual dh_quilt patch and unpatch
  - No need to uuencode/uudecode anymore with new source format

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright 2006-2010 by Alexander N. Sørnes <alex@thehandofagony.com>
3
 
 *
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.
8
 
 *
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.
13
 
 *
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
17
 
 */
18
 
 
19
 
#include "wordpad.h"
20
 
 
21
 
#pragma code_page(65001)
22
 
 
23
 
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
24
 
 
25
 
IDD_DATETIME DIALOG 30, 20, 130, 80
26
 
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
27
 
CAPTION "Dato og klokkeslett"
28
 
FONT 10, "MS Sans Serif"
29
 
BEGIN
30
 
    LTEXT        "Tilgjengelige formater",-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
34
 
END
35
 
 
36
 
IDD_NEWFILE DIALOG 30, 20, 140, 80
37
 
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
38
 
CAPTION "Ny"
39
 
FONT 10, "MS Sans Serif"
40
 
BEGIN
41
 
    LTEXT        "Ny dokumenttype",-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
45
 
END
46
 
 
47
 
IDD_PARAFORMAT DIALOG 30, 20, 200, 110
48
 
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
49
 
CAPTION "Formater avsnitt"
50
 
FONT 8, "MS Shell Dlg"
51
 
BEGIN
52
 
    GROUPBOX "Innrykk", -1, 10, 10, 120, 68
53
 
    LTEXT "Venstre", -1, 15, 22, 40, 13
54
 
    EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
55
 
    LTEXT "Høyre", -1, 15, 40, 40, 13
56
 
    EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
57
 
    LTEXT "Første linje", -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
63
 
END
64
 
 
65
 
IDD_TABSTOPS DIALOG 30, 20, 200, 110
66
 
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
67
 
CAPTION "Tabulatorer"
68
 
FONT 8, "MS SHell DLg"
69
 
BEGIN
70
 
    GROUPBOX "Tabulatorstopp", -1, 10, 10, 120, 90
71
 
    COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
72
 
    DEFPUSHBUTTON "&Legg til", ID_TAB_ADD, 20, 80, 45, 15
73
 
    PUSHBUTTON "&Fjern", 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 "Fjern all&e", ID_TAB_EMPTY, 137, 51, 50, 15
77
 
END
78
 
 
79
 
IDD_FORMATOPTS DIALOG 0, 0, 280, 110
80
 
STYLE DS_SYSMODAL
81
 
CAPTION ""
82
 
FONT 8, "MS Shell Dlg"
83
 
BEGIN
84
 
    GROUPBOX "Linjebryting", -1, 10, 10, 130, 85
85
 
    RADIOBUTTON "Ingen linjebryting", IDC_PAGEFMT_WN, 18, 25, 117, 15
86
 
    RADIOBUTTON "Bryt tekst etter v&indusbredden", IDC_PAGEFMT_WW, 18, 45, 117, 15
87
 
    RADIOBUTTON "Bryt tekst etter &margen", IDC_PAGEFMT_WM, 18, 65, 117, 15
88
 
    GROUPBOX "Verktøylinjer", -1, 150, 10, 120, 85
89
 
    CHECKBOX "&Verktøylinje", IDC_PAGEFMT_TB, 160, 20, 80, 15
90
 
    CHECKBOX "&Formatlinje", IDC_PAGEFMT_FB, 160, 38, 80, 15
91
 
    CHECKBOX "&Linjal", IDC_PAGEFMT_RU, 160, 56, 80, 15
92
 
    CHECKBOX "&Statuslinje", IDC_PAGEFMT_SB, 160, 74, 80, 15
93
 
    LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
94
 
END