e6680dd7f21c6ff4be32fa57c57fbeee60c33784
[reactos.git] / reactos / dll / win32 / oledlg / oledlg_Ja.rc
1 /*
2 * Copyright 2004 Hajime Segawa
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 "resource.h"
20
21 /* UTF-8 */
22 #pragma code_page(65001)
23
24 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
25
26 UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
27 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
28 CAPTION "オブジェクトの挿入"
29 FONT 9, "MS Shell Dlg"
30 BEGIN
31 LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
32 LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
33 WS_TABSTOP
34 LTEXT "オブジェクトの種類:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
35 DEFPUSHBUTTON "OK",IDOK,221,7,66,14
36 PUSHBUTTON "キャンセル",IDCANCEL,221,24,66,14
37 GROUPBOX "結果",IDC_RESULT,7,103,208,41
38 CONTROL "新規作成",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
39 WS_GROUP,7,20,62,10
40 CONTROL "コントロールを作成",IDC_CREATECONTROL,"Button",
41 BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
42 CONTROL "ファイルから作成",IDC_CREATEFROMFILE,"Button",
43 BS_AUTORADIOBUTTON,7,37,67,10
44 LTEXT "",IDC_RESULTDESC,49,112,159,23
45 PUSHBUTTON "コントロールを追加(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
46 CONTROL "アイコンとして表示",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
47 WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
48 PUSHBUTTON "参照...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
49 LTEXT "ファイル:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
50 EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
51 END
52
53 STRINGTABLE DISCARDABLE
54 {
55 IDS_RESULTOBJDESC "ドキュメントに新しい %s オブジェクトを挿入します"
56 IDS_RESULTFILEOBJDESC "ファイルの内容をオブジェクトとしてドキュメントに挿入します。オブジェクトは作成したプログラムから有効にできます。"
57 IDS_BROWSE "参照"
58 IDS_NOTOLEMOD "ファイルは有効なOLEモジュールではないようです。OLEコントロールを登録できません。"
59 IDS_NOTOLEMODCAPTION "コントロールを追加"
60 }
61 #pragma code_page(default)