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 frmRightsManager : LYFZ.ComponentLibrary.BaseContentsFormMain { public frmRightsManager() { InitializeComponent(); this.panelRolesSet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); /*this.lisviewRolesUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right));*/ this.txtRolesDecription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)); this.tableLayoutPanelRoles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)); this.btnDelUserRoles.Anchor = ((System.Windows.Forms.AnchorStyles)( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)); this.btnDelUserExclusiveCompetence.Anchor = ((System.Windows.Forms.AnchorStyles)( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)); this.tbcRolesManage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)); this.groupBoxEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)); // this.lisviewRolesUser.TileSize = new Size(); this.btnRolesSave.Click += btnRolesSave_Click; } void btnRolesSave_Click(object sender, EventArgs e) { // AxlyfzAttendanceModuleLib.AxlyfzAttendanceModule attModule = new AxlyfzAttendanceModuleLib.AxlyfzAttendanceModule(); // attModule.InitMainFormView( } public LYFZ.ComponentLibrary.TabControlEx RolesTabControl { get { return this.tabControlEx1; } } public LYFZ.ComponentLibrary.DataGridViewEx DgvPermissionTemplate { get { return this.dataGridViewEx1; } } } }