-
Notifications
You must be signed in to change notification settings - Fork 5
/
resource.h
executable file
·56 lines (51 loc) · 2.61 KB
/
resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*****************************************************************************
* Copyright 2005-2012 Hayaki Saito <[email protected]>
*
* ##### BEGIN GPL LICENSE BLOCK #####
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ##### END GPL LICENSE BLOCK #####
*
*******************************************************************************/
#define IDI_HAISYO 103
#define IDB_CANCEL 107
#define IDB_CONFIG 108
#define IDM_END 40001
#define IDM_STARTUP 40002
#define WM_TRYCLK 40005
#define IDS_REGISTERED "次回ログオン時に自動起動されます。"
#define IDS_UNREGISTERED "自動起動を解除しました。"
#define IDS_REGISTER_TITLE "自動起動"
#define IDS_HAISYO "拝承"
#define IDS_REGISTER "ログオン時に起動する "
#define IDS_UNREGISTER "ログオン時に起動しない"
#define IDS_CANCEL "終了"
#define IDS_CLASS "HAISYO"
#define IDS_TITLE "HAISYO"
#define IDS_OK "OK"
#define IDS_YES "はい"
#define IDS_KUDASAI1 "ください"
#define IDS_KUDASAI2 "頂きたく"
#define IDS_SHIMASUKA1 "しますか"
#define IDS_SHIMASUKA2 "させて頂きたく"
#define IDS_SHIMASU1 "します"
#define IDS_SHIMASU2 "させて頂きたく"
#define IDS_DEKIMASU1 "できます"
#define IDS_DEKIMASU2 "できる旨ご承知頂きたく"
#define IDS_ARIMASU1 "あります"
#define IDS_ARIMASU2 "ある旨ご承知頂きたく"
#define IDS_IMASU1 "います。"
#define IDS_IMASU2 "いる旨ご承知頂きたく。"
#define IDS_REGKEY_RUN "Software\\Microsoft\\Windows\\CurrentVersion\\Run"
#define IDS_LOCKSTRING "f98c3702-c97b-4b8a-a6e8-d038a583b30b"
/* EOF */