-
Notifications
You must be signed in to change notification settings - Fork 17
/
DiabloIIISupport.rc
245 lines (214 loc) · 18.9 KB
/
DiabloIIISupport.rc
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#ifndef APSTUDIO_INVOKED
#include "targetver.h"
#endif
#include "afxres.h"
#include "verrsrc.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#ifndef APSTUDIO_INVOKED\r\n"
"#include ""targetver.h""\r\n"
"#endif\r\n"
"#include ""afxres.h""\r\n"
"#include ""verrsrc.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
"#define _AFX_NO_OLE_RESOURCES\r\n"
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
"\r\n"
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
"LANGUAGE 9, 1\r\n"
"#include ""res\\DiabloIIISupport.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
"#include ""afxres.rc"" // Standard components\r\n"
"#if !defined(_AFXDLL)\r\n"
"#include ""afxribbon.rc"" // MFC ribbon and control bar resources\r\n"
"#endif\r\n"
"#endif\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME ICON "res\\DiabloIIISupport.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_DIABLOIIISUPPORT_DIALOG DIALOGEX 0, 0, 501, 283
STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
EXSTYLE WS_EX_APPWINDOW
CAPTION "Diablo III Support"
FONT 10, "Microsoft Sans Serif", 400, 0, 0x0
BEGIN
CTEXT "Create by Bùi Tấn Quang\r\nhttps://github.com/langmaninternet\r\nhttps://www.facebook.com/langmaninternet",IDC_ABOUT,7,248,487,27
LTEXT "Left mouse (Hotkey F1): ",IDC_LEFTMOUSETEXT,14,38,73,21
EDITTEXT IDC_LEFTMOUSETIME,95,36,26,12,ES_RIGHT | ES_AUTOHSCROLL
LTEXT "ms",IDC_LEFTMOUSETEXTMS,123,38,10,8
LTEXT "Right Mouse (Hotkey F3): ",IDC_RIGHTMOUSETEXT,14,63,78,18
EDITTEXT IDC_RIGHTMOUSETIME,95,61,26,12,ES_RIGHT | ES_AUTOHSCROLL
LTEXT "ms",IDC_RIGHTMOUSETEXTMS,123,63,10,8
LTEXT "Skill 01: ",IDC_SKILL01TEXT,14,105,25,8
EDITTEXT IDC_SKILL01TIME,42,103,26,12,ES_RIGHT | ES_AUTOHSCROLL
LTEXT "ms, Key :",IDC_SKILL01TEXTMS,70,105,28,8
LTEXT "Skill 02: ",IDC_SKILL02TEXT,14,129,25,8
EDITTEXT IDC_SKILL02TIME,42,127,26,12,ES_RIGHT | ES_AUTOHSCROLL
LTEXT "ms, Key :",IDC_SKILL02TEXTMS,70,129,28,8
CONTROL "Enable",IDC_SKILL02CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,127,128,30,10
LTEXT "Skill 03: ",IDC_SKILL03TEXT,14,153,25,8
EDITTEXT IDC_SKILL03TIME,42,151,26,12,ES_RIGHT | ES_AUTOHSCROLL
LTEXT "ms, Key :",IDC_SKILL03TEXTMS,70,153,28,8
CONTROL "Enable",IDC_SKILL03CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,127,152,30,10
LTEXT "Skill 04: ",IDC_SKILL04TEXT,14,177,25,8
EDITTEXT IDC_SKILL04TIME,42,175,26,12,ES_RIGHT | ES_AUTOHSCROLL
LTEXT "ms, Key :",IDC_SKILL04TEXTMS,70,177,28,8
CONTROL "Enable",IDC_SKILL04CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,127,176,30,10
LTEXT "Healing key :",IDC_HEALINGTEXTMS,58,201,40,8
CONTROL "Enable",IDC_HEALINGCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,127,200,30,10
GROUPBOX "Skill (Hotkey F2)",IDC_F2BIGFRAME,12,85,146,152
GROUPBOX "Debug Infomation",IDC_STATIC,171,39,118,79
LTEXT "Diablo III: \r\n\tX: 0000 Y: 0000\r\n\tW: 0000 H: 0000\r\nCursor: \r\n\tX : 0000 Y : 0000\r\n",IDC_DEBUGINFO,174,52,108,60
GROUPBOX "Cube Converter",IDC_STATIC,170,123,119,118
LTEXT "Craft 30/60 rare items from Blacksmith. Open page 3 of cube and :",IDC_STATIC,173,137,114,19
LTEXT "- CTRL + 5 for 1 slot items",IDC_CTRL5TEXT,174,161,76,8
LTEXT "- CTRL + 6 for 2 slot items",IDC_CTRL6TEXT,174,179,86,8
LTEXT "- ESC or SPACE to stop crafting",IDC_CTRLESC,174,215,94,8
LTEXT "- CTRL + 9 for Salvage all items",IDC_CTRL9TEXT,174,197,93,8
GROUPBOX "Auto Skill",IDC_STATIC,8,7,157,234
EDITTEXT IDC_PROFILENAME,56,19,102,12,ES_AUTOHSCROLL
LTEXT "Profile Name",IDC_STATIC,14,21,40,8
PUSHBUTTON "Profile 1",IDC_PROFILE01,444,19,50,14
PUSHBUTTON "Profile 3",IDC_PROFILE03,444,63,50,14
PUSHBUTTON "Profile 8",IDC_PROFILE08,444,173,50,14
PUSHBUTTON "Profile 2",IDC_PROFILE02,444,41,50,14
PUSHBUTTON "Profile 5",IDC_PROFILE05,444,107,50,14
PUSHBUTTON "Profile 6",IDC_PROFILE06,444,129,50,14
PUSHBUTTON "Profile 4",IDC_PROFILE04,444,85,50,14
PUSHBUTTON "Profile 9",IDC_PROFILE09,444,195,50,14
PUSHBUTTON "Profile 7",IDC_PROFILE07,444,151,50,14
PUSHBUTTON "Profile 10",IDC_PROFILE10,444,217,50,14
EDITTEXT IDC_SKILLKEY01,98,103,26,12,ES_CENTER | ES_AUTOHSCROLL
EDITTEXT IDC_SKILLKEY02,98,127,26,12,ES_CENTER | ES_AUTOHSCROLL
EDITTEXT IDC_SKILLKEY03,98,151,26,12,ES_CENTER | ES_AUTOHSCROLL
EDITTEXT IDC_SKILLKEY04,98,175,26,12,ES_CENTER | ES_AUTOHSCROLL
EDITTEXT IDC_HEALINGKEY,98,199,26,12,ES_CENTER | ES_AUTOHSCROLL
GROUPBOX "Auto Casting Skill (Resolution 1920×1080)",IDC_STATIC,293,8,138,72
LTEXT "Force Stand Key:",IDC_FORCESTANDTEXT,178,19,55,8,WS_DISABLED
EDITTEXT IDC_FORCESTANDKEY,233,17,44,12,ES_CENTER | ES_AUTOHSCROLL | WS_DISABLED
CONTROL "Enable",IDC_SKILL01CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,127,104,30,10
LTEXT "\r\nSkill 2-3-4 (Key 2-3-4):\r\n\tWizard - Storm Armor\r\n\tWizard - Magic Weapon\r\n\tWizard - Familiar\r\n\r\n",IDC_STATIC,299,23,123,47
GROUPBOX "Auto Reroll Item (Resolution 1920×1080)",IDC_AUTO_REROLL_SUPPORT_FRAME,294,88,138,152
LTEXT "Option 01: -\r\n\r\nOption 02: -\r\n\r\nOption 03: -\r\n\r\nItem: -\r\n\r\nResource: -\r\n\r\nGold: -",IDC_REROL_SUPPORT_DETAIL,300,131,123,103,WS_DISABLED
CONTROL "Enable Reroll Support",IDC_ENABLE_REROLL_SUPPORT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,298,99,84,10
CONTROL "Force to DPS Build",IDC_FORCE_TO_DPS,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,297,113,84,10
END
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "https://github.com/langmaninternet"
VALUE "FileDescription", "DialoIIISupport"
VALUE "FileVersion", "1.0.0.1"
VALUE "InternalName", "DiabloIIISupport.exe"
VALUE "LegalCopyright", "TODO: (c) langman. All rights reserved."
VALUE "OriginalFilename", "DiabloIIISupport.exe"
VALUE "ProductName", "Dialo III Support by langman"
VALUE "ProductVersion", "1.0.0.1"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_DIABLOIIISUPPORT_DIALOG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 494
TOPMARGIN, 7
BOTTOMMARGIN, 275
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// AFX_DIALOG_LAYOUT
//
IDD_DIABLOIIISUPPORT_DIALOG AFX_DIALOG_LAYOUT
BEGIN
0
END
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE 9, 1
#include "res\DiabloIIISupport.rc2" // non-Microsoft Visual C++ edited resources
#include "afxres.rc" // Standard components
#if !defined(_AFXDLL)
#include "afxribbon.rc" // MFC ribbon and control bar resources
#endif
#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED