summaryrefslogtreecommitdiff
path: root/plugins/Scriver/res/resource.rc
diff options
context:
space:
mode:
authorslotwin <slotwin@users.noreply.github.com>2014-05-16 14:09:55 +0000
committerslotwin <slotwin@users.noreply.github.com>2014-05-16 14:09:55 +0000
commitb0d7f419371c84e5ffcd391ac1e4fa779fef9262 (patch)
treee005b15dfe310caa6823dcdcec46cb80d57681ea /plugins/Scriver/res/resource.rc
parente9faad51a554916947d2f98b570be38048d8501f (diff)
Scriver/options: move Line between messages color setting to Fonts and colors page
code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@9195 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/res/resource.rc')
-rw-r--r--plugins/Scriver/res/resource.rc13
1 files changed, 12 insertions, 1 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc
index 61cc5a7c0c..bc31d2f3bd 100644
--- a/plugins/Scriver/res/resource.rc
+++ b/plugins/Scriver/res/resource.rc
@@ -122,7 +122,6 @@ BEGIN
CONTROL "Start message text on a new line",IDC_MESSAGEONNEWLINE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,58,140,10
CONTROL "Show lines between messages",IDC_DRAWLINES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,69,120,10
- CONTROL "",IDC_LINECOLOUR,"ColourPicker",WS_TABSTOP,280,69,16,11
CONTROL "Indent text",IDC_INDENTTEXT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,80,102,10
EDITTEXT IDC_INDENTSIZE,262,79,33,12,ES_RIGHT | ES_NUMBER | WS_DISABLED
CONTROL "Spin1",IDC_INDENTSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK | WS_DISABLED,290,79,10,12
@@ -394,6 +393,14 @@ BEGIN
BOTTOMMARGIN, 105
END
+ IDD_MSGWIN, DIALOG
+ BEGIN
+ END
+
+ IDD_INFOBAR, DIALOG
+ BEGIN
+ END
+
IDD_MSG, DIALOG
BEGIN
LEFTMARGIN, 5
@@ -402,6 +409,10 @@ BEGIN
HORZGUIDE, 16
HORZGUIDE, 53
END
+
+ IDD_CONFIRM_SENDALL, DIALOG
+ BEGIN
+ END
END
#endif // APSTUDIO_INVOKED