The positions of screen and size of the controls are where unit?
Why
CONTROL "&Ok", 102, "Button", WS_TABSTOP, 327, 217, 55, 18
and
@ 217,327 BUTTON "&Ok" SIZE 55,18 PIXEL
They generate different controls completely? Exists some resource that has adjusted the values of files .RC for values in pixels?
- Code: Select all Expand view
SAL120F DIALOG FIXED IMPURE 15, 21, 385, 259
STYLE WS_POPUP|WS_THICKFRAME|WS_CAPTION|WS_SYSMENU|WS_VISIBLE
CAPTION "DIALOG_1"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL "", 101, "SysTabControl32", WS_TABSTOP, 1, 2, 324, 252
CONTROL "&Ok", 102, "Button", WS_TABSTOP, 327, 217, 55, 18
CONTROL " &Cancela", 103, "Button", WS_TABSTOP, 327, 236, 55, 18
END