using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace LYFZ.Software.UI { public partial class frmAddOperatingAuthority : LYFZ.ComponentLibrary.BaseContentsFormMain { public frmAddOperatingAuthority() { InitializeComponent(); } public CheckedListBox CbxOperatingAuthorityList { get { return this.checkedListBox1; } } public LYFZ.ComponentLibrary.ButtonEx BtnSaveOperatingAuthority { get { return this.buttonEx1; } } public LYFZ.ComponentLibrary.ButtonEx BtnClose { get { return this.buttonEx2; } } public LYFZ.ComponentLibrary.ButtonEx BtnAllSelect { get { return this.buttonEx3; } } public LYFZ.ComponentLibrary.ButtonEx BtnAllCancelSelect { get { return this.buttonEx4; } } } }