92 lines
3.4 KiB
Plaintext
92 lines
3.4 KiB
Plaintext
/*
|
|
* OleView (Nl.rc)
|
|
* Dutch Language Support
|
|
*
|
|
* Copyright 2008 Frans Kool
|
|
*
|
|
* 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
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*/
|
|
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
|
|
|
#pragma code_page(65001)
|
|
|
|
DLG_CREATEINSTON DIALOG 0, 0, 250, 41
|
|
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Verbinden met een andere machine"
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
LTEXT "&Machinenaam:", -1, 5, 6, 190, 8
|
|
EDITTEXT IDC_MACHINE, 5, 16, 190, 12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "&OK", IDOK, 200, 5, 45, 14
|
|
PUSHBUTTON "&Annuleren", IDCANCEL, 200, 22, 45, 14
|
|
}
|
|
|
|
DLG_SYSCONF DIALOG 0, 0, 170, 100
|
|
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Systeemconfiguratie"
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
LTEXT "Systeeminstellingen", -1, 5, 6, 160, 8
|
|
CHECKBOX "&Distributed COM toestaan", IDC_ENABLEDCOM, 5, 20, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
|
|
CHECKBOX "&Verbindingen op afstand toestaan (Alleen Win95)", IDC_ENABLEREMOTE, 5, 35, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
|
|
LTEXT "Deze instellingen wijzigen alleen registerwaarden.\nZe hebben geen effect op de snelheid van Wine.", -1, 5, 50, 160, 40
|
|
DEFPUSHBUTTON "&OK", IDOK, 70, 80, 45, 14
|
|
PUSHBUTTON "&Annuleren", IDCANCEL, 120, 80, 45, 14
|
|
}
|
|
|
|
DLG_DEFAULT_IV DIALOG 0, 0, 280, 50
|
|
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Standaardinterface"
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
LTEXT "Interface", -1, 5, 6, 50, 8
|
|
LTEXT "", IDC_LABEL, 60, 6, 145, 8
|
|
LTEXT "IID:", -1, 5, 16, 50, 8
|
|
LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
|
|
DEFPUSHBUTTON "&Sluiten", IDCANCEL, 230, 6, 45, 14
|
|
PUSHBUTTON "&Bekijk type-informatie", IDC_VIEWTYPEINFO, 6, 31, 70, 14, WS_DISABLED
|
|
}
|
|
|
|
DLG_IPERSIST_IV DIALOG 0, 0, 280, 29
|
|
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "IPersist-interface"
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
LTEXT "Klassenaam:", -1, 5, 6, 50, 8
|
|
LTEXT "", IDC_LABEL, 60, 6, 145, 8
|
|
LTEXT "CLSID:", -1, 5, 16, 50, 8
|
|
LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
|
|
DEFPUSHBUTTON "&Sluiten", IDCANCEL, 230, 6, 45, 14
|
|
}
|
|
|
|
DLG_IPERSISTSTREAM_IV DIALOG 0, 0, 280, 68
|
|
STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "IPersistStream-interface"
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
LTEXT "Klassenaam:", -1, 5, 6, 50, 8
|
|
LTEXT "", IDC_LABEL, 60, 6, 145, 8
|
|
LTEXT "CLSID:", -1, 5, 16, 50, 8
|
|
LTEXT "", IDC_IDENTIFIER, 60, 16, 165, 8
|
|
DEFPUSHBUTTON "&Sluiten", IDCANCEL, 230, 6, 45, 14
|
|
PUSHBUTTON "&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
|
|
LTEXT "???", IDC_ISDIRTY, 60, 34, 145, 8
|
|
PUSHBUTTON "&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
|
|
LTEXT "???", IDC_GETSIZEMAX, 60, 52, 145, 8
|
|
}
|