300x250 tab1 DevExpress / Winform 탭 그룹을 생성합니다. DevExpress로 탭 그룹을 생성하는 코드 입니다. using System.Windows.Forms; using DevExpress.XtraEditors; using DevExpress.XtraLayout; namespace DevTestForm { /// /// 메인폼 클래스 입니다. /// public partial class MainForm : Form { // Constructor (Public) #region MainForm() - 생성자 입니다. /// /// 생성자 입니다. /// public MainForm() { InitializeComponent(); CreateTabGroup(); #region 이벤트를 설정합니다. #endregion } #endregion #region Crea.. 2019. 6. 16. 이전 1 다음 300x250