namespace Permissions { partial class multiPath { /// /// 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.Error_label = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ok_bttn = new System.Windows.Forms.Button(); this.cancel_bttn = new System.Windows.Forms.Button(); this.treeView1 = new System.Windows.Forms.TreeView(); this.folderScan = new System.ComponentModel.BackgroundWorker(); this.panel1 = new System.Windows.Forms.Panel(); this.loading_pnl = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.startFrom_textbox = new System.Windows.Forms.TextBox(); this.refresh_button = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.startFrom_select = new System.Windows.Forms.ComboBox(); this.path_panel = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.loading_pnl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.path_panel.SuspendLayout(); this.SuspendLayout(); // // Error_label // this.Error_label.AutoSize = true; this.Error_label.ForeColor = System.Drawing.Color.DarkRed; this.Error_label.Location = new System.Drawing.Point(97, 418); this.Error_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Error_label.Name = "Error_label"; this.Error_label.Size = new System.Drawing.Size(78, 17); this.Error_label.TabIndex = 4; this.Error_label.Text = "Error_label"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(205, 5); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(126, 20); this.label1.TabIndex = 5; this.label1.Text = "Select folders"; // // ok_bttn // this.ok_bttn.Location = new System.Drawing.Point(101, 438); this.ok_bttn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ok_bttn.Name = "ok_bttn"; this.ok_bttn.Size = new System.Drawing.Size(212, 28); this.ok_bttn.TabIndex = 6; this.ok_bttn.Text = "OK"; this.ok_bttn.UseVisualStyleBackColor = true; this.ok_bttn.Click += new System.EventHandler(this.ok_bttn_Click); // // cancel_bttn // this.cancel_bttn.Location = new System.Drawing.Point(321, 438); this.cancel_bttn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cancel_bttn.Name = "cancel_bttn"; this.cancel_bttn.Size = new System.Drawing.Size(100, 28); this.cancel_bttn.TabIndex = 7; this.cancel_bttn.Text = "Cancel"; this.cancel_bttn.UseVisualStyleBackColor = true; this.cancel_bttn.Click += new System.EventHandler(this.cancel_bttn_Click); // // treeView1 // this.treeView1.CheckBoxes = true; this.treeView1.Location = new System.Drawing.Point(3, 58); this.treeView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(543, 356); this.treeView1.TabIndex = 8; this.treeView1.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView1_BeforeExpand); // // folderScan // this.folderScan.DoWork += new System.ComponentModel.DoWorkEventHandler(this.folderScan_DoWork); this.folderScan.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.folderScan_RunWorkerCompleted); // // panel1 // this.panel1.Controls.Add(this.startFrom_select); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.loading_pnl); this.panel1.Controls.Add(this.cancel_bttn); this.panel1.Controls.Add(this.treeView1); this.panel1.Controls.Add(this.Error_label); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.ok_bttn); this.panel1.Controls.Add(this.path_panel); this.panel1.Location = new System.Drawing.Point(16, 13); this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(549, 476); this.panel1.TabIndex = 9; // // loading_pnl // this.loading_pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.loading_pnl.Controls.Add(this.label2); this.loading_pnl.Controls.Add(this.pictureBox1); this.loading_pnl.Location = new System.Drawing.Point(196, 211); this.loading_pnl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.loading_pnl.Name = "loading_pnl"; this.loading_pnl.Size = new System.Drawing.Size(151, 64); this.loading_pnl.TabIndex = 9; this.loading_pnl.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(57, 23); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 17); this.label2.TabIndex = 1; this.label2.Text = "Working..."; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 30); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 17); this.label3.TabIndex = 10; this.label3.Text = "Start from:"; // // startFrom_textbox // this.startFrom_textbox.Location = new System.Drawing.Point(3, 10); this.startFrom_textbox.Name = "startFrom_textbox"; this.startFrom_textbox.Size = new System.Drawing.Size(254, 22); this.startFrom_textbox.TabIndex = 11; this.startFrom_textbox.Text = "\\\\server\\share"; // // refresh_button // this.refresh_button.Image = global::Permissions.Properties.Resources.refresh25x25; this.refresh_button.Location = new System.Drawing.Point(263, 7); this.refresh_button.Margin = new System.Windows.Forms.Padding(0); this.refresh_button.Name = "refresh_button"; this.refresh_button.Size = new System.Drawing.Size(28, 28); this.refresh_button.TabIndex = 12; this.refresh_button.UseVisualStyleBackColor = true; this.refresh_button.Click += new System.EventHandler(this.refresh_button_Click); // // pictureBox1 // this.pictureBox1.Image = global::Permissions.Properties.Resources.loading_transparent; this.pictureBox1.InitialImage = global::Permissions.Properties.Resources.loading_transparent; this.pictureBox1.Location = new System.Drawing.Point(31, 19); this.pictureBox1.Margin = new System.Windows.Forms.Padding(4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(35, 33); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // startFrom_select // this.startFrom_select.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.startFrom_select.FormattingEnabled = true; this.startFrom_select.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.startFrom_select.Items.AddRange(new object[] { "This PC", "Path:"}); this.startFrom_select.Location = new System.Drawing.Point(94, 27); this.startFrom_select.Name = "startFrom_select"; this.startFrom_select.Size = new System.Drawing.Size(96, 24); this.startFrom_select.TabIndex = 13; this.startFrom_select.SelectedIndexChanged += new System.EventHandler(this.startFrom_select_SelectedIndexChanged); // // path_panel // this.path_panel.Controls.Add(this.startFrom_textbox); this.path_panel.Controls.Add(this.refresh_button); this.path_panel.Location = new System.Drawing.Point(195, 18); this.path_panel.Name = "path_panel"; this.path_panel.Size = new System.Drawing.Size(326, 41); this.path_panel.TabIndex = 14; this.path_panel.Visible = false; // // multiPath // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(585, 495); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "multiPath"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.loading_pnl.ResumeLayout(false); this.loading_pnl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.path_panel.ResumeLayout(false); this.path_panel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label Error_label; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button ok_bttn; private System.Windows.Forms.Button cancel_bttn; private System.Windows.Forms.TreeView treeView1; private System.ComponentModel.BackgroundWorker folderScan; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel loading_pnl; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button refresh_button; private System.Windows.Forms.TextBox startFrom_textbox; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox startFrom_select; private System.Windows.Forms.Panel path_panel; } }