Skip to content

Commit

Permalink
[MODIF] Modify File Association dialog UI.
Browse files Browse the repository at this point in the history
- Notepad-plus svn trunk @ 709
  • Loading branch information
donho committed Nov 18, 2010
1 parent ed932a3 commit 63d11d9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions PowerEditor/src/MISC/RegExt/regExtDlg.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ IDD_REGEXT_BOX DIALOGEX 0, 0, 370, 180
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
FONT 8, TEXT("MS Shell Dlg"), 0, 0, 0x1
BEGIN
LISTBOX IDC_REGEXT_LANGEXT_LIST,141,31,29,122,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
LISTBOX IDC_REGEXT_REGISTEREDEXTS_LIST,211,30,48,123,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "->",IDC_ADDFROMLANGEXT_BUTTON,178,87,26,14
EDITTEXT IDC_CUSTOMEXT_EDIT,141,87,30,14,ES_AUTOHSCROLL | NOT WS_VISIBLE
PUSHBUTTON "->",IDC_REMOVEEXT_BUTTON,266,86,26,14
CONTROL "",IDC_POUPELLE_STATIC,"Static",SS_OWNERDRAW,301,82,20,20
LTEXT "Supported exts :",IDC_SUPPORTEDEXTS_STATIC,73,18,77,8
LTEXT "Registered exts :",IDC_REGISTEREDEXTS_STATIC,212,18,72,8
LISTBOX IDC_REGEXT_LANG_LIST,73,31,63,122,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
LTEXT "Supported exts :",IDC_SUPPORTEDEXTS_STATIC,113,18,77,8
LISTBOX IDC_REGEXT_LANG_LIST,113,31,63,122,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
LISTBOX IDC_REGEXT_LANGEXT_LIST,181,31,29,122,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
EDITTEXT IDC_CUSTOMEXT_EDIT,181,75,30,14,ES_AUTOHSCROLL | NOT WS_VISIBLE
PUSHBUTTON "->",IDC_ADDFROMLANGEXT_BUTTON,218,75,26,14
PUSHBUTTON "<-",IDC_REMOVEEXT_BUTTON,218,98,26,14
LTEXT "Registered exts :",IDC_REGISTEREDEXTS_STATIC,252,18,72,8
LISTBOX IDC_REGEXT_REGISTEREDEXTS_LIST,251,30,48,123,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
//CONTROL "",IDC_POUPELLE_STATIC,"Static",SS_OWNERDRAW,301,82,20,20
END


0 comments on commit 63d11d9

Please sign in to comment.