private void fMain_Resize(object sender, EventArgs e) { button1.Location = new Point((int)((float)this.Location.X * 0.8), (int)((float)this.Location.Y * 0.8)); }
MinimumSize
MaximumSize
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)