111,097
社区成员




float fWidthRate = (float)this.Size.Width / this._lastSize.Width;
float fHeightRate = (float)this.Size.Height / this._lastSize.Height;
this.toolStripContainer.ContentPanel.Scale(new SizeF(fWidthRate, fHeightRate));