~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/win32/resrs232user.rc

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
Import upstream version 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// RS232 userport specific resources.
2
2
//
3
3
 
 
4
#include "config.h"
 
5
#include "res.h"
 
6
#include "rescommon.h"
 
7
 
 
8
#pragma code_page(28591)
 
9
 
 
10
// original and default ENGLISH version of dialog
 
11
 
4
12
IDD_RS232USER_SETTINGS_DIALOG DIALOG DISCARDABLE  0, 0, 170, 90
5
13
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
6
 
CAPTION "RS232 Userport Settings"
7
14
FONT 8, "MS Sans Serif"
8
15
BEGIN
9
 
    AUTOCHECKBOX    "&Enable RS232 userport",IDC_RS232USER_ENABLE,
10
 
                    7,7,120,10, BS_AUTOCHECKBOX | WS_TABSTOP
11
 
    LTEXT           "Userport device", IDC_STATIC,9,24,55,8
12
 
    COMBOBOX        IDC_RS232USER_DEVICE,75,22,75,80,CBS_DROPDOWNLIST |
13
 
                    WS_VSCROLL | WS_TABSTOP
14
 
    LTEXT           "Userport baud rate", IDC_STATIC,9,44,60,8
15
 
    COMBOBOX        IDC_RS232USER_BAUDRATE,75,42,75,80,CBS_DROPDOWNLIST |
16
 
                    WS_VSCROLL | WS_TABSTOP
17
 
    DEFPUSHBUTTON   "OK", IDOK, 25,70,50,14, WS_TABSTOP
18
 
    PUSHBUTTON      "Cancel", IDCANCEL, 85,70,50,14, WS_TABSTOP
19
 
END
20
 
 
 
16
    AUTOCHECKBOX    "", IDC_RS232USER_ENABLE,
 
17
                    7, 7, 120, 10, BS_AUTOCHECKBOX | WS_TABSTOP
 
18
    LTEXT           "", IDC_RS232USER_DEVICE_LABEL, 9, 24, 55, 8
 
19
    COMBOBOX        IDC_RS232USER_DEVICE, 75, 22, 75, 80, CBS_DROPDOWNLIST |
 
20
                    WS_VSCROLL | WS_TABSTOP
 
21
    LTEXT           "", IDC_RS232USER_BAUDRATE_LABEL, 9, 44, 60, 8
 
22
    COMBOBOX        IDC_RS232USER_BAUDRATE, 75, 42, 75, 80, CBS_DROPDOWNLIST |
 
23
                    WS_VSCROLL | WS_TABSTOP
 
24
    DEFPUSHBUTTON   "", IDOK, 25, 70, 50, 14, WS_TABSTOP
 
25
    PUSHBUTTON      "", IDCANCEL, 85, 70, 50, 14, WS_TABSTOP
 
26
END
 
27
 
 
28
// -----------------------------------------------------------------------------
 
29
 
 
30
// original and default ENGLISH text
 
31
 
 
32
STRINGTABLE
 
33
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
 
34
BEGIN
 
35
    IDS_RS232USER_CAPTION       "RS232 Userport Settings"
 
36
    IDS_RS232USER_ENABLE        "&Enable RS232 userport"
 
37
    IDS_RS232USER_DEVICE        "Userport device"
 
38
    IDS_RS232USER_BAUD          "Userport baud rate"
 
39
END
 
40
 
 
41
// GERMAN text
 
42
 
 
43
STRINGTABLE
 
44
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
45
BEGIN
 
46
    IDS_RS232USER_CAPTION       "RS232 Userport Einstellungen"
 
47
    IDS_RS232USER_ENABLE        "RS232 Userport Emulation aktivi&eren"
 
48
    IDS_RS232USER_DEVICE        "Userport Ger�t"
 
49
    IDS_RS232USER_BAUD          "Userport Baud Rate"
 
50
END
 
51
 
 
52
// FRENCH text
 
53
 
 
54
STRINGTABLE
 
55
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
56
BEGIN
 
57
    IDS_RS232USER_CAPTION       "Param�tres RS232 Userport"
 
58
    IDS_RS232USER_ENABLE        "&Activer RS232 Userport"
 
59
    IDS_RS232USER_DEVICE        "P�riph�rique Userport"
 
60
    IDS_RS232USER_BAUD          "Vitesse du Userport"
 
61
END
 
62
 
 
63
// ITALIAN text
 
64
 
 
65
STRINGTABLE
 
66
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
67
BEGIN
 
68
    IDS_RS232USER_CAPTION       "Impostazioni della RS232 su userport"
 
69
    IDS_RS232USER_ENABLE        "&Attiva la RS232 su userport"
 
70
    IDS_RS232USER_DEVICE        "Dispositivo su userport"
 
71
    IDS_RS232USER_BAUD          "Velocit� della userport (in baud)"
 
72
END
 
73
 
 
74
// DUTCH text
 
75
 
 
76
STRINGTABLE
 
77
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
78
BEGIN
 
79
    IDS_RS232USER_CAPTION       "RS232 Userport Instellingen"
 
80
    IDS_RS232USER_ENABLE        "&Aktiveer RS232 userport"
 
81
    IDS_RS232USER_DEVICE        "Userport apparaat"
 
82
    IDS_RS232USER_BAUD          "Userport baud rate"
 
83
END
 
84
 
 
85
// POLISH text
 
86
 
 
87
#pragma code_page(28592)
 
88
STRINGTABLE
 
89
LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL
 
90
BEGIN
 
91
    IDS_RS232USER_CAPTION       "Ustawienia RS232 Userportu"
 
92
    IDS_RS232USER_ENABLE        "&W��cz RS232 userportu"
 
93
    IDS_RS232USER_DEVICE        "Urz�dzenie portu RS232"
 
94
    IDS_RS232USER_BAUD          "Urz�dzenie portu RS232"
 
95
END
 
96
#pragma code_page(28591)
 
97
 
 
98
// SWEDISH text
 
99
 
 
100
STRINGTABLE
 
101
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
 
102
BEGIN
 
103
    IDS_RS232USER_CAPTION       "RS232-anv�ndarportinst�llningar"
 
104
    IDS_RS232USER_ENABLE        "&Aktivera RS232-anv�ndarport"
 
105
    IDS_RS232USER_DEVICE        "Anv�ndarportensenhet"
 
106
    IDS_RS232USER_BAUD          "Anv�ndarportens baudhastighet"
 
107
END