Beispiel #1
0
 private void TrainSetDlg_Load(object sender, EventArgs e)
 {
     m_faceBase.GetNameList(out name_list);
     FillImageList();
     GetRectImageList();
     SetPicLayout();
 }
        private void TrainSetDlg_Load(object sender, EventArgs e)
        {
            m_faceBase.GetNameList(out name_list);
            FillImageList();
            GetRectImageList();
            SetPicLayout();
//             this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);//以下三行消除主界面闪烁
//             this.SetStyle(ControlStyles.DoubleBuffer, true);
//             this.SetStyle(ControlStyles.UserPaint, true);
        }