You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

234 lines
12 KiB

  1. namespace NTFSSecurity
  2. {
  3. partial class ShowSimpleEffectiveAccessForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShowSimpleEffectiveAccessForm));
  30. this.trvDirectories = new System.Windows.Forms.TreeView();
  31. this.imlIcons = new System.Windows.Forms.ImageList(this.components);
  32. this.lstPermissions = new System.Windows.Forms.ListView();
  33. this.chdIdentity = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.chdRights = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.chdAccessControlType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.chkRemoveFoldersWithoutAccess = new System.Windows.Forms.CheckBox();
  37. this.grpFilter = new System.Windows.Forms.GroupBox();
  38. this.grpSearchForFolder = new System.Windows.Forms.GroupBox();
  39. this.btnSearchForFolderPrev = new System.Windows.Forms.Button();
  40. this.btnSearchForFolderNext = new System.Windows.Forms.Button();
  41. this.btnSearchForFolder = new System.Windows.Forms.Button();
  42. this.txtSearchForFolder = new System.Windows.Forms.TextBox();
  43. this.labDirectoryTreeView = new System.Windows.Forms.Label();
  44. this.labAccessView = new System.Windows.Forms.Label();
  45. this.grpFilter.SuspendLayout();
  46. this.grpSearchForFolder.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // trvDirectories
  50. //
  51. this.trvDirectories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  52. | System.Windows.Forms.AnchorStyles.Left)));
  53. this.trvDirectories.ImageIndex = 0;
  54. this.trvDirectories.ImageList = this.imlIcons;
  55. this.trvDirectories.Location = new System.Drawing.Point(12, 29);
  56. this.trvDirectories.Name = "trvDirectories";
  57. this.trvDirectories.SelectedImageIndex = 0;
  58. this.trvDirectories.Size = new System.Drawing.Size(320, 353);
  59. this.trvDirectories.TabIndex = 0;
  60. this.trvDirectories.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvDirectories_AfterSelect);
  61. //
  62. // imlIcons
  63. //
  64. this.imlIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlIcons.ImageStream")));
  65. this.imlIcons.TransparentColor = System.Drawing.Color.Transparent;
  66. this.imlIcons.Images.SetKeyName(0, "container.jpg");
  67. //
  68. // lstPermissions
  69. //
  70. this.lstPermissions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  71. | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.lstPermissions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  74. this.chdIdentity,
  75. this.chdRights,
  76. this.chdAccessControlType});
  77. this.lstPermissions.Location = new System.Drawing.Point(338, 29);
  78. this.lstPermissions.Name = "lstPermissions";
  79. this.lstPermissions.Size = new System.Drawing.Size(480, 226);
  80. this.lstPermissions.SmallImageList = this.imlIcons;
  81. this.lstPermissions.TabIndex = 1;
  82. this.lstPermissions.UseCompatibleStateImageBehavior = false;
  83. this.lstPermissions.View = System.Windows.Forms.View.Details;
  84. //
  85. // chdIdentity
  86. //
  87. this.chdIdentity.Text = "Identity";
  88. //
  89. // chdRights
  90. //
  91. this.chdRights.Text = "Rights";
  92. //
  93. // chdAccessControlType
  94. //
  95. this.chdAccessControlType.Text = "AccessControlType";
  96. //
  97. // chkRemoveFoldersWithoutAccess
  98. //
  99. this.chkRemoveFoldersWithoutAccess.AutoSize = true;
  100. this.chkRemoveFoldersWithoutAccess.Location = new System.Drawing.Point(6, 19);
  101. this.chkRemoveFoldersWithoutAccess.Name = "chkRemoveFoldersWithoutAccess";
  102. this.chkRemoveFoldersWithoutAccess.Size = new System.Drawing.Size(347, 17);
  103. this.chkRemoveFoldersWithoutAccess.TabIndex = 2;
  104. this.chkRemoveFoldersWithoutAccess.Text = "Remove Folders that do not have different access than their parents";
  105. this.chkRemoveFoldersWithoutAccess.UseVisualStyleBackColor = true;
  106. this.chkRemoveFoldersWithoutAccess.CheckedChanged += new System.EventHandler(this.chkRemoveFoldersWithoutAccess_CheckedChanged);
  107. //
  108. // grpFilter
  109. //
  110. this.grpFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  111. | System.Windows.Forms.AnchorStyles.Right)));
  112. this.grpFilter.Controls.Add(this.grpSearchForFolder);
  113. this.grpFilter.Controls.Add(this.chkRemoveFoldersWithoutAccess);
  114. this.grpFilter.Location = new System.Drawing.Point(338, 258);
  115. this.grpFilter.Name = "grpFilter";
  116. this.grpFilter.Size = new System.Drawing.Size(480, 124);
  117. this.grpFilter.TabIndex = 3;
  118. this.grpFilter.TabStop = false;
  119. this.grpFilter.Text = "Filter";
  120. //
  121. // grpSearchForFolder
  122. //
  123. this.grpSearchForFolder.Controls.Add(this.btnSearchForFolderPrev);
  124. this.grpSearchForFolder.Controls.Add(this.btnSearchForFolderNext);
  125. this.grpSearchForFolder.Controls.Add(this.btnSearchForFolder);
  126. this.grpSearchForFolder.Controls.Add(this.txtSearchForFolder);
  127. this.grpSearchForFolder.Location = new System.Drawing.Point(6, 42);
  128. this.grpSearchForFolder.Name = "grpSearchForFolder";
  129. this.grpSearchForFolder.Size = new System.Drawing.Size(421, 77);
  130. this.grpSearchForFolder.TabIndex = 3;
  131. this.grpSearchForFolder.TabStop = false;
  132. this.grpSearchForFolder.Text = "Search for Folder";
  133. //
  134. // btnSearchForFolderPrev
  135. //
  136. this.btnSearchForFolderPrev.Enabled = false;
  137. this.btnSearchForFolderPrev.Location = new System.Drawing.Point(240, 45);
  138. this.btnSearchForFolderPrev.Name = "btnSearchForFolderPrev";
  139. this.btnSearchForFolderPrev.Size = new System.Drawing.Size(75, 23);
  140. this.btnSearchForFolderPrev.TabIndex = 3;
  141. this.btnSearchForFolderPrev.Text = "Prev";
  142. this.btnSearchForFolderPrev.UseVisualStyleBackColor = true;
  143. this.btnSearchForFolderPrev.Click += new System.EventHandler(this.btnSearchForFolderPrev_Click);
  144. //
  145. // btnSearchForFolderNext
  146. //
  147. this.btnSearchForFolderNext.Enabled = false;
  148. this.btnSearchForFolderNext.Location = new System.Drawing.Point(321, 45);
  149. this.btnSearchForFolderNext.Name = "btnSearchForFolderNext";
  150. this.btnSearchForFolderNext.Size = new System.Drawing.Size(75, 23);
  151. this.btnSearchForFolderNext.TabIndex = 2;
  152. this.btnSearchForFolderNext.Text = "Next";
  153. this.btnSearchForFolderNext.UseVisualStyleBackColor = true;
  154. this.btnSearchForFolderNext.Click += new System.EventHandler(this.btnSearchForFolderNext_Click);
  155. //
  156. // btnSearchForFolder
  157. //
  158. this.btnSearchForFolder.Location = new System.Drawing.Point(353, 17);
  159. this.btnSearchForFolder.Name = "btnSearchForFolder";
  160. this.btnSearchForFolder.Size = new System.Drawing.Size(43, 23);
  161. this.btnSearchForFolder.TabIndex = 1;
  162. this.btnSearchForFolder.Text = "Go";
  163. this.btnSearchForFolder.UseVisualStyleBackColor = true;
  164. this.btnSearchForFolder.Click += new System.EventHandler(this.btnSearchForFolder_Click);
  165. //
  166. // txtSearchForFolder
  167. //
  168. this.txtSearchForFolder.Location = new System.Drawing.Point(6, 19);
  169. this.txtSearchForFolder.Name = "txtSearchForFolder";
  170. this.txtSearchForFolder.Size = new System.Drawing.Size(341, 20);
  171. this.txtSearchForFolder.TabIndex = 0;
  172. //
  173. // labDirectoryTreeView
  174. //
  175. this.labDirectoryTreeView.AutoSize = true;
  176. this.labDirectoryTreeView.Location = new System.Drawing.Point(13, 13);
  177. this.labDirectoryTreeView.Name = "labDirectoryTreeView";
  178. this.labDirectoryTreeView.Size = new System.Drawing.Size(57, 13);
  179. this.labDirectoryTreeView.TabIndex = 4;
  180. this.labDirectoryTreeView.Text = "Directories";
  181. //
  182. // labAccessView
  183. //
  184. this.labAccessView.AutoSize = true;
  185. this.labAccessView.Location = new System.Drawing.Point(344, 12);
  186. this.labAccessView.Name = "labAccessView";
  187. this.labAccessView.Size = new System.Drawing.Size(202, 13);
  188. this.labAccessView.TabIndex = 5;
  189. this.labAccessView.Text = "Permissions given on the seletcted object";
  190. //
  191. // ShowSimpleEffectiveAccessForm
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(830, 389);
  196. this.Controls.Add(this.labAccessView);
  197. this.Controls.Add(this.labDirectoryTreeView);
  198. this.Controls.Add(this.grpFilter);
  199. this.Controls.Add(this.lstPermissions);
  200. this.Controls.Add(this.trvDirectories);
  201. this.Name = "ShowSimpleEffectiveAccessForm";
  202. this.Text = "ShowAccess";
  203. this.grpFilter.ResumeLayout(false);
  204. this.grpFilter.PerformLayout();
  205. this.grpSearchForFolder.ResumeLayout(false);
  206. this.grpSearchForFolder.PerformLayout();
  207. this.ResumeLayout(false);
  208. this.PerformLayout();
  209. }
  210. #endregion
  211. private System.Windows.Forms.TreeView trvDirectories;
  212. private System.Windows.Forms.ListView lstPermissions;
  213. private System.Windows.Forms.ColumnHeader chdIdentity;
  214. private System.Windows.Forms.ColumnHeader chdRights;
  215. private System.Windows.Forms.ColumnHeader chdAccessControlType;
  216. private System.Windows.Forms.ImageList imlIcons;
  217. private System.Windows.Forms.CheckBox chkRemoveFoldersWithoutAccess;
  218. private System.Windows.Forms.GroupBox grpFilter;
  219. private System.Windows.Forms.Label labDirectoryTreeView;
  220. private System.Windows.Forms.Label labAccessView;
  221. private System.Windows.Forms.GroupBox grpSearchForFolder;
  222. private System.Windows.Forms.Button btnSearchForFolder;
  223. private System.Windows.Forms.TextBox txtSearchForFolder;
  224. private System.Windows.Forms.Button btnSearchForFolderNext;
  225. private System.Windows.Forms.Button btnSearchForFolderPrev;
  226. }
  227. }