示例#1
0
 private void FilterControl_SizeChanged(object sender, EventArgs e)
 {
     FilterText.SetBounds(
         FindIcon.Width, 0, ClientSize.Width - FindIcon.Width, ClientSize.Height
         );
 }