
XtraScheduler
kings
一生所悟
展开
-
DevExpress.XtraScheduler 自定义功能
using System;using System.Collections.Generic;using System.Drawing;using System.Windows.Forms;using DevExpress.XtraScheduler;using DevExpress.XtraScheduler.Services;using DevExpress.XtraSchedule...原创 2019-09-06 16:31:44 · 898 阅读 · 0 评论 -
DevExpress XtraScheduler 自定义对话框
using System;using System.Drawing;using System.ComponentModel;using System.Reflection;using System.Windows.Forms;using DevExpress.XtraEditors;using DevExpress.XtraScheduler;using DevExpress.Xtr...原创 2019-09-06 16:33:43 · 661 阅读 · 0 评论 -
DevExpress 弹框选择功能
using System;using System.Collections.Generic;using System.Collections;using System.Windows.Forms;using Model;namespace Erp{ public partial class FrmEditStudentTree : BaseForm {...原创 2019-09-06 16:35:44 · 1212 阅读 · 0 评论