这妞不错!

会有那么一天...

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

 /// <summary>
        /// 窗体事件--此窗体上的控件自动绽放时有问题,特加此代码强行约束控件显示比例
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void frm_Search_Resize(object sender, EventArgs e)
        {
            xPanel1.Width = this.Width - 13;
            dgv_StoreHouseList.Width = this.Width - 13;
            dgv_StoreHouseList.Height = this.Height - 120;
            turnPage.Top = dgv_StoreHouseList.Height + xPanel1.Height + 20;
            xLabel7.Top = dgv_StoreHouseList.Height + xPanel1.Height + 24;
        }

posted on 2013-03-15 18:08  这妞不错  阅读(484)  评论(0)    收藏  举报