-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreferences.rc
More file actions
44 lines (30 loc) · 2.24 KB
/
Copy pathPreferences.rc
File metadata and controls
44 lines (30 loc) · 2.24 KB
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
/** $VER: Preferences.rc (2026.08.14) P. Stuer **/
#include "Resources.h"
#include <winres.h>
#include "Preferences.h"
#include "IconList.h"
language LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
IDD_PREFERENCES dialogex 0, 0, 0, 0
style DS_SHELLFONT | WS_CHILD
font 8, "MS Shell Dlg", 400, 0, 1
{
rtext "Text format:" IDC_STATIC, X_A11, Y_A11 + 2, W_A11, H_A11
edittext IDC_TEXT_FORMAT, X_A12, Y_A12, W_A12, H_A12, ES_AUTOHSCROLL | WS_TABSTOP
rtext "Tool tip:" IDC_STATIC, X_A21, Y_A21 + 2, W_A21, H_A21
edittext IDC_TOOL_TIP, X_A22, Y_A22, W_A22, H_A22, ES_AUTOHSCROLL | WS_TABSTOP
rtext "Node type:" IDC_STATIC, X_A13, Y_A13 + 2, W_A13, H_A13
combobox IDC_NODE_TYPE, X_A14, Y_A14, W_A14, H_A14, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
rtext "Image size:" IDC_STATIC, X_A19, Y_A19 + 2, W_A19, H_A19
edittext IDC_IMAGE_SIZE, X_A20, Y_A20, W_A20, H_A20, ES_AUTOHSCROLL | ES_RIGHT | WS_TABSTOP
rtext "File path:", IDC_STATIC, X_A15, Y_A15 + 2, W_A15, H_A15
edittext IDC_FILE_PATH, X_A16, Y_A16, W_A16, H_A16, ES_AUTOHSCROLL | WS_TABSTOP
pushbutton "...", IDC_FILE_PATH_SELECT, X_A17, Y_A17, W_A17, H_A17
control "", IDC_IMAGE_LIST, WC_ICON_LIST, WS_CHILD | WS_VISIBLE | WS_TABSTOP, X_A18, Y_A18, W_A18, H_A18
control "Quick search", IDC_QUICK_SEARCH, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, X_A24, Y_A24, W_A24, H_A24
control "Horizontal scrollbar", IDC_HSCROLLBAR, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, X_A25, Y_A25, W_A25, H_A25
control "Expand drop target", IDC_EXPAND_DROP_TARGET, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, X_A26, Y_A26, W_A26, H_A26
groupbox "Component", IDC_STATIC, X_A99, Y_A99, W_A99, H_A99, BS_GROUPBOX, WS_EX_TRANSPARENT
rtext "Log level:" IDC_STATIC, X_A98, Y_A98 + 2, W_A98, H_A98
combobox IDC_LOG_LEVEL, X_A97, Y_A97, W_A97, H_A97, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
}