Searched refs:Dialog (Results 1 – 3 of 3) sorted by relevance
642 ; COORD1-NEXT: Dialog x-coordinate (50000) does not fit in 16-bit signed integer type.648 ; COORD2-NEXT: Dialog y-coordinate (-40000) does not fit in 16-bit signed integer type.654 ; COORD3-NEXT: Dialog height (32768) does not fit in 16-bit signed integer type.660 ; COORD4-NEXT: Dialog width (-50) cannot be negative.667 ; CTL-COORD1-NEXT: Dialog control x-coordinate (44444) does not fit in 16-bit signed integer type.674 ; CTL-COORD2-NEXT: Dialog control y-coordinate (-32769) does not fit in 16-bit signed integer type.681 ; CTL-COORD3-NEXT: Dialog control width (40000) does not fit in 16-bit signed integer type.688 ; CTL-COORD4-NEXT: Dialog control height (-700) cannot be negative.
65 ; PGOOD-NEXT: Dialog (25): loc: (1, 2), size: [3, 4], help ID: 0
478 auto Dialog = std::make_unique<DialogResource>( in parseDialogResource() local484 Dialog->addControl(std::move(*ControlDefResult)); in parseDialogResource()487 return std::move(Dialog); in parseDialogResource()