winedbg: Implement printing the Program Status Register.
[wine] / programs / oleview / Ro.rc
1 /*
2  * OleView
3  *
4  * Copyright 2006 Piotr Caban
5  * Copyright 2010 Claudia Cotună
6  *                Michael Stefaniuc
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
22
23 #include "resource.h"
24
25 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
26
27 #pragma code_page(65001)
28
29 DLG_CREATEINSTON DIALOG 0, 0, 250, 41
30 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
31 CAPTION "Conectează la alt calculator"
32 FONT 8, "MS Shell Dlg"
33 {
34     LTEXT   "Nu&me calculator:", -1, 5, 6, 190, 8
35     EDITTEXT    IDC_MACHINE, 5, 16, 190, 12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
36     DEFPUSHBUTTON   "&OK", IDOK, 200, 5, 45, 14
37     PUSHBUTTON  "A&nulează", IDCANCEL, 200, 22, 45, 14
38 }
39
40 DLG_SYSCONF DIALOG 0, 0, 170, 100
41 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
42 CAPTION "Configurare sistem"
43 FONT 8, "MS Shell Dlg"
44 {
45     LTEXT   "Configurație sistem", -1, 5, 6, 160, 8
46     CHECKBOX    "Activ&ează COM distribuit", IDC_ENABLEDCOM, 5, 20, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
47     CHECKBOX    "Activea&ză conexiunile la distanță (doar Win95)", IDC_ENABLEREMOTE, 5, 35, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
48     LTEXT   "These settings changes only register values.\nIt has no effect on Wine performance.", -1, 5, 50, 160, 40
49     DEFPUSHBUTTON   "&OK", IDOK, 70, 80, 45, 14
50     PUSHBUTTON  "A&nulează", IDCANCEL, 120, 80, 45, 14
51 }
52
53 DLG_DEFAULT_IV DIALOG 0, 0, 280, 50
54 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
55 CAPTION "Vizualizator interfață implicit"
56 FONT 8, "MS Shell Dlg"
57 {
58     LTEXT   "Interfață", -1, 5, 6, 50, 8
59     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
60     LTEXT   "IID:", -1, 5, 16, 50, 8
61     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
62     DEFPUSHBUTTON   "În&chide", IDCANCEL, 230, 6, 45, 14
63     PUSHBUTTON  "&Afișează informațiile de tip", IDC_VIEWTYPEINFO, 6, 31, 100, 14, WS_DISABLED
64 }
65
66 DLG_IPERSIST_IV DIALOG 0, 0, 280, 29
67 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
68 CAPTION "Vizualizator interfață IPersist"
69 FONT 8, "MS Shell Dlg"
70 {
71     LTEXT   "Nume clasă:", -1, 5, 6, 50, 8
72     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
73     LTEXT   "CLSID:", -1, 5, 16, 50, 8
74     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
75     DEFPUSHBUTTON   "În&chide", IDCANCEL, 230, 6, 45, 14
76 }
77
78 DLG_IPERSISTSTREAM_IV DIALOG 0, 0, 280, 68
79 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
80 CAPTION "Vizualizator interfață IPersistStream"
81 FONT 8, "MS Shell Dlg"
82 {
83     LTEXT   "Nume clasă:", -1, 5, 6, 50, 8
84     LTEXT   "", IDC_LABEL, 60, 6, 145, 8
85     LTEXT   "CLSID:", -1, 5, 16, 50, 8
86     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
87     DEFPUSHBUTTON   "În&chide", IDCANCEL, 230, 6, 45, 14
88     PUSHBUTTON  "&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
89     LTEXT   "???", IDC_ISDIRTY, 60, 34, 145, 8
90     PUSHBUTTON  "&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
91     LTEXT   "???", IDC_GETSIZEMAX, 60, 52, 145, 8
92 }