Searched refs:IDC_EDIT_FRAME (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | sprite_edit_dialog.cpp | 61 ON_EN_KILLFOCUS(IDC_EDIT_FRAME, &sprite_edit_dialog::OnEnKillfocusEditFrame) in BEGIN_MESSAGE_MAP() 250 DDX_Control(pDX, IDC_EDIT_FRAME, mEditFrameField); in DoDataExchange() 273 SetDlgItemInt(IDC_EDIT_FRAME, 1); in DoDataExchange() 325 GetDlgItem(IDC_EDIT_FRAME)->EnableWindow(FALSE); in DoDataExchange() 369 SetDlgItemInt(IDC_EDIT_FRAME, newval); in OnDeltaposSpinNumFrames() 409 SetDlgItemInt(IDC_EDIT_FRAME, newval); in OnDeltaposSpinEditFrame() 436 SetDlgItemInt(IDC_EDIT_FRAME, newval); in OnEnKillfocusNumFrames() 468 int newval = GetDlgItemInt(IDC_EDIT_FRAME); in OnEnKillfocusEditFrame() 483 SetDlgItemInt(IDC_EDIT_FRAME, mEditFrame + 1); in OnEnKillfocusEditFrame() 485 GetDlgItem(IDC_EDIT_FRAME)->SetFocus(); in OnEnKillfocusEditFrame() [all …]
|
| D | resource.h | 318 #define IDC_EDIT_FRAME 1134 macro
|
| D | studiox.rc | 988 EDITTEXT IDC_EDIT_FRAME,73,55,15,13,ES_AUTOHSCROLL
|