I'm currently developing in a monitor with a resolution of 1920 x 1080, then I crated a release version of my system to test on my notebook (1366 x 768) then I saw that some screens was too big. To fix this I opened visual studio in my big monitor changing its resolution to the same as my note (1366x768) to have a better perspective on how to proceed, but for my surprise, when I opened my form (.cs file design mode) automatically the form resized itself changing its height from 868 to 788, in one of then.
If I open the .cs file with high resolution, then change the resolution back to 1366, the form don't resize, but if I close the tab and open it again, the form will once again "adapt" its heigth to the new resolution. WHYY??
EDIT: As requested, a print of my form properties:
properties image from one form
EDIT²: I notice that when I change the resolution, and change form's size, each resolution has it's own maximun size, 1920x1080 for example it's 1100 height, 1366x768 it's 788 height. So if the resolution is 1366x it just don't let me up more than 788... weeeird.
Well, I found an answer... I just can't create a form bigger than screen resolution: Is the size of a Form in Visual Studio designer limited to screen resolution?