资源简介

c#实现windows用户用户组管理AccountManagement

资源截图

代码片段和文件信息

namespace AccountManagementGUI
{
    partial class frmMain
    {
        /// 
        /// Required designer variable.
        /// 

        private System.ComponentModel.IContainer components = null;

        /// 
        /// Clean up any resources being used.
        /// 

        /// true if managed resources should be disposed; otherwise false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 

        private void InitializeComponent()
        {
            this.tcMain = new System.Windows.Forms.TabControl();
            this.tpGroups = new System.Windows.Forms.TabPage();
            this.lbGroups = new System.Windows.Forms.ListBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnListGroupUser = new System.Windows.Forms.Button();
            this.btnDeleteGroup = new System.Windows.Forms.Button();
            this.btnEditGroup = new System.Windows.Forms.Button();
            this.btnNewGroup = new System.Windows.Forms.Button();
            this.btnClearFilterGroups = new System.Windows.Forms.Button();
            this.btnFilterGroups = new System.Windows.Forms.Button();
            this.tpUsers = new System.Windows.Forms.TabPage();
            this.lbUsers = new System.Windows.Forms.ListBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnRemoveUserFromAGroup = new System.Windows.Forms.Button();
            this.btnAddUserToAGroup = new System.Windows.Forms.Button();
            this.btnListUsersGroups = new System.Windows.Forms.Button();
            this.btnChangePassword = new System.Windows.Forms.Button();
            this.btnDeleteUser = new System.Windows.Forms.Button();
            this.btnEditUser = new System.Windows.Forms.Button();
            this.btnNewUser = new System.Windows.Forms.Button();
            this.btnClearFilterUsers = new System.Windows.Forms.Button();
            this.btnFilterUsers = new System.Windows.Forms.Button();
            this.tcMain.SuspendLayout();
            this.tpGroups.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tpUsers.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tcMain
            // 
            this.tcMain.Controls.Add(this.tpGroups);
            this.tcMain.Controls.Add(this.tpUsers);
            this.tcMain.Dock = System.Windows.Forms.Dockstyle.Fill;
            this.tcMain.Location = new Syst

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-11-23 19:08  AccountManagement\
     文件         950  2010-09-08 23:32  AccountManagement\AccountManagement.sln
     文件       20480  2010-09-14 03:07  AccountManagement\AccountManagement.suo
     目录           0  2010-11-23 19:08  AccountManagement\AccountManagementGUI\
     文件        6016  2010-09-08 23:33  AccountManagement\AccountManagementGUI\AccountManagementGUI.csproj
     文件         452  2010-09-08 23:32  AccountManagement\AccountManagementGUI\AccountManagementGUI.csproj.user
     文件         144  2010-09-08 23:32  AccountManagement\AccountManagementGUI\app.config
     目录           0  2010-11-23 19:08  AccountManagement\AccountManagementGUI\bin\
     目录           0  2010-11-23 19:08  AccountManagement\AccountManagementGUI\bin\Debug\
     文件       20480  2010-09-13 22:15  AccountManagement\AccountManagementGUI\bin\Debug\AccountManagementGUI.exe
     文件         144  2010-09-08 23:32  AccountManagement\AccountManagementGUI\bin\Debug\AccountManagementGUI.exe.config
     文件       46592  2010-09-13 22:15  AccountManagement\AccountManagementGUI\bin\Debug\AccountManagementGUI.pdb
     文件       11592  2010-09-13 22:11  AccountManagement\AccountManagementGUI\bin\Debug\AccountManagementGUI.vshost.exe
     文件         144  2010-09-08 23:32  AccountManagement\AccountManagementGUI\bin\Debug\AccountManagementGUI.vshost.exe.config
     文件         490  2010-03-17 06:39  AccountManagement\AccountManagementGUI\bin\Debug\AccountManagementGUI.vshost.exe.manifest
     目录           0  2010-09-08 23:32  AccountManagement\AccountManagementGUI\bin\Release\
     文件       17218  2010-09-08 23:33  AccountManagement\AccountManagementGUI\Form1.Designer.cs
     文件        5814  2009-07-18 00:11  AccountManagement\AccountManagementGUI\Form1.resx
     文件       14754  2010-09-08 23:33  AccountManagement\AccountManagementGUI\frmMain.cs
     文件        1222  2010-09-13 22:13  AccountManagement\AccountManagementGUI\frmProperties.cs
     文件        3355  2009-07-17 16:51  AccountManagement\AccountManagementGUI\frmProperties.Designer.cs
     文件        5814  2009-07-17 16:51  AccountManagement\AccountManagementGUI\frmProperties.resx
     目录           0  2010-11-23 19:08  AccountManagement\AccountManagementGUI\obj\
     目录           0  2010-11-23 19:08  AccountManagement\AccountManagementGUI\obj\Debug\
     文件        1161  2010-09-13 22:11  AccountManagement\AccountManagementGUI\obj\Debug\AccountManagementGUI.csproj.FileListAbsolute.txt
     文件       20480  2010-09-13 22:15  AccountManagement\AccountManagementGUI\obj\Debug\AccountManagementGUI.exe
     文件         180  2010-09-08 23:33  AccountManagement\AccountManagementGUI\obj\Debug\AccountManagementGUI.frmMain.resources
     文件         180  2010-09-08 23:33  AccountManagement\AccountManagementGUI\obj\Debug\AccountManagementGUI.frmProperties.resources
     文件       46592  2010-09-13 22:15  AccountManagement\AccountManagementGUI\obj\Debug\AccountManagementGUI.pdb
     文件         180  2010-09-08 23:33  AccountManagement\AccountManagementGUI\obj\Debug\AccountManagementGUI.Properties.Resources.resources
     文件        6167  2010-09-13 22:15  AccountManagement\AccountManagementGUI\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此处省略35个文件信息

评论

共有 条评论