summaryrefslogtreecommitdiff
path: root/UseActions/res/UseActions.rc
blob: fd2de9ef40d71cb80672abfdb3bb25fad6185cc2 (plain)
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
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// Neutral resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
#ifdef _WIN32
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(1251)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_OPTIONS DIALOGEX 0, 0, 308, 233
STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "The way actions could be called",IDC_GB,6,2,297,226
    CONTROL         "",IDC_ACTIONSLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,12,12,118,210
    CONTROL         "CList_Modern",IDC_CHBMTBB,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,150,19,76,8
    CONTROL         "Core Hotkey",IDC_CHBHOTKEY,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,150,214,146,8
    CONTROL         "Enable",IDC_CHBMMENUITEM,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,150,49,65,8
    CONTROL         "Enable",IDC_CHBCMENUITEM,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,150,118,65,8
    CONTROL         "TopToolBar",IDC_CHBTTBB,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,150,28,68,8
    EDITTEXT        IDC_EDMMENUPN,218,56,78,12,ES_AUTOHSCROLL | WS_GROUP
    EDITTEXT        IDC_EDCMENUPN,218,125,78,12,ES_AUTOHSCROLL | WS_GROUP
    RTEXT           "Root popup:",IDC_STMMIROOTPOPN,132,58,83,8
    RTEXT           "Root popup:",IDC_STCMIROOTPOPN,132,127,83,8
    CONTROL         "show only if variables return 1",IDC_CHBCMVARS,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_GROUP | WS_TABSTOP,162,152,134,8
    EDITTEXT        IDC_EDCMENUVARSTR,162,161,120,12,ES_AUTOHSCROLL | WS_GROUP
    CONTROL         "",IDC_BTCMSVARSHELP,"MButtonClass",WS_TABSTOP,282,161,14,12
    LTEXT           "Toolbar buttons",IDC_STTOOLBAR,140,10,145,8
    LTEXT           "Main menu item",IDC_STMMI,140,39,156,8
    LTEXT           "Contact menu item",IDC_STCMI,140,107,156,8
    LTEXT           "Other",IDC_STOTHER,140,204,156,8
    LTEXT           "Tray menu item",IDC_STTMI,140,176,156,8
    EDITTEXT        IDC_EDTMENUPN,220,194,76,12,ES_AUTOHSCROLL | WS_GROUP
    CONTROL         "Enable",IDC_CHBTMENUITEM,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,150,186,65,8
    RTEXT           "Root popup:",IDC_STTMIROOTPOPN,150,195,65,8
    EDITTEXT        IDC_EDMMENUN,218,69,64,12,ES_AUTOHSCROLL | WS_GROUP
    RTEXT           "Name through vars:",IDC_STMMIVARNAME,132,72,83,8
    CONTROL         "",IDC_BTMMNVARSHELP,"MButtonClass",WS_TABSTOP,282,69,14,12
    EDITTEXT        IDC_EDCMENUN,218,138,64,12,ES_AUTOHSCROLL | WS_GROUP
    RTEXT           "Name through vars:",IDC_STCMIVARNAME,132,139,83,8
    CONTROL         "",IDC_BTCMNVARSHELP,"MButtonClass",WS_TABSTOP,282,138,14,12
    CONTROL         "TabButtonBar",IDC_CHBTABBB,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,228,19,68,8
    CONTROL         "separated",IDC_CHBMMENUSEP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,218,46,77,10
    CONTROL         "separated",IDC_CHBCMENUSEP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,218,115,77,10
    CONTROL         "show only if variables return 1",IDC_CHBMMVARS,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_GROUP | WS_TABSTOP,162,83,134,8
    EDITTEXT        IDC_EDMMENUVARSTR,162,92,120,12,ES_AUTOHSCROLL | WS_GROUP
    CONTROL         "",IDC_BTMMSVARSHELP,"MButtonClass",WS_TABSTOP,282,92,14,12
END

IDD_ELEMOPTS DIALOGEX 0, 0, 316, 182
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_TOOLWINDOW
CAPTION "Dialog"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,205,161,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,259,161,50,14
END


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ACTION              ICON                    ".\\action.ico"

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE 
BEGIN
    "\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO 
BEGIN
    IDD_OPTIONS, DIALOG
    BEGIN
        VERTGUIDE, 140
        VERTGUIDE, 150
        VERTGUIDE, 162
        VERTGUIDE, 200
        VERTGUIDE, 215
        VERTGUIDE, 228
        VERTGUIDE, 268
        VERTGUIDE, 296
        VERTGUIDE, 304
        HORZGUIDE, 27
    END

    IDD_ELEMOPTS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 309
        TOPMARGIN, 7
        BOTTOMMARGIN, 175
    END
END
#endif    // APSTUDIO_INVOKED

#endif    // Neutral resources
/////////////////////////////////////////////////////////////////////////////

#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED