diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2016-05-31 21:41:30 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2016-05-31 21:41:30 +0000 |
commit | 9ba730bc48e44630b418f4214aee57c7b7c987bd (patch) | |
tree | cc9a0341bcc2ab947b9047890bf0e1b88ad38737 /plugins/MirFox/res | |
parent | e2a1d9a9b2cf04583a3e97a9a2305256357cc443 (diff) |
[MirFox]
Immediately refresh data in Firefox menu when Miranda contact or account is added, renamed, deleted, enabled or disabled, hide or unhide.
Add "Add acount to contact name" option.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox/res')
-rw-r--r-- | plugins/MirFox/res/resource.rc | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index 016a7627ab..06a4121a5c 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -51,17 +51,19 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Send to contact action",IDC1_STATIC_G1,17,10,275,146
- LTEXT "on left mouse button click",IDC1_LABEL2,26,25,256,10
- COMBOBOX IDC1_COMBO1,26,38,256,16,CBS_DROPDOWNLIST | WS_TABSTOP
- LTEXT "on right mouse button click",IDC1_LABEL3,26,59,256,10
- COMBOBOX IDC1_COMBO2,26,73,256,12,CBS_DROPDOWNLIST | WS_TABSTOP
- LTEXT "on middle mouse button click\n(note: use middle mouse button to send multiple messages from Firefox)",IDC1_LABEL4,26,92,256,32
- COMBOBOX IDC1_COMBO3,26,132,256,15,CBS_DROPDOWNLIST | WS_TABSTOP
- GROUPBOX "Firefox profiles",IDC1_STATIC_G2,17,162,275,55
- CONTROL "Show Miranda menu only in these Firefox profiles (comma delimited)",IDC1_CHECK1,
- "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,26,171,252,20
- EDITTEXT IDC1_EDIT1,26,195,249,14,ES_AUTOHSCROLL
+ GROUPBOX "Send to contact action",IDC1_STATIC_G1,8,10,294,120
+ LTEXT "on left mouse button click",IDC1_LABEL2,20,24,266,10
+ COMBOBOX IDC1_COMBO1,20,36,256,16,CBS_DROPDOWNLIST | WS_TABSTOP
+ LTEXT "on right mouse button click",IDC1_LABEL3,20,56,266,10
+ COMBOBOX IDC1_COMBO2,20,69,256,12,CBS_DROPDOWNLIST | WS_TABSTOP
+ LTEXT "on middle mouse button click\n(note: use middle mouse button to send multiple messages from Firefox)",IDC1_LABEL4,20,88,266,32
+ COMBOBOX IDC1_COMBO3,20,108,256,15,CBS_DROPDOWNLIST | WS_TABSTOP
+ GROUPBOX "Firefox menu",IDC1_STATIC_G3,8,135,294,33
+ CONTROL "Add acount to contact name",IDC1_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,145,266,20
+ GROUPBOX "Firefox profiles",IDC1_STATIC_G2,8,172,294,53
+ CONTROL "Show Miranda menu only in these Firefox profiles (comma delimited)",IDC1_CHECK1,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,20,181,266,20
+ EDITTEXT IDC1_EDIT1,20,203,256,14,ES_AUTOHSCROLL
+
END
IDD_OPT2 DIALOGEX 0, 0, 310, 230
@@ -69,8 +71,8 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Show these contacts in 'Send ... to' option in Firefox",IDC_STATIC,6,7,299,219
- CONTROL "",IDC2_CONTACTS_LIST,"CListControl",WS_TABSTOP | 0x1d2,11,19,287,201,WS_EX_CLIENTEDGE
+ GROUPBOX "Show these contacts in 'Send ... to' option in Firefox",IDC2_STATIC_G1,8,10,294,215
+ CONTROL "",IDC2_CONTACTS_LIST,"CListControl",WS_TABSTOP | 0x1d2,20,24,266,190,WS_EX_CLIENTEDGE
END
IDD_OPT3 DIALOGEX 0, 0, 310, 230
@@ -78,8 +80,8 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Show these accounts in 'Set status message' option in Firefox",IDC3_STATIC_G1,17,18,275,191
- CONTROL "",IDC3_PROTOCOLS_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,33,35,243,164
+ GROUPBOX "Show these accounts in 'Set status message' option in Firefox",IDC3_STATIC_G1,8,10,294,215
+ CONTROL "",IDC3_PROTOCOLS_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_TABSTOP,20,24,266,190
END
|