721 lines
36 KiB
C#
721 lines
36 KiB
C#
namespace Permissions
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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(Form1));
|
|
this.getPermissions_bttn = new System.Windows.Forms.Button();
|
|
this.Folder_textbox = new System.Windows.Forms.TextBox();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.recusive_chkBox = new System.Windows.Forms.CheckBox();
|
|
this.clear_bttn = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.getPermissionsRecursive = new System.ComponentModel.BackgroundWorker();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.results_textbox = new System.Windows.Forms.TextBox();
|
|
this.cancel_bttn = new System.Windows.Forms.Button();
|
|
this.saveFD = new System.Windows.Forms.SaveFileDialog();
|
|
this.result_panel = new System.Windows.Forms.Panel();
|
|
this.mainProgressBar = new System.Windows.Forms.ProgressBar();
|
|
this.loading_pic = new System.Windows.Forms.PictureBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.saveAs_bttn = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.endTime_label = new System.Windows.Forms.Label();
|
|
this.startTime_label = new System.Windows.Forms.Label();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.GroupColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.UserColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.version_lbl = new System.Windows.Forms.Label();
|
|
this.options_link = new System.Windows.Forms.LinkLabel();
|
|
this.options_panel = new System.Windows.Forms.Panel();
|
|
this.getOwnerGroup_chkBox = new System.Windows.Forms.CheckBox();
|
|
this.onlyLeesGebr_chkBox = new System.Windows.Forms.CheckBox();
|
|
this.exclude_bttn = new System.Windows.Forms.Button();
|
|
this.skipDoubleGroup_chkBox = new System.Windows.Forms.CheckBox();
|
|
this.ignorePassGroups_chkBox = new System.Windows.Forms.CheckBox();
|
|
this.saveAs = new System.ComponentModel.BackgroundWorker();
|
|
this.multiPath_bttn = new System.Windows.Forms.Button();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.SharePermissions = new System.Windows.Forms.TabPage();
|
|
this.maxLvl_numud = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.path_panel = new System.Windows.Forms.Panel();
|
|
this.DEV_logo = new System.Windows.Forms.PictureBox();
|
|
this.homeDir = new System.Windows.Forms.TabPage();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.usr_group_browse_bttn = new System.Windows.Forms.Button();
|
|
this.user_group_textbox = new System.Windows.Forms.TextBox();
|
|
this.debug_panel = new System.Windows.Forms.Panel();
|
|
this.memUsage_lbl = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.pauseDebug_bttn = new System.Windows.Forms.Button();
|
|
this.saveDebug_bttn = new System.Windows.Forms.Button();
|
|
this.viewCSV_bttn = new System.Windows.Forms.Button();
|
|
this.debug_rtextbox = new System.Windows.Forms.RichTextBox();
|
|
this.upDateDebugLog = new System.ComponentModel.BackgroundWorker();
|
|
this.result_panel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.loading_pic)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.options_panel.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.SharePermissions.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.maxLvl_numud)).BeginInit();
|
|
this.path_panel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DEV_logo)).BeginInit();
|
|
this.homeDir.SuspendLayout();
|
|
this.debug_panel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// getPermissions_bttn
|
|
//
|
|
this.getPermissions_bttn.Location = new System.Drawing.Point(6, 29);
|
|
this.getPermissions_bttn.Name = "getPermissions_bttn";
|
|
this.getPermissions_bttn.Size = new System.Drawing.Size(105, 23);
|
|
this.getPermissions_bttn.TabIndex = 0;
|
|
this.getPermissions_bttn.Text = "Scan permissions";
|
|
this.getPermissions_bttn.UseVisualStyleBackColor = true;
|
|
this.getPermissions_bttn.Click += new System.EventHandler(this.getPermissions_bttn_Click);
|
|
//
|
|
// Folder_textbox
|
|
//
|
|
this.Folder_textbox.BackColor = System.Drawing.Color.White;
|
|
this.Folder_textbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.Folder_textbox.Location = new System.Drawing.Point(3, 1);
|
|
this.Folder_textbox.Name = "Folder_textbox";
|
|
this.Folder_textbox.Size = new System.Drawing.Size(370, 13);
|
|
this.Folder_textbox.TabIndex = 1;
|
|
this.Folder_textbox.Text = "folder_textbox";
|
|
this.Folder_textbox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Folder_textbox_KeyPress);
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.richTextBox1.DetectUrls = false;
|
|
this.richTextBox1.Location = new System.Drawing.Point(11, 34);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.ReadOnly = true;
|
|
this.richTextBox1.Size = new System.Drawing.Size(1287, 577);
|
|
this.richTextBox1.TabIndex = 2;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// recusive_chkBox
|
|
//
|
|
this.recusive_chkBox.AutoSize = true;
|
|
this.recusive_chkBox.Location = new System.Drawing.Point(117, 34);
|
|
this.recusive_chkBox.Name = "recusive_chkBox";
|
|
this.recusive_chkBox.Size = new System.Drawing.Size(74, 17);
|
|
this.recusive_chkBox.TabIndex = 3;
|
|
this.recusive_chkBox.Text = "Recursive";
|
|
this.recusive_chkBox.UseVisualStyleBackColor = true;
|
|
this.recusive_chkBox.CheckedChanged += new System.EventHandler(this.recusive_chkBox_CheckedChanged);
|
|
//
|
|
// clear_bttn
|
|
//
|
|
this.clear_bttn.Location = new System.Drawing.Point(11, 3);
|
|
this.clear_bttn.Name = "clear_bttn";
|
|
this.clear_bttn.Size = new System.Drawing.Size(89, 23);
|
|
this.clear_bttn.TabIndex = 4;
|
|
this.clear_bttn.Text = "Clear results";
|
|
this.clear_bttn.UseVisualStyleBackColor = true;
|
|
this.clear_bttn.Click += new System.EventHandler(this.clear_bttn_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 7);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(32, 13);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "Path:";
|
|
//
|
|
// getPermissionsRecursive
|
|
//
|
|
this.getPermissionsRecursive.WorkerSupportsCancellation = true;
|
|
this.getPermissionsRecursive.DoWork += new System.ComponentModel.DoWorkEventHandler(this.getPermissionsRecursive_DoWork);
|
|
this.getPermissionsRecursive.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.getPermissionsRecursive_RunWorkerCompleted);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(1147, 11);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(45, 13);
|
|
this.label2.TabIndex = 10;
|
|
this.label2.Text = "Results:";
|
|
//
|
|
// results_textbox
|
|
//
|
|
this.results_textbox.Location = new System.Drawing.Point(1192, 8);
|
|
this.results_textbox.Name = "results_textbox";
|
|
this.results_textbox.ReadOnly = true;
|
|
this.results_textbox.Size = new System.Drawing.Size(100, 20);
|
|
this.results_textbox.TabIndex = 11;
|
|
//
|
|
// cancel_bttn
|
|
//
|
|
this.cancel_bttn.Location = new System.Drawing.Point(19, 29);
|
|
this.cancel_bttn.Name = "cancel_bttn";
|
|
this.cancel_bttn.Size = new System.Drawing.Size(76, 23);
|
|
this.cancel_bttn.TabIndex = 12;
|
|
this.cancel_bttn.Text = "Cancel";
|
|
this.cancel_bttn.UseVisualStyleBackColor = true;
|
|
this.cancel_bttn.Visible = false;
|
|
this.cancel_bttn.Click += new System.EventHandler(this.cancel_bttn_Click);
|
|
//
|
|
// saveFD
|
|
//
|
|
this.saveFD.DefaultExt = "csv";
|
|
//
|
|
// result_panel
|
|
//
|
|
this.result_panel.Controls.Add(this.mainProgressBar);
|
|
this.result_panel.Controls.Add(this.label2);
|
|
this.result_panel.Controls.Add(this.loading_pic);
|
|
this.result_panel.Controls.Add(this.label5);
|
|
this.result_panel.Controls.Add(this.label4);
|
|
this.result_panel.Controls.Add(this.saveAs_bttn);
|
|
this.result_panel.Controls.Add(this.label3);
|
|
this.result_panel.Controls.Add(this.clear_bttn);
|
|
this.result_panel.Controls.Add(this.results_textbox);
|
|
this.result_panel.Controls.Add(this.endTime_label);
|
|
this.result_panel.Controls.Add(this.startTime_label);
|
|
this.result_panel.Controls.Add(this.dataGridView1);
|
|
this.result_panel.Controls.Add(this.richTextBox1);
|
|
this.result_panel.Location = new System.Drawing.Point(3, 99);
|
|
this.result_panel.Name = "result_panel";
|
|
this.result_panel.Size = new System.Drawing.Size(1310, 621);
|
|
this.result_panel.TabIndex = 13;
|
|
//
|
|
// mainProgressBar
|
|
//
|
|
this.mainProgressBar.Location = new System.Drawing.Point(635, 8);
|
|
this.mainProgressBar.Name = "mainProgressBar";
|
|
this.mainProgressBar.Size = new System.Drawing.Size(220, 18);
|
|
this.mainProgressBar.TabIndex = 21;
|
|
this.mainProgressBar.Visible = false;
|
|
//
|
|
// loading_pic
|
|
//
|
|
this.loading_pic.Location = new System.Drawing.Point(208, 4);
|
|
this.loading_pic.Name = "loading_pic";
|
|
this.loading_pic.Size = new System.Drawing.Size(26, 26);
|
|
this.loading_pic.TabIndex = 20;
|
|
this.loading_pic.TabStop = false;
|
|
this.loading_pic.Visible = false;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(1045, 11);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(51, 13);
|
|
this.label5.TabIndex = 19;
|
|
this.label5.Text = "End time:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(938, 11);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(54, 13);
|
|
this.label4.TabIndex = 18;
|
|
this.label4.Text = "Start time:";
|
|
//
|
|
// saveAs_bttn
|
|
//
|
|
this.saveAs_bttn.Location = new System.Drawing.Point(104, 3);
|
|
this.saveAs_bttn.Name = "saveAs_bttn";
|
|
this.saveAs_bttn.Size = new System.Drawing.Size(98, 23);
|
|
this.saveAs_bttn.TabIndex = 15;
|
|
this.saveAs_bttn.Text = "Save as...";
|
|
this.saveAs_bttn.UseVisualStyleBackColor = true;
|
|
this.saveAs_bttn.Click += new System.EventHandler(this.saveAs_bttn_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(237, 10);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(360, 16);
|
|
this.label3.TabIndex = 14;
|
|
this.label3.Text = "label3";
|
|
//
|
|
// endTime_label
|
|
//
|
|
this.endTime_label.AutoSize = true;
|
|
this.endTime_label.Location = new System.Drawing.Point(1094, 11);
|
|
this.endTime_label.Name = "endTime_label";
|
|
this.endTime_label.Size = new System.Drawing.Size(76, 13);
|
|
this.endTime_label.TabIndex = 17;
|
|
this.endTime_label.Text = "endTime_label";
|
|
//
|
|
// startTime_label
|
|
//
|
|
this.startTime_label.AutoSize = true;
|
|
this.startTime_label.Location = new System.Drawing.Point(990, 11);
|
|
this.startTime_label.Name = "startTime_label";
|
|
this.startTime_label.Size = new System.Drawing.Size(78, 13);
|
|
this.startTime_label.TabIndex = 16;
|
|
this.startTime_label.Text = "startTime_label";
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.PathColumn,
|
|
this.GroupColumn,
|
|
this.UserColumn});
|
|
this.dataGridView1.Location = new System.Drawing.Point(9, 34);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersWidth = 8;
|
|
this.dataGridView1.Size = new System.Drawing.Size(1287, 577);
|
|
this.dataGridView1.TabIndex = 12;
|
|
//
|
|
// PathColumn
|
|
//
|
|
this.PathColumn.HeaderText = "Path";
|
|
this.PathColumn.Name = "PathColumn";
|
|
this.PathColumn.ReadOnly = true;
|
|
this.PathColumn.Width = 600;
|
|
//
|
|
// GroupColumn
|
|
//
|
|
this.GroupColumn.HeaderText = "Group";
|
|
this.GroupColumn.Name = "GroupColumn";
|
|
this.GroupColumn.ReadOnly = true;
|
|
this.GroupColumn.Width = 400;
|
|
//
|
|
// UserColumn
|
|
//
|
|
this.UserColumn.HeaderText = "Member";
|
|
this.UserColumn.Name = "UserColumn";
|
|
this.UserColumn.ReadOnly = true;
|
|
this.UserColumn.Width = 255;
|
|
//
|
|
// version_lbl
|
|
//
|
|
this.version_lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.version_lbl.Location = new System.Drawing.Point(187, 3);
|
|
this.version_lbl.Name = "version_lbl";
|
|
this.version_lbl.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.version_lbl.Size = new System.Drawing.Size(127, 19);
|
|
this.version_lbl.TabIndex = 6;
|
|
this.version_lbl.Text = "v999.999.999.999";
|
|
//
|
|
// options_link
|
|
//
|
|
this.options_link.AutoSize = true;
|
|
this.options_link.Location = new System.Drawing.Point(6, 53);
|
|
this.options_link.Name = "options_link";
|
|
this.options_link.Size = new System.Drawing.Size(161, 13);
|
|
this.options_link.TabIndex = 14;
|
|
this.options_link.TabStop = true;
|
|
this.options_link.Text = "-------------- Show options --------------";
|
|
this.options_link.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.options_link_LinkClicked);
|
|
//
|
|
// options_panel
|
|
//
|
|
this.options_panel.Controls.Add(this.getOwnerGroup_chkBox);
|
|
this.options_panel.Controls.Add(this.onlyLeesGebr_chkBox);
|
|
this.options_panel.Controls.Add(this.exclude_bttn);
|
|
this.options_panel.Controls.Add(this.skipDoubleGroup_chkBox);
|
|
this.options_panel.Controls.Add(this.ignorePassGroups_chkBox);
|
|
this.options_panel.Location = new System.Drawing.Point(4, 66);
|
|
this.options_panel.Name = "options_panel";
|
|
this.options_panel.Size = new System.Drawing.Size(1309, 28);
|
|
this.options_panel.TabIndex = 15;
|
|
this.options_panel.Visible = false;
|
|
//
|
|
// getOwnerGroup_chkBox
|
|
//
|
|
this.getOwnerGroup_chkBox.AutoSize = true;
|
|
this.getOwnerGroup_chkBox.Location = new System.Drawing.Point(354, 7);
|
|
this.getOwnerGroup_chkBox.Name = "getOwnerGroup_chkBox";
|
|
this.getOwnerGroup_chkBox.Size = new System.Drawing.Size(153, 17);
|
|
this.getOwnerGroup_chkBox.TabIndex = 4;
|
|
this.getOwnerGroup_chkBox.Text = "Get __eign group members";
|
|
this.getOwnerGroup_chkBox.UseVisualStyleBackColor = true;
|
|
this.getOwnerGroup_chkBox.Visible = false;
|
|
//
|
|
// onlyLeesGebr_chkBox
|
|
//
|
|
this.onlyLeesGebr_chkBox.AutoSize = true;
|
|
this.onlyLeesGebr_chkBox.Location = new System.Drawing.Point(128, 7);
|
|
this.onlyLeesGebr_chkBox.Name = "onlyLeesGebr_chkBox";
|
|
this.onlyLeesGebr_chkBox.Size = new System.Drawing.Size(218, 17);
|
|
this.onlyLeesGebr_chkBox.TabIndex = 3;
|
|
this.onlyLeesGebr_chkBox.Text = "Only groups ending with __lees && __gebr";
|
|
this.onlyLeesGebr_chkBox.UseVisualStyleBackColor = true;
|
|
this.onlyLeesGebr_chkBox.Visible = false;
|
|
//
|
|
// exclude_bttn
|
|
//
|
|
this.exclude_bttn.Location = new System.Drawing.Point(875, 3);
|
|
this.exclude_bttn.Name = "exclude_bttn";
|
|
this.exclude_bttn.Size = new System.Drawing.Size(91, 23);
|
|
this.exclude_bttn.TabIndex = 2;
|
|
this.exclude_bttn.Text = "Exclude folders";
|
|
this.exclude_bttn.UseVisualStyleBackColor = true;
|
|
this.exclude_bttn.Visible = false;
|
|
//
|
|
// skipDoubleGroup_chkBox
|
|
//
|
|
this.skipDoubleGroup_chkBox.AutoSize = true;
|
|
this.skipDoubleGroup_chkBox.Checked = true;
|
|
this.skipDoubleGroup_chkBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.skipDoubleGroup_chkBox.Location = new System.Drawing.Point(4, 7);
|
|
this.skipDoubleGroup_chkBox.Name = "skipDoubleGroup_chkBox";
|
|
this.skipDoubleGroup_chkBox.Size = new System.Drawing.Size(117, 17);
|
|
this.skipDoubleGroup_chkBox.TabIndex = 1;
|
|
this.skipDoubleGroup_chkBox.Text = "Skip double groups";
|
|
this.skipDoubleGroup_chkBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// ignorePassGroups_chkBox
|
|
//
|
|
this.ignorePassGroups_chkBox.AutoSize = true;
|
|
this.ignorePassGroups_chkBox.Location = new System.Drawing.Point(508, 7);
|
|
this.ignorePassGroups_chkBox.Name = "ignorePassGroups_chkBox";
|
|
this.ignorePassGroups_chkBox.Size = new System.Drawing.Size(117, 17);
|
|
this.ignorePassGroups_chkBox.TabIndex = 0;
|
|
this.ignorePassGroups_chkBox.Text = "Ignore Pass groups";
|
|
this.ignorePassGroups_chkBox.UseVisualStyleBackColor = true;
|
|
this.ignorePassGroups_chkBox.Visible = false;
|
|
//
|
|
// saveAs
|
|
//
|
|
this.saveAs.DoWork += new System.ComponentModel.DoWorkEventHandler(this.saveAs_DoWork);
|
|
this.saveAs.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.saveAs_RunWorkerCompleted);
|
|
//
|
|
// multiPath_bttn
|
|
//
|
|
this.multiPath_bttn.Location = new System.Drawing.Point(427, 2);
|
|
this.multiPath_bttn.Name = "multiPath_bttn";
|
|
this.multiPath_bttn.Size = new System.Drawing.Size(66, 23);
|
|
this.multiPath_bttn.TabIndex = 16;
|
|
this.multiPath_bttn.Text = "Browse";
|
|
this.multiPath_bttn.UseVisualStyleBackColor = true;
|
|
this.multiPath_bttn.Click += new System.EventHandler(this.multiPath_bttn_Click);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.SharePermissions);
|
|
this.tabControl1.Controls.Add(this.homeDir);
|
|
this.tabControl1.Location = new System.Drawing.Point(1, 2);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1321, 747);
|
|
this.tabControl1.TabIndex = 21;
|
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|
//
|
|
// SharePermissions
|
|
//
|
|
this.SharePermissions.Controls.Add(this.maxLvl_numud);
|
|
this.SharePermissions.Controls.Add(this.label7);
|
|
this.SharePermissions.Controls.Add(this.path_panel);
|
|
this.SharePermissions.Controls.Add(this.DEV_logo);
|
|
this.SharePermissions.Controls.Add(this.multiPath_bttn);
|
|
this.SharePermissions.Controls.Add(this.options_panel);
|
|
this.SharePermissions.Controls.Add(this.result_panel);
|
|
this.SharePermissions.Controls.Add(this.options_link);
|
|
this.SharePermissions.Controls.Add(this.label1);
|
|
this.SharePermissions.Controls.Add(this.recusive_chkBox);
|
|
this.SharePermissions.Controls.Add(this.cancel_bttn);
|
|
this.SharePermissions.Controls.Add(this.getPermissions_bttn);
|
|
this.SharePermissions.Location = new System.Drawing.Point(4, 22);
|
|
this.SharePermissions.Name = "SharePermissions";
|
|
this.SharePermissions.Padding = new System.Windows.Forms.Padding(3);
|
|
this.SharePermissions.Size = new System.Drawing.Size(1313, 721);
|
|
this.SharePermissions.TabIndex = 0;
|
|
this.SharePermissions.Text = "Share Permissions";
|
|
this.SharePermissions.UseVisualStyleBackColor = true;
|
|
//
|
|
// maxLvl_numud
|
|
//
|
|
this.maxLvl_numud.Location = new System.Drawing.Point(207, 33);
|
|
this.maxLvl_numud.Maximum = new decimal(new int[] {
|
|
4,
|
|
0,
|
|
0,
|
|
0});
|
|
this.maxLvl_numud.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.maxLvl_numud.Name = "maxLvl_numud";
|
|
this.maxLvl_numud.Size = new System.Drawing.Size(30, 20);
|
|
this.maxLvl_numud.TabIndex = 19;
|
|
this.maxLvl_numud.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.maxLvl_numud.Visible = false;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(241, 35);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(63, 13);
|
|
this.label7.TabIndex = 5;
|
|
this.label7.Text = "Levels max.";
|
|
this.label7.Visible = false;
|
|
//
|
|
// path_panel
|
|
//
|
|
this.path_panel.BackColor = System.Drawing.SystemColors.Window;
|
|
this.path_panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.path_panel.Controls.Add(this.Folder_textbox);
|
|
this.path_panel.Location = new System.Drawing.Point(39, 5);
|
|
this.path_panel.Name = "path_panel";
|
|
this.path_panel.Size = new System.Drawing.Size(380, 19);
|
|
this.path_panel.TabIndex = 18;
|
|
//
|
|
// DEV_logo
|
|
//
|
|
this.DEV_logo.Image = global::Permissions.Properties.Resources.logo;
|
|
this.DEV_logo.InitialImage = global::Permissions.Properties.Resources.logo;
|
|
this.DEV_logo.Location = new System.Drawing.Point(1153, 0);
|
|
this.DEV_logo.Name = "DEV_logo";
|
|
this.DEV_logo.Size = new System.Drawing.Size(142, 66);
|
|
this.DEV_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.DEV_logo.TabIndex = 7;
|
|
this.DEV_logo.TabStop = false;
|
|
//
|
|
// homeDir
|
|
//
|
|
this.homeDir.Controls.Add(this.label6);
|
|
this.homeDir.Controls.Add(this.usr_group_browse_bttn);
|
|
this.homeDir.Controls.Add(this.user_group_textbox);
|
|
this.homeDir.Location = new System.Drawing.Point(4, 22);
|
|
this.homeDir.Name = "homeDir";
|
|
this.homeDir.Padding = new System.Windows.Forms.Padding(3);
|
|
this.homeDir.Size = new System.Drawing.Size(1313, 721);
|
|
this.homeDir.TabIndex = 1;
|
|
this.homeDir.Text = "Homedirectory";
|
|
this.homeDir.UseVisualStyleBackColor = true;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(22, 14);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(76, 13);
|
|
this.label6.TabIndex = 2;
|
|
this.label6.Text = "User or Group:";
|
|
//
|
|
// usr_group_browse_bttn
|
|
//
|
|
this.usr_group_browse_bttn.Location = new System.Drawing.Point(347, 9);
|
|
this.usr_group_browse_bttn.Name = "usr_group_browse_bttn";
|
|
this.usr_group_browse_bttn.Size = new System.Drawing.Size(24, 23);
|
|
this.usr_group_browse_bttn.TabIndex = 1;
|
|
this.usr_group_browse_bttn.Text = "...";
|
|
this.usr_group_browse_bttn.UseVisualStyleBackColor = true;
|
|
//
|
|
// user_group_textbox
|
|
//
|
|
this.user_group_textbox.Location = new System.Drawing.Point(101, 11);
|
|
this.user_group_textbox.Name = "user_group_textbox";
|
|
this.user_group_textbox.Size = new System.Drawing.Size(240, 20);
|
|
this.user_group_textbox.TabIndex = 0;
|
|
//
|
|
// debug_panel
|
|
//
|
|
this.debug_panel.Controls.Add(this.memUsage_lbl);
|
|
this.debug_panel.Controls.Add(this.label8);
|
|
this.debug_panel.Controls.Add(this.pauseDebug_bttn);
|
|
this.debug_panel.Controls.Add(this.saveDebug_bttn);
|
|
this.debug_panel.Controls.Add(this.viewCSV_bttn);
|
|
this.debug_panel.Controls.Add(this.version_lbl);
|
|
this.debug_panel.Controls.Add(this.debug_rtextbox);
|
|
this.debug_panel.Location = new System.Drawing.Point(1328, 2);
|
|
this.debug_panel.Name = "debug_panel";
|
|
this.debug_panel.Size = new System.Drawing.Size(320, 741);
|
|
this.debug_panel.TabIndex = 22;
|
|
this.debug_panel.Visible = false;
|
|
//
|
|
// memUsage_lbl
|
|
//
|
|
this.memUsage_lbl.AutoSize = true;
|
|
this.memUsage_lbl.Location = new System.Drawing.Point(97, 695);
|
|
this.memUsage_lbl.Name = "memUsage_lbl";
|
|
this.memUsage_lbl.Size = new System.Drawing.Size(44, 13);
|
|
this.memUsage_lbl.TabIndex = 5;
|
|
this.memUsage_lbl.Text = "000 MB";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(3, 695);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(79, 13);
|
|
this.label8.TabIndex = 4;
|
|
this.label8.Text = "Memory usage:";
|
|
//
|
|
// pauseDebug_bttn
|
|
//
|
|
this.pauseDebug_bttn.Location = new System.Drawing.Point(120, 669);
|
|
this.pauseDebug_bttn.Name = "pauseDebug_bttn";
|
|
this.pauseDebug_bttn.Size = new System.Drawing.Size(105, 23);
|
|
this.pauseDebug_bttn.TabIndex = 3;
|
|
this.pauseDebug_bttn.Text = "Pause debugger";
|
|
this.pauseDebug_bttn.UseVisualStyleBackColor = true;
|
|
this.pauseDebug_bttn.Click += new System.EventHandler(this.pauseDebug_bttn_Click);
|
|
//
|
|
// saveDebug_bttn
|
|
//
|
|
this.saveDebug_bttn.Location = new System.Drawing.Point(3, 669);
|
|
this.saveDebug_bttn.Name = "saveDebug_bttn";
|
|
this.saveDebug_bttn.Size = new System.Drawing.Size(111, 23);
|
|
this.saveDebug_bttn.TabIndex = 2;
|
|
this.saveDebug_bttn.Text = "Save debug log";
|
|
this.saveDebug_bttn.UseVisualStyleBackColor = true;
|
|
//
|
|
// viewCSV_bttn
|
|
//
|
|
this.viewCSV_bttn.Location = new System.Drawing.Point(3, 3);
|
|
this.viewCSV_bttn.Name = "viewCSV_bttn";
|
|
this.viewCSV_bttn.Size = new System.Drawing.Size(111, 23);
|
|
this.viewCSV_bttn.TabIndex = 1;
|
|
this.viewCSV_bttn.Text = "View CSV";
|
|
this.viewCSV_bttn.UseVisualStyleBackColor = true;
|
|
this.viewCSV_bttn.Click += new System.EventHandler(this.viewCSV_bttn_Click);
|
|
//
|
|
// debug_rtextbox
|
|
//
|
|
this.debug_rtextbox.Location = new System.Drawing.Point(3, 32);
|
|
this.debug_rtextbox.Name = "debug_rtextbox";
|
|
this.debug_rtextbox.Size = new System.Drawing.Size(314, 631);
|
|
this.debug_rtextbox.TabIndex = 0;
|
|
this.debug_rtextbox.Text = "";
|
|
this.debug_rtextbox.WordWrap = false;
|
|
//
|
|
// upDateDebugLog
|
|
//
|
|
this.upDateDebugLog.WorkerSupportsCancellation = true;
|
|
this.upDateDebugLog.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updateDebugLog_DoWork);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1648, 747);
|
|
this.Controls.Add(this.debug_panel);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.Text = "Share Permissions";
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
|
|
this.result_panel.ResumeLayout(false);
|
|
this.result_panel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.loading_pic)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.options_panel.ResumeLayout(false);
|
|
this.options_panel.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.SharePermissions.ResumeLayout(false);
|
|
this.SharePermissions.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.maxLvl_numud)).EndInit();
|
|
this.path_panel.ResumeLayout(false);
|
|
this.path_panel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DEV_logo)).EndInit();
|
|
this.homeDir.ResumeLayout(false);
|
|
this.homeDir.PerformLayout();
|
|
this.debug_panel.ResumeLayout(false);
|
|
this.debug_panel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button getPermissions_bttn;
|
|
private System.Windows.Forms.TextBox Folder_textbox;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.CheckBox recusive_chkBox;
|
|
private System.Windows.Forms.Button clear_bttn;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.PictureBox DEV_logo;
|
|
private System.ComponentModel.BackgroundWorker getPermissionsRecursive;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox results_textbox;
|
|
private System.Windows.Forms.Button cancel_bttn;
|
|
private System.Windows.Forms.SaveFileDialog saveFD;
|
|
private System.Windows.Forms.Panel result_panel;
|
|
private System.Windows.Forms.LinkLabel options_link;
|
|
private System.Windows.Forms.Panel options_panel;
|
|
private System.Windows.Forms.CheckBox ignorePassGroups_chkBox;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button saveAs_bttn;
|
|
private System.Windows.Forms.Label endTime_label;
|
|
private System.Windows.Forms.Label startTime_label;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.CheckBox skipDoubleGroup_chkBox;
|
|
private System.Windows.Forms.PictureBox loading_pic;
|
|
private System.ComponentModel.BackgroundWorker saveAs;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PathColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroupColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UserColumn;
|
|
private System.Windows.Forms.Button multiPath_bttn;
|
|
private System.Windows.Forms.Button exclude_bttn;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage SharePermissions;
|
|
private System.Windows.Forms.TabPage homeDir;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Button usr_group_browse_bttn;
|
|
private System.Windows.Forms.TextBox user_group_textbox;
|
|
private System.Windows.Forms.CheckBox onlyLeesGebr_chkBox;
|
|
private System.Windows.Forms.Panel path_panel;
|
|
private System.Windows.Forms.Panel debug_panel;
|
|
private System.Windows.Forms.RichTextBox debug_rtextbox;
|
|
private System.Windows.Forms.Button viewCSV_bttn;
|
|
private System.Windows.Forms.Button saveDebug_bttn;
|
|
private System.ComponentModel.BackgroundWorker upDateDebugLog;
|
|
private System.Windows.Forms.ProgressBar mainProgressBar;
|
|
private System.Windows.Forms.Button pauseDebug_bttn;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.CheckBox getOwnerGroup_chkBox;
|
|
private System.Windows.Forms.Label memUsage_lbl;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.NumericUpDown maxLvl_numud;
|
|
private System.Windows.Forms.Label version_lbl;
|
|
}
|
|
}
|
|
|