Click here to Skip to main content
15,895,557 members
Articles / Programming Languages / VBScript

ProSysLib: Dissecting the Process

Rate me:
Please Sign up or sign in to vote.
4.84/5 (69 votes)
22 Nov 2010CPOL12 min read 129.1K   2.6K   174  
Access detailed information about the current process the easiest way.
namespace ProcessInfo
{
    partial class MainForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
			this.Tabs = new System.Windows.Forms.TabControl();
			this.tabGeneral = new System.Windows.Forms.TabPage();
			this.btnUpdateDyn = new System.Windows.Forms.Button();
			this.dynamicList = new System.Windows.Forms.ListView();
			this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
			this.label8 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.staticList = new System.Windows.Forms.ListView();
			this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
			this.tabResources = new System.Windows.Forms.TabPage();
			this.label10 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.btnUpdateCnt = new System.Windows.Forms.Button();
			this.IOCountersList = new System.Windows.Forms.ListView();
			this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
			this.btnUpdateMem = new System.Windows.Forms.Button();
			this.btnMemUpdate = new System.Windows.Forms.Button();
			this.memoryList = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.tabEnvironment = new System.Windows.Forms.TabPage();
			this.btnUpdateEnv = new System.Windows.Forms.Button();
			this.environmentList = new System.Windows.Forms.ListView();
			this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
			this.tabCommands = new System.Windows.Forms.TabPage();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.commandsList = new System.Windows.Forms.ListView();
			this.columnHeader17 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader18 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader19 = new System.Windows.Forms.ColumnHeader();
			this.tabWindows = new System.Windows.Forms.TabPage();
			this.FilterGroup = new System.Windows.Forms.GroupBox();
			this.HasTextFlag = new System.Windows.Forms.ComboBox();
			this.label11 = new System.Windows.Forms.Label();
			this.IsTopLevelFlag = new System.Windows.Forms.ComboBox();
			this.label7 = new System.Windows.Forms.Label();
			this.IsEnabledFlag = new System.Windows.Forms.ComboBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.IsVisibleFlag = new System.Windows.Forms.ComboBox();
			this.btnUpdateWindows = new System.Windows.Forms.Button();
			this.label4 = new System.Windows.Forms.Label();
			this.windowsList = new System.Windows.Forms.ListView();
			this.columnHeader30 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader31 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader32 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader33 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader34 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader35 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader36 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader37 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader38 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader39 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader40 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader41 = new System.Windows.Forms.ColumnHeader();
			this.tabThreads = new System.Windows.Forms.TabPage();
			this.btnUpdateThreads = new System.Windows.Forms.Button();
			this.threadsList = new System.Windows.Forms.ListView();
			this.columnHeader24 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader25 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader26 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader27 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader28 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader29 = new System.Windows.Forms.ColumnHeader();
			this.tabModules = new System.Windows.Forms.TabPage();
			this.btnUpdateMod = new System.Windows.Forms.Button();
			this.modulesList = new System.Windows.Forms.ListView();
			this.columnHeader20 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader21 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader22 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader23 = new System.Windows.Forms.ColumnHeader();
			this.tabPrivileges = new System.Windows.Forms.TabPage();
			this.btnUpdatePriv = new System.Windows.Forms.Button();
			this.privilegesList = new System.Windows.Forms.ListView();
			this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
			this.Tabs.SuspendLayout();
			this.tabGeneral.SuspendLayout();
			this.tabResources.SuspendLayout();
			this.tabEnvironment.SuspendLayout();
			this.tabCommands.SuspendLayout();
			this.tabWindows.SuspendLayout();
			this.FilterGroup.SuspendLayout();
			this.tabThreads.SuspendLayout();
			this.tabModules.SuspendLayout();
			this.tabPrivileges.SuspendLayout();
			this.SuspendLayout();
			// 
			// Tabs
			// 
			this.Tabs.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.Tabs.Controls.Add(this.tabGeneral);
			this.Tabs.Controls.Add(this.tabResources);
			this.Tabs.Controls.Add(this.tabEnvironment);
			this.Tabs.Controls.Add(this.tabCommands);
			this.Tabs.Controls.Add(this.tabWindows);
			this.Tabs.Controls.Add(this.tabThreads);
			this.Tabs.Controls.Add(this.tabModules);
			this.Tabs.Controls.Add(this.tabPrivileges);
			this.Tabs.Location = new System.Drawing.Point(4, 5);
			this.Tabs.Name = "Tabs";
			this.Tabs.SelectedIndex = 0;
			this.Tabs.Size = new System.Drawing.Size(530, 469);
			this.Tabs.TabIndex = 0;
			// 
			// tabGeneral
			// 
			this.tabGeneral.Controls.Add(this.btnUpdateDyn);
			this.tabGeneral.Controls.Add(this.dynamicList);
			this.tabGeneral.Controls.Add(this.label8);
			this.tabGeneral.Controls.Add(this.label1);
			this.tabGeneral.Controls.Add(this.staticList);
			this.tabGeneral.Location = new System.Drawing.Point(4, 22);
			this.tabGeneral.Name = "tabGeneral";
			this.tabGeneral.Padding = new System.Windows.Forms.Padding(3);
			this.tabGeneral.Size = new System.Drawing.Size(522, 443);
			this.tabGeneral.TabIndex = 2;
			this.tabGeneral.Text = "General";
			this.tabGeneral.UseVisualStyleBackColor = true;
			// 
			// btnUpdateDyn
			// 
			this.btnUpdateDyn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnUpdateDyn.Location = new System.Drawing.Point(441, 414);
			this.btnUpdateDyn.Name = "btnUpdateDyn";
			this.btnUpdateDyn.Size = new System.Drawing.Size(75, 23);
			this.btnUpdateDyn.TabIndex = 4;
			this.btnUpdateDyn.Text = "Update";
			this.btnUpdateDyn.UseVisualStyleBackColor = true;
			this.btnUpdateDyn.Click += new System.EventHandler(this.btnUpdateDyn_Click);
			// 
			// dynamicList
			// 
			this.dynamicList.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.dynamicList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader5,
            this.columnHeader6});
			this.dynamicList.FullRowSelect = true;
			this.dynamicList.HideSelection = false;
			this.dynamicList.Location = new System.Drawing.Point(7, 221);
			this.dynamicList.Name = "dynamicList";
			this.dynamicList.Size = new System.Drawing.Size(509, 186);
			this.dynamicList.TabIndex = 3;
			this.dynamicList.UseCompatibleStateImageBehavior = false;
			this.dynamicList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "Name";
			this.columnHeader5.Width = 150;
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "Value";
			this.columnHeader6.Width = 330;
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label8.Location = new System.Drawing.Point(7, 201);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(103, 13);
			this.label8.TabIndex = 2;
			this.label8.Text = "Dynamic Information";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label1.Location = new System.Drawing.Point(7, 7);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(89, 13);
			this.label1.TabIndex = 1;
			this.label1.Text = "Static Information";
			// 
			// staticList
			// 
			this.staticList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.staticList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader4});
			this.staticList.FullRowSelect = true;
			this.staticList.HideSelection = false;
			this.staticList.Location = new System.Drawing.Point(7, 23);
			this.staticList.Name = "staticList";
			this.staticList.Size = new System.Drawing.Size(509, 171);
			this.staticList.TabIndex = 0;
			this.staticList.UseCompatibleStateImageBehavior = false;
			this.staticList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "Name";
			this.columnHeader3.Width = 150;
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "Value";
			this.columnHeader4.Width = 330;
			// 
			// tabResources
			// 
			this.tabResources.Controls.Add(this.label10);
			this.tabResources.Controls.Add(this.label9);
			this.tabResources.Controls.Add(this.btnUpdateCnt);
			this.tabResources.Controls.Add(this.IOCountersList);
			this.tabResources.Controls.Add(this.btnUpdateMem);
			this.tabResources.Controls.Add(this.btnMemUpdate);
			this.tabResources.Controls.Add(this.memoryList);
			this.tabResources.Location = new System.Drawing.Point(4, 22);
			this.tabResources.Name = "tabResources";
			this.tabResources.Padding = new System.Windows.Forms.Padding(3);
			this.tabResources.Size = new System.Drawing.Size(522, 443);
			this.tabResources.TabIndex = 4;
			this.tabResources.Text = "Resources";
			this.tabResources.UseVisualStyleBackColor = true;
			// 
			// label10
			// 
			this.label10.AutoSize = true;
			this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label10.Location = new System.Drawing.Point(6, 7);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(44, 13);
			this.label10.TabIndex = 6;
			this.label10.Text = "Memory";
			// 
			// label9
			// 
			this.label9.AutoSize = true;
			this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label9.Location = new System.Drawing.Point(6, 256);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(63, 13);
			this.label9.TabIndex = 5;
			this.label9.Text = "IO Counters";
			// 
			// btnUpdateCnt
			// 
			this.btnUpdateCnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnUpdateCnt.Location = new System.Drawing.Point(441, 414);
			this.btnUpdateCnt.Name = "btnUpdateCnt";
			this.btnUpdateCnt.Size = new System.Drawing.Size(75, 23);
			this.btnUpdateCnt.TabIndex = 4;
			this.btnUpdateCnt.Text = "Update";
			this.btnUpdateCnt.UseVisualStyleBackColor = true;
			this.btnUpdateCnt.Click += new System.EventHandler(this.btnUpdateCnt_Click);
			// 
			// IOCountersList
			// 
			this.IOCountersList.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.IOCountersList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader7,
            this.columnHeader8});
			this.IOCountersList.FullRowSelect = true;
			this.IOCountersList.HideSelection = false;
			this.IOCountersList.Location = new System.Drawing.Point(6, 278);
			this.IOCountersList.Name = "IOCountersList";
			this.IOCountersList.Size = new System.Drawing.Size(427, 158);
			this.IOCountersList.TabIndex = 3;
			this.IOCountersList.UseCompatibleStateImageBehavior = false;
			this.IOCountersList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader7
			// 
			this.columnHeader7.Text = "Name";
			this.columnHeader7.Width = 180;
			// 
			// columnHeader8
			// 
			this.columnHeader8.Text = "Value";
			this.columnHeader8.Width = 100;
			// 
			// btnUpdateMem
			// 
			this.btnUpdateMem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnUpdateMem.Location = new System.Drawing.Point(441, 222);
			this.btnUpdateMem.Name = "btnUpdateMem";
			this.btnUpdateMem.Size = new System.Drawing.Size(75, 23);
			this.btnUpdateMem.TabIndex = 2;
			this.btnUpdateMem.Text = "Update";
			this.btnUpdateMem.UseVisualStyleBackColor = true;
			this.btnUpdateMem.Click += new System.EventHandler(this.btnUpdateMem_Click);
			// 
			// btnMemUpdate
			// 
			this.btnMemUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnMemUpdate.Location = new System.Drawing.Point(441, 478);
			this.btnMemUpdate.Name = "btnMemUpdate";
			this.btnMemUpdate.Size = new System.Drawing.Size(75, 23);
			this.btnMemUpdate.TabIndex = 1;
			this.btnMemUpdate.Text = "Update";
			this.btnMemUpdate.UseVisualStyleBackColor = true;
			// 
			// memoryList
			// 
			this.memoryList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.memoryList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
			this.memoryList.FullRowSelect = true;
			this.memoryList.HideSelection = false;
			this.memoryList.Location = new System.Drawing.Point(6, 23);
			this.memoryList.Name = "memoryList";
			this.memoryList.Size = new System.Drawing.Size(427, 222);
			this.memoryList.TabIndex = 0;
			this.memoryList.UseCompatibleStateImageBehavior = false;
			this.memoryList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Name";
			this.columnHeader1.Width = 180;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Value";
			this.columnHeader2.Width = 100;
			// 
			// tabEnvironment
			// 
			this.tabEnvironment.Controls.Add(this.btnUpdateEnv);
			this.tabEnvironment.Controls.Add(this.environmentList);
			this.tabEnvironment.Location = new System.Drawing.Point(4, 22);
			this.tabEnvironment.Name = "tabEnvironment";
			this.tabEnvironment.Padding = new System.Windows.Forms.Padding(3);
			this.tabEnvironment.Size = new System.Drawing.Size(522, 443);
			this.tabEnvironment.TabIndex = 6;
			this.tabEnvironment.Text = "Environment";
			this.tabEnvironment.UseVisualStyleBackColor = true;
			// 
			// btnUpdateEnv
			// 
			this.btnUpdateEnv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnUpdateEnv.Location = new System.Drawing.Point(441, 414);
			this.btnUpdateEnv.Name = "btnUpdateEnv";
			this.btnUpdateEnv.Size = new System.Drawing.Size(75, 23);
			this.btnUpdateEnv.TabIndex = 1;
			this.btnUpdateEnv.Text = "Update";
			this.btnUpdateEnv.UseVisualStyleBackColor = true;
			this.btnUpdateEnv.Click += new System.EventHandler(this.btnUpdateEnv_Click);
			// 
			// environmentList
			// 
			this.environmentList.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.environmentList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader9,
            this.columnHeader10});
			this.environmentList.FullRowSelect = true;
			this.environmentList.HideSelection = false;
			this.environmentList.Location = new System.Drawing.Point(4, 7);
			this.environmentList.Name = "environmentList";
			this.environmentList.Size = new System.Drawing.Size(512, 401);
			this.environmentList.TabIndex = 0;
			this.environmentList.UseCompatibleStateImageBehavior = false;
			this.environmentList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader9
			// 
			this.columnHeader9.Text = "Name";
			this.columnHeader9.Width = 170;
			// 
			// columnHeader10
			// 
			this.columnHeader10.Text = "Value";
			this.columnHeader10.Width = 310;
			// 
			// tabCommands
			// 
			this.tabCommands.Controls.Add(this.label3);
			this.tabCommands.Controls.Add(this.label2);
			this.tabCommands.Controls.Add(this.commandsList);
			this.tabCommands.Location = new System.Drawing.Point(4, 22);
			this.tabCommands.Name = "tabCommands";
			this.tabCommands.Padding = new System.Windows.Forms.Padding(3);
			this.tabCommands.Size = new System.Drawing.Size(522, 443);
			this.tabCommands.TabIndex = 3;
			this.tabCommands.Text = "Commands";
			this.tabCommands.UseVisualStyleBackColor = true;
			// 
			// label3
			// 
			this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.label3.Location = new System.Drawing.Point(0, 51);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(501, 42);
			this.label3.TabIndex = 2;
			this.label3.Text = resources.GetString("label3.Text");
			// 
			// label2
			// 
			this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.label2.Location = new System.Drawing.Point(0, 7);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(504, 44);
			this.label2.TabIndex = 1;
			this.label2.Text = resources.GetString("label2.Text");
			// 
			// commandsList
			// 
			this.commandsList.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.commandsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader17,
            this.columnHeader18,
            this.columnHeader19});
			this.commandsList.FullRowSelect = true;
			this.commandsList.HideSelection = false;
			this.commandsList.Location = new System.Drawing.Point(3, 97);
			this.commandsList.Name = "commandsList";
			this.commandsList.Size = new System.Drawing.Size(509, 340);
			this.commandsList.TabIndex = 0;
			this.commandsList.UseCompatibleStateImageBehavior = false;
			this.commandsList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader17
			// 
			this.columnHeader17.Text = "Command";
			this.columnHeader17.Width = 190;
			// 
			// columnHeader18
			// 
			this.columnHeader18.Text = "Name";
			this.columnHeader18.Width = 100;
			// 
			// columnHeader19
			// 
			this.columnHeader19.Text = "Value";
			this.columnHeader19.Width = 190;
			// 
			// tabWindows
			// 
			this.tabWindows.Controls.Add(this.FilterGroup);
			this.tabWindows.Controls.Add(this.windowsList);
			this.tabWindows.Location = new System.Drawing.Point(4, 22);
			this.tabWindows.Name = "tabWindows";
			this.tabWindows.Padding = new System.Windows.Forms.Padding(3);
			this.tabWindows.Size = new System.Drawing.Size(522, 443);
			this.tabWindows.TabIndex = 0;
			this.tabWindows.Text = "Windows";
			this.tabWindows.UseVisualStyleBackColor = true;
			// 
			// FilterGroup
			// 
			this.FilterGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.FilterGroup.Controls.Add(this.HasTextFlag);
			this.FilterGroup.Controls.Add(this.label11);
			this.FilterGroup.Controls.Add(this.IsTopLevelFlag);
			this.FilterGroup.Controls.Add(this.label7);
			this.FilterGroup.Controls.Add(this.IsEnabledFlag);
			this.FilterGroup.Controls.Add(this.label6);
			this.FilterGroup.Controls.Add(this.label5);
			this.FilterGroup.Controls.Add(this.IsVisibleFlag);
			this.FilterGroup.Controls.Add(this.btnUpdateWindows);
			this.FilterGroup.Controls.Add(this.label4);
			this.FilterGroup.Location = new System.Drawing.Point(6, 359);
			this.FilterGroup.Name = "FilterGroup";
			this.FilterGroup.Size = new System.Drawing.Size(510, 78);
			this.FilterGroup.TabIndex = 4;
			this.FilterGroup.TabStop = false;
			this.FilterGroup.Text = "Windows Filter";
			// 
			// HasTextFlag
			// 
			this.HasTextFlag.DisplayMember = "0";
			this.HasTextFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.HasTextFlag.FormattingEnabled = true;
			this.HasTextFlag.Items.AddRange(new object[] {
            "Any",
            "ON",
            "OFF"});
			this.HasTextFlag.Location = new System.Drawing.Point(261, 45);
			this.HasTextFlag.Name = "HasTextFlag";
			this.HasTextFlag.Size = new System.Drawing.Size(107, 21);
			this.HasTextFlag.TabIndex = 10;
			this.HasTextFlag.SelectedIndexChanged += new System.EventHandler(this.HasTextFlag_SelectedIndexChanged);
			// 
			// label11
			// 
			this.label11.AutoSize = true;
			this.label11.Location = new System.Drawing.Point(192, 48);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(53, 13);
			this.label11.TabIndex = 9;
			this.label11.Text = "Has Text:";
			// 
			// IsTopLevelFlag
			// 
			this.IsTopLevelFlag.DisplayMember = "0";
			this.IsTopLevelFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.IsTopLevelFlag.FormattingEnabled = true;
			this.IsTopLevelFlag.Items.AddRange(new object[] {
            "Any",
            "ON",
            "OFF"});
			this.IsTopLevelFlag.Location = new System.Drawing.Point(261, 16);
			this.IsTopLevelFlag.Name = "IsTopLevelFlag";
			this.IsTopLevelFlag.Size = new System.Drawing.Size(107, 21);
			this.IsTopLevelFlag.TabIndex = 8;
			this.IsTopLevelFlag.SelectedIndexChanged += new System.EventHandler(this.IsTopLevelFlag_SelectedIndexChanged);
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(192, 19);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(63, 13);
			this.label7.TabIndex = 7;
			this.label7.Text = "IsTopLevel:";
			// 
			// IsEnabledFlag
			// 
			this.IsEnabledFlag.DisplayMember = "0";
			this.IsEnabledFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.IsEnabledFlag.FormattingEnabled = true;
			this.IsEnabledFlag.Items.AddRange(new object[] {
            "Any",
            "ON",
            "OFF"});
			this.IsEnabledFlag.Location = new System.Drawing.Point(72, 45);
			this.IsEnabledFlag.Name = "IsEnabledFlag";
			this.IsEnabledFlag.Size = new System.Drawing.Size(107, 21);
			this.IsEnabledFlag.TabIndex = 6;
			this.IsEnabledFlag.SelectedIndexChanged += new System.EventHandler(this.IsEnabledFlag_SelectedIndexChanged);
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(6, 48);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(57, 13);
			this.label6.TabIndex = 5;
			this.label6.Text = "IsEnabled:";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(9, 58);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(0, 13);
			this.label5.TabIndex = 4;
			// 
			// IsVisibleFlag
			// 
			this.IsVisibleFlag.DisplayMember = "0";
			this.IsVisibleFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.IsVisibleFlag.FormattingEnabled = true;
			this.IsVisibleFlag.Items.AddRange(new object[] {
            "Any",
            "ON",
            "OFF"});
			this.IsVisibleFlag.Location = new System.Drawing.Point(72, 16);
			this.IsVisibleFlag.Name = "IsVisibleFlag";
			this.IsVisibleFlag.Size = new System.Drawing.Size(107, 21);
			this.IsVisibleFlag.TabIndex = 2;
			this.IsVisibleFlag.SelectedIndexChanged += new System.EventHandler(this.IsVisibleFlag_SelectedIndexChanged);
			// 
			// btnUpdateWindows
			// 
			this.btnUpdateWindows.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnUpdateWindows.Location = new System.Drawing.Point(387, 29);
			this.btnUpdateWindows.Name = "btnUpdateWindows";
			this.btnUpdateWindows.Size = new System.Drawing.Size(75, 23);
			this.btnUpdateWindows.TabIndex = 1;
			this.btnUpdateWindows.Text = "Update";
			this.btnUpdateWindows.UseVisualStyleBackColor = true;
			this.btnUpdateWindows.Click += new System.EventHandler(this.btnUpdateWindows_Click);
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(6, 19);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 13);
			this.label4.TabIndex = 3;
			this.label4.Text = "IsVisible:";
			// 
			// windowsList
			// 
			this.windowsList.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.windowsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader30,
            this.columnHeader31,
            this.columnHeader32,
            this.columnHeader33,
            this.columnHeader34,
            this.columnHeader35,
            this.columnHeader36,
            this.columnHeader37,
            this.columnHeader38,
            this.columnHeader39,
            this.columnHeader40,
            this.columnHeader41});
			this.windowsList.FullRowSelect = true;
			this.windowsList.HideSelection = false;
			this.windowsList.Location = new System.Drawing.Point(3, 6);
			this.windowsList.Name = "windowsList";
			this.windowsList.Size = new System.Drawing.Size(513, 347);
			this.windowsList.TabIndex = 0;
			this.windowsList.UseCompatibleStateImageBehavior = false;
			this.windowsList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader30
			// 
			this.columnHeader30.Text = "Handle";
			// 
			// columnHeader31
			// 
			this.columnHeader31.Text = "ThreadID";
			// 
			// columnHeader32
			// 
			this.columnHeader32.Text = "ClassName";
			this.columnHeader32.Width = 100;
			// 
			// columnHeader33
			// 
			this.columnHeader33.Text = "Text";
			this.columnHeader33.Width = 100;
			// 
			// columnHeader34
			// 
			this.columnHeader34.Text = "Enabled";
			this.columnHeader34.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// columnHeader35
			// 
			this.columnHeader35.Text = "IsVisible";
			this.columnHeader35.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// columnHeader36
			// 
			this.columnHeader36.Text = "IsChild";
			this.columnHeader36.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.columnHeader36.Width = 50;
			// 
			// columnHeader37
			// 
			this.columnHeader37.Text = "IsTopLevel";
			this.columnHeader37.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.columnHeader37.Width = 70;
			// 
			// columnHeader38
			// 
			this.columnHeader38.Text = "IsBridge";
			this.columnHeader38.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.columnHeader38.Width = 70;
			// 
			// columnHeader39
			// 
			this.columnHeader39.Text = "Style";
			this.columnHeader39.Width = 80;
			// 
			// columnHeader40
			// 
			this.columnHeader40.Text = "StyleEx";
			this.columnHeader40.Width = 50;
			// 
			// columnHeader41
			// 
			this.columnHeader41.Text = "UserData";
			this.columnHeader41.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// tabThreads
			// 
			this.tabThreads.Controls.Add(this.btnUpdateThreads);
			this.tabThreads.Controls.Add(this.threadsList);
			this.tabThreads.Location = new System.Drawing.Point(4, 22);
			this.tabThreads.Name = "tabThreads";
			this.tabThreads.Padding = new System.Windows.Forms.Padding(3);
			this.tabThreads.Size = new System.Drawing.Size(522, 443);
			this.tabThreads.TabIndex = 1;
			this.tabThreads.Text = "Threads";
			this.tabThreads.UseVisualStyleBackColor = true;
			// 
			// btnUpdateThreads
			// 
			this.btnUpdateThreads.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnUpdateThreads.Location = new System.Drawing.Point(441, 414);
			this.btnUpdateThreads.Name = "btnUpdateThreads";
			this.btnUpdateThreads.Size = new System.Drawing.Size(75, 23);
			this.btnUpdateThreads.TabIndex = 1;
			this.btnUpdateThreads.Text = "Update";
			this.btnUpdateThreads.UseVisualStyleBackColor = true;
			this.btnUpdateThreads.Click += new System.EventHandler(this.btnUpdateThreads_Click);
			// 
			// threadsList
			// 
			this.threadsList.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.threadsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader24,
            this.columnHeader25,
            this.columnHeader26,
            this.columnHeader27,
            this.columnHeader28,
            this.columnHeader29});
			this.threadsList.FullRowSelect = true;
			this.threadsList.HideSelection = false;
			this.threadsList.Location = new System.Drawing.Point(3, 6);
			this.threadsList.Name = "threadsList";
			this.threadsList.Size = new System.Drawing.Size(513, 402);
			this.threadsList.TabIndex = 0;
			this.threadsList.UseCompatibleStateImageBehavior = false;
			this.threadsList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader24
			// 
			this.columnHeader24.Text = "ID";
			this.columnHeader24.Width = 50;
			// 
			// columnHeader25
			// 
			this.columnHeader25.Text = "Created";
			this.columnHeader25.Width = 120;
			// 
			// columnHeader26
			// 
			this.columnHeader26.Text = "IsCurrent";
			this.columnHeader26.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// columnHeader27
			// 
			this.columnHeader27.Text = "Priority";
			// 
			// columnHeader28
			// 
			this.columnHeader28.Text = "PriorityBoost";
			this.columnHeader28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.columnHeader28.Width = 80;
			// 
			// columnHeader29
			// 
			this.columnHeader29.Text = "Affinity Mask";
			this.columnHeader29.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.columnHeader29.Width = 80;
			// 
			// tabModules
			// 
			this.tabModules.Controls.Add(this.btnUpdateMod);
			this.tabModules.Controls.Add(this.modulesList);
			this.tabModules.Location = new System.Drawing.Point(4, 22);
			this.tabModules.Name = "tabModules";
			this.tabModules.Padding = new System.Windows.Forms.Padding(3);
			this.tabModules.Size = new System.Drawing.Size(522, 443);
			this.tabModules.TabIndex = 7;
			this.tabModules.Text = "Modules";
			this.tabModules.UseVisualStyleBackColor = true;
			// 
			// btnUpdateMod
			// 
			this.btnUpdateMod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnUpdateMod.Location = new System.Drawing.Point(441, 414);
			this.btnUpdateMod.Name = "btnUpdateMod";
			this.btnUpdateMod.Size = new System.Drawing.Size(75, 23);
			this.btnUpdateMod.TabIndex = 1;
			this.btnUpdateMod.Text = "Update";
			this.btnUpdateMod.UseVisualStyleBackColor = true;
			this.btnUpdateMod.Click += new System.EventHandler(this.btnUpdateMod_Click);
			// 
			// modulesList
			// 
			this.modulesList.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.modulesList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader20,
            this.columnHeader21,
            this.columnHeader22,
            this.columnHeader23});
			this.modulesList.FullRowSelect = true;
			this.modulesList.HideSelection = false;
			this.modulesList.Location = new System.Drawing.Point(4, 7);
			this.modulesList.Name = "modulesList";
			this.modulesList.Size = new System.Drawing.Size(512, 401);
			this.modulesList.TabIndex = 0;
			this.modulesList.UseCompatibleStateImageBehavior = false;
			this.modulesList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader20
			// 
			this.columnHeader20.Text = "Name";
			this.columnHeader20.Width = 120;
			// 
			// columnHeader21
			// 
			this.columnHeader21.Text = "Directory";
			this.columnHeader21.Width = 180;
			// 
			// columnHeader22
			// 
			this.columnHeader22.Text = "File Version";
			this.columnHeader22.Width = 90;
			// 
			// columnHeader23
			// 
			this.columnHeader23.Text = "Product Version";
			this.columnHeader23.Width = 90;
			// 
			// tabPrivileges
			// 
			this.tabPrivileges.Controls.Add(this.btnUpdatePriv);
			this.tabPrivileges.Controls.Add(this.privilegesList);
			this.tabPrivileges.Location = new System.Drawing.Point(4, 22);
			this.tabPrivileges.Name = "tabPrivileges";
			this.tabPrivileges.Padding = new System.Windows.Forms.Padding(3);
			this.tabPrivileges.Size = new System.Drawing.Size(522, 443);
			this.tabPrivileges.TabIndex = 8;
			this.tabPrivileges.Text = "Privileges";
			this.tabPrivileges.UseVisualStyleBackColor = true;
			// 
			// btnUpdatePriv
			// 
			this.btnUpdatePriv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnUpdatePriv.Location = new System.Drawing.Point(441, 414);
			this.btnUpdatePriv.Name = "btnUpdatePriv";
			this.btnUpdatePriv.Size = new System.Drawing.Size(75, 23);
			this.btnUpdatePriv.TabIndex = 1;
			this.btnUpdatePriv.Text = "Update";
			this.btnUpdatePriv.UseVisualStyleBackColor = true;
			this.btnUpdatePriv.Click += new System.EventHandler(this.btnUpdatePriv_Click);
			// 
			// privilegesList
			// 
			this.privilegesList.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.privilegesList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader16,
            this.columnHeader11,
            this.columnHeader12,
            this.columnHeader13,
            this.columnHeader14,
            this.columnHeader15});
			this.privilegesList.FullRowSelect = true;
			this.privilegesList.HideSelection = false;
			this.privilegesList.Location = new System.Drawing.Point(7, 7);
			this.privilegesList.Name = "privilegesList";
			this.privilegesList.Size = new System.Drawing.Size(509, 401);
			this.privilegesList.TabIndex = 0;
			this.privilegesList.UseCompatibleStateImageBehavior = false;
			this.privilegesList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader16
			// 
			this.columnHeader16.Text = "LUID";
			this.columnHeader16.Width = 40;
			// 
			// columnHeader11
			// 
			this.columnHeader11.Text = "Privilege Name";
			this.columnHeader11.Width = 170;
			// 
			// columnHeader12
			// 
			this.columnHeader12.Text = "Enabled";
			this.columnHeader12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// columnHeader13
			// 
			this.columnHeader13.Text = "Default";
			this.columnHeader13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// columnHeader14
			// 
			this.columnHeader14.Text = "Removed";
			this.columnHeader14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.columnHeader14.Width = 70;
			// 
			// columnHeader15
			// 
			this.columnHeader15.Text = "UFAccess";
			this.columnHeader15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			this.columnHeader15.Width = 70;
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(536, 478);
			this.Controls.Add(this.Tabs);
			this.MinimumSize = new System.Drawing.Size(544, 461);
			this.Name = "MainForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Process Information";
			this.Load += new System.EventHandler(this.MainForm_Load);
			this.Tabs.ResumeLayout(false);
			this.tabGeneral.ResumeLayout(false);
			this.tabGeneral.PerformLayout();
			this.tabResources.ResumeLayout(false);
			this.tabResources.PerformLayout();
			this.tabEnvironment.ResumeLayout(false);
			this.tabCommands.ResumeLayout(false);
			this.tabWindows.ResumeLayout(false);
			this.FilterGroup.ResumeLayout(false);
			this.FilterGroup.PerformLayout();
			this.tabThreads.ResumeLayout(false);
			this.tabModules.ResumeLayout(false);
			this.tabPrivileges.ResumeLayout(false);
			this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl Tabs;
        private System.Windows.Forms.TabPage tabWindows;
        private System.Windows.Forms.TabPage tabThreads;
        private System.Windows.Forms.ListView windowsList;
        private System.Windows.Forms.Button btnUpdateWindows;
        private System.Windows.Forms.Button btnUpdateThreads;
        private System.Windows.Forms.ListView threadsList;
        private System.Windows.Forms.TabPage tabGeneral;
        private System.Windows.Forms.TabPage tabCommands;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ListView staticList;
        private System.Windows.Forms.ListView commandsList;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.GroupBox FilterGroup;
        private System.Windows.Forms.ComboBox IsVisibleFlag;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox IsEnabledFlag;
        private System.Windows.Forms.ComboBox IsTopLevelFlag;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TabPage tabResources;
        private System.Windows.Forms.Button btnUpdateDyn;
        private System.Windows.Forms.ListView dynamicList;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Button btnMemUpdate;
        private System.Windows.Forms.ListView memoryList;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.ColumnHeader columnHeader5;
        private System.Windows.Forms.ColumnHeader columnHeader6;
        private System.Windows.Forms.ColumnHeader columnHeader3;
		private System.Windows.Forms.ColumnHeader columnHeader4;
		private System.Windows.Forms.TabPage tabEnvironment;
		private System.Windows.Forms.Button btnUpdateEnv;
		private System.Windows.Forms.ListView environmentList;
		private System.Windows.Forms.ColumnHeader columnHeader9;
		private System.Windows.Forms.ColumnHeader columnHeader10;
		private System.Windows.Forms.TabPage tabModules;
		private System.Windows.Forms.Button btnUpdateMem;
		private System.Windows.Forms.Button btnUpdateMod;
		private System.Windows.Forms.ListView modulesList;
		private System.Windows.Forms.TabPage tabPrivileges;
		private System.Windows.Forms.Button btnUpdatePriv;
		private System.Windows.Forms.ListView privilegesList;
		private System.Windows.Forms.ColumnHeader columnHeader11;
		private System.Windows.Forms.ColumnHeader columnHeader12;
		private System.Windows.Forms.ColumnHeader columnHeader13;
		private System.Windows.Forms.ColumnHeader columnHeader14;
		private System.Windows.Forms.ColumnHeader columnHeader15;
		private System.Windows.Forms.ColumnHeader columnHeader16;
		private System.Windows.Forms.ColumnHeader columnHeader17;
		private System.Windows.Forms.ColumnHeader columnHeader18;
		private System.Windows.Forms.ColumnHeader columnHeader19;
		private System.Windows.Forms.Button btnUpdateCnt;
		private System.Windows.Forms.ListView IOCountersList;
		private System.Windows.Forms.ColumnHeader columnHeader7;
		private System.Windows.Forms.ColumnHeader columnHeader8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.ColumnHeader columnHeader20;
		private System.Windows.Forms.ColumnHeader columnHeader21;
		private System.Windows.Forms.ColumnHeader columnHeader22;
		private System.Windows.Forms.ColumnHeader columnHeader23;
		private System.Windows.Forms.ColumnHeader columnHeader24;
		private System.Windows.Forms.ColumnHeader columnHeader25;
		private System.Windows.Forms.ColumnHeader columnHeader26;
		private System.Windows.Forms.ColumnHeader columnHeader27;
		private System.Windows.Forms.ColumnHeader columnHeader28;
		private System.Windows.Forms.ColumnHeader columnHeader29;
		private System.Windows.Forms.ColumnHeader columnHeader30;
		private System.Windows.Forms.ColumnHeader columnHeader31;
		private System.Windows.Forms.ColumnHeader columnHeader32;
		private System.Windows.Forms.ColumnHeader columnHeader33;
		private System.Windows.Forms.ColumnHeader columnHeader34;
		private System.Windows.Forms.ColumnHeader columnHeader35;
		private System.Windows.Forms.ColumnHeader columnHeader36;
		private System.Windows.Forms.ColumnHeader columnHeader37;
		private System.Windows.Forms.ColumnHeader columnHeader38;
		private System.Windows.Forms.ColumnHeader columnHeader39;
		private System.Windows.Forms.ColumnHeader columnHeader40;
		private System.Windows.Forms.ColumnHeader columnHeader41;
		private System.Windows.Forms.ComboBox HasTextFlag;
		private System.Windows.Forms.Label label11;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Sibedge IT
Ireland Ireland
My online CV: cv.vitalytomilov.com

Comments and Discussions