diff options
| author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-24 15:53:31 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-24 15:53:31 +0300 |
| commit | 91629db941f38a8ee819f4cde57ab5c404acc74f (patch) | |
| tree | 51e8957c96222047c3863757e0ff338ca126fead /replacer.rc | |
| parent | 24870e1a7d3bfb5372833d98546db67c9e24b4b2 (diff) | |
modified: options.cpp
modified: replacer.rc
modified: replacer.suo
Diffstat (limited to 'replacer.rc')
| -rw-r--r-- | replacer.rc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/replacer.rc b/replacer.rc index 1c3683c..d00dc02 100644 --- a/replacer.rc +++ b/replacer.rc @@ -90,15 +90,14 @@ END // Dialog
//
-IDD_WORD_EDIT DIALOGEX 0, 0, 316, 65
+IDD_WORD_EDIT DIALOGEX 0, 0, 316, 55
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add/Edit word"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "ÎÊ",IDC_OK,7,43,50,14
- PUSHBUTTON "Îòìåíà",IDC_CANCEL,259,43,50,14
- EDITTEXT IDC_EDIT_WORD,20,23,274,14,ES_AUTOHSCROLL
- LTEXT "Enterr/Edit word or phrase",IDC_LABEL,21,11,255,8
+ DEFPUSHBUTTON "ÎÊ",IDC_OK,7,33,50,14
+ PUSHBUTTON "Îòìåíà",IDC_CANCEL,259,33,50,14
+ EDITTEXT IDC_EDIT_WORD,20,16,274,14,ES_AUTOHSCROLL
END
@@ -115,7 +114,7 @@ BEGIN LEFTMARGIN, 7
RIGHTMARGIN, 309
TOPMARGIN, 7
- BOTTOMMARGIN, 57
+ BOTTOMMARGIN, 47
END
END
#endif // APSTUDIO_INVOKED
|
