首先导入一个包using Aptech.UI;在窗体的加载事件中:private void frmMain_Load(object sender,EventArgs e){ //调用ShowPersonalInfo()方法显示个人头像信息 ShowPersonalInfo();//在sideBar控件中分三个组 sbFriends.AddGroup("QQ好友");sbFriends.AddGroup("陌生人");sbFriends.AddGroup("QQ群");...
直接启动加载主窗体,然后在过程中ShowDialog 登录窗体,成功返回OK然后展示主窗体,取消返回Cancel就退出。例如这样,在主窗体的Load方法中按如下例子写就行:private void fmMDI_Load(object sender, EventArgs e){ fmLogin fm = new fmLogin();if (fm.ShowDialog() == DialogResult.OK){ //...}...
3DDFA_V2 incorporates the fast face detector FaceBoxes instead of Dlib. A simple 3D render written by c++ and cython is also included. This repo supports the onnxruntime, and the latency of regressing 3DMM parameters using the default backbone is about 1.35ms/image on CPU with a single ima...
FrmSummary_Load(Object sender, EventArgs e) 位于 System.Windows.Forms.Form.OnLoad(EventArgs e) 位于 System.Windows.Forms.Form._SetVisibleNotify(Boolean fVis) 位于 System.Windows.Forms.Control.set_Visible(Boolean value) 位于 System.Windows.Forms.Form.ShowDialog() 位于 ErkeKDT.FrmMain.btnLastOrder_...
FrmSummary_Load(Object sender, EventArgs e) 位于 System.Windows.Forms.Form.OnLoad(EventArgs e) 位于 System.Windows.Forms.Form._SetVisibleNotify(Boolean fVis) 位于 System.Windows.Forms.Control.set_Visible(Boolean value) 位于 System.Windows.Forms.Form.ShowDialog() 位于 ErkeKDT.FrmMain.btnLastOrder_...