mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 09:15:00 -06:00
14 lines
358 B
Plaintext
Executable File
14 lines
358 B
Plaintext
Executable File
#include "EditPageRes.h"
|
|
#include "../../GuiCommon.rc"
|
|
|
|
#define xc SMALL_PAGE_SIZE_X
|
|
#define yc 60
|
|
|
|
IDD_EDIT MY_PAGE
|
|
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_SET, xs - m - bxsDots, 19, bxsDots, bys
|
|
}
|