Hi.

I´m developing an MDI aplication and I have a base form from where all child
windows inherits. The issue is that all the controls I place in the
inherited child form at design time use say Arial 12 font and the textboxes
are 20pixels hi, however at runtime everything ends up twice as large than
designed, like Arial 16 and textboxes 40pixels hi.

So far this is cool because I infact need to adjust the size of the controls
all over the aplication according to the resolution it is being running on.
However I don't know what feature is that and need to know what it is in
order to control it!

Any ideas? is it the base form used by the child windows or is something on
the MDI container that somehow "inherits" some property to the controls the
contain?

Thanks in advance,

Nando