mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 16:07:05 -06:00
9.07 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
c99f3ebdd6
commit
2fed872194
9
CPP/7zip/UI/FileManager/EditPage2.rc
Executable file
9
CPP/7zip/UI/FileManager/EditPage2.rc
Executable file
@@ -0,0 +1,9 @@
|
||||
CAPTION "Editor"
|
||||
{
|
||||
LTEXT "&Editor:", IDC_EDIT_STATIC_EDITOR, m, m, xc, 8
|
||||
EDITTEXT IDC_EDIT_EDIT_EDITOR, m, 20, xc - m - bxsDots, 14, ES_AUTOHSCROLL
|
||||
PUSHBUTTON "...", IDC_EDIT_BUTTON_EDITOR, xs - m - bxsDots, 19, bxsDots, bys
|
||||
LTEXT "&Diff:", IDC_EDIT_STATIC_DIFF, m, 40, xc, 8
|
||||
EDITTEXT IDC_EDIT_EDIT_DIFF, m, 52, xc - m - bxsDots, 14, ES_AUTOHSCROLL
|
||||
PUSHBUTTON "...", IDC_EDIT_BUTTON_DIFF, xs - m - bxsDots, 51, bxsDots, bys
|
||||
}
|
||||
Reference in New Issue
Block a user