summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/res
diff options
context:
space:
mode:
authorSergey Tatarinov <tatarinov.sergey@gmail.com>2014-03-18 15:17:48 +0000
committerSergey Tatarinov <tatarinov.sergey@gmail.com>2014-03-18 15:17:48 +0000
commit806c7235a85177c0582a6b3c0f7ce395ffbaec20 (patch)
tree242391f39c0718f2e10f08e1a7a126c378198b5c /plugins/Db_autobackups/res
parent6b3e9ea9d6481717040ad7a257f14bb83f83eb9d (diff)
Db_autobackups:
- By clicking on the popup opens the folder with the backup - Minor cosmetics git-svn-id: http://svn.miranda-ng.org/main/trunk@8652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/res')
-rw-r--r--plugins/Db_autobackups/res/db_autobackups.rc14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/Db_autobackups/res/db_autobackups.rc b/plugins/Db_autobackups/res/db_autobackups.rc
index 5b8954f194..41301d340f 100644
--- a/plugins/Db_autobackups/res/db_autobackups.rc
+++ b/plugins/Db_autobackups/res/db_autobackups.rc
@@ -38,7 +38,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
- GROUPBOX "Automatic backups",IDC_STATIC,6,4,258,209,WS_GROUP
+ GROUPBOX "Automatic backups",IDC_STATIC,6,4,258,205,WS_GROUP
PUSHBUTTON "Backup NOW",IDC_BUT_NOW,173,19,75,14
CONTROL "Disabled",IDC_RAD_DISABLED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,19,128,10
CONTROL "When Miranda starts",IDC_RAD_START,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,35,156,10
@@ -51,13 +51,13 @@ BEGIN
EDITTEXT IDC_ED_NUMBACKUPS,164,90,30,12,ES_NUMBER,WS_EX_RIGHT
CONTROL "",SPIN_NUMBACKUPS,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,182,90,10,12
LTEXT "Backup to folder:",IDC_STATIC,18,120,124,11
- EDITTEXT IDC_ED_FOLDER,26,133,168,13,ES_AUTOHSCROLL
+ EDITTEXT IDC_ED_FOLDER,17,133,177,13,ES_AUTOHSCROLL
PUSHBUTTON "Browse...",IDC_BUT_BROWSE,199,132,49,14
CONTROL "Go to the ""Customize -> Folders"" to change settings",IDC_LNK_FOLDERS,
- "Hyperlink",NOT WS_VISIBLE | WS_TABSTOP,18,129,231,21
- CONTROL "Compress backup to zip-archive",IDC_CHK_USEZIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,156,231,11
- CONTROL "Disable progress bar",IDC_CHK_NOPROG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,174,231,11
- CONTROL "Disable popups",IDC_CHK_NOPOPUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,192,231,11
+ "Hyperlink",NOT WS_VISIBLE | WS_TABSTOP,18,135,231,17
+ CONTROL "Compress backup to zip-archive",IDC_CHK_USEZIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,156,231,10
+ CONTROL "Disable progress bar",IDC_CHK_NOPROG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,172,231,10
+ CONTROL "Disable popups",IDC_CHK_NOPOPUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,188,231,11
END
@@ -85,7 +85,7 @@ BEGIN
VERTGUIDE, 193
VERTGUIDE, 248
TOPMARGIN, 38
- BOTTOMMARGIN, 213
+ BOTTOMMARGIN, 209
END
END
#endif // APSTUDIO_INVOKED