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.
 
 

309 lines
17 KiB

  1. namespace NTFSSecurity
  2. {
  3. partial class ShowSimpleAccessForm
  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(ShowSimpleAccessForm));
  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.grpSearchForIdentity = new System.Windows.Forms.GroupBox();
  39. this.btnSearchForIdentityNext = new System.Windows.Forms.Button();
  40. this.btnSearchForIdentityPrev = new System.Windows.Forms.Button();
  41. this.txtSearchForIdentity = new System.Windows.Forms.TextBox();
  42. this.btnSearchForIdentity = new System.Windows.Forms.Button();
  43. this.grpSearchForFolder = new System.Windows.Forms.GroupBox();
  44. this.btnSearchForFolderPrev = new System.Windows.Forms.Button();
  45. this.btnSearchForFolderNext = new System.Windows.Forms.Button();
  46. this.btnSearchForFolder = new System.Windows.Forms.Button();
  47. this.txtSearchForFolder = new System.Windows.Forms.TextBox();
  48. this.labDirectoryTreeView = new System.Windows.Forms.Label();
  49. this.labAccessView = new System.Windows.Forms.Label();
  50. this.ttSearchForFolder = new System.Windows.Forms.ToolTip(this.components);
  51. this.grpFilter.SuspendLayout();
  52. this.grpSearchForIdentity.SuspendLayout();
  53. this.grpSearchForFolder.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // trvDirectories
  57. //
  58. this.trvDirectories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)));
  60. this.trvDirectories.ImageIndex = 0;
  61. this.trvDirectories.ImageList = this.imlIcons;
  62. this.trvDirectories.Location = new System.Drawing.Point(12, 29);
  63. this.trvDirectories.Name = "trvDirectories";
  64. this.trvDirectories.SelectedImageIndex = 0;
  65. this.trvDirectories.Size = new System.Drawing.Size(320, 574);
  66. this.trvDirectories.TabIndex = 0;
  67. this.trvDirectories.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvDirectories_AfterSelect);
  68. //
  69. // imlIcons
  70. //
  71. this.imlIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlIcons.ImageStream")));
  72. this.imlIcons.TransparentColor = System.Drawing.Color.Transparent;
  73. this.imlIcons.Images.SetKeyName(0, "container.jpg");
  74. //
  75. // lstPermissions
  76. //
  77. this.lstPermissions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  78. | System.Windows.Forms.AnchorStyles.Left)
  79. | System.Windows.Forms.AnchorStyles.Right)));
  80. this.lstPermissions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  81. this.chdIdentity,
  82. this.chdRights,
  83. this.chdAccessControlType});
  84. this.lstPermissions.Location = new System.Drawing.Point(338, 29);
  85. this.lstPermissions.Name = "lstPermissions";
  86. this.lstPermissions.Size = new System.Drawing.Size(480, 342);
  87. this.lstPermissions.SmallImageList = this.imlIcons;
  88. this.lstPermissions.TabIndex = 1;
  89. this.lstPermissions.UseCompatibleStateImageBehavior = false;
  90. this.lstPermissions.View = System.Windows.Forms.View.Details;
  91. //
  92. // chdIdentity
  93. //
  94. this.chdIdentity.Text = "Identity";
  95. //
  96. // chdRights
  97. //
  98. this.chdRights.Text = "Rights";
  99. //
  100. // chdAccessControlType
  101. //
  102. this.chdAccessControlType.Text = "AccessControlType";
  103. //
  104. // chkRemoveFoldersWithoutAccess
  105. //
  106. this.chkRemoveFoldersWithoutAccess.AutoSize = true;
  107. this.chkRemoveFoldersWithoutAccess.Location = new System.Drawing.Point(6, 19);
  108. this.chkRemoveFoldersWithoutAccess.Name = "chkRemoveFoldersWithoutAccess";
  109. this.chkRemoveFoldersWithoutAccess.Size = new System.Drawing.Size(347, 17);
  110. this.chkRemoveFoldersWithoutAccess.TabIndex = 2;
  111. this.chkRemoveFoldersWithoutAccess.Text = "Remove Folders that do not have different access than their parents";
  112. this.chkRemoveFoldersWithoutAccess.UseVisualStyleBackColor = true;
  113. this.chkRemoveFoldersWithoutAccess.CheckedChanged += new System.EventHandler(this.chkRemoveFoldersWithoutAccess_CheckedChanged);
  114. //
  115. // grpFilter
  116. //
  117. this.grpFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.grpFilter.Controls.Add(this.grpSearchForIdentity);
  120. this.grpFilter.Controls.Add(this.grpSearchForFolder);
  121. this.grpFilter.Controls.Add(this.chkRemoveFoldersWithoutAccess);
  122. this.grpFilter.Location = new System.Drawing.Point(338, 377);
  123. this.grpFilter.Name = "grpFilter";
  124. this.grpFilter.Size = new System.Drawing.Size(480, 226);
  125. this.grpFilter.TabIndex = 3;
  126. this.grpFilter.TabStop = false;
  127. this.grpFilter.Text = "Filter";
  128. //
  129. // grpSearchForIdentity
  130. //
  131. this.grpSearchForIdentity.Controls.Add(this.btnSearchForIdentityNext);
  132. this.grpSearchForIdentity.Controls.Add(this.btnSearchForIdentityPrev);
  133. this.grpSearchForIdentity.Controls.Add(this.txtSearchForIdentity);
  134. this.grpSearchForIdentity.Controls.Add(this.btnSearchForIdentity);
  135. this.grpSearchForIdentity.Location = new System.Drawing.Point(9, 125);
  136. this.grpSearchForIdentity.Name = "grpSearchForIdentity";
  137. this.grpSearchForIdentity.Size = new System.Drawing.Size(384, 95);
  138. this.grpSearchForIdentity.TabIndex = 4;
  139. this.grpSearchForIdentity.TabStop = false;
  140. this.grpSearchForIdentity.Text = "Search for Identity";
  141. //
  142. // btnSearchForIdentityNext
  143. //
  144. this.btnSearchForIdentityNext.Enabled = false;
  145. this.btnSearchForIdentityNext.Location = new System.Drawing.Point(222, 45);
  146. this.btnSearchForIdentityNext.Name = "btnSearchForIdentityNext";
  147. this.btnSearchForIdentityNext.Size = new System.Drawing.Size(75, 23);
  148. this.btnSearchForIdentityNext.TabIndex = 7;
  149. this.btnSearchForIdentityNext.Text = "Prev";
  150. this.btnSearchForIdentityNext.UseVisualStyleBackColor = true;
  151. this.btnSearchForIdentityNext.Click += new System.EventHandler(this.btnSearchForIdentityNext_Click);
  152. //
  153. // btnSearchForIdentityPrev
  154. //
  155. this.btnSearchForIdentityPrev.Enabled = false;
  156. this.btnSearchForIdentityPrev.Location = new System.Drawing.Point(303, 45);
  157. this.btnSearchForIdentityPrev.Name = "btnSearchForIdentityPrev";
  158. this.btnSearchForIdentityPrev.Size = new System.Drawing.Size(75, 23);
  159. this.btnSearchForIdentityPrev.TabIndex = 6;
  160. this.btnSearchForIdentityPrev.Text = "Next";
  161. this.btnSearchForIdentityPrev.UseVisualStyleBackColor = true;
  162. this.btnSearchForIdentityPrev.Click += new System.EventHandler(this.btnSearchForIdentityPrev_Click);
  163. //
  164. // txtSearchForIdentity
  165. //
  166. this.txtSearchForIdentity.Location = new System.Drawing.Point(3, 19);
  167. this.txtSearchForIdentity.Name = "txtSearchForIdentity";
  168. this.txtSearchForIdentity.Size = new System.Drawing.Size(341, 20);
  169. this.txtSearchForIdentity.TabIndex = 4;
  170. //
  171. // btnSearchForIdentity
  172. //
  173. this.btnSearchForIdentity.Location = new System.Drawing.Point(350, 17);
  174. this.btnSearchForIdentity.Name = "btnSearchForIdentity";
  175. this.btnSearchForIdentity.Size = new System.Drawing.Size(28, 23);
  176. this.btnSearchForIdentity.TabIndex = 5;
  177. this.btnSearchForIdentity.Text = "Go";
  178. this.btnSearchForIdentity.UseVisualStyleBackColor = true;
  179. this.btnSearchForIdentity.Click += new System.EventHandler(this.btnSearchForIdentity_Click);
  180. //
  181. // grpSearchForFolder
  182. //
  183. this.grpSearchForFolder.Controls.Add(this.btnSearchForFolderPrev);
  184. this.grpSearchForFolder.Controls.Add(this.btnSearchForFolderNext);
  185. this.grpSearchForFolder.Controls.Add(this.btnSearchForFolder);
  186. this.grpSearchForFolder.Controls.Add(this.txtSearchForFolder);
  187. this.grpSearchForFolder.Location = new System.Drawing.Point(6, 42);
  188. this.grpSearchForFolder.Name = "grpSearchForFolder";
  189. this.grpSearchForFolder.Size = new System.Drawing.Size(387, 77);
  190. this.grpSearchForFolder.TabIndex = 3;
  191. this.grpSearchForFolder.TabStop = false;
  192. this.grpSearchForFolder.Text = "Search for Folder";
  193. this.ttSearchForFolder.SetToolTip(this.grpSearchForFolder, "\"Search for folder\" lets you search in the tree view for the");
  194. //
  195. // btnSearchForFolderPrev
  196. //
  197. this.btnSearchForFolderPrev.Enabled = false;
  198. this.btnSearchForFolderPrev.Location = new System.Drawing.Point(225, 45);
  199. this.btnSearchForFolderPrev.Name = "btnSearchForFolderPrev";
  200. this.btnSearchForFolderPrev.Size = new System.Drawing.Size(75, 23);
  201. this.btnSearchForFolderPrev.TabIndex = 3;
  202. this.btnSearchForFolderPrev.Text = "Prev";
  203. this.btnSearchForFolderPrev.UseVisualStyleBackColor = true;
  204. this.btnSearchForFolderPrev.Click += new System.EventHandler(this.btnSearchForFolderPrev_Click);
  205. //
  206. // btnSearchForFolderNext
  207. //
  208. this.btnSearchForFolderNext.Enabled = false;
  209. this.btnSearchForFolderNext.Location = new System.Drawing.Point(306, 45);
  210. this.btnSearchForFolderNext.Name = "btnSearchForFolderNext";
  211. this.btnSearchForFolderNext.Size = new System.Drawing.Size(75, 23);
  212. this.btnSearchForFolderNext.TabIndex = 2;
  213. this.btnSearchForFolderNext.Text = "Next";
  214. this.btnSearchForFolderNext.UseVisualStyleBackColor = true;
  215. this.btnSearchForFolderNext.Click += new System.EventHandler(this.btnSearchForFolderNext_Click);
  216. //
  217. // btnSearchForFolder
  218. //
  219. this.btnSearchForFolder.Location = new System.Drawing.Point(353, 17);
  220. this.btnSearchForFolder.Name = "btnSearchForFolder";
  221. this.btnSearchForFolder.Size = new System.Drawing.Size(28, 23);
  222. this.btnSearchForFolder.TabIndex = 1;
  223. this.btnSearchForFolder.Text = "Go";
  224. this.btnSearchForFolder.UseVisualStyleBackColor = true;
  225. this.btnSearchForFolder.Click += new System.EventHandler(this.btnSearchForFolder_Click);
  226. //
  227. // txtSearchForFolder
  228. //
  229. this.txtSearchForFolder.Location = new System.Drawing.Point(6, 19);
  230. this.txtSearchForFolder.Name = "txtSearchForFolder";
  231. this.txtSearchForFolder.Size = new System.Drawing.Size(341, 20);
  232. this.txtSearchForFolder.TabIndex = 0;
  233. this.ttSearchForFolder.SetToolTip(this.txtSearchForFolder, "\"Search for folder\" lets you search in the tree view for the");
  234. //
  235. // labDirectoryTreeView
  236. //
  237. this.labDirectoryTreeView.AutoSize = true;
  238. this.labDirectoryTreeView.Location = new System.Drawing.Point(13, 13);
  239. this.labDirectoryTreeView.Name = "labDirectoryTreeView";
  240. this.labDirectoryTreeView.Size = new System.Drawing.Size(57, 13);
  241. this.labDirectoryTreeView.TabIndex = 4;
  242. this.labDirectoryTreeView.Text = "Directories";
  243. //
  244. // labAccessView
  245. //
  246. this.labAccessView.AutoSize = true;
  247. this.labAccessView.Location = new System.Drawing.Point(344, 12);
  248. this.labAccessView.Name = "labAccessView";
  249. this.labAccessView.Size = new System.Drawing.Size(202, 13);
  250. this.labAccessView.TabIndex = 5;
  251. this.labAccessView.Text = "Permissions given on the seletcted object";
  252. //
  253. // ttSearchForFolder
  254. //
  255. this.ttSearchForFolder.IsBalloon = true;
  256. this.ttSearchForFolder.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
  257. //
  258. // ShowSimpleAccessForm
  259. //
  260. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  261. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  262. this.ClientSize = new System.Drawing.Size(830, 615);
  263. this.Controls.Add(this.labAccessView);
  264. this.Controls.Add(this.labDirectoryTreeView);
  265. this.Controls.Add(this.grpFilter);
  266. this.Controls.Add(this.lstPermissions);
  267. this.Controls.Add(this.trvDirectories);
  268. this.Name = "ShowSimpleAccessForm";
  269. this.Text = "ShowAccess";
  270. this.grpFilter.ResumeLayout(false);
  271. this.grpFilter.PerformLayout();
  272. this.grpSearchForIdentity.ResumeLayout(false);
  273. this.grpSearchForIdentity.PerformLayout();
  274. this.grpSearchForFolder.ResumeLayout(false);
  275. this.grpSearchForFolder.PerformLayout();
  276. this.ResumeLayout(false);
  277. this.PerformLayout();
  278. }
  279. #endregion
  280. private System.Windows.Forms.TreeView trvDirectories;
  281. private System.Windows.Forms.ListView lstPermissions;
  282. private System.Windows.Forms.ColumnHeader chdIdentity;
  283. private System.Windows.Forms.ColumnHeader chdRights;
  284. private System.Windows.Forms.ColumnHeader chdAccessControlType;
  285. private System.Windows.Forms.ImageList imlIcons;
  286. private System.Windows.Forms.CheckBox chkRemoveFoldersWithoutAccess;
  287. private System.Windows.Forms.GroupBox grpFilter;
  288. private System.Windows.Forms.Label labDirectoryTreeView;
  289. private System.Windows.Forms.Label labAccessView;
  290. private System.Windows.Forms.GroupBox grpSearchForFolder;
  291. private System.Windows.Forms.Button btnSearchForFolder;
  292. private System.Windows.Forms.TextBox txtSearchForFolder;
  293. private System.Windows.Forms.Button btnSearchForFolderNext;
  294. private System.Windows.Forms.Button btnSearchForFolderPrev;
  295. private System.Windows.Forms.GroupBox grpSearchForIdentity;
  296. private System.Windows.Forms.Button btnSearchForIdentityNext;
  297. private System.Windows.Forms.Button btnSearchForIdentityPrev;
  298. private System.Windows.Forms.TextBox txtSearchForIdentity;
  299. private System.Windows.Forms.Button btnSearchForIdentity;
  300. private System.Windows.Forms.ToolTip ttSearchForFolder;
  301. }
  302. }