summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/res
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SendScreenshotPlus/res')
-rw-r--r--plugins/SendScreenshotPlus/res/resource.rc24
-rw-r--r--plugins/SendScreenshotPlus/res/ssBBC.icobin0 -> 1150 bytes
-rw-r--r--plugins/SendScreenshotPlus/res/ssBBClnk.icobin0 -> 1150 bytes
-rw-r--r--plugins/SendScreenshotPlus/res/ssCopy.icobin0 -> 1150 bytes
4 files changed, 17 insertions, 7 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc
index 52fe583187..4dc3e547af 100644
--- a/plugins/SendScreenshotPlus/res/resource.rc
+++ b/plugins/SendScreenshotPlus/res/resource.rc
@@ -125,17 +125,24 @@ BEGIN
ICON IDI_MONITOR,ID_imgTarget,174,12,29,29,SS_NOTIFY | SS_CENTERIMAGE | SS_SUNKEN | WS_GROUP
END
-IDD_UResultForm DIALOGEX 0, 0, 300, 87
+IDD_UResultForm DIALOGEX 0, 0, 332, 100
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Result"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",0x0, 0,0,300,25
+ CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",0x0, 0,0,332,25
EDITTEXT ID_edtURL, 0,25,300,13, ES_CENTER | ES_AUTOHSCROLL
- LTEXT "",ID_bvlDesc, 3,38,294,22
- CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ, 0,62,300,1
- CONTROL "&Copy",IDOK,"UInfoButtonClass",WS_GROUP | WS_TABSTOP | 0x1000, 95,68,50,14, WS_EX_NOACTIVATE | 0x10000000L
- CONTROL "Close",IDCANCEL,"UInfoButtonClass",WS_GROUP | WS_TABSTOP | 0x1000, 155,68,50,14, WS_EX_NOACTIVATE | 0x10000000L
+ CONTROL "",ID_btnCopy,"MButtonClass",WS_TABSTOP|MBS_FLAT, 300,25,16,13
+ CONTROL "",ID_btnBBC,"MButtonClass",WS_TABSTOP|MBS_FLAT, 316,25,16,13
+ CTEXT "Thumbnail", ID_edtURLthumbLabel, 0,41,50,8, SS_CENTER
+ EDITTEXT ID_edtURLthumb, 50,38,250,13, ES_CENTER | ES_AUTOHSCROLL
+ CONTROL "",ID_btnThumbCopy,"MButtonClass",WS_TABSTOP|MBS_FLAT, 300,38,16,13
+ CONTROL "",ID_btnThumbBBC,"MButtonClass",WS_TABSTOP|MBS_FLAT, 316,38,16,13
+ CONTROL "",ID_btnThumbBBC2,"MButtonClass",WS_TABSTOP|MBS_FLAT, 316,51,16,13
+ LTEXT "",ID_bvlDesc, 3,51,294,22
+ CONTROL "",ID_bvlLine,"Static",SS_ETCHEDHORZ, 0,75,332,1
+ CONTROL "&Copy",IDOK,"UInfoButtonClass",MBS_DEFBUTTON, 101,81,60,14
+ CONTROL "Close",IDCANCEL,"UInfoButtonClass",0, 171,81,60,14
END
@@ -164,7 +171,10 @@ IDI_UPDATE ICON "ssUpdate.ico"
IDI_OK ICON "ssOk.ico"
IDI_CLOSE ICON "ssClose.ico"
//IDI_APPLY ICON "ssApply.ico"
-IDI_EDIT ICON "ssEdit.ico"
+//IDI_EDIT ICON "ssEdit.ico"
+IDI_COPY ICON "ssCopy.ico"
+IDI_BBC ICON "ssBBC.ico"
+IDI_BBC2 ICON "ssBBClnk.ico"
IDI_DOWNARROW ICON "ssDownarrow.ico"
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/SendScreenshotPlus/res/ssBBC.ico b/plugins/SendScreenshotPlus/res/ssBBC.ico
new file mode 100644
index 0000000000..d24fcfc96e
--- /dev/null
+++ b/plugins/SendScreenshotPlus/res/ssBBC.ico
Binary files differ
diff --git a/plugins/SendScreenshotPlus/res/ssBBClnk.ico b/plugins/SendScreenshotPlus/res/ssBBClnk.ico
new file mode 100644
index 0000000000..b44a347383
--- /dev/null
+++ b/plugins/SendScreenshotPlus/res/ssBBClnk.ico
Binary files differ
diff --git a/plugins/SendScreenshotPlus/res/ssCopy.ico b/plugins/SendScreenshotPlus/res/ssCopy.ico
new file mode 100644
index 0000000000..0b3007bcea
--- /dev/null
+++ b/plugins/SendScreenshotPlus/res/ssCopy.ico
Binary files differ