How to create a resizable GUI

Well, I would like to know how to create a GUI, which is proportionally resize the resolution used in the monitor.

when specifying dimensions use the Screen.width and Screen.height properties. so Screen.width * 0.5 will give you half the width of the screen. :)