diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-11 16:44:42 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-11 16:44:42 +0000 |
commit | bbbecb94d2572634efd9d63916070aa7d7950c9b (patch) | |
tree | 39372a951118323cf41cec4551d59f58306301f5 /plugins/WhoUsesMyFiles/res | |
parent | dd11a3930b9c02a0a4c0b79574806a6d57ad0554 (diff) |
- fixed log file creation
- minor layout fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhoUsesMyFiles/res')
-rw-r--r-- | plugins/WhoUsesMyFiles/res/resource.rc | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/plugins/WhoUsesMyFiles/res/resource.rc b/plugins/WhoUsesMyFiles/res/resource.rc index 69da8a4e36..df0e02e69a 100644 --- a/plugins/WhoUsesMyFiles/res/resource.rc +++ b/plugins/WhoUsesMyFiles/res/resource.rc @@ -47,13 +47,13 @@ BEGIN CONTROL "",IDC_COLOR_TEXT,"ColourPicker",WS_TABSTOP,187,39,39,12
LTEXT "Text color",IDC_STATIC,231,42,76,8,SS_CENTERIMAGE | NOT WS_GROUP
PUSHBUTTON "Previe&w",IDC_PREVIEW,270,231,50,15
- CONTROL "Show infinitely",IDC_DELAY_INF,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,50,61,10
- CONTROL "Default Popup delay",IDC_DELAY_DEF,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,61,81,10
- CONTROL "Choose delay time",IDC_DELAY_SET,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,39,73,10
+ CONTROL "Show infinitely",IDC_DELAY_INF,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,50,137,10
+ CONTROL "Default Popup delay",IDC_DELAY_DEF,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,61,137,10
+ CONTROL "Choose delay time",IDC_DELAY_SET,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,17,39,137,10
GROUPBOX "Popup color settings",IDC_STATIC,167,9,153,93,WS_GROUP
- CONTROL "Use windows colors",IDC_COLOR_WIN,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,63,79,10
- CONTROL "Use default Popup colors",IDC_COLOR_DEF,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,74,97,10
- CONTROL "Choose colors",IDC_COLOR_SET,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,52,61,10
+ CONTROL "Use windows colors",IDC_COLOR_WIN,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,63,125,10
+ CONTROL "Use default Popup colors",IDC_COLOR_DEF,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,74,125,10
+ CONTROL "Choose colors",IDC_COLOR_SET,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,187,52,125,10
GROUPBOX "File access filter && logging settings",IDC_STATIC,9,106,311,101
EDITTEXT IDC_FILE,83,123,210,12,ES_AUTOHSCROLL,WS_EX_ACCEPTFILES
PUSHBUTTON "...",IDC_SEL_FILE,299,123,14,12
@@ -90,6 +90,10 @@ BEGIN IDD_OPTIONS, DIALOG
BEGIN
RIGHTMARGIN, 320
+ VERTGUIDE, 17
+ VERTGUIDE, 154
+ VERTGUIDE, 187
+ VERTGUIDE, 312
END
END
#endif // APSTUDIO_INVOKED
|