namespace PipeViewer { partial class ColumnSelection { /// /// 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.groupBoxNamedPipe = new System.Windows.Forms.GroupBox(); this.checkBoxHandle = new System.Windows.Forms.CheckBox(); this.checkBoxReadMode = new System.Windows.Forms.CheckBox(); this.checkBoxNumberOfLinks = new System.Windows.Forms.CheckBox(); this.checkBoxPipeType = new System.Windows.Forms.CheckBox(); this.checkBoxConfiguration = new System.Windows.Forms.CheckBox(); this.checkBoxClientProcessId = new System.Windows.Forms.CheckBox(); this.checkBoxEndpointType = new System.Windows.Forms.CheckBox(); this.checkBoxSddl = new System.Windows.Forms.CheckBox(); this.checkBoxName = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBoxTimeStamp = new System.Windows.Forms.GroupBox(); this.checkBoxCreationTime = new System.Windows.Forms.CheckBox(); this.checkBoxChangeTime = new System.Windows.Forms.CheckBox(); this.checkBoxLastWriteTime = new System.Windows.Forms.CheckBox(); this.checkBoxLastAccessTime = new System.Windows.Forms.CheckBox(); this.checkBoxFileCreationTime = new System.Windows.Forms.CheckBox(); this.checkBoxIntegrityLevel = new System.Windows.Forms.CheckBox(); this.checkBoxPermissions = new System.Windows.Forms.CheckBox(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.groupBoxSecurityDescriptor = new System.Windows.Forms.GroupBox(); this.checkBoxGroupSid = new System.Windows.Forms.CheckBox(); this.checkBoxOwnerSid = new System.Windows.Forms.CheckBox(); this.checkBoxOwnerName = new System.Windows.Forms.CheckBox(); this.checkBoxGroupName = new System.Windows.Forms.CheckBox(); this.checkBoxDirectoryGrantedAccess = new System.Windows.Forms.CheckBox(); this.groupBoxAccess = new System.Windows.Forms.GroupBox(); this.checkBoxGrantedAccess = new System.Windows.Forms.CheckBox(); this.checkBoxGrantedAccessGeneric = new System.Windows.Forms.CheckBox(); this.groupBoxNamedPipe.SuspendLayout(); this.groupBoxTimeStamp.SuspendLayout(); this.groupBoxSecurityDescriptor.SuspendLayout(); this.groupBoxAccess.SuspendLayout(); this.SuspendLayout(); // // groupBoxNamedPipe // this.groupBoxNamedPipe.Controls.Add(this.checkBoxHandle); this.groupBoxNamedPipe.Controls.Add(this.checkBoxReadMode); this.groupBoxNamedPipe.Controls.Add(this.checkBoxNumberOfLinks); this.groupBoxNamedPipe.Controls.Add(this.checkBoxPipeType); this.groupBoxNamedPipe.Controls.Add(this.checkBoxConfiguration); this.groupBoxNamedPipe.Controls.Add(this.checkBoxClientProcessId); this.groupBoxNamedPipe.Controls.Add(this.checkBoxEndpointType); this.groupBoxNamedPipe.Controls.Add(this.checkBoxSddl); this.groupBoxNamedPipe.Controls.Add(this.checkBoxName); this.groupBoxNamedPipe.Location = new System.Drawing.Point(16, 58); this.groupBoxNamedPipe.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxNamedPipe.Name = "groupBoxNamedPipe"; this.groupBoxNamedPipe.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxNamedPipe.Size = new System.Drawing.Size(363, 178); this.groupBoxNamedPipe.TabIndex = 0; this.groupBoxNamedPipe.TabStop = false; this.groupBoxNamedPipe.Text = "Named Pipe"; // // checkBoxHandle // this.checkBoxHandle.AutoSize = true; this.checkBoxHandle.Checked = true; this.checkBoxHandle.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxHandle.Location = new System.Drawing.Point(7, 150); this.checkBoxHandle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxHandle.Name = "checkBoxHandle"; this.checkBoxHandle.Size = new System.Drawing.Size(70, 20); this.checkBoxHandle.TabIndex = 8; this.checkBoxHandle.Text = "Handle"; this.checkBoxHandle.UseVisualStyleBackColor = true; // // checkBoxReadMode // this.checkBoxReadMode.AutoSize = true; this.checkBoxReadMode.Checked = true; this.checkBoxReadMode.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxReadMode.Location = new System.Drawing.Point(8, 122); this.checkBoxReadMode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxReadMode.Name = "checkBoxReadMode"; this.checkBoxReadMode.Size = new System.Drawing.Size(98, 20); this.checkBoxReadMode.TabIndex = 7; this.checkBoxReadMode.Text = "Read Mode"; this.checkBoxReadMode.UseVisualStyleBackColor = true; // // checkBoxNumberOfLinks // this.checkBoxNumberOfLinks.AutoSize = true; this.checkBoxNumberOfLinks.Checked = true; this.checkBoxNumberOfLinks.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxNumberOfLinks.Location = new System.Drawing.Point(176, 122); this.checkBoxNumberOfLinks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxNumberOfLinks.Name = "checkBoxNumberOfLinks"; this.checkBoxNumberOfLinks.Size = new System.Drawing.Size(122, 20); this.checkBoxNumberOfLinks.TabIndex = 6; this.checkBoxNumberOfLinks.Text = "Number of Links"; this.checkBoxNumberOfLinks.UseVisualStyleBackColor = true; // // checkBoxPipeType // this.checkBoxPipeType.AutoSize = true; this.checkBoxPipeType.Checked = true; this.checkBoxPipeType.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxPipeType.Location = new System.Drawing.Point(176, 94); this.checkBoxPipeType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxPipeType.Name = "checkBoxPipeType"; this.checkBoxPipeType.Size = new System.Drawing.Size(89, 20); this.checkBoxPipeType.TabIndex = 5; this.checkBoxPipeType.Text = "Pipe Type"; this.checkBoxPipeType.UseVisualStyleBackColor = true; // // checkBoxConfiguration // this.checkBoxConfiguration.AutoSize = true; this.checkBoxConfiguration.Checked = true; this.checkBoxConfiguration.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxConfiguration.Location = new System.Drawing.Point(8, 94); this.checkBoxConfiguration.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxConfiguration.Name = "checkBoxConfiguration"; this.checkBoxConfiguration.Size = new System.Drawing.Size(104, 20); this.checkBoxConfiguration.TabIndex = 4; this.checkBoxConfiguration.Text = "Configuration"; this.checkBoxConfiguration.UseVisualStyleBackColor = true; // // checkBoxClientProcessId // this.checkBoxClientProcessId.AutoSize = true; this.checkBoxClientProcessId.Checked = true; this.checkBoxClientProcessId.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxClientProcessId.Location = new System.Drawing.Point(176, 65); this.checkBoxClientProcessId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxClientProcessId.Name = "checkBoxClientProcessId"; this.checkBoxClientProcessId.Size = new System.Drawing.Size(91, 20); this.checkBoxClientProcessId.TabIndex = 3; this.checkBoxClientProcessId.Text = "Client PIDs"; this.checkBoxClientProcessId.UseVisualStyleBackColor = true; // // checkBoxEndpointType // this.checkBoxEndpointType.AutoSize = true; this.checkBoxEndpointType.Checked = true; this.checkBoxEndpointType.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxEndpointType.Location = new System.Drawing.Point(8, 65); this.checkBoxEndpointType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxEndpointType.Name = "checkBoxEndpointType"; this.checkBoxEndpointType.Size = new System.Drawing.Size(114, 20); this.checkBoxEndpointType.TabIndex = 2; this.checkBoxEndpointType.Text = "Endpoint Type"; this.checkBoxEndpointType.UseVisualStyleBackColor = true; // // checkBoxSddl // this.checkBoxSddl.AutoSize = true; this.checkBoxSddl.Checked = true; this.checkBoxSddl.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxSddl.Location = new System.Drawing.Point(176, 37); this.checkBoxSddl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxSddl.Name = "checkBoxSddl"; this.checkBoxSddl.Size = new System.Drawing.Size(54, 20); this.checkBoxSddl.TabIndex = 1; this.checkBoxSddl.Text = "Sddl"; this.checkBoxSddl.UseVisualStyleBackColor = true; // // checkBoxName // this.checkBoxName.AutoSize = true; this.checkBoxName.Checked = true; this.checkBoxName.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxName.Location = new System.Drawing.Point(9, 37); this.checkBoxName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxName.Name = "checkBoxName"; this.checkBoxName.Size = new System.Drawing.Size(63, 20); this.checkBoxName.TabIndex = 0; this.checkBoxName.Text = "Name"; this.checkBoxName.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 23); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(300, 16); this.label1.TabIndex = 1; this.label1.Text = "Select columns to appear in the Procnoid window:"; // // groupBoxTimeStamp // this.groupBoxTimeStamp.Controls.Add(this.checkBoxCreationTime); this.groupBoxTimeStamp.Controls.Add(this.checkBoxChangeTime); this.groupBoxTimeStamp.Controls.Add(this.checkBoxLastWriteTime); this.groupBoxTimeStamp.Controls.Add(this.checkBoxLastAccessTime); this.groupBoxTimeStamp.Controls.Add(this.checkBoxFileCreationTime); this.groupBoxTimeStamp.Location = new System.Drawing.Point(16, 505); this.groupBoxTimeStamp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxTimeStamp.Name = "groupBoxTimeStamp"; this.groupBoxTimeStamp.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxTimeStamp.Size = new System.Drawing.Size(363, 117); this.groupBoxTimeStamp.TabIndex = 3; this.groupBoxTimeStamp.TabStop = false; this.groupBoxTimeStamp.Text = "Time Stamp"; // // checkBoxCreationTime // this.checkBoxCreationTime.AutoSize = true; this.checkBoxCreationTime.Checked = true; this.checkBoxCreationTime.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxCreationTime.Location = new System.Drawing.Point(9, 34); this.checkBoxCreationTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxCreationTime.Name = "checkBoxCreationTime"; this.checkBoxCreationTime.Size = new System.Drawing.Size(110, 20); this.checkBoxCreationTime.TabIndex = 3; this.checkBoxCreationTime.Text = "Creation Time"; this.checkBoxCreationTime.UseVisualStyleBackColor = true; // // checkBoxChangeTime // this.checkBoxChangeTime.AutoSize = true; this.checkBoxChangeTime.Location = new System.Drawing.Point(9, 89); this.checkBoxChangeTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxChangeTime.Name = "checkBoxChangeTime"; this.checkBoxChangeTime.Size = new System.Drawing.Size(107, 20); this.checkBoxChangeTime.TabIndex = 6; this.checkBoxChangeTime.Text = "Change Time"; this.checkBoxChangeTime.UseVisualStyleBackColor = true; // // checkBoxLastWriteTime // this.checkBoxLastWriteTime.AutoSize = true; this.checkBoxLastWriteTime.Location = new System.Drawing.Point(177, 63); this.checkBoxLastWriteTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxLastWriteTime.Name = "checkBoxLastWriteTime"; this.checkBoxLastWriteTime.Size = new System.Drawing.Size(119, 20); this.checkBoxLastWriteTime.TabIndex = 5; this.checkBoxLastWriteTime.Text = "Last Write Time"; this.checkBoxLastWriteTime.UseVisualStyleBackColor = true; // // checkBoxLastAccessTime // this.checkBoxLastAccessTime.AutoSize = true; this.checkBoxLastAccessTime.Location = new System.Drawing.Point(9, 63); this.checkBoxLastAccessTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxLastAccessTime.Name = "checkBoxLastAccessTime"; this.checkBoxLastAccessTime.Size = new System.Drawing.Size(133, 20); this.checkBoxLastAccessTime.TabIndex = 4; this.checkBoxLastAccessTime.Text = "Last Access Time"; this.checkBoxLastAccessTime.UseVisualStyleBackColor = true; // // checkBoxFileCreationTime // this.checkBoxFileCreationTime.AutoSize = true; this.checkBoxFileCreationTime.Location = new System.Drawing.Point(177, 34); this.checkBoxFileCreationTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxFileCreationTime.Name = "checkBoxFileCreationTime"; this.checkBoxFileCreationTime.Size = new System.Drawing.Size(135, 20); this.checkBoxFileCreationTime.TabIndex = 3; this.checkBoxFileCreationTime.Text = "File Creation Time"; this.checkBoxFileCreationTime.UseVisualStyleBackColor = true; // // checkBoxIntegrityLevel // this.checkBoxIntegrityLevel.AutoSize = true; this.checkBoxIntegrityLevel.Checked = true; this.checkBoxIntegrityLevel.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxIntegrityLevel.Location = new System.Drawing.Point(176, 94); this.checkBoxIntegrityLevel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxIntegrityLevel.Name = "checkBoxIntegrityLevel"; this.checkBoxIntegrityLevel.Size = new System.Drawing.Size(108, 20); this.checkBoxIntegrityLevel.TabIndex = 1; this.checkBoxIntegrityLevel.Text = "Integrity Level"; this.checkBoxIntegrityLevel.UseVisualStyleBackColor = true; // // checkBoxPermissions // this.checkBoxPermissions.AutoSize = true; this.checkBoxPermissions.Checked = true; this.checkBoxPermissions.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxPermissions.Location = new System.Drawing.Point(8, 37); this.checkBoxPermissions.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxPermissions.Name = "checkBoxPermissions"; this.checkBoxPermissions.Size = new System.Drawing.Size(100, 20); this.checkBoxPermissions.TabIndex = 0; this.checkBoxPermissions.Text = "Permissions"; this.checkBoxPermissions.UseVisualStyleBackColor = true; // // buttonOK // this.buttonOK.Location = new System.Drawing.Point(151, 641); this.buttonOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(100, 28); this.buttonOK.TabIndex = 4; this.buttonOK.Text = "OK"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(279, 641); this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(100, 28); this.buttonCancel.TabIndex = 5; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // groupBoxSecurityDescriptor // this.groupBoxSecurityDescriptor.Controls.Add(this.checkBoxGroupSid); this.groupBoxSecurityDescriptor.Controls.Add(this.checkBoxOwnerSid); this.groupBoxSecurityDescriptor.Controls.Add(this.checkBoxOwnerName); this.groupBoxSecurityDescriptor.Controls.Add(this.checkBoxGroupName); this.groupBoxSecurityDescriptor.Controls.Add(this.checkBoxPermissions); this.groupBoxSecurityDescriptor.Controls.Add(this.checkBoxIntegrityLevel); this.groupBoxSecurityDescriptor.Location = new System.Drawing.Point(16, 362); this.groupBoxSecurityDescriptor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxSecurityDescriptor.Name = "groupBoxSecurityDescriptor"; this.groupBoxSecurityDescriptor.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxSecurityDescriptor.Size = new System.Drawing.Size(363, 133); this.groupBoxSecurityDescriptor.TabIndex = 3; this.groupBoxSecurityDescriptor.TabStop = false; this.groupBoxSecurityDescriptor.Text = "Security Descriptor"; // // checkBoxGroupSid // this.checkBoxGroupSid.AutoSize = true; this.checkBoxGroupSid.Location = new System.Drawing.Point(9, 94); this.checkBoxGroupSid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxGroupSid.Name = "checkBoxGroupSid"; this.checkBoxGroupSid.Size = new System.Drawing.Size(86, 20); this.checkBoxGroupSid.TabIndex = 3; this.checkBoxGroupSid.Text = "Group Sid"; this.checkBoxGroupSid.UseVisualStyleBackColor = true; // // checkBoxOwnerSid // this.checkBoxOwnerSid.AutoSize = true; this.checkBoxOwnerSid.Location = new System.Drawing.Point(8, 65); this.checkBoxOwnerSid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxOwnerSid.Name = "checkBoxOwnerSid"; this.checkBoxOwnerSid.Size = new System.Drawing.Size(87, 20); this.checkBoxOwnerSid.TabIndex = 2; this.checkBoxOwnerSid.Text = "Owner Sid"; this.checkBoxOwnerSid.UseVisualStyleBackColor = true; // // checkBoxOwnerName // this.checkBoxOwnerName.AutoSize = true; this.checkBoxOwnerName.Checked = true; this.checkBoxOwnerName.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxOwnerName.Location = new System.Drawing.Point(176, 37); this.checkBoxOwnerName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxOwnerName.Name = "checkBoxOwnerName"; this.checkBoxOwnerName.Size = new System.Drawing.Size(104, 20); this.checkBoxOwnerName.TabIndex = 1; this.checkBoxOwnerName.Text = "Owner Name"; this.checkBoxOwnerName.UseVisualStyleBackColor = true; // // checkBoxGroupName // this.checkBoxGroupName.AutoSize = true; this.checkBoxGroupName.Location = new System.Drawing.Point(176, 65); this.checkBoxGroupName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxGroupName.Name = "checkBoxGroupName"; this.checkBoxGroupName.Size = new System.Drawing.Size(103, 20); this.checkBoxGroupName.TabIndex = 0; this.checkBoxGroupName.Text = "Group Name"; this.checkBoxGroupName.UseVisualStyleBackColor = true; // // checkBoxDirectoryGrantedAccess // this.checkBoxDirectoryGrantedAccess.AutoSize = true; this.checkBoxDirectoryGrantedAccess.Checked = true; this.checkBoxDirectoryGrantedAccess.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxDirectoryGrantedAccess.Location = new System.Drawing.Point(15, 37); this.checkBoxDirectoryGrantedAccess.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxDirectoryGrantedAccess.Name = "checkBoxDirectoryGrantedAccess"; this.checkBoxDirectoryGrantedAccess.Size = new System.Drawing.Size(179, 20); this.checkBoxDirectoryGrantedAccess.TabIndex = 8; this.checkBoxDirectoryGrantedAccess.Text = "Directory Granted Access"; this.checkBoxDirectoryGrantedAccess.UseVisualStyleBackColor = true; // // groupBoxAccess // this.groupBoxAccess.Controls.Add(this.checkBoxGrantedAccess); this.groupBoxAccess.Controls.Add(this.checkBoxDirectoryGrantedAccess); this.groupBoxAccess.Controls.Add(this.checkBoxGrantedAccessGeneric); this.groupBoxAccess.Location = new System.Drawing.Point(16, 244); this.groupBoxAccess.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxAccess.Name = "groupBoxAccess"; this.groupBoxAccess.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBoxAccess.Size = new System.Drawing.Size(363, 112); this.groupBoxAccess.TabIndex = 4; this.groupBoxAccess.TabStop = false; this.groupBoxAccess.Text = "Access"; // // checkBoxGrantedAccess // this.checkBoxGrantedAccess.AutoSize = true; this.checkBoxGrantedAccess.Checked = true; this.checkBoxGrantedAccess.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxGrantedAccess.Location = new System.Drawing.Point(219, 37); this.checkBoxGrantedAccess.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxGrantedAccess.Name = "checkBoxGrantedAccess"; this.checkBoxGrantedAccess.Size = new System.Drawing.Size(122, 20); this.checkBoxGrantedAccess.TabIndex = 1; this.checkBoxGrantedAccess.Text = "Granted Access"; this.checkBoxGrantedAccess.UseVisualStyleBackColor = true; // // checkBoxGrantedAccessGeneric // this.checkBoxGrantedAccessGeneric.AutoSize = true; this.checkBoxGrantedAccessGeneric.Checked = true; this.checkBoxGrantedAccessGeneric.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxGrantedAccessGeneric.Location = new System.Drawing.Point(15, 65); this.checkBoxGrantedAccessGeneric.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxGrantedAccessGeneric.Name = "checkBoxGrantedAccessGeneric"; this.checkBoxGrantedAccessGeneric.Size = new System.Drawing.Size(172, 20); this.checkBoxGrantedAccessGeneric.TabIndex = 0; this.checkBoxGrantedAccessGeneric.Text = "Granted Access Generic"; this.checkBoxGrantedAccessGeneric.UseVisualStyleBackColor = true; // // ColumnSelection // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(395, 686); this.Controls.Add(this.groupBoxAccess); this.Controls.Add(this.groupBoxSecurityDescriptor); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); this.Controls.Add(this.groupBoxTimeStamp); this.Controls.Add(this.label1); this.Controls.Add(this.groupBoxNamedPipe); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ColumnSelection"; this.ShowIcon = false; this.Text = "PipeViewer Column Selection"; this.groupBoxNamedPipe.ResumeLayout(false); this.groupBoxNamedPipe.PerformLayout(); this.groupBoxTimeStamp.ResumeLayout(false); this.groupBoxTimeStamp.PerformLayout(); this.groupBoxSecurityDescriptor.ResumeLayout(false); this.groupBoxSecurityDescriptor.PerformLayout(); this.groupBoxAccess.ResumeLayout(false); this.groupBoxAccess.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBoxNamedPipe; private System.Windows.Forms.CheckBox checkBoxEndpointType; private System.Windows.Forms.CheckBox checkBoxSddl; private System.Windows.Forms.CheckBox checkBoxName; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBoxTimeStamp; private System.Windows.Forms.CheckBox checkBoxChangeTime; private System.Windows.Forms.CheckBox checkBoxLastWriteTime; private System.Windows.Forms.CheckBox checkBoxLastAccessTime; private System.Windows.Forms.CheckBox checkBoxFileCreationTime; private System.Windows.Forms.CheckBox checkBoxIntegrityLevel; private System.Windows.Forms.CheckBox checkBoxPermissions; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.GroupBox groupBoxSecurityDescriptor; private System.Windows.Forms.CheckBox checkBoxGroupSid; private System.Windows.Forms.CheckBox checkBoxOwnerSid; private System.Windows.Forms.CheckBox checkBoxOwnerName; private System.Windows.Forms.CheckBox checkBoxGroupName; private System.Windows.Forms.CheckBox checkBoxCreationTime; private System.Windows.Forms.CheckBox checkBoxClientProcessId; private System.Windows.Forms.CheckBox checkBoxConfiguration; private System.Windows.Forms.CheckBox checkBoxPipeType; private System.Windows.Forms.CheckBox checkBoxDirectoryGrantedAccess; private System.Windows.Forms.CheckBox checkBoxReadMode; private System.Windows.Forms.CheckBox checkBoxNumberOfLinks; private System.Windows.Forms.GroupBox groupBoxAccess; private System.Windows.Forms.CheckBox checkBoxGrantedAccess; private System.Windows.Forms.CheckBox checkBoxGrantedAccessGeneric; private System.Windows.Forms.CheckBox checkBoxHandle; } }