/// <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(SimModalTreeItemChoiceBox));
			Sim.Controls.SimToolStripColorTable simToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
			this.treeView = new Sim.Controls.SimTreeView();
			this.panelBody.SuspendLayout();
			this.finistPanel1.SuspendLayout();
			this.panel1.SuspendLayout();
			this.treeView.SuspendLayout();
			this.SuspendLayout();
			// 
			// panelBody
			// 
			this.panelBody.Controls.Add(this.treeView);
			this.panelBody.Size = new System.Drawing.Size(360, 347);
			// 
			// buttonOK
			// 
			this.buttonOK.Location = new System.Drawing.Point(199, 4);
			// 
			// buttonCancel
			// 
			this.buttonCancel.Location = new System.Drawing.Point(280, 4);
			// 
			// finistPanel1
			// 
			this.finistPanel1.Location = new System.Drawing.Point(0, 368);
			this.finistPanel1.Size = new System.Drawing.Size(360, 35);
			// 
			// panel1
			// 
			this.panel1.Size = new System.Drawing.Size(360, 403);
			// 
			// treeView
			// 
			this.treeView.BackColor = System.Drawing.SystemColors.Control;
			this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			// 
			// 
			// 
			this.treeView.ContextMenuStrip.Name = "contextMenuStrip1";
			this.treeView.ContextMenuStrip.Size = new System.Drawing.Size(255, 98);
			this.treeView.CurrentView = Sim.Controls.TreeViewKind.FirstView;
			this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeView.FirstViewButtonImage = ((System.Drawing.Image)(resources.GetObject("treeView.FirstViewButtonImage")));
			this.treeView.FirstViewButtonToolTipText = "Основной вид дерева";
			this.treeView.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.treeView.HideSelection = false;
			this.treeView.Location = new System.Drawing.Point(3, 3);
			// 
			// treeView.MainToolStrip
			// 
			simToolStripColorTable1.UseSystemColors = false;
			this.treeView.MainToolStrip.ColorTable = simToolStripColorTable1;
			this.treeView.MainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.treeView.MainToolStrip.Location = new System.Drawing.Point(0, 0);
			this.treeView.MainToolStrip.Name = "MainToolStrip";
			this.treeView.MainToolStrip.Size = new System.Drawing.Size(415, 25);
			this.treeView.MainToolStrip.TabIndex = 0;
			this.treeView.MainToolStrip.Text = "toolStrip1";
			this.treeView.MainToolStrip.Visible = false;
			this.treeView.Name = "treeView";
			this.treeView.NodeItemsImageIndex = 2;
			this.treeView.OpenedNodeImageIndex = 1;
			this.treeView.SecondViewButtonImage = ((System.Drawing.Image)(resources.GetObject("treeView.SecondViewButtonImage")));
			this.treeView.SecondViewButtonToolTipText = "Дополнительный вид дерева";
			this.treeView.Size = new System.Drawing.Size(354, 341);
			this.treeView.Sorted = true;
			this.treeView.TabIndex = 0;
			// 
			// SimModalTreeItemChoiceBox
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ButtonOkEnabled = true;
			this.Caption = "Выбор элемента дерева";
			this.CaptionImage = global::Sim.Controls.Properties.Resources.TreeView;
			this.Name = "SimModalTreeItemChoiceBox";
			this.Size = new System.Drawing.Size(364, 407);
			this.panelBody.ResumeLayout(false);
			this.finistPanel1.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.treeView.ResumeLayout(false);
			this.treeView.PerformLayout();
			this.ResumeLayout(false);

  }
  /// <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(CtrlCodeEditor));
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
   this.finistPanelHeader = new Sim.Controls.SimPanel();
   this.finistLabelCaption = new Sim.Controls.SimLabel();
   this.finistPanel2 = new Sim.Controls.SimPanel();
   this.btnCancel = new Sim.Controls.SimPopupButton();
   this.finistToolStrip1 = new Sim.Controls.SimToolStrip();
   this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
   this.cbObject = new Sim.Controls.SimToolStripComboBox();
   this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
   this.btnWordWrap = new System.Windows.Forms.ToolStripButton();
   this.finistPanel1 = new Sim.Controls.SimPanel();
   this.buttonOK = new Sim.Controls.SimButton();
   this.buttonCancel = new Sim.Controls.SimButton();
   this.splitContainer1 = new System.Windows.Forms.SplitContainer();
   this.richTextBox1 = new System.Windows.Forms.RichTextBox();
   this.groupBox1 = new System.Windows.Forms.GroupBox();
   this.fdgvErrs = new Sim.Controls.SimDataGridView();
   this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.panel1.SuspendLayout();
   this.finistPanelHeader.SuspendLayout();
   this.finistPanel2.SuspendLayout();
   this.finistToolStrip1.SuspendLayout();
   this.finistPanel1.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
   this.splitContainer1.Panel1.SuspendLayout();
   this.splitContainer1.Panel2.SuspendLayout();
   this.splitContainer1.SuspendLayout();
   this.groupBox1.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvErrs)).BeginInit();
   this.SuspendLayout();
   // 
   // panel1
   // 
   this.panel1.Controls.Add(this.splitContainer1);
   this.panel1.Controls.Add(this.finistPanel1);
   this.panel1.Controls.Add(this.finistToolStrip1);
   this.panel1.Controls.Add(this.finistPanelHeader);
   this.panel1.Size = new System.Drawing.Size(801, 566);
   // 
   // finistPanelHeader
   // 
   this.finistPanelHeader.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
   this.finistPanelHeader.BackColor2 = System.Drawing.SystemColors.ActiveCaption;
   this.finistPanelHeader.Controls.Add(this.finistLabelCaption);
   this.finistPanelHeader.Controls.Add(this.finistPanel2);
   this.finistPanelHeader.Dock = System.Windows.Forms.DockStyle.Top;
   this.finistPanelHeader.GradientMode = Sim.Controls.GradientMode.Vertical;
   this.finistPanelHeader.Location = new System.Drawing.Point(0, 0);
   this.finistPanelHeader.MinimumSize = new System.Drawing.Size(0, 25);
   this.finistPanelHeader.Name = "finistPanelHeader";
   this.finistPanelHeader.Size = new System.Drawing.Size(801, 25);
   this.finistPanelHeader.TabIndex = 11;
   // 
   // finistLabelCaption
   // 
   this.finistLabelCaption.AutoEllipsis = true;
   this.finistLabelCaption.BackColor = System.Drawing.Color.Transparent;
   this.finistLabelCaption.Dock = System.Windows.Forms.DockStyle.Fill;
   this.finistLabelCaption.EventsTransparent = true;
   this.finistLabelCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.finistLabelCaption.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
   this.finistLabelCaption.Image = global::Sim.AdminForms.Properties.Resources.Code;
   this.finistLabelCaption.Location = new System.Drawing.Point(0, 0);
   this.finistLabelCaption.Name = "finistLabelCaption";
   this.finistLabelCaption.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0);
   this.finistLabelCaption.Size = new System.Drawing.Size(777, 25);
   this.finistLabelCaption.TabIndex = 1;
   this.finistLabelCaption.Text = "  Редактор кода";
   // 
   // finistPanel2
   // 
   this.finistPanel2.BackColor = System.Drawing.Color.Transparent;
   this.finistPanel2.Controls.Add(this.btnCancel);
   this.finistPanel2.Dock = System.Windows.Forms.DockStyle.Right;
   this.finistPanel2.Location = new System.Drawing.Point(777, 0);
   this.finistPanel2.Name = "finistPanel2";
   this.finistPanel2.Size = new System.Drawing.Size(24, 25);
   this.finistPanel2.TabIndex = 0;
   // 
   // btnCancel
   // 
   this.btnCancel.Image = global::Sim.AdminForms.Properties.Resources.Xbutton_Normal;
   this.btnCancel.ImagePushed = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImagePushed")));
   this.btnCancel.ImageRaised = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageRaised")));
   this.btnCancel.Location = new System.Drawing.Point(5, 5);
   this.btnCancel.Name = "btnCancel";
   this.btnCancel.Size = new System.Drawing.Size(14, 14);
   this.btnCancel.TabIndex = 0;
   this.btnCancel.TabStop = false;
   this.btnCancel.ToolTip = null;
   this.btnCancel.Click += new System.EventHandler(this.buttonCancel_Click);
   // 
   // finistToolStrip1
   // 
   finistToolStripColorTable1.UseSystemColors = false;
   this.finistToolStrip1.ColorTable = finistToolStripColorTable1;
   this.finistToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.finistToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.cbObject,
            this.toolStripSeparator1,
            this.btnWordWrap});
   this.finistToolStrip1.Location = new System.Drawing.Point(0, 25);
   this.finistToolStrip1.Name = "finistToolStrip1";
   this.finistToolStrip1.Size = new System.Drawing.Size(801, 25);
   this.finistToolStrip1.TabIndex = 12;
   this.finistToolStrip1.Text = "finistToolStrip1";
   // 
   // toolStripLabel1
   // 
   this.toolStripLabel1.Name = "toolStripLabel1";
   this.toolStripLabel1.Size = new System.Drawing.Size(97, 22);
   this.toolStripLabel1.Text = "Объект Пульсара";
   // 
   // cbObject
   // 
   this.cbObject.AutoSize = false;
   this.cbObject.BackColor = System.Drawing.SystemColors.Window;
   this.cbObject.Name = "cbObject";
   this.cbObject.SelectedItem = null;
   this.cbObject.Size = new System.Drawing.Size(198, 21);
   this.cbObject.Sorted = true;
   this.cbObject.UISelectedItemChanged += new System.EventHandler(this.cbObject_SelectionChangeCommitted);
   // 
   // toolStripSeparator1
   // 
   this.toolStripSeparator1.Name = "toolStripSeparator1";
   this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
   // 
   // btnWordWrap
   // 
   this.btnWordWrap.CheckOnClick = true;
   this.btnWordWrap.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnWordWrap.Image = global::Sim.AdminForms.Properties.Resources.WordWrap;
   this.btnWordWrap.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnWordWrap.Name = "btnWordWrap";
   this.btnWordWrap.Size = new System.Drawing.Size(23, 22);
   this.btnWordWrap.Text = "toolStripButton1";
   this.btnWordWrap.ToolTipText = "Перенос но словам";
   this.btnWordWrap.Click += new System.EventHandler(this.btnWordWrap_Click);
   // 
   // finistPanel1
   // 
   this.finistPanel1.BackColor = System.Drawing.SystemColors.Control;
   this.finistPanel1.BackColor2 = System.Drawing.SystemColors.ControlLightLight;
   this.finistPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   this.finistPanel1.BorderWidth = new System.Windows.Forms.Padding(0, 1, 0, 0);
   this.finistPanel1.Controls.Add(this.buttonOK);
   this.finistPanel1.Controls.Add(this.buttonCancel);
   this.finistPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
   this.finistPanel1.GradientMode = Sim.Controls.GradientMode.BackwardDiagonal;
   this.finistPanel1.Location = new System.Drawing.Point(0, 531);
   this.finistPanel1.MinimumSize = new System.Drawing.Size(386, 35);
   this.finistPanel1.Name = "finistPanel1";
   this.finistPanel1.Size = new System.Drawing.Size(801, 35);
   this.finistPanel1.TabIndex = 13;
   // 
   // buttonOK
   // 
   this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonOK.Enabled = false;
   this.buttonOK.Image = global::Sim.AdminForms.Properties.Resources.Compile;
   this.buttonOK.Location = new System.Drawing.Point(615, 4);
   this.buttonOK.Name = "buttonOK";
   this.buttonOK.Size = new System.Drawing.Size(93, 26);
   this.buttonOK.TabIndex = 0;
   this.buttonOK.Text = "Компиляция";
   this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
   // 
   // buttonCancel
   // 
   this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonCancel.Image = global::Sim.AdminForms.Properties.Resources.Cancel;
   this.buttonCancel.Location = new System.Drawing.Point(714, 4);
   this.buttonCancel.Name = "buttonCancel";
   this.buttonCancel.Size = new System.Drawing.Size(75, 26);
   this.buttonCancel.TabIndex = 0;
   this.buttonCancel.Text = "Отмена";
   this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
   // 
   // splitContainer1
   // 
   this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
   this.splitContainer1.Location = new System.Drawing.Point(0, 50);
   this.splitContainer1.Name = "splitContainer1";
   this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
   // 
   // splitContainer1.Panel1
   // 
   this.splitContainer1.Panel1.Controls.Add(this.richTextBox1);
   // 
   // splitContainer1.Panel2
   // 
   this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
   this.splitContainer1.Size = new System.Drawing.Size(801, 481);
   this.splitContainer1.SplitterDistance = 364;
   this.splitContainer1.TabIndex = 14;
   // 
   // richTextBox1
   // 
   this.richTextBox1.AcceptsTab = true;
   this.richTextBox1.DetectUrls = false;
   this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.richTextBox1.EnableAutoDragDrop = true;
   this.richTextBox1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.richTextBox1.HideSelection = false;
   this.richTextBox1.Location = new System.Drawing.Point(0, 0);
   this.richTextBox1.Name = "richTextBox1";
   this.richTextBox1.Size = new System.Drawing.Size(801, 364);
   this.richTextBox1.TabIndex = 0;
   this.richTextBox1.Text = "";
   this.richTextBox1.WordWrap = false;
   this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
   // 
   // groupBox1
   // 
   this.groupBox1.Controls.Add(this.fdgvErrs);
   this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox1.Location = new System.Drawing.Point(0, 0);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new System.Drawing.Size(801, 113);
   this.groupBox1.TabIndex = 0;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = " Список ошибок ";
   // 
   // fdgvErrs
   // 
   this.fdgvErrs.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
   this.fdgvErrs.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
   this.fdgvErrs.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
   this.fdgvErrs.ColumnHeadersVisible = false;
   this.fdgvErrs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1});
   this.fdgvErrs.Dock = System.Windows.Forms.DockStyle.Fill;
   this.fdgvErrs.Location = new System.Drawing.Point(3, 17);
   this.fdgvErrs.MultiSelect = false;
   this.fdgvErrs.Name = "fdgvErrs";
   this.fdgvErrs.RowHeadersVisible = false;
   this.fdgvErrs.RowTemplate.Height = 18;
   this.fdgvErrs.Size = new System.Drawing.Size(795, 93);
   this.fdgvErrs.TabIndex = 0;
   this.fdgvErrs.VirtualMode = true;
   this.fdgvErrs.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.fdgvErrs_CellMouseDoubleClick);
   // 
   // Column1
   // 
   this.Column1.DataPropertyName = "Value";
   this.Column1.HeaderText = "Ошибка";
   this.Column1.Name = "Column1";
   this.Column1.ReadOnly = true;
   // 
   // CtrlCodeEditor
   // 
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.BackColor = System.Drawing.SystemColors.Control;
   this.MoveControl = this.finistPanelHeader;
   this.Name = "CtrlCodeEditor";
   this.Size = new System.Drawing.Size(805, 570);
   this.panel1.ResumeLayout(false);
   this.panel1.PerformLayout();
   this.finistPanelHeader.ResumeLayout(false);
   this.finistPanel2.ResumeLayout(false);
   this.finistToolStrip1.ResumeLayout(false);
   this.finistToolStrip1.PerformLayout();
   this.finistPanel1.ResumeLayout(false);
   this.splitContainer1.Panel1.ResumeLayout(false);
   this.splitContainer1.Panel2.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
   this.splitContainer1.ResumeLayout(false);
   this.groupBox1.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.fdgvErrs)).EndInit();
   this.ResumeLayout(false);

  }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			Sim.Controls.SimToolStripColorTable finistToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.fdgvList = new Sim.Controls.SimDataGridView();
			this.Column2 = new System.Windows.Forms.DataGridViewImageColumn();
			this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.finistToolStrip1 = new Sim.Controls.SimToolStrip();
			this.btnNew = new System.Windows.Forms.ToolStripButton();
			this.btnDel = new System.Windows.Forms.ToolStripButton();
			this.propertyGrid = new System.Windows.Forms.PropertyGrid();
			this.finistPanel1 = new Sim.Controls.SimPanel();
			this.finButtonSave = new Sim.Controls.SimButton();
			this.finButtonUndo = new Sim.Controls.SimButton();
			this.PanelBack.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.fdgvList)).BeginInit();
			this.finistToolStrip1.SuspendLayout();
			this.finistPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// PanelBack
			// 
			this.PanelBack.Controls.Add(this.splitContainer1);
			this.PanelBack.Size = new System.Drawing.Size(907, 628);
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.fdgvList);
			this.splitContainer1.Panel1.Controls.Add(this.finistToolStrip1);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.propertyGrid);
			this.splitContainer1.Panel2.Controls.Add(this.finistPanel1);
			this.splitContainer1.Size = new System.Drawing.Size(907, 628);
			this.splitContainer1.SplitterDistance = 302;
			this.splitContainer1.TabIndex = 0;
			// 
			// fdgvList
			// 
			this.fdgvList.AllowAutoGenerateColumns = false;
			this.fdgvList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
			this.fdgvList.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
			this.fdgvList.ColumnHeadersVisible = false;
			this.fdgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column2,
            this.Column1});
			this.fdgvList.Dock = System.Windows.Forms.DockStyle.Fill;
			this.fdgvList.Location = new System.Drawing.Point(0, 25);
			this.fdgvList.MultiSelect = false;
			this.fdgvList.Name = "fdgvList";
			this.fdgvList.RowHeadersVisible = false;
			this.fdgvList.RowTemplate.Height = 18;
			this.fdgvList.Size = new System.Drawing.Size(302, 603);
			this.fdgvList.TabIndex = 0;
			this.fdgvList.VirtualMode = true;
			this.fdgvList.SelectionChanged += new System.EventHandler(this.fdgvList_SelectionChanged);
			// 
			// Column2
			// 
			this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
			this.Column2.HeaderText = "Column2";
			this.Column2.Image = global::Sim.AdminForms.Properties.Resources.User;
			this.Column2.MinimumWidth = 25;
			this.Column2.Name = "Column2";
			this.Column2.ReadOnly = true;
			this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.Column2.Width = 25;
			// 
			// Column1
			// 
			this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
			this.Column1.DataPropertyName = "FullName";
			this.Column1.HeaderText = "Column1";
			this.Column1.Name = "Column1";
			this.Column1.ReadOnly = true;
			// 
			// finistToolStrip1
			// 
			finistToolStripColorTable1.UseSystemColors = false;
			this.finistToolStrip1.ColorTable = finistToolStripColorTable1;
			this.finistToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.finistToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnNew,
            this.btnDel});
			this.finistToolStrip1.Location = new System.Drawing.Point(0, 0);
			this.finistToolStrip1.Name = "finistToolStrip1";
			this.finistToolStrip1.Size = new System.Drawing.Size(302, 25);
			this.finistToolStrip1.TabIndex = 1;
			this.finistToolStrip1.Text = "finistToolStrip1";
			// 
			// btnNew
			// 
			this.btnNew.Image = global::Sim.AdminForms.Properties.Resources.UserAdd;
			this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnNew.Name = "btnNew";
			this.btnNew.Size = new System.Drawing.Size(65, 22);
			this.btnNew.Text = "Новый";
			this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
			// 
			// btnDel
			// 
			this.btnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.btnDel.Image = global::Sim.AdminForms.Properties.Resources.Delete_big;
			this.btnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnDel.Name = "btnDel";
			this.btnDel.Size = new System.Drawing.Size(23, 22);
			this.btnDel.Text = "toolStripButton2";
			this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
			// 
			// propertyGrid
			// 
			this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Left;
			this.propertyGrid.Location = new System.Drawing.Point(0, 0);
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.Size = new System.Drawing.Size(421, 587);
			this.propertyGrid.TabIndex = 1;
			this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged);
			// 
			// finistPanel1
			// 
			this.finistPanel1.Controls.Add(this.finButtonSave);
			this.finistPanel1.Controls.Add(this.finButtonUndo);
			this.finistPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.finistPanel1.Location = new System.Drawing.Point(0, 587);
			this.finistPanel1.Name = "finistPanel1";
			this.finistPanel1.Size = new System.Drawing.Size(601, 41);
			this.finistPanel1.TabIndex = 2;
			// 
			// finButtonSave
			// 
			this.finButtonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.finButtonSave.BackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
			this.finButtonSave.Enabled = false;
			this.finButtonSave.Image = global::Sim.AdminForms.Properties.Resources.Save;
			this.finButtonSave.Location = new System.Drawing.Point(410, 8);
			this.finButtonSave.Name = "finButtonSave";
			this.finButtonSave.Size = new System.Drawing.Size(179, 25);
			this.finButtonSave.TabIndex = 1;
			this.finButtonSave.Text = "Сохранить изменения";
			this.finButtonSave.Click += new System.EventHandler(this.finButtonSave_Click);
			// 
			// finButtonUndo
			// 
			this.finButtonUndo.BackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
			this.finButtonUndo.Enabled = false;
			this.finButtonUndo.Image = global::Sim.AdminForms.Properties.Resources.Stop;
			this.finButtonUndo.Location = new System.Drawing.Point(10, 8);
			this.finButtonUndo.Name = "finButtonUndo";
			this.finButtonUndo.Size = new System.Drawing.Size(170, 25);
			this.finButtonUndo.TabIndex = 0;
			this.finButtonUndo.Text = "Отменить изменения";
			this.finButtonUndo.Click += new System.EventHandler(this.finButtonUndo_Click);
			// 
			// FormPersons
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(907, 628);
			this.Name = "FormPersons";
			this.Text = "FormPersons";
			this.PanelBack.ResumeLayout(false);
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel1.PerformLayout();
			this.splitContainer1.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
			this.splitContainer1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.fdgvList)).EndInit();
			this.finistToolStrip1.ResumeLayout(false);
			this.finistToolStrip1.PerformLayout();
			this.finistPanel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
  /// <summary> 
  /// Required method for Designer support - do not modify 
  /// the contents of this method with the code editor.
  /// </summary>
  private void InitializeComponent()
  {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimTreeView));
			Sim.Controls.SimToolStripColorTable simToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
			this.chImageList = new System.Windows.Forms.ImageList(this.components);
			this.mainToolStrip = new Sim.Controls.SimToolStrip();
			this.btnFirstView = new System.Windows.Forms.ToolStripButton();
			this.btnSecondView = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.btnFind = new System.Windows.Forms.ToolStripDropDownButton();
			this.contextMenuStripFind = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripTextBoxID = new System.Windows.Forms.ToolStripTextBox();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripTextBoxName = new System.Windows.Forms.ToolStripTextBox();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.pictureBoxFilter = new System.Windows.Forms.PictureBox();
			this.fpMain = new Sim.Controls.SimPanel();
			this.listBoxFindResult = new System.Windows.Forms.ListBox();
			this.panel3 = new System.Windows.Forms.Panel();
			this.panel1 = new System.Windows.Forms.Panel();
			this.labelFindQuery = new System.Windows.Forms.Label();
			this.panel2 = new System.Windows.Forms.Panel();
			this.buttonFindClose = new Sim.Controls.SimPopupButton();
			this.buttonFindStop = new Sim.Controls.SimButton();
			this.pictureBoxFind = new System.Windows.Forms.PictureBox();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.treeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.toolStripMenuItemCount = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripMenuItemColAll = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItemExAll = new System.Windows.Forms.ToolStripMenuItem();
			this.mainToolStrip.SuspendLayout();
			this.contextMenuStripFind.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxFilter)).BeginInit();
			this.panel1.SuspendLayout();
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxFind)).BeginInit();
			this.treeContextMenuStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// chImageList
			// 
			this.chImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("chImageList.ImageStream")));
			this.chImageList.TransparentColor = System.Drawing.Color.Transparent;
			this.chImageList.Images.SetKeyName(0, "CheckEmpty.ico");
			this.chImageList.Images.SetKeyName(1, "CheckFill.ico");
			this.chImageList.Images.SetKeyName(2, "CheckMiddle.ico");
			// 
			// mainToolStrip
			// 
			simToolStripColorTable1.UseSystemColors = false;
			this.mainToolStrip.ColorTable = simToolStripColorTable1;
			this.mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnFirstView,
            this.btnSecondView,
            this.toolStripSeparator1,
            this.btnFind});
			this.mainToolStrip.Location = new System.Drawing.Point(0, 0);
			this.mainToolStrip.Name = "mainToolStrip";
			this.mainToolStrip.Size = new System.Drawing.Size(280, 25);
			this.mainToolStrip.TabIndex = 0;
			this.mainToolStrip.Text = "toolStrip1";
			// 
			// btnFirstView
			// 
			this.btnFirstView.Checked = true;
			this.btnFirstView.CheckState = System.Windows.Forms.CheckState.Checked;
			this.btnFirstView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.btnFirstView.Image = global::Sim.Controls.Properties.Resources.TreeView;
			this.btnFirstView.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnFirstView.Name = "btnFirstView";
			this.btnFirstView.Size = new System.Drawing.Size(23, 22);
			this.btnFirstView.Text = "toolStripButton1";
			this.btnFirstView.ToolTipText = "Основной вид дерева";
			this.btnFirstView.Click += new System.EventHandler(this.btnView_Click);
			// 
			// btnSecondView
			// 
			this.btnSecondView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.btnSecondView.Enabled = false;
			this.btnSecondView.Image = global::Sim.Controls.Properties.Resources.TreeView1;
			this.btnSecondView.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnSecondView.Name = "btnSecondView";
			this.btnSecondView.Size = new System.Drawing.Size(23, 22);
			this.btnSecondView.Text = "toolStripButton2";
			this.btnSecondView.ToolTipText = "Дополнительный вид дерева";
			this.btnSecondView.Click += new System.EventHandler(this.btnView_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// btnFind
			// 
			this.btnFind.AutoToolTip = false;
			this.btnFind.DropDown = this.contextMenuStripFind;
			this.btnFind.Enabled = false;
			this.btnFind.Image = global::Sim.Controls.Properties.Resources.Find;
			this.btnFind.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnFind.Name = "btnFind";
			this.btnFind.Size = new System.Drawing.Size(71, 22);
			this.btnFind.Text = "Поиск";
			this.btnFind.DropDownOpened += new System.EventHandler(this.toolStripDropDownButtonFind_DropDownOpened);
			// 
			// contextMenuStripFind
			// 
			this.contextMenuStripFind.AutoSize = false;
			this.contextMenuStripFind.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1,
            this.toolStripTextBoxID,
            this.toolStripSeparator2,
            this.toolStripMenuItem2,
            this.toolStripTextBoxName});
			this.contextMenuStripFind.Name = "contextMenuStripFind";
			this.contextMenuStripFind.OwnerItem = this.btnFind;
			this.contextMenuStripFind.ShowImageMargin = false;
			this.contextMenuStripFind.Size = new System.Drawing.Size(170, 105);
			this.contextMenuStripFind.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.contextMenuStripFind_Closed);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Enabled = false;
			this.toolStripMenuItem1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(185, 22);
			this.toolStripMenuItem1.Text = "Поиск по коду (ID)";
			// 
			// toolStripTextBoxID
			// 
			this.toolStripTextBoxID.AutoSize = false;
			this.toolStripTextBoxID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.toolStripTextBoxID.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
			this.toolStripTextBoxID.Name = "toolStripTextBoxID";
			this.toolStripTextBoxID.Size = new System.Drawing.Size(150, 23);
			this.toolStripTextBoxID.Tag = "id";
			this.toolStripTextBoxID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStripTextBox_KeyPress);
			this.toolStripTextBoxID.TextChanged += new System.EventHandler(this.toolStripTextBox_TextChanged);
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(166, 6);
			// 
			// toolStripMenuItem2
			// 
			this.toolStripMenuItem2.Enabled = false;
			this.toolStripMenuItem2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
			this.toolStripMenuItem2.Size = new System.Drawing.Size(185, 22);
			this.toolStripMenuItem2.Text = "Поиск по наименованию";
			// 
			// toolStripTextBoxName
			// 
			this.toolStripTextBoxName.AutoSize = false;
			this.toolStripTextBoxName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.toolStripTextBoxName.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
			this.toolStripTextBoxName.Name = "toolStripTextBoxName";
			this.toolStripTextBoxName.Size = new System.Drawing.Size(150, 23);
			this.toolStripTextBoxName.Tag = "name";
			this.toolStripTextBoxName.ToolTipText = "Допускаются символы подстановки:\r\n* - ни одного, один или несколько символов\r\n? -" +
    " один любой символ";
			this.toolStripTextBoxName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStripTextBox_KeyPress);
			this.toolStripTextBoxName.TextChanged += new System.EventHandler(this.toolStripTextBox_TextChanged);
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
			this.splitContainer1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.splitContainer1.Location = new System.Drawing.Point(0, 25);
			this.splitContainer1.Name = "splitContainer1";
			this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.pictureBoxFilter);
			this.splitContainer1.Panel1.Controls.Add(this.fpMain);
			this.splitContainer1.Panel1.MouseLeave += new System.EventHandler(this.tree_MouseLeave);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
			this.splitContainer1.Panel2.Controls.Add(this.listBoxFindResult);
			this.splitContainer1.Panel2.Controls.Add(this.panel3);
			this.splitContainer1.Panel2.Controls.Add(this.panel1);
			this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(1);
			this.splitContainer1.Size = new System.Drawing.Size(280, 401);
			this.splitContainer1.SplitterDistance = 262;
			this.splitContainer1.SplitterIncrement = 13;
			this.splitContainer1.TabIndex = 3;
			this.splitContainer1.MouseLeave += new System.EventHandler(this.tree_MouseLeave);
			// 
			// pictureBoxFilter
			// 
			this.pictureBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.pictureBoxFilter.BackColor = System.Drawing.SystemColors.Info;
			this.pictureBoxFilter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
			this.pictureBoxFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.pictureBoxFilter.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFilter.Image")));
			this.pictureBoxFilter.Location = new System.Drawing.Point(236, 3);
			this.pictureBoxFilter.Name = "pictureBoxFilter";
			this.pictureBoxFilter.Padding = new System.Windows.Forms.Padding(2);
			this.pictureBoxFilter.Size = new System.Drawing.Size(22, 22);
			this.pictureBoxFilter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBoxFilter.TabIndex = 2;
			this.pictureBoxFilter.TabStop = false;
			this.pictureBoxFilter.Visible = false;
			this.pictureBoxFilter.MouseHover += new System.EventHandler(this.pictureBoxFilter_MouseHover);
			// 
			// fpMain
			// 
			this.fpMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.fpMain.Location = new System.Drawing.Point(0, 0);
			this.fpMain.Name = "fpMain";
			this.fpMain.Size = new System.Drawing.Size(280, 262);
			this.fpMain.TabIndex = 3;
			// 
			// listBoxFindResult
			// 
			this.listBoxFindResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.listBoxFindResult.Dock = System.Windows.Forms.DockStyle.Fill;
			this.listBoxFindResult.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.listBoxFindResult.Location = new System.Drawing.Point(1, 25);
			this.listBoxFindResult.Name = "listBoxFindResult";
			this.listBoxFindResult.Size = new System.Drawing.Size(278, 109);
			this.listBoxFindResult.TabIndex = 3;
			this.listBoxFindResult.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBoxFindResult_DrawItem);
			this.listBoxFindResult.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxFindResult_MouseDoubleClick);
			this.listBoxFindResult.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listBoxFindResult_MouseMove);
			// 
			// panel3
			// 
			this.panel3.BackColor = System.Drawing.SystemColors.ControlDark;
			this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel3.Location = new System.Drawing.Point(1, 24);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(278, 1);
			this.panel3.TabIndex = 1;
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.SystemColors.Control;
			this.panel1.Controls.Add(this.labelFindQuery);
			this.panel1.Controls.Add(this.panel2);
			this.panel1.Controls.Add(this.buttonFindStop);
			this.panel1.Controls.Add(this.pictureBoxFind);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(1, 1);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(278, 23);
			this.panel1.TabIndex = 0;
			// 
			// labelFindQuery
			// 
			this.labelFindQuery.AutoEllipsis = true;
			this.labelFindQuery.BackColor = System.Drawing.SystemColors.Info;
			this.labelFindQuery.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelFindQuery.Location = new System.Drawing.Point(74, 0);
			this.labelFindQuery.Name = "labelFindQuery";
			this.labelFindQuery.Size = new System.Drawing.Size(181, 23);
			this.labelFindQuery.TabIndex = 3;
			this.labelFindQuery.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// panel2
			// 
			this.panel2.BackColor = System.Drawing.SystemColors.Info;
			this.panel2.Controls.Add(this.buttonFindClose);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
			this.panel2.Location = new System.Drawing.Point(255, 0);
			this.panel2.Name = "panel2";
			this.panel2.Padding = new System.Windows.Forms.Padding(4);
			this.panel2.Size = new System.Drawing.Size(23, 23);
			this.panel2.TabIndex = 2;
			// 
			// buttonFindClose
			// 
			this.buttonFindClose.Image = ((System.Drawing.Image)(resources.GetObject("buttonFindClose.Image")));
			this.buttonFindClose.ImagePushed = ((System.Drawing.Image)(resources.GetObject("buttonFindClose.ImagePushed")));
			this.buttonFindClose.ImageRaised = ((System.Drawing.Image)(resources.GetObject("buttonFindClose.ImageRaised")));
			this.buttonFindClose.Location = new System.Drawing.Point(5, 4);
			this.buttonFindClose.MaximumSize = new System.Drawing.Size(14, 14);
			this.buttonFindClose.MinimumSize = new System.Drawing.Size(14, 14);
			this.buttonFindClose.Name = "buttonFindClose";
			this.buttonFindClose.Size = new System.Drawing.Size(14, 14);
			this.buttonFindClose.TabIndex = 0;
			this.buttonFindClose.TabStop = false;
			this.buttonFindClose.Click += new System.EventHandler(this.buttonFindClose_Click);
			// 
			// buttonFindStop
			// 
			this.buttonFindStop.BackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
			this.buttonFindStop.Dock = System.Windows.Forms.DockStyle.Left;
			this.buttonFindStop.Enabled = false;
			this.buttonFindStop.Image = ((System.Drawing.Image)(resources.GetObject("buttonFindStop.Image")));
			this.buttonFindStop.Location = new System.Drawing.Point(16, 0);
			this.buttonFindStop.Name = "buttonFindStop";
			this.buttonFindStop.Size = new System.Drawing.Size(58, 23);
			this.buttonFindStop.TabIndex = 0;
			this.buttonFindStop.Text = "Стоп";
			this.buttonFindStop.Click += new System.EventHandler(this.buttonFindStop_Click);
			// 
			// pictureBoxFind
			// 
			this.pictureBoxFind.BackColor = System.Drawing.SystemColors.Info;
			this.pictureBoxFind.Dock = System.Windows.Forms.DockStyle.Left;
			this.pictureBoxFind.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFind.Image")));
			this.pictureBoxFind.Location = new System.Drawing.Point(0, 0);
			this.pictureBoxFind.Name = "pictureBoxFind";
			this.pictureBoxFind.Size = new System.Drawing.Size(16, 23);
			this.pictureBoxFind.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
			this.pictureBoxFind.TabIndex = 1;
			this.pictureBoxFind.TabStop = false;
			this.pictureBoxFind.Visible = false;
			// 
			// treeContextMenuStrip
			// 
			this.treeContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemCount,
            this.toolStripSeparator3,
            this.toolStripMenuItemColAll,
            this.toolStripMenuItemExAll});
			this.treeContextMenuStrip.Name = "contextMenuStrip1";
			this.treeContextMenuStrip.Size = new System.Drawing.Size(259, 76);
			this.treeContextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.treeContextMenuStrip_ItemClicked);
			// 
			// toolStripMenuItemCount
			// 
			this.toolStripMenuItemCount.Image = global::Sim.Controls.Properties.Resources.TreeViewCount;
			this.toolStripMenuItemCount.Name = "toolStripMenuItemCount";
			this.toolStripMenuItemCount.Size = new System.Drawing.Size(258, 22);
			this.toolStripMenuItemCount.Text = "Количество конечных элементов";
			// 
			// toolStripSeparator3
			// 
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(255, 6);
			// 
			// toolStripMenuItemColAll
			// 
			this.toolStripMenuItemColAll.Image = global::Sim.Controls.Properties.Resources.TreeView1;
			this.toolStripMenuItemColAll.Name = "toolStripMenuItemColAll";
			this.toolStripMenuItemColAll.ShortcutKeyDisplayString = "Shift - Minus";
			this.toolStripMenuItemColAll.Size = new System.Drawing.Size(258, 22);
			this.toolStripMenuItemColAll.Text = "Свернуть ветвь";
			// 
			// toolStripMenuItemExAll
			// 
			this.toolStripMenuItemExAll.Image = global::Sim.Controls.Properties.Resources.TreeView3;
			this.toolStripMenuItemExAll.Name = "toolStripMenuItemExAll";
			this.toolStripMenuItemExAll.ShortcutKeyDisplayString = "Shift - Plus";
			this.toolStripMenuItemExAll.Size = new System.Drawing.Size(258, 22);
			this.toolStripMenuItemExAll.Text = "Развернуть ветвь";
			// 
			// SimTreeView
			// 
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ContextMenuStrip = this.treeContextMenuStrip;
			this.Controls.Add(this.splitContainer1);
			this.Controls.Add(this.mainToolStrip);
			this.DoubleBuffered = true;
			this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.Name = "SimTreeView";
			this.Size = new System.Drawing.Size(280, 426);
			this.mainToolStrip.ResumeLayout(false);
			this.mainToolStrip.PerformLayout();
			this.contextMenuStripFind.ResumeLayout(false);
			this.contextMenuStripFind.PerformLayout();
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel1.PerformLayout();
			this.splitContainer1.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
			this.splitContainer1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxFilter)).EndInit();
			this.panel1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxFind)).EndInit();
			this.treeContextMenuStrip.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

  }
  /// <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(FormSetAccesses));
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable2 = new Sim.Controls.SimToolStripColorTable();
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable3 = new Sim.Controls.SimToolStripColorTable();
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable4 = new Sim.Controls.SimToolStripColorTable();
   this.splitContainer1 = new System.Windows.Forms.SplitContainer();
   this.splitContainer2 = new System.Windows.Forms.SplitContainer();
   this.groupBox2 = new System.Windows.Forms.GroupBox();
   this.treeMainMenu = new Sim.Controls.SimTreeView();
   this.comboBoxMainMenu = new System.Windows.Forms.ToolStripComboBox();
   this.groupBox3 = new System.Windows.Forms.GroupBox();
   this.treeDivisions = new Sim.Controls.SimTreeView();
   this.comboBoxDivTree = new System.Windows.Forms.ToolStripComboBox();
   this.groupBox1 = new System.Windows.Forms.GroupBox();
   this.panelAccess = new System.Windows.Forms.Panel();
   this.fdgvACL = new Sim.Controls.SimDataGridView();
   this.toolStripAccess = new Sim.Controls.SimToolStrip();
   this.btnAddGroups = new System.Windows.Forms.ToolStripButton();
   this.btnAddUsers = new System.Windows.Forms.ToolStripButton();
   this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
   this.btnDel = new System.Windows.Forms.ToolStripButton();
   this.btnCancel = new System.Windows.Forms.ToolStripButton();
   this.btnSave = new System.Windows.Forms.ToolStripButton();
   this.toolStrip2 = new Sim.Controls.SimToolStrip();
   this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
   this.comboBoxUsers = new System.Windows.Forms.ToolStripComboBox();
   this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
   this.btnAddCurrent = new System.Windows.Forms.ToolStripButton();
   this.btnSetPass = new System.Windows.Forms.ToolStripButton();
   this.finistPanel1 = new Sim.Controls.SimPanel();
   this.PanelBack.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
   this.splitContainer1.Panel1.SuspendLayout();
   this.splitContainer1.Panel2.SuspendLayout();
   this.splitContainer1.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
   this.splitContainer2.Panel1.SuspendLayout();
   this.splitContainer2.Panel2.SuspendLayout();
   this.splitContainer2.SuspendLayout();
   this.groupBox2.SuspendLayout();
   this.treeMainMenu.SuspendLayout();
   this.groupBox3.SuspendLayout();
   this.treeDivisions.SuspendLayout();
   this.groupBox1.SuspendLayout();
   this.panelAccess.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvACL)).BeginInit();
   this.toolStripAccess.SuspendLayout();
   this.toolStrip2.SuspendLayout();
   this.finistPanel1.SuspendLayout();
   this.SuspendLayout();
   // 
   // PanelBack
   // 
   this.PanelBack.Controls.Add(this.splitContainer1);
   this.PanelBack.Controls.Add(this.finistPanel1);
   this.PanelBack.Size = new System.Drawing.Size(871, 653);
   // 
   // splitContainer1
   // 
   this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
   this.splitContainer1.Location = new System.Drawing.Point(0, 27);
   this.splitContainer1.Name = "splitContainer1";
   this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
   // 
   // splitContainer1.Panel1
   // 
   this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
   // 
   // splitContainer1.Panel2
   // 
   this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
   this.splitContainer1.Panel2MinSize = 150;
   this.splitContainer1.Size = new System.Drawing.Size(871, 626);
   this.splitContainer1.SplitterDistance = 405;
   this.splitContainer1.TabIndex = 0;
   // 
   // splitContainer2
   // 
   this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
   this.splitContainer2.Location = new System.Drawing.Point(0, 0);
   this.splitContainer2.Name = "splitContainer2";
   // 
   // splitContainer2.Panel1
   // 
   this.splitContainer2.Panel1.Controls.Add(this.groupBox2);
   // 
   // splitContainer2.Panel2
   // 
   this.splitContainer2.Panel2.Controls.Add(this.groupBox3);
   this.splitContainer2.Size = new System.Drawing.Size(871, 405);
   this.splitContainer2.SplitterDistance = 408;
   this.splitContainer2.TabIndex = 1;
   // 
   // groupBox2
   // 
   this.groupBox2.Controls.Add(this.treeMainMenu);
   this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox2.Location = new System.Drawing.Point(0, 0);
   this.groupBox2.Name = "groupBox2";
   this.groupBox2.Size = new System.Drawing.Size(408, 405);
   this.groupBox2.TabIndex = 0;
   this.groupBox2.TabStop = false;
   this.groupBox2.Text = " Главное меню ";
   // 
   // treeMainMenu
   // 
   this.treeMainMenu.BackColor = System.Drawing.SystemColors.Control;
   this.treeMainMenu.CurrentView = Sim.Controls.TreeViewKind.FirstView;
   this.treeMainMenu.Dock = System.Windows.Forms.DockStyle.Fill;
   this.treeMainMenu.FirstViewButtonEnabled = false;
   this.treeMainMenu.FirstViewButtonImage = ((System.Drawing.Image)(resources.GetObject("treeMainMenu.FirstViewButtonImage")));
   this.treeMainMenu.FirstViewButtonToolTipText = "Основной вид дерева";
   this.treeMainMenu.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.treeMainMenu.Location = new System.Drawing.Point(3, 17);
   // 
   // treeMainMenu.MainToolStrip
   // 
   this.treeMainMenu.MainToolStrip.BackColor = System.Drawing.SystemColors.Control;
   finistToolStripColorTable1.UseSystemColors = false;
   this.treeMainMenu.MainToolStrip.ColorTable = finistToolStripColorTable1;
   this.treeMainMenu.MainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.treeMainMenu.MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.comboBoxMainMenu});
   this.treeMainMenu.MainToolStrip.Location = new System.Drawing.Point(0, 0);
   this.treeMainMenu.MainToolStrip.Name = "MainToolStrip";
   this.treeMainMenu.MainToolStrip.Size = new System.Drawing.Size(402, 25);
   this.treeMainMenu.MainToolStrip.TabIndex = 0;
   this.treeMainMenu.MainToolStrip.Text = "toolStrip1";
   this.treeMainMenu.Name = "treeMainMenu";
   this.treeMainMenu.NodeTextPropName = "Caption";
   this.treeMainMenu.SecondViewButtonImage = ((System.Drawing.Image)(resources.GetObject("treeMainMenu.SecondViewButtonImage")));
   this.treeMainMenu.SecondViewButtonToolTipText = "Дополнительный вид дерева";
   this.treeMainMenu.Size = new System.Drawing.Size(402, 385);
   this.treeMainMenu.TabIndex = 0;
   this.treeMainMenu.ViewButtonsVisible = false;
   this.treeMainMenu.SelectedNodeChanged += new Sim.Controls.SimTreeView.SelectedNodeChangedHandler(this.treeMainMenu_SelectedNodeChanged);
   this.treeMainMenu.Enter += new System.EventHandler(this.treeMainMenu_Enter);
   // 
   // comboBoxMainMenu
   // 
   this.comboBoxMainMenu.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.comboBoxMainMenu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxMainMenu.FlatStyle = System.Windows.Forms.FlatStyle.System;
   this.comboBoxMainMenu.Name = "comboBoxMainMenu";
   this.comboBoxMainMenu.Size = new System.Drawing.Size(121, 25);
   this.comboBoxMainMenu.SelectedIndexChanged += new System.EventHandler(this.comboBoxUsers_SelectedIndexChanged);
   // 
   // groupBox3
   // 
   this.groupBox3.Controls.Add(this.treeDivisions);
   this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox3.Location = new System.Drawing.Point(0, 0);
   this.groupBox3.Name = "groupBox3";
   this.groupBox3.Size = new System.Drawing.Size(459, 405);
   this.groupBox3.TabIndex = 0;
   this.groupBox3.TabStop = false;
   this.groupBox3.Text = " Организационное дерево ";
   // 
   // treeDivisions
   // 
   this.treeDivisions.BackColor = System.Drawing.SystemColors.Control;
   this.treeDivisions.CurrentView = Sim.Controls.TreeViewKind.FirstView;
   this.treeDivisions.Dock = System.Windows.Forms.DockStyle.Fill;
   this.treeDivisions.FirstViewButtonEnabled = false;
   this.treeDivisions.FirstViewButtonImage = ((System.Drawing.Image)(resources.GetObject("treeDivisions.FirstViewButtonImage")));
   this.treeDivisions.FirstViewButtonToolTipText = "Основной вид дерева";
   this.treeDivisions.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.treeDivisions.Location = new System.Drawing.Point(3, 17);
   // 
   // treeDivisions.MainToolStrip
   // 
   this.treeDivisions.MainToolStrip.BackColor = System.Drawing.Color.Transparent;
   finistToolStripColorTable2.UseSystemColors = false;
   this.treeDivisions.MainToolStrip.ColorTable = finistToolStripColorTable2;
   this.treeDivisions.MainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.treeDivisions.MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.comboBoxDivTree});
   this.treeDivisions.MainToolStrip.Location = new System.Drawing.Point(0, 0);
   this.treeDivisions.MainToolStrip.Name = "MainToolStrip";
   this.treeDivisions.MainToolStrip.Size = new System.Drawing.Size(453, 25);
   this.treeDivisions.MainToolStrip.TabIndex = 0;
   this.treeDivisions.MainToolStrip.Text = "toolStrip1";
   this.treeDivisions.Name = "treeDivisions";
   this.treeDivisions.SecondViewButtonImage = ((System.Drawing.Image)(resources.GetObject("treeDivisions.SecondViewButtonImage")));
   this.treeDivisions.SecondViewButtonToolTipText = "Дополнительный вид дерева";
   this.treeDivisions.ShowRootLines = false;
   this.treeDivisions.Size = new System.Drawing.Size(453, 385);
   this.treeDivisions.TabIndex = 0;
   this.treeDivisions.ViewButtonsVisible = false;
   this.treeDivisions.SelectedNodeChanged += new Sim.Controls.SimTreeView.SelectedNodeChangedHandler(this.treeDivisions_SelectedNodeChanged);
   this.treeDivisions.Enter += new System.EventHandler(this.treeDivisions_Enter);
   // 
   // comboBoxDivTree
   // 
   this.comboBoxDivTree.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.comboBoxDivTree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxDivTree.FlatStyle = System.Windows.Forms.FlatStyle.System;
   this.comboBoxDivTree.Name = "comboBoxDivTree";
   this.comboBoxDivTree.Size = new System.Drawing.Size(121, 25);
   this.comboBoxDivTree.SelectedIndexChanged += new System.EventHandler(this.comboBoxUsers_SelectedIndexChanged);
   // 
   // groupBox1
   // 
   this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
   this.groupBox1.Controls.Add(this.panelAccess);
   this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox1.Location = new System.Drawing.Point(0, 0);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new System.Drawing.Size(871, 217);
   this.groupBox1.TabIndex = 0;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = " Действующие разрешения ";
   // 
   // panelAccess
   // 
   this.panelAccess.Controls.Add(this.fdgvACL);
   this.panelAccess.Controls.Add(this.toolStripAccess);
   this.panelAccess.Dock = System.Windows.Forms.DockStyle.Fill;
   this.panelAccess.Location = new System.Drawing.Point(3, 17);
   this.panelAccess.Name = "panelAccess";
   this.panelAccess.Size = new System.Drawing.Size(865, 197);
   this.panelAccess.TabIndex = 0;
   // 
   // fdgvACL
   // 
   this.fdgvACL.AllowUserToOrderColumns = false;
   this.fdgvACL.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleVertical;
   this.fdgvACL.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
   this.fdgvACL.Dock = System.Windows.Forms.DockStyle.Fill;
   this.fdgvACL.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
   this.fdgvACL.Location = new System.Drawing.Point(0, 25);
   this.fdgvACL.Name = "fdgvACL";
   this.fdgvACL.RowHeadersVisible = false;
   this.fdgvACL.RowTemplate.Height = 18;
   this.fdgvACL.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
   this.fdgvACL.Size = new System.Drawing.Size(865, 172);
   this.fdgvACL.TabIndex = 3;
   this.fdgvACL.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.fdgvACL_CellContentClick);
   this.fdgvACL.SelectionChanged += new System.EventHandler(this.fdgvACL_SelectionChanged);
   // 
   // toolStripAccess
   // 
   finistToolStripColorTable3.UseSystemColors = false;
   this.toolStripAccess.ColorTable = finistToolStripColorTable3;
   this.toolStripAccess.Enabled = false;
   this.toolStripAccess.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.toolStripAccess.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnAddGroups,
            this.btnAddUsers,
            this.toolStripSeparator1,
            this.btnDel,
            this.btnCancel,
            this.btnSave});
   this.toolStripAccess.Location = new System.Drawing.Point(0, 0);
   this.toolStripAccess.Name = "toolStripAccess";
   this.toolStripAccess.Size = new System.Drawing.Size(865, 25);
   this.toolStripAccess.TabIndex = 2;
   this.toolStripAccess.Text = "toolStrip1";
   // 
   // btnAddGroups
   // 
   this.btnAddGroups.Image = global::Sim.AdminForms.Properties.Resources.addChildGroup;
   this.btnAddGroups.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnAddGroups.Name = "btnAddGroups";
   this.btnAddGroups.Size = new System.Drawing.Size(117, 22);
   this.btnAddGroups.Text = "Добавить группы";
   this.btnAddGroups.ToolTipText = "Добавить группы пользователей к действующим разрешениям";
   this.btnAddGroups.Click += new System.EventHandler(this.btnAddGroups_Click);
   // 
   // btnAddUsers
   // 
   this.btnAddUsers.Image = global::Sim.AdminForms.Properties.Resources.addUserToGroup;
   this.btnAddUsers.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnAddUsers.Name = "btnAddUsers";
   this.btnAddUsers.Size = new System.Drawing.Size(157, 22);
   this.btnAddUsers.Text = "Добавить пользователей";
   this.btnAddUsers.ToolTipText = "Добавить пользователей к действующим разрешениям";
   this.btnAddUsers.Click += new System.EventHandler(this.btnAddUsers_Click);
   // 
   // toolStripSeparator1
   // 
   this.toolStripSeparator1.Name = "toolStripSeparator1";
   this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
   // 
   // btnDel
   // 
   this.btnDel.Enabled = false;
   this.btnDel.Image = global::Sim.AdminForms.Properties.Resources.DelGroup;
   this.btnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnDel.Name = "btnDel";
   this.btnDel.Size = new System.Drawing.Size(71, 22);
   this.btnDel.Text = "Удалить";
   this.btnDel.ToolTipText = "Удалить группы или пользователей из разрешений";
   this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
   // 
   // btnCancel
   // 
   this.btnCancel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.btnCancel.Enabled = false;
   this.btnCancel.Image = global::Sim.AdminForms.Properties.Resources.Stop;
   this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnCancel.Name = "btnCancel";
   this.btnCancel.Size = new System.Drawing.Size(77, 22);
   this.btnCancel.Text = "Отменить";
   this.btnCancel.ToolTipText = "Отменяет изменения";
   this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
   // 
   // btnSave
   // 
   this.btnSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.btnSave.Enabled = false;
   this.btnSave.Image = global::Sim.AdminForms.Properties.Resources.Save;
   this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnSave.Name = "btnSave";
   this.btnSave.Size = new System.Drawing.Size(82, 22);
   this.btnSave.Text = "Сохранить";
   this.btnSave.ToolTipText = "Сохраняет изменения";
   this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
   // 
   // toolStrip2
   // 
   this.toolStrip2.BackColor = System.Drawing.Color.Transparent;
   finistToolStripColorTable4.ToolStrip_Border = System.Drawing.Color.Transparent;
   finistToolStripColorTable4.UseSystemColors = false;
   this.toolStrip2.ColorTable = finistToolStripColorTable4;
   this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.comboBoxUsers,
            this.toolStripSeparator2,
            this.btnAddCurrent,
            this.btnSetPass});
   this.toolStrip2.Location = new System.Drawing.Point(0, 0);
   this.toolStrip2.Name = "toolStrip2";
   this.toolStrip2.ShowItemToolTips = false;
   this.toolStrip2.Size = new System.Drawing.Size(869, 25);
   this.toolStrip2.TabIndex = 0;
   this.toolStrip2.Text = "toolStrip2";
   // 
   // toolStripLabel1
   // 
   this.toolStripLabel1.Image = global::Sim.AdminForms.Properties.Resources.User;
   this.toolStripLabel1.Name = "toolStripLabel1";
   this.toolStripLabel1.Size = new System.Drawing.Size(95, 22);
   this.toolStripLabel1.Text = "Пользователь";
   // 
   // comboBoxUsers
   // 
   this.comboBoxUsers.AutoToolTip = true;
   this.comboBoxUsers.FlatStyle = System.Windows.Forms.FlatStyle.System;
   this.comboBoxUsers.MaxDropDownItems = 16;
   this.comboBoxUsers.Name = "comboBoxUsers";
   this.comboBoxUsers.Size = new System.Drawing.Size(250, 25);
   this.comboBoxUsers.Sorted = true;
   this.comboBoxUsers.SelectedIndexChanged += new System.EventHandler(this.comboBoxUsers_SelectedIndexChanged);
   // 
   // toolStripSeparator2
   // 
   this.toolStripSeparator2.Name = "toolStripSeparator2";
   this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
   // 
   // btnAddCurrent
   // 
   this.btnAddCurrent.Enabled = false;
   this.btnAddCurrent.Image = global::Sim.AdminForms.Properties.Resources.Down;
   this.btnAddCurrent.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnAddCurrent.Name = "btnAddCurrent";
   this.btnAddCurrent.Size = new System.Drawing.Size(141, 22);
   this.btnAddCurrent.Text = "Добавить выбранного";
   this.btnAddCurrent.Click += new System.EventHandler(this.buttonAddCurrent_Click);
   // 
   // btnSetPass
   // 
   this.btnSetPass.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.btnSetPass.Enabled = false;
   this.btnSetPass.Image = global::Sim.AdminForms.Properties.Resources.Keys;
   this.btnSetPass.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnSetPass.Name = "btnSetPass";
   this.btnSetPass.Size = new System.Drawing.Size(126, 22);
   this.btnSetPass.Text = "Установить пароль";
   this.btnSetPass.Click += new System.EventHandler(this.btnSetPass_Click);
   // 
   // finistPanel1
   // 
   this.finistPanel1.BackColor = System.Drawing.SystemColors.Info;
   this.finistPanel1.BackColor2 = System.Drawing.SystemColors.Control;
   this.finistPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   this.finistPanel1.Controls.Add(this.toolStrip2);
   this.finistPanel1.Dock = System.Windows.Forms.DockStyle.Top;
   this.finistPanel1.Location = new System.Drawing.Point(0, 0);
   this.finistPanel1.Name = "finistPanel1";
   this.finistPanel1.Size = new System.Drawing.Size(871, 27);
   this.finistPanel1.TabIndex = 1;
   // 
   // frmSetAccesses
   // 
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.ClientSize = new System.Drawing.Size(871, 653);
   this.Name = "frmSetAccesses";
   this.Text = "Назначение доступов";
   this.PanelBack.ResumeLayout(false);
   this.splitContainer1.Panel1.ResumeLayout(false);
   this.splitContainer1.Panel2.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
   this.splitContainer1.ResumeLayout(false);
   this.splitContainer2.Panel1.ResumeLayout(false);
   this.splitContainer2.Panel2.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
   this.splitContainer2.ResumeLayout(false);
   this.groupBox2.ResumeLayout(false);
   this.treeMainMenu.ResumeLayout(false);
   this.treeMainMenu.PerformLayout();
   this.groupBox3.ResumeLayout(false);
   this.treeDivisions.ResumeLayout(false);
   this.treeDivisions.PerformLayout();
   this.groupBox1.ResumeLayout(false);
   this.panelAccess.ResumeLayout(false);
   this.panelAccess.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvACL)).EndInit();
   this.toolStripAccess.ResumeLayout(false);
   this.toolStripAccess.PerformLayout();
   this.toolStrip2.ResumeLayout(false);
   this.toolStrip2.PerformLayout();
   this.finistPanel1.ResumeLayout(false);
   this.finistPanel1.PerformLayout();
   this.ResumeLayout(false);

  }
  /// <summary> 
  /// Required method for Designer support - do not modify 
  /// the contents of this method with the code editor.
  /// </summary>
  private void InitializeComponent()
  {
   this.components = new System.ComponentModel.Container();
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
   this.contextMenuStripYear = new System.Windows.Forms.ContextMenuStrip(this.components);
   this.finistPanel1 = new Sim.Controls.SimPanel();
   this.toolStrip1 = new Sim.Controls.SimToolStrip();
   this.rootQueueButton = new System.Windows.Forms.ToolStripSplitButton();
   this.finistPanel1.SuspendLayout();
   this.toolStrip1.SuspendLayout();
   this.SuspendLayout();
   // 
   // contextMenuStripYear
   // 
   this.contextMenuStripYear.Name = "contextMenuStripYear";
   this.contextMenuStripYear.ShowImageMargin = false;
   this.contextMenuStripYear.Size = new System.Drawing.Size(36, 4);
   // 
   // finistPanel1
   // 
   this.finistPanel1.AutoSize = true;
   this.finistPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   this.finistPanel1.BackColor = System.Drawing.Color.WhiteSmoke;
   this.finistPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   this.finistPanel1.Controls.Add(this.toolStrip1);
   this.finistPanel1.Dock = System.Windows.Forms.DockStyle.Top;
   this.finistPanel1.Location = new System.Drawing.Point(0, 0);
   this.finistPanel1.Name = "finistPanel1";
   this.finistPanel1.Size = new System.Drawing.Size(655, 25);
   this.finistPanel1.TabIndex = 1;
   // 
   // toolStrip1
   // 
   finistToolStripColorTable1.UseSystemColors = false;
   this.toolStrip1.ColorTable = finistToolStripColorTable1;
   this.toolStrip1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.rootQueueButton});
   this.toolStrip1.Location = new System.Drawing.Point(0, 0);
   this.toolStrip1.Name = "toolStrip1";
   this.toolStrip1.Padding = new System.Windows.Forms.Padding(0);
   this.toolStrip1.Size = new System.Drawing.Size(653, 25);
   this.toolStrip1.TabIndex = 0;
   // 
   // rootQueueButton
   // 
   this.rootQueueButton.AutoSize = false;
   this.rootQueueButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.None;
   this.rootQueueButton.DropDownButtonWidth = 15;
   this.rootQueueButton.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.rootQueueButton.Name = "rootQueueButton";
   this.rootQueueButton.Size = new System.Drawing.Size(15, 22);
   this.rootQueueButton.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
   this.rootQueueButton.DropDownOpening += new System.EventHandler(this.btn_DropDownOpening);
   this.rootQueueButton.Paint += new System.Windows.Forms.PaintEventHandler(this.toolStripSplitButton_Paint);
   // 
   // SimDropDownBar
   // 
   this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
   this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   this.AutoSize = true;
   this.Controls.Add(this.finistPanel1);
   this.DoubleBuffered = true;
   this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.Margin = new System.Windows.Forms.Padding(0);
   this.Name = "SimDropDownBar";
   this.Size = new System.Drawing.Size(655, 33);
   this.finistPanel1.ResumeLayout(false);
   this.finistPanel1.PerformLayout();
   this.toolStrip1.ResumeLayout(false);
   this.toolStrip1.PerformLayout();
   this.ResumeLayout(false);
   this.PerformLayout();

  }
  /// <summary>
  /// Required method for Designer support - do not modify
  /// the contents of this method with the code editor.
  /// </summary>
  private void InitializeComponent()
  {
   this.components = new System.ComponentModel.Container();
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable2 = new Sim.Controls.SimToolStripColorTable();
   System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConsole));
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable3 = new Sim.Controls.SimToolStripColorTable();
   this.splitContainer2 = new System.Windows.Forms.SplitContainer();
   this.groupBox4 = new System.Windows.Forms.GroupBox();
   this.rtbLog = new System.Windows.Forms.RichTextBox();
   this.finistToolStrip2 = new Sim.Controls.SimToolStrip();
   this.btnClearLog = new System.Windows.Forms.ToolStripButton();
   this.splitContainer1 = new System.Windows.Forms.SplitContainer();
   this.splitContainer4 = new System.Windows.Forms.SplitContainer();
   this.groupBox5 = new System.Windows.Forms.GroupBox();
   this.fdgvList = new Sim.Controls.SimDataGridView();
   this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.flPulsarObjectType = new Sim.Controls.SimLabel();
   this.finistToolStrip1 = new Sim.Controls.SimToolStrip();
   this.btnRefreshPulsarList = new System.Windows.Forms.ToolStripButton();
   this.btnLoadAssembly = new System.Windows.Forms.ToolStripButton();
   this.groupBox3 = new System.Windows.Forms.GroupBox();
   this.ftgvView = new Sim.Controls.SimTreeGridView();
   this.contextMenuStripView = new System.Windows.Forms.ContextMenuStrip(this.components);
   this.menuItemShowNonPublic = new System.Windows.Forms.ToolStripMenuItem();
   this.menuItemShowIEnumProps = new System.Windows.Forms.ToolStripMenuItem();
   this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
   this.menuItemCopyName = new System.Windows.Forms.ToolStripMenuItem();
   this.menuItemCopyValue = new System.Windows.Forms.ToolStripMenuItem();
   this.menuItemCopyType = new System.Windows.Forms.ToolStripMenuItem();
   this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
   this.menuItemToStore = new System.Windows.Forms.ToolStripMenuItem();
   this.menuItemObjectRefresh = new System.Windows.Forms.ToolStripMenuItem();
   this.panel5 = new System.Windows.Forms.Panel();
   this.panel6 = new System.Windows.Forms.Panel();
   this.comboBoxMethods = new System.Windows.Forms.ComboBox();
   this.buttonRunMethod = new Sim.Controls.SimButton();
   this.finistLabel1 = new Sim.Controls.SimLabel();
   this.groupBox2 = new System.Windows.Forms.GroupBox();
   this.panel3 = new System.Windows.Forms.Panel();
   this.tbArgs = new Sim.Controls.SimTextBox();
   this.label4 = new System.Windows.Forms.Label();
   this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
   this.finistPanel1 = new Sim.Controls.SimPanel();
   this.finistLabel4 = new Sim.Controls.SimLabel();
   this.flNoSerCount = new Sim.Controls.SimLabel();
   this.buttonNoSer = new Sim.Controls.SimButton();
   this.panel7 = new Sim.Controls.SimPanel();
   this.finistLabel3 = new Sim.Controls.SimLabel();
   this.flNoStubCount = new Sim.Controls.SimLabel();
   this.buttonNoStub = new Sim.Controls.SimButton();
   this.panel2 = new System.Windows.Forms.Panel();
   this.tbQuery = new Sim.Controls.SimTextBox();
   this.label3 = new System.Windows.Forms.Label();
   this.tbObj = new Sim.Controls.SimTextBox();
   this.label1 = new System.Windows.Forms.Label();
   this.panel4 = new System.Windows.Forms.Panel();
   this.chbNoStubEs = new Sim.Controls.SimCheckBox();
   this.chbVerbose = new Sim.Controls.SimCheckBox();
   this.chbCode = new Sim.Controls.SimCheckBox();
   this.chbServant = new Sim.Controls.SimCheckBox();
   this.chbNonPublic = new Sim.Controls.SimCheckBox();
   this.chbModify = new Sim.Controls.SimCheckBox();
   this.panel1 = new System.Windows.Forms.Panel();
   this.buttonSend = new Sim.Controls.SimButton();
   this.groupBox6 = new System.Windows.Forms.GroupBox();
   this.fdgvStore = new Sim.Controls.SimDataGridView();
   this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.flObjectType = new Sim.Controls.SimLabel();
   this.finistToolStrip3 = new Sim.Controls.SimToolStrip();
   this.btnObjectCreate = new System.Windows.Forms.ToolStripButton();
   this.btnCreateArray = new System.Windows.Forms.ToolStripButton();
   this.btnAddCode = new System.Windows.Forms.ToolStripButton();
   this.btnObjectDel = new System.Windows.Forms.ToolStripButton();
   this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
   this.btnObjectRename = new System.Windows.Forms.ToolStripButton();
   this.PanelBack.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
   this.splitContainer2.Panel1.SuspendLayout();
   this.splitContainer2.Panel2.SuspendLayout();
   this.splitContainer2.SuspendLayout();
   this.groupBox4.SuspendLayout();
   this.finistToolStrip2.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
   this.splitContainer1.Panel1.SuspendLayout();
   this.splitContainer1.Panel2.SuspendLayout();
   this.splitContainer1.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
   this.splitContainer4.Panel1.SuspendLayout();
   this.splitContainer4.Panel2.SuspendLayout();
   this.splitContainer4.SuspendLayout();
   this.groupBox5.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvList)).BeginInit();
   this.finistToolStrip1.SuspendLayout();
   this.groupBox3.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.ftgvView)).BeginInit();
   this.contextMenuStripView.SuspendLayout();
   this.panel5.SuspendLayout();
   this.panel6.SuspendLayout();
   this.groupBox2.SuspendLayout();
   this.panel3.SuspendLayout();
   this.tableLayoutPanel1.SuspendLayout();
   this.finistPanel1.SuspendLayout();
   this.panel7.SuspendLayout();
   this.panel2.SuspendLayout();
   this.panel4.SuspendLayout();
   this.panel1.SuspendLayout();
   this.groupBox6.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvStore)).BeginInit();
   this.finistToolStrip3.SuspendLayout();
   this.SuspendLayout();
   // 
   // PanelBack
   // 
   this.PanelBack.Controls.Add(this.splitContainer2);
   // 
   // splitContainer2
   // 
   this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
   this.splitContainer2.Location = new System.Drawing.Point(0, 0);
   this.splitContainer2.Name = "splitContainer2";
   this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
   // 
   // splitContainer2.Panel1
   // 
   this.splitContainer2.Panel1.Controls.Add(this.groupBox4);
   // 
   // splitContainer2.Panel2
   // 
   this.splitContainer2.Panel2.Controls.Add(this.splitContainer1);
   this.splitContainer2.Size = new System.Drawing.Size(871, 640);
   this.splitContainer2.SplitterDistance = 173;
   this.splitContainer2.TabIndex = 0;
   // 
   // groupBox4
   // 
   this.groupBox4.Controls.Add(this.rtbLog);
   this.groupBox4.Controls.Add(this.finistToolStrip2);
   this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox4.Location = new System.Drawing.Point(0, 0);
   this.groupBox4.Name = "groupBox4";
   this.groupBox4.Size = new System.Drawing.Size(871, 173);
   this.groupBox4.TabIndex = 0;
   this.groupBox4.TabStop = false;
   this.groupBox4.Text = " Лог ";
   // 
   // rtbLog
   // 
   this.rtbLog.BackColor = System.Drawing.SystemColors.Info;
   this.rtbLog.DetectUrls = false;
   this.rtbLog.Dock = System.Windows.Forms.DockStyle.Fill;
   this.rtbLog.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.rtbLog.HideSelection = false;
   this.rtbLog.Location = new System.Drawing.Point(27, 17);
   this.rtbLog.Name = "rtbLog";
   this.rtbLog.ReadOnly = true;
   this.rtbLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
   this.rtbLog.Size = new System.Drawing.Size(841, 153);
   this.rtbLog.TabIndex = 0;
   this.rtbLog.Text = "";
   // 
   // finistToolStrip2
   // 
   finistToolStripColorTable1.UseSystemColors = false;
   this.finistToolStrip2.ColorTable = finistToolStripColorTable1;
   this.finistToolStrip2.Dock = System.Windows.Forms.DockStyle.Left;
   this.finistToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.finistToolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnClearLog});
   this.finistToolStrip2.Location = new System.Drawing.Point(3, 17);
   this.finistToolStrip2.Name = "finistToolStrip2";
   this.finistToolStrip2.Size = new System.Drawing.Size(24, 153);
   this.finistToolStrip2.TabIndex = 1;
   this.finistToolStrip2.Text = "finistToolStrip2";
   // 
   // btnClearLog
   // 
   this.btnClearLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnClearLog.Image = global::Sim.AdminForms.Properties.Resources.Clear;
   this.btnClearLog.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnClearLog.Name = "btnClearLog";
   this.btnClearLog.Size = new System.Drawing.Size(21, 20);
   this.btnClearLog.Text = "toolStripButton2";
   this.btnClearLog.ToolTipText = "Очистить лог";
   this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click);
   // 
   // splitContainer1
   // 
   this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
   this.splitContainer1.Location = new System.Drawing.Point(0, 0);
   this.splitContainer1.Name = "splitContainer1";
   // 
   // splitContainer1.Panel1
   // 
   this.splitContainer1.Panel1.Controls.Add(this.splitContainer4);
   // 
   // splitContainer1.Panel2
   // 
   this.splitContainer1.Panel2.Controls.Add(this.groupBox6);
   this.splitContainer1.Size = new System.Drawing.Size(871, 463);
   this.splitContainer1.SplitterDistance = 661;
   this.splitContainer1.TabIndex = 1;
   // 
   // splitContainer4
   // 
   this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
   this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
   this.splitContainer4.Location = new System.Drawing.Point(0, 0);
   this.splitContainer4.Name = "splitContainer4";
   // 
   // splitContainer4.Panel1
   // 
   this.splitContainer4.Panel1.Controls.Add(this.groupBox5);
   // 
   // splitContainer4.Panel2
   // 
   this.splitContainer4.Panel2.Controls.Add(this.groupBox3);
   this.splitContainer4.Panel2.Controls.Add(this.groupBox2);
   this.splitContainer4.Size = new System.Drawing.Size(661, 463);
   this.splitContainer4.SplitterDistance = 144;
   this.splitContainer4.TabIndex = 0;
   // 
   // groupBox5
   // 
   this.groupBox5.Controls.Add(this.fdgvList);
   this.groupBox5.Controls.Add(this.flPulsarObjectType);
   this.groupBox5.Controls.Add(this.finistToolStrip1);
   this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox5.Location = new System.Drawing.Point(0, 0);
   this.groupBox5.Name = "groupBox5";
   this.groupBox5.Size = new System.Drawing.Size(144, 463);
   this.groupBox5.TabIndex = 0;
   this.groupBox5.TabStop = false;
   this.groupBox5.Text = " Объекты Пульсара ";
   // 
   // fdgvList
   // 
   this.fdgvList.AllowUserToOrderColumns = false;
   this.fdgvList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
   this.fdgvList.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
   this.fdgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2});
   this.fdgvList.Dock = System.Windows.Forms.DockStyle.Fill;
   this.fdgvList.Location = new System.Drawing.Point(3, 42);
   this.fdgvList.MultiSelect = false;
   this.fdgvList.Name = "fdgvList";
   this.fdgvList.RowHeadersVisible = false;
   this.fdgvList.RowTemplate.Height = 18;
   this.fdgvList.Size = new System.Drawing.Size(138, 383);
   this.fdgvList.TabIndex = 1;
   this.fdgvList.VirtualMode = true;
   this.fdgvList.SelectionChanged += new System.EventHandler(this.fdgvList_SelectionChanged);
   // 
   // Column1
   // 
   this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
   this.Column1.DataPropertyName = "Value3";
   this.Column1.HeaderText = "Статус";
   this.Column1.Name = "Column1";
   this.Column1.ReadOnly = true;
   this.Column1.Width = 50;
   // 
   // Column2
   // 
   this.Column2.DataPropertyName = "Value1";
   this.Column2.HeaderText = "Имя";
   this.Column2.Name = "Column2";
   this.Column2.ReadOnly = true;
   // 
   // flPulsarObjectType
   // 
   this.flPulsarObjectType.AutoEllipsis = true;
   this.flPulsarObjectType.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
   this.flPulsarObjectType.Dock = System.Windows.Forms.DockStyle.Bottom;
   this.flPulsarObjectType.Location = new System.Drawing.Point(3, 425);
   this.flPulsarObjectType.Name = "flPulsarObjectType";
   this.flPulsarObjectType.Size = new System.Drawing.Size(138, 35);
   this.flPulsarObjectType.TabIndex = 2;
   this.flPulsarObjectType.WordWrap = true;
   // 
   // finistToolStrip1
   // 
   finistToolStripColorTable2.UseSystemColors = false;
   this.finistToolStrip1.ColorTable = finistToolStripColorTable2;
   this.finistToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.finistToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnRefreshPulsarList,
            this.btnLoadAssembly});
   this.finistToolStrip1.Location = new System.Drawing.Point(3, 17);
   this.finistToolStrip1.Name = "finistToolStrip1";
   this.finistToolStrip1.Size = new System.Drawing.Size(138, 25);
   this.finistToolStrip1.TabIndex = 0;
   this.finistToolStrip1.Text = "finistToolStrip1";
   // 
   // btnRefreshPulsarList
   // 
   this.btnRefreshPulsarList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnRefreshPulsarList.Image = global::Sim.AdminForms.Properties.Resources.Refresh;
   this.btnRefreshPulsarList.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnRefreshPulsarList.Name = "btnRefreshPulsarList";
   this.btnRefreshPulsarList.Size = new System.Drawing.Size(23, 22);
   this.btnRefreshPulsarList.Text = "toolStripButton1";
   this.btnRefreshPulsarList.Click += new System.EventHandler(this.btnRefreshPulsarList_Click);
   // 
   // btnLoadAssembly
   // 
   this.btnLoadAssembly.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.btnLoadAssembly.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnLoadAssembly.Image = global::Sim.AdminForms.Properties.Resources.Open;
   this.btnLoadAssembly.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnLoadAssembly.Name = "btnLoadAssembly";
   this.btnLoadAssembly.Size = new System.Drawing.Size(23, 22);
   this.btnLoadAssembly.Text = "toolStripButton1";
   this.btnLoadAssembly.ToolTipText = "Загрузить сборку";
   this.btnLoadAssembly.Click += new System.EventHandler(this.btnLoadAssembly_Click);
   // 
   // groupBox3
   // 
   this.groupBox3.Controls.Add(this.ftgvView);
   this.groupBox3.Controls.Add(this.panel5);
   this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox3.Location = new System.Drawing.Point(0, 124);
   this.groupBox3.Name = "groupBox3";
   this.groupBox3.Size = new System.Drawing.Size(513, 339);
   this.groupBox3.TabIndex = 0;
   this.groupBox3.TabStop = false;
   this.groupBox3.Text = " Просмотр объекта ";
   // 
   // ftgvView
   // 
   this.ftgvView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
   this.ftgvView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
   this.ftgvView.ContextMenuStrip = this.contextMenuStripView;
   this.ftgvView.Dock = System.Windows.Forms.DockStyle.Fill;
   this.ftgvView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
   this.ftgvView.IsIncrementalTree = true;
   this.ftgvView.Location = new System.Drawing.Point(3, 16);
   this.ftgvView.MainPropertyName = "Name";
   this.ftgvView.MultiSelect = false;
   this.ftgvView.Name = "ftgvView";
   this.ftgvView.RightClickChangeCurrent = true;
   this.ftgvView.RowHeadersVisible = false;
   this.ftgvView.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(191)))), ((int)(((byte)(211)))));
   this.ftgvView.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.SystemColors.ControlText;
   this.ftgvView.RowTemplate.Height = 19;
   this.ftgvView.Size = new System.Drawing.Size(507, 296);
   this.ftgvView.TabIndex = 0;
   this.ftgvView.VirtualMode = true;
   this.ftgvView.HasChildren += new Sim.Controls.SimTreeGridView.SimTreeGridItemHandler(this.ftgvView_HasChildItems);
   this.ftgvView.NeedChildren += new Sim.Controls.SimTreeGridView.SimTreeGridItemHandler(this.ftgvView_NeedChildItems);
   this.ftgvView.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.ftgvView_CellMouseDoubleClick);
   this.ftgvView.SelectionChanged += new System.EventHandler(this.ftgvView_SelectionChanged);
   // 
   // contextMenuStripView
   // 
   this.contextMenuStripView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemShowNonPublic,
            this.menuItemShowIEnumProps,
            this.toolStripMenuItem1,
            this.menuItemCopyName,
            this.menuItemCopyValue,
            this.menuItemCopyType,
            this.toolStripMenuItem2,
            this.menuItemToStore,
            this.menuItemObjectRefresh});
   this.contextMenuStripView.Name = "contextMenuStripView";
   this.contextMenuStripView.Size = new System.Drawing.Size(271, 170);
   this.contextMenuStripView.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStripView_ItemClicked);
   // 
   // menuItemShowNonPublic
   // 
   this.menuItemShowNonPublic.CheckOnClick = true;
   this.menuItemShowNonPublic.Image = global::Sim.AdminForms.Properties.Resources.Field_Private;
   this.menuItemShowNonPublic.Name = "menuItemShowNonPublic";
   this.menuItemShowNonPublic.Size = new System.Drawing.Size(270, 22);
   this.menuItemShowNonPublic.Text = "Показыать непубличные элементы";
   // 
   // menuItemShowIEnumProps
   // 
   this.menuItemShowIEnumProps.CheckOnClick = true;
   this.menuItemShowIEnumProps.Name = "menuItemShowIEnumProps";
   this.menuItemShowIEnumProps.Size = new System.Drawing.Size(270, 22);
   this.menuItemShowIEnumProps.Text = "Показывать свойства перечислений";
   // 
   // toolStripMenuItem1
   // 
   this.toolStripMenuItem1.Name = "toolStripMenuItem1";
   this.toolStripMenuItem1.Size = new System.Drawing.Size(267, 6);
   // 
   // menuItemCopyName
   // 
   this.menuItemCopyName.Name = "menuItemCopyName";
   this.menuItemCopyName.Size = new System.Drawing.Size(270, 22);
   this.menuItemCopyName.Text = "Копировать имя";
   // 
   // menuItemCopyValue
   // 
   this.menuItemCopyValue.Name = "menuItemCopyValue";
   this.menuItemCopyValue.Size = new System.Drawing.Size(270, 22);
   this.menuItemCopyValue.Text = "Копировать значение";
   // 
   // menuItemCopyType
   // 
   this.menuItemCopyType.Name = "menuItemCopyType";
   this.menuItemCopyType.Size = new System.Drawing.Size(270, 22);
   this.menuItemCopyType.Text = "Копировать тип";
   // 
   // toolStripMenuItem2
   // 
   this.toolStripMenuItem2.Name = "toolStripMenuItem2";
   this.toolStripMenuItem2.Size = new System.Drawing.Size(267, 6);
   // 
   // menuItemToStore
   // 
   this.menuItemToStore.Image = global::Sim.AdminForms.Properties.Resources.Object_Add;
   this.menuItemToStore.Name = "menuItemToStore";
   this.menuItemToStore.Size = new System.Drawing.Size(270, 22);
   this.menuItemToStore.Text = "Поместить во временные объекты";
   // 
   // menuItemObjectRefresh
   // 
   this.menuItemObjectRefresh.Image = global::Sim.AdminForms.Properties.Resources.Refresh;
   this.menuItemObjectRefresh.Name = "menuItemObjectRefresh";
   this.menuItemObjectRefresh.Size = new System.Drawing.Size(270, 22);
   this.menuItemObjectRefresh.Text = "Обновить объект";
   // 
   // panel5
   // 
   this.panel5.Controls.Add(this.panel6);
   this.panel5.Controls.Add(this.buttonRunMethod);
   this.panel5.Controls.Add(this.finistLabel1);
   this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
   this.panel5.Location = new System.Drawing.Point(3, 312);
   this.panel5.Name = "panel5";
   this.panel5.Padding = new System.Windows.Forms.Padding(1);
   this.panel5.Size = new System.Drawing.Size(507, 24);
   this.panel5.TabIndex = 1;
   // 
   // panel6
   // 
   this.panel6.Controls.Add(this.comboBoxMethods);
   this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
   this.panel6.Location = new System.Drawing.Point(47, 1);
   this.panel6.Name = "panel6";
   this.panel6.Padding = new System.Windows.Forms.Padding(0, 1, 2, 0);
   this.panel6.Size = new System.Drawing.Size(427, 22);
   this.panel6.TabIndex = 2;
   // 
   // comboBoxMethods
   // 
   this.comboBoxMethods.Dock = System.Windows.Forms.DockStyle.Fill;
   this.comboBoxMethods.Enabled = false;
   this.comboBoxMethods.Location = new System.Drawing.Point(0, 1);
   this.comboBoxMethods.Name = "comboBoxMethods";
   this.comboBoxMethods.Size = new System.Drawing.Size(425, 21);
   this.comboBoxMethods.TabIndex = 0;
   this.comboBoxMethods.DropDown += new System.EventHandler(this.comboBoxMethods_DropDown);
   this.comboBoxMethods.TextChanged += new System.EventHandler(this.comboBoxMethods_TextChanged);
   this.comboBoxMethods.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBoxMethods_KeyPress);
   // 
   // buttonRunMethod
   // 
   this.buttonRunMethod.Dock = System.Windows.Forms.DockStyle.Right;
   this.buttonRunMethod.Enabled = false;
   this.buttonRunMethod.Image = ((System.Drawing.Image)(resources.GetObject("buttonRunMethod.Image")));
   this.buttonRunMethod.Location = new System.Drawing.Point(474, 1);
   this.buttonRunMethod.Name = "buttonRunMethod";
   this.buttonRunMethod.Size = new System.Drawing.Size(32, 22);
   this.buttonRunMethod.TabIndex = 1;
   this.buttonRunMethod.Click += new System.EventHandler(this.buttonRunMethod_Click);
   // 
   // finistLabel1
   // 
   this.finistLabel1.AutoEllipsis = true;
   this.finistLabel1.Dock = System.Windows.Forms.DockStyle.Left;
   this.finistLabel1.Location = new System.Drawing.Point(1, 1);
   this.finistLabel1.Name = "finistLabel1";
   this.finistLabel1.Size = new System.Drawing.Size(46, 22);
   this.finistLabel1.TabIndex = 0;
   this.finistLabel1.Text = "Метод";
   // 
   // groupBox2
   // 
   this.groupBox2.Controls.Add(this.panel3);
   this.groupBox2.Controls.Add(this.tableLayoutPanel1);
   this.groupBox2.Controls.Add(this.panel2);
   this.groupBox2.Controls.Add(this.panel4);
   this.groupBox2.Controls.Add(this.panel1);
   this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
   this.groupBox2.Location = new System.Drawing.Point(0, 0);
   this.groupBox2.Name = "groupBox2";
   this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 5);
   this.groupBox2.Size = new System.Drawing.Size(513, 124);
   this.groupBox2.TabIndex = 0;
   this.groupBox2.TabStop = false;
   this.groupBox2.Text = " Запрос ";
   // 
   // panel3
   // 
   this.panel3.Controls.Add(this.tbArgs);
   this.panel3.Controls.Add(this.label4);
   this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
   this.panel3.Location = new System.Drawing.Point(3, 42);
   this.panel3.Name = "panel3";
   this.panel3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
   this.panel3.Size = new System.Drawing.Size(387, 52);
   this.panel3.TabIndex = 8;
   // 
   // tbArgs
   // 
   this.tbArgs.Dock = System.Windows.Forms.DockStyle.Fill;
   this.tbArgs.Location = new System.Drawing.Point(33, 0);
   this.tbArgs.Multiline = true;
   this.tbArgs.Name = "tbArgs";
   this.tbArgs.Size = new System.Drawing.Size(354, 49);
   this.tbArgs.TabIndex = 8;
   this.tbArgs.TextChanged += new System.EventHandler(this.tbArgs_TextChanged);
   this.tbArgs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbQuery_KeyPress);
   // 
   // label4
   // 
   this.label4.AutoSize = true;
   this.label4.Dock = System.Windows.Forms.DockStyle.Left;
   this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.label4.Location = new System.Drawing.Point(0, 0);
   this.label4.Name = "label4";
   this.label4.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
   this.label4.Size = new System.Drawing.Size(33, 17);
   this.label4.TabIndex = 7;
   this.label4.Text = "Args";
   // 
   // tableLayoutPanel1
   // 
   this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
   this.tableLayoutPanel1.ColumnCount = 2;
   this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
   this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
   this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   this.tableLayoutPanel1.Controls.Add(this.finistPanel1, 0, 0);
   this.tableLayoutPanel1.Controls.Add(this.panel7, 0, 0);
   this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
   this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 94);
   this.tableLayoutPanel1.Name = "tableLayoutPanel1";
   this.tableLayoutPanel1.RowCount = 1;
   this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
   this.tableLayoutPanel1.Size = new System.Drawing.Size(387, 25);
   this.tableLayoutPanel1.TabIndex = 10;
   // 
   // finistPanel1
   // 
   this.finistPanel1.BackColor = System.Drawing.Color.White;
   this.finistPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   this.finistPanel1.Controls.Add(this.finistLabel4);
   this.finistPanel1.Controls.Add(this.flNoSerCount);
   this.finistPanel1.Controls.Add(this.buttonNoSer);
   this.finistPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.finistPanel1.Location = new System.Drawing.Point(194, 1);
   this.finistPanel1.Margin = new System.Windows.Forms.Padding(1);
   this.finistPanel1.Name = "finistPanel1";
   this.finistPanel1.Padding = new System.Windows.Forms.Padding(1);
   this.finistPanel1.Size = new System.Drawing.Size(192, 23);
   this.finistPanel1.TabIndex = 1;
   this.finistPanel1.EnabledChanged += new System.EventHandler(this.finistPanel1_EnabledChanged);
   // 
   // finistLabel4
   // 
   this.finistLabel4.AutoEllipsis = true;
   this.finistLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
   this.finistLabel4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.finistLabel4.Location = new System.Drawing.Point(1, 1);
   this.finistLabel4.Name = "finistLabel4";
   this.finistLabel4.Size = new System.Drawing.Size(147, 17);
   this.finistLabel4.TabIndex = 1;
   this.finistLabel4.Text = "NoSerTypes";
   // 
   // flNoSerCount
   // 
   this.flNoSerCount.AutoEllipsis = true;
   this.flNoSerCount.AutoSize = true;
   this.flNoSerCount.Dock = System.Windows.Forms.DockStyle.Right;
   this.flNoSerCount.Location = new System.Drawing.Point(148, 1);
   this.flNoSerCount.Name = "flNoSerCount";
   this.flNoSerCount.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
   this.flNoSerCount.Size = new System.Drawing.Size(21, 15);
   this.flNoSerCount.TabIndex = 0;
   this.flNoSerCount.Text = "[0]";
   // 
   // buttonNoSer
   // 
   this.buttonNoSer.Dock = System.Windows.Forms.DockStyle.Right;
   this.buttonNoSer.Image = global::Sim.AdminForms.Properties.Resources.DropDownArrow;
   this.buttonNoSer.Location = new System.Drawing.Point(169, 1);
   this.buttonNoSer.Name = "buttonNoSer";
   this.buttonNoSer.Size = new System.Drawing.Size(18, 17);
   this.buttonNoSer.TabIndex = 3;
   this.buttonNoSer.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
   this.buttonNoSer.Click += new System.EventHandler(this.buttonNoStub_Click);
   // 
   // panel7
   // 
   this.panel7.BackColor = System.Drawing.Color.White;
   this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   this.panel7.Controls.Add(this.finistLabel3);
   this.panel7.Controls.Add(this.flNoStubCount);
   this.panel7.Controls.Add(this.buttonNoStub);
   this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
   this.panel7.Location = new System.Drawing.Point(1, 1);
   this.panel7.Margin = new System.Windows.Forms.Padding(1);
   this.panel7.Name = "panel7";
   this.panel7.Padding = new System.Windows.Forms.Padding(1);
   this.panel7.Size = new System.Drawing.Size(191, 23);
   this.panel7.TabIndex = 0;
   this.panel7.EnabledChanged += new System.EventHandler(this.finistPanel1_EnabledChanged);
   // 
   // finistLabel3
   // 
   this.finistLabel3.AutoEllipsis = true;
   this.finistLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
   this.finistLabel3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.finistLabel3.Location = new System.Drawing.Point(1, 1);
   this.finistLabel3.Name = "finistLabel3";
   this.finistLabel3.Size = new System.Drawing.Size(146, 17);
   this.finistLabel3.TabIndex = 1;
   this.finistLabel3.Text = "NoStubTypes";
   // 
   // flNoStubCount
   // 
   this.flNoStubCount.AutoEllipsis = true;
   this.flNoStubCount.AutoSize = true;
   this.flNoStubCount.Dock = System.Windows.Forms.DockStyle.Right;
   this.flNoStubCount.Location = new System.Drawing.Point(147, 1);
   this.flNoStubCount.Name = "flNoStubCount";
   this.flNoStubCount.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
   this.flNoStubCount.Size = new System.Drawing.Size(21, 15);
   this.flNoStubCount.TabIndex = 0;
   this.flNoStubCount.Text = "[0]";
   // 
   // buttonNoStub
   // 
   this.buttonNoStub.Dock = System.Windows.Forms.DockStyle.Right;
   this.buttonNoStub.Image = global::Sim.AdminForms.Properties.Resources.DropDownArrow;
   this.buttonNoStub.Location = new System.Drawing.Point(168, 1);
   this.buttonNoStub.Name = "buttonNoStub";
   this.buttonNoStub.Size = new System.Drawing.Size(18, 17);
   this.buttonNoStub.TabIndex = 3;
   this.buttonNoStub.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
   this.buttonNoStub.Click += new System.EventHandler(this.buttonNoStub_Click);
   // 
   // panel2
   // 
   this.panel2.Controls.Add(this.tbQuery);
   this.panel2.Controls.Add(this.label3);
   this.panel2.Controls.Add(this.tbObj);
   this.panel2.Controls.Add(this.label1);
   this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
   this.panel2.Location = new System.Drawing.Point(3, 17);
   this.panel2.Name = "panel2";
   this.panel2.Size = new System.Drawing.Size(387, 25);
   this.panel2.TabIndex = 7;
   // 
   // tbQuery
   // 
   this.tbQuery.Dock = System.Windows.Forms.DockStyle.Fill;
   this.tbQuery.Location = new System.Drawing.Point(145, 0);
   this.tbQuery.Name = "tbQuery";
   this.tbQuery.Size = new System.Drawing.Size(242, 21);
   this.tbQuery.TabIndex = 11;
   this.tbQuery.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbQuery_KeyPress);
   // 
   // label3
   // 
   this.label3.AutoSize = true;
   this.label3.Dock = System.Windows.Forms.DockStyle.Left;
   this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.label3.Location = new System.Drawing.Point(95, 0);
   this.label3.Name = "label3";
   this.label3.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
   this.label3.Size = new System.Drawing.Size(50, 17);
   this.label3.TabIndex = 10;
   this.label3.Text = "Query=";
   // 
   // tbObj
   // 
   this.tbObj.Dock = System.Windows.Forms.DockStyle.Left;
   this.tbObj.Location = new System.Drawing.Point(35, 0);
   this.tbObj.Name = "tbObj";
   this.tbObj.Size = new System.Drawing.Size(60, 21);
   this.tbObj.TabIndex = 7;
   // 
   // label1
   // 
   this.label1.AutoSize = true;
   this.label1.Dock = System.Windows.Forms.DockStyle.Left;
   this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.label1.Location = new System.Drawing.Point(0, 0);
   this.label1.Name = "label1";
   this.label1.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
   this.label1.Size = new System.Drawing.Size(35, 17);
   this.label1.TabIndex = 6;
   this.label1.Text = "Obj=";
   // 
   // panel4
   // 
   this.panel4.Controls.Add(this.chbNoStubEs);
   this.panel4.Controls.Add(this.chbVerbose);
   this.panel4.Controls.Add(this.chbCode);
   this.panel4.Controls.Add(this.chbServant);
   this.panel4.Controls.Add(this.chbNonPublic);
   this.panel4.Controls.Add(this.chbModify);
   this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
   this.panel4.Location = new System.Drawing.Point(390, 17);
   this.panel4.Name = "panel4";
   this.panel4.Padding = new System.Windows.Forms.Padding(3, 0, 0, 0);
   this.panel4.Size = new System.Drawing.Size(72, 102);
   this.panel4.TabIndex = 9;
   // 
   // chbNoStubEs
   // 
   this.chbNoStubEs.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   this.chbNoStubEs.Dock = System.Windows.Forms.DockStyle.Top;
   this.chbNoStubEs.Location = new System.Drawing.Point(3, 85);
   this.chbNoStubEs.Name = "chbNoStubEs";
   this.chbNoStubEs.Size = new System.Drawing.Size(69, 17);
   this.chbNoStubEs.TabIndex = 5;
   this.chbNoStubEs.Text = "NoStubEs";
   // 
   // chbVerbose
   // 
   this.chbVerbose.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   this.chbVerbose.Dock = System.Windows.Forms.DockStyle.Top;
   this.chbVerbose.Location = new System.Drawing.Point(3, 68);
   this.chbVerbose.Name = "chbVerbose";
   this.chbVerbose.Size = new System.Drawing.Size(69, 17);
   this.chbVerbose.TabIndex = 4;
   this.chbVerbose.Text = "Verbose";
   // 
   // chbCode
   // 
   this.chbCode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   this.chbCode.Dock = System.Windows.Forms.DockStyle.Top;
   this.chbCode.Location = new System.Drawing.Point(3, 51);
   this.chbCode.Name = "chbCode";
   this.chbCode.Size = new System.Drawing.Size(69, 17);
   this.chbCode.TabIndex = 3;
   this.chbCode.Text = "Code";
   // 
   // chbServant
   // 
   this.chbServant.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   this.chbServant.Dock = System.Windows.Forms.DockStyle.Top;
   this.chbServant.Location = new System.Drawing.Point(3, 34);
   this.chbServant.Name = "chbServant";
   this.chbServant.Size = new System.Drawing.Size(69, 17);
   this.chbServant.TabIndex = 2;
   this.chbServant.Text = "Servant";
   // 
   // chbNonPublic
   // 
   this.chbNonPublic.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   this.chbNonPublic.Dock = System.Windows.Forms.DockStyle.Top;
   this.chbNonPublic.Location = new System.Drawing.Point(3, 17);
   this.chbNonPublic.Name = "chbNonPublic";
   this.chbNonPublic.Size = new System.Drawing.Size(69, 17);
   this.chbNonPublic.TabIndex = 1;
   this.chbNonPublic.Text = "NonPublic";
   // 
   // chbModify
   // 
   this.chbModify.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   this.chbModify.Dock = System.Windows.Forms.DockStyle.Top;
   this.chbModify.Location = new System.Drawing.Point(3, 0);
   this.chbModify.Name = "chbModify";
   this.chbModify.Size = new System.Drawing.Size(69, 17);
   this.chbModify.TabIndex = 0;
   this.chbModify.Text = "Modify";
   // 
   // panel1
   // 
   this.panel1.Controls.Add(this.buttonSend);
   this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
   this.panel1.Location = new System.Drawing.Point(462, 17);
   this.panel1.Name = "panel1";
   this.panel1.Padding = new System.Windows.Forms.Padding(5, 3, 3, 3);
   this.panel1.Size = new System.Drawing.Size(48, 102);
   this.panel1.TabIndex = 6;
   // 
   // buttonSend
   // 
   this.buttonSend.Dock = System.Windows.Forms.DockStyle.Fill;
   this.buttonSend.Image = global::Sim.AdminForms.Properties.Resources.Run2;
   this.buttonSend.Location = new System.Drawing.Point(5, 3);
   this.buttonSend.Name = "buttonSend";
   this.buttonSend.Size = new System.Drawing.Size(40, 96);
   this.buttonSend.TabIndex = 0;
   this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click);
   // 
   // groupBox6
   // 
   this.groupBox6.Controls.Add(this.fdgvStore);
   this.groupBox6.Controls.Add(this.flObjectType);
   this.groupBox6.Controls.Add(this.finistToolStrip3);
   this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox6.Location = new System.Drawing.Point(0, 0);
   this.groupBox6.Name = "groupBox6";
   this.groupBox6.Size = new System.Drawing.Size(206, 463);
   this.groupBox6.TabIndex = 0;
   this.groupBox6.TabStop = false;
   this.groupBox6.Text = " Временные объекты ";
   // 
   // fdgvStore
   // 
   this.fdgvStore.AllowUserToOrderColumns = false;
   this.fdgvStore.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
   this.fdgvStore.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
   this.fdgvStore.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2});
   this.fdgvStore.Dock = System.Windows.Forms.DockStyle.Fill;
   this.fdgvStore.Location = new System.Drawing.Point(3, 42);
   this.fdgvStore.MultiSelect = false;
   this.fdgvStore.Name = "fdgvStore";
   this.fdgvStore.RowHeadersVisible = false;
   this.fdgvStore.RowTemplate.Height = 18;
   this.fdgvStore.Size = new System.Drawing.Size(200, 383);
   this.fdgvStore.TabIndex = 4;
   this.fdgvStore.VirtualMode = true;
   this.fdgvStore.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.fdgvStore_CellMouseDoubleClick);
   this.fdgvStore.SelectionChanged += new System.EventHandler(this.fdgvStore_SelectionChanged);
   // 
   // dataGridViewTextBoxColumn1
   // 
   this.dataGridViewTextBoxColumn1.DataPropertyName = "Name";
   this.dataGridViewTextBoxColumn1.FillWeight = 40F;
   this.dataGridViewTextBoxColumn1.HeaderText = "Имя";
   this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
   this.dataGridViewTextBoxColumn1.ReadOnly = true;
   // 
   // dataGridViewTextBoxColumn2
   // 
   this.dataGridViewTextBoxColumn2.DataPropertyName = "Type";
   this.dataGridViewTextBoxColumn2.FillWeight = 60F;
   this.dataGridViewTextBoxColumn2.HeaderText = "Тип";
   this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
   this.dataGridViewTextBoxColumn2.ReadOnly = true;
   // 
   // flObjectType
   // 
   this.flObjectType.AutoEllipsis = true;
   this.flObjectType.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
   this.flObjectType.Dock = System.Windows.Forms.DockStyle.Bottom;
   this.flObjectType.Location = new System.Drawing.Point(3, 425);
   this.flObjectType.Name = "flObjectType";
   this.flObjectType.Size = new System.Drawing.Size(200, 35);
   this.flObjectType.TabIndex = 3;
   this.flObjectType.WordWrap = true;
   // 
   // finistToolStrip3
   // 
   finistToolStripColorTable3.UseSystemColors = false;
   this.finistToolStrip3.ColorTable = finistToolStripColorTable3;
   this.finistToolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.finistToolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnObjectCreate,
            this.btnCreateArray,
            this.btnAddCode,
            this.btnObjectDel,
            this.toolStripSeparator1,
            this.btnObjectRename});
   this.finistToolStrip3.Location = new System.Drawing.Point(3, 17);
   this.finistToolStrip3.Name = "finistToolStrip3";
   this.finistToolStrip3.Size = new System.Drawing.Size(200, 25);
   this.finistToolStrip3.TabIndex = 1;
   this.finistToolStrip3.Text = "finistToolStrip3";
   // 
   // btnObjectCreate
   // 
   this.btnObjectCreate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnObjectCreate.Image = global::Sim.AdminForms.Properties.Resources.Object_New;
   this.btnObjectCreate.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnObjectCreate.Name = "btnObjectCreate";
   this.btnObjectCreate.Size = new System.Drawing.Size(23, 22);
   this.btnObjectCreate.Text = "toolStripButton1";
   this.btnObjectCreate.ToolTipText = "Создает новый объект";
   this.btnObjectCreate.Click += new System.EventHandler(this.btnObjectCreate_Click);
   // 
   // btnCreateArray
   // 
   this.btnCreateArray.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnCreateArray.Image = global::Sim.AdminForms.Properties.Resources.Array;
   this.btnCreateArray.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnCreateArray.Name = "btnCreateArray";
   this.btnCreateArray.Size = new System.Drawing.Size(23, 22);
   this.btnCreateArray.Text = "toolStripButton1";
   this.btnCreateArray.ToolTipText = "Создает массив object[]";
   this.btnCreateArray.Click += new System.EventHandler(this.btnCreateArray_Click);
   // 
   // btnAddCode
   // 
   this.btnAddCode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnAddCode.Image = global::Sim.AdminForms.Properties.Resources.Code;
   this.btnAddCode.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnAddCode.Name = "btnAddCode";
   this.btnAddCode.Size = new System.Drawing.Size(23, 22);
   this.btnAddCode.Text = "toolStripButton1";
   this.btnAddCode.ToolTipText = "Создает и компилирует динамический метод объекта";
   this.btnAddCode.Click += new System.EventHandler(this.btnAddCode_Click);
   // 
   // btnObjectDel
   // 
   this.btnObjectDel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
   this.btnObjectDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnObjectDel.Enabled = false;
   this.btnObjectDel.Image = global::Sim.AdminForms.Properties.Resources.Delete_big;
   this.btnObjectDel.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnObjectDel.Name = "btnObjectDel";
   this.btnObjectDel.Size = new System.Drawing.Size(23, 22);
   this.btnObjectDel.Text = "toolStripButton3";
   this.btnObjectDel.ToolTipText = "Удаляет выбранный объект";
   this.btnObjectDel.Click += new System.EventHandler(this.btnObjectDel_Click);
   // 
   // toolStripSeparator1
   // 
   this.toolStripSeparator1.Name = "toolStripSeparator1";
   this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
   // 
   // btnObjectRename
   // 
   this.btnObjectRename.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnObjectRename.Enabled = false;
   this.btnObjectRename.Image = global::Sim.AdminForms.Properties.Resources.Rename;
   this.btnObjectRename.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnObjectRename.Name = "btnObjectRename";
   this.btnObjectRename.Size = new System.Drawing.Size(23, 22);
   this.btnObjectRename.Text = "toolStripButton2";
   this.btnObjectRename.ToolTipText = "Переименовывает выбранный объект";
   this.btnObjectRename.Click += new System.EventHandler(this.btnObjectRename_Click);
   // 
   // FormConsole
   // 
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   this.ClientSize = new System.Drawing.Size(871, 640);
   this.Name = "FormConsole";
   this.Text = "Консоль Пульсара";
   this.Controls.SetChildIndex(this.PanelBack, 0);
   this.PanelBack.ResumeLayout(false);
   this.splitContainer2.Panel1.ResumeLayout(false);
   this.splitContainer2.Panel2.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
   this.splitContainer2.ResumeLayout(false);
   this.groupBox4.ResumeLayout(false);
   this.groupBox4.PerformLayout();
   this.finistToolStrip2.ResumeLayout(false);
   this.finistToolStrip2.PerformLayout();
   this.splitContainer1.Panel1.ResumeLayout(false);
   this.splitContainer1.Panel2.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
   this.splitContainer1.ResumeLayout(false);
   this.splitContainer4.Panel1.ResumeLayout(false);
   this.splitContainer4.Panel2.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
   this.splitContainer4.ResumeLayout(false);
   this.groupBox5.ResumeLayout(false);
   this.groupBox5.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvList)).EndInit();
   this.finistToolStrip1.ResumeLayout(false);
   this.finistToolStrip1.PerformLayout();
   this.groupBox3.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.ftgvView)).EndInit();
   this.contextMenuStripView.ResumeLayout(false);
   this.panel5.ResumeLayout(false);
   this.panel6.ResumeLayout(false);
   this.groupBox2.ResumeLayout(false);
   this.panel3.ResumeLayout(false);
   this.panel3.PerformLayout();
   this.tableLayoutPanel1.ResumeLayout(false);
   this.finistPanel1.ResumeLayout(false);
   this.finistPanel1.PerformLayout();
   this.panel7.ResumeLayout(false);
   this.panel7.PerformLayout();
   this.panel2.ResumeLayout(false);
   this.panel2.PerformLayout();
   this.panel4.ResumeLayout(false);
   this.panel4.PerformLayout();
   this.panel1.ResumeLayout(false);
   this.groupBox6.ResumeLayout(false);
   this.groupBox6.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvStore)).EndInit();
   this.finistToolStrip3.ResumeLayout(false);
   this.finistToolStrip3.PerformLayout();
   this.ResumeLayout(false);

  }
  /// <summary>
  /// Required method for Designer support - do not modify
  /// the contents of this method with the code editor.
  /// </summary>
  private void InitializeComponent()
  {
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable2 = new Sim.Controls.SimToolStripColorTable();
   Sim.Controls.SimToolStripColorTable finistToolStripColorTable3 = new Sim.Controls.SimToolStripColorTable();
   this.splitContainer1 = new System.Windows.Forms.SplitContainer();
   this.groupBox1 = new System.Windows.Forms.GroupBox();
   this.fdgvGroups = new Sim.Controls.SimDataGridView();
   this.groupsImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
   this.groupsNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.groupsDescColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.panel1 = new System.Windows.Forms.Panel();
   this.flSID = new Sim.Controls.SimLabel();
   this.label2 = new System.Windows.Forms.Label();
   this.labelGroupName = new System.Windows.Forms.Label();
   this.toolStripGroups = new Sim.Controls.SimToolStrip();
   this.toolStripButtonAddGroup = new System.Windows.Forms.ToolStripButton();
   this.btnDelGroup = new System.Windows.Forms.ToolStripButton();
   this.btnRenameGroup = new System.Windows.Forms.ToolStripButton();
   this.splitContainer3 = new System.Windows.Forms.SplitContainer();
   this.groupBox2 = new System.Windows.Forms.GroupBox();
   this.fdgvParents = new Sim.Controls.SimDataGridView();
   this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
   this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.toolStripParentGroups = new Sim.Controls.SimToolStrip();
   this.btnParentAdd = new System.Windows.Forms.ToolStripButton();
   this.btnParentDel = new System.Windows.Forms.ToolStripButton();
   this.groupBox3 = new System.Windows.Forms.GroupBox();
   this.fdgvChilds = new Sim.Controls.SimDataGridView();
   this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
   this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
   this.toolStripChildGroups = new Sim.Controls.SimToolStrip();
   this.btnChildGroupAdd = new System.Windows.Forms.ToolStripButton();
   this.btnChildUserAdd = new System.Windows.Forms.ToolStripButton();
   this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
   this.btnChildDel = new System.Windows.Forms.ToolStripButton();
   this.PanelBack.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
   this.splitContainer1.Panel1.SuspendLayout();
   this.splitContainer1.Panel2.SuspendLayout();
   this.splitContainer1.SuspendLayout();
   this.groupBox1.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvGroups)).BeginInit();
   this.panel1.SuspendLayout();
   this.toolStripGroups.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
   this.splitContainer3.Panel1.SuspendLayout();
   this.splitContainer3.Panel2.SuspendLayout();
   this.splitContainer3.SuspendLayout();
   this.groupBox2.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvParents)).BeginInit();
   this.toolStripParentGroups.SuspendLayout();
   this.groupBox3.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvChilds)).BeginInit();
   this.toolStripChildGroups.SuspendLayout();
   this.SuspendLayout();
   // 
   // PanelBack
   // 
   this.PanelBack.Controls.Add(this.splitContainer1);
   this.PanelBack.Size = new System.Drawing.Size(813, 578);
   // 
   // splitContainer1
   // 
   this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
   this.splitContainer1.Location = new System.Drawing.Point(0, 0);
   this.splitContainer1.Name = "splitContainer1";
   // 
   // splitContainer1.Panel1
   // 
   this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
   this.splitContainer1.Panel1MinSize = 100;
   // 
   // splitContainer1.Panel2
   // 
   this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
   this.splitContainer1.Panel2MinSize = 100;
   this.splitContainer1.Size = new System.Drawing.Size(813, 578);
   this.splitContainer1.SplitterDistance = 354;
   this.splitContainer1.TabIndex = 0;
   // 
   // groupBox1
   // 
   this.groupBox1.Controls.Add(this.fdgvGroups);
   this.groupBox1.Controls.Add(this.panel1);
   this.groupBox1.Controls.Add(this.toolStripGroups);
   this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox1.Location = new System.Drawing.Point(0, 0);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new System.Drawing.Size(354, 578);
   this.groupBox1.TabIndex = 0;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = "Группы безопасности";
   // 
   // fdgvGroups
   // 
   this.fdgvGroups.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
   this.fdgvGroups.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.groupsImageColumn,
            this.groupsNameColumn,
            this.groupsDescColumn});
   this.fdgvGroups.Dock = System.Windows.Forms.DockStyle.Fill;
   this.fdgvGroups.Location = new System.Drawing.Point(3, 42);
   this.fdgvGroups.MultiSelect = false;
   this.fdgvGroups.Name = "fdgvGroups";
   this.fdgvGroups.RowHeadersVisible = false;
   this.fdgvGroups.RowTemplate.Height = 18;
   this.fdgvGroups.Size = new System.Drawing.Size(348, 493);
   this.fdgvGroups.TabIndex = 3;
   this.fdgvGroups.VirtualMode = true;
   this.fdgvGroups.SelectionChanged += new System.EventHandler(this.fdgvGroups_SelectionChanged);
   // 
   // groupsImageColumn
   // 
   this.groupsImageColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
   this.groupsImageColumn.HeaderText = "";
   this.groupsImageColumn.Image = global::Sim.AdminForms.Properties.Resources.Group;
   this.groupsImageColumn.MinimumWidth = 20;
   this.groupsImageColumn.Name = "groupsImageColumn";
   this.groupsImageColumn.ReadOnly = true;
   this.groupsImageColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
   this.groupsImageColumn.Width = 20;
   // 
   // groupsNameColumn
   // 
   this.groupsNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
   this.groupsNameColumn.DataPropertyName = "Name";
   this.groupsNameColumn.HeaderText = "Группа";
   this.groupsNameColumn.Name = "groupsNameColumn";
   this.groupsNameColumn.ReadOnly = true;
   // 
   // groupsDescColumn
   // 
   this.groupsDescColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
   this.groupsDescColumn.DataPropertyName = "Description";
   this.groupsDescColumn.HeaderText = "Описание";
   this.groupsDescColumn.Name = "groupsDescColumn";
   this.groupsDescColumn.ReadOnly = true;
   // 
   // panel1
   // 
   this.panel1.Controls.Add(this.flSID);
   this.panel1.Controls.Add(this.label2);
   this.panel1.Controls.Add(this.labelGroupName);
   this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
   this.panel1.Location = new System.Drawing.Point(3, 535);
   this.panel1.Name = "panel1";
   this.panel1.Size = new System.Drawing.Size(348, 40);
   this.panel1.TabIndex = 4;
   // 
   // flSID
   // 
   this.flSID.AutoEllipsis = true;
   this.flSID.Dock = System.Windows.Forms.DockStyle.Fill;
   this.flSID.Location = new System.Drawing.Point(28, 22);
   this.flSID.Name = "flSID";
   this.flSID.Size = new System.Drawing.Size(320, 18);
   this.flSID.TabIndex = 2;
   this.flSID.TextAlign = System.Drawing.ContentAlignment.TopLeft;
   // 
   // label2
   // 
   this.label2.AutoSize = true;
   this.label2.Dock = System.Windows.Forms.DockStyle.Left;
   this.label2.Location = new System.Drawing.Point(0, 22);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(28, 13);
   this.label2.TabIndex = 1;
   this.label2.Text = "SID:";
   // 
   // labelGroupName
   // 
   this.labelGroupName.Dock = System.Windows.Forms.DockStyle.Top;
   this.labelGroupName.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
   this.labelGroupName.Location = new System.Drawing.Point(0, 0);
   this.labelGroupName.Name = "labelGroupName";
   this.labelGroupName.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
   this.labelGroupName.Size = new System.Drawing.Size(348, 22);
   this.labelGroupName.TabIndex = 0;
   // 
   // toolStripGroups
   // 
   finistToolStripColorTable1.UseSystemColors = false;
   this.toolStripGroups.ColorTable = finistToolStripColorTable1;
   this.toolStripGroups.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.toolStripGroups.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddGroup,
            this.btnDelGroup,
            this.btnRenameGroup});
   this.toolStripGroups.Location = new System.Drawing.Point(3, 17);
   this.toolStripGroups.Name = "toolStripGroups";
   this.toolStripGroups.Size = new System.Drawing.Size(348, 25);
   this.toolStripGroups.TabIndex = 2;
   this.toolStripGroups.Text = "toolStrip1";
   // 
   // toolStripButtonAddGroup
   // 
   this.toolStripButtonAddGroup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.toolStripButtonAddGroup.Image = global::Sim.AdminForms.Properties.Resources.AddGroup;
   this.toolStripButtonAddGroup.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.toolStripButtonAddGroup.Name = "toolStripButtonAddGroup";
   this.toolStripButtonAddGroup.Size = new System.Drawing.Size(23, 22);
   this.toolStripButtonAddGroup.ToolTipText = "Создать новую группу безопасности";
   this.toolStripButtonAddGroup.Click += new System.EventHandler(this.toolStripButtonAddGroup_Click);
   // 
   // btnDelGroup
   // 
   this.btnDelGroup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnDelGroup.Enabled = false;
   this.btnDelGroup.Image = global::Sim.AdminForms.Properties.Resources.DelGroup;
   this.btnDelGroup.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnDelGroup.Name = "btnDelGroup";
   this.btnDelGroup.Size = new System.Drawing.Size(23, 22);
   this.btnDelGroup.Text = "toolStripButton2";
   this.btnDelGroup.ToolTipText = "Удалить группу безопасности";
   this.btnDelGroup.Click += new System.EventHandler(this.btnDelGroup_Click);
   // 
   // btnRenameGroup
   // 
   this.btnRenameGroup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   this.btnRenameGroup.Enabled = false;
   this.btnRenameGroup.Image = global::Sim.AdminForms.Properties.Resources.Rename;
   this.btnRenameGroup.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnRenameGroup.Name = "btnRenameGroup";
   this.btnRenameGroup.Size = new System.Drawing.Size(23, 22);
   this.btnRenameGroup.Text = "toolStripButton1";
   this.btnRenameGroup.ToolTipText = "Изменить имя или описание группы";
   this.btnRenameGroup.Click += new System.EventHandler(this.btnRenameGroup_Click);
   // 
   // splitContainer3
   // 
   this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
   this.splitContainer3.Location = new System.Drawing.Point(0, 0);
   this.splitContainer3.Name = "splitContainer3";
   this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
   // 
   // splitContainer3.Panel1
   // 
   this.splitContainer3.Panel1.Controls.Add(this.groupBox2);
   // 
   // splitContainer3.Panel2
   // 
   this.splitContainer3.Panel2.Controls.Add(this.groupBox3);
   this.splitContainer3.Size = new System.Drawing.Size(455, 578);
   this.splitContainer3.SplitterDistance = 273;
   this.splitContainer3.TabIndex = 0;
   // 
   // groupBox2
   // 
   this.groupBox2.Controls.Add(this.fdgvParents);
   this.groupBox2.Controls.Add(this.toolStripParentGroups);
   this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox2.Location = new System.Drawing.Point(0, 0);
   this.groupBox2.Name = "groupBox2";
   this.groupBox2.Size = new System.Drawing.Size(455, 273);
   this.groupBox2.TabIndex = 0;
   this.groupBox2.TabStop = false;
   this.groupBox2.Text = "Родительские группы";
   // 
   // fdgvParents
   // 
   this.fdgvParents.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
   this.fdgvParents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewImageColumn1,
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2});
   this.fdgvParents.Dock = System.Windows.Forms.DockStyle.Fill;
   this.fdgvParents.Location = new System.Drawing.Point(3, 42);
   this.fdgvParents.Name = "fdgvParents";
   this.fdgvParents.RowHeadersVisible = false;
   this.fdgvParents.RowTemplate.Height = 18;
   this.fdgvParents.Size = new System.Drawing.Size(449, 228);
   this.fdgvParents.TabIndex = 4;
   this.fdgvParents.VirtualMode = true;
   this.fdgvParents.SelectionChanged += new System.EventHandler(this.fdgvParents_SelectionChanged);
   // 
   // dataGridViewImageColumn1
   // 
   this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
   this.dataGridViewImageColumn1.HeaderText = "";
   this.dataGridViewImageColumn1.Image = global::Sim.AdminForms.Properties.Resources.Group;
   this.dataGridViewImageColumn1.MinimumWidth = 20;
   this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
   this.dataGridViewImageColumn1.ReadOnly = true;
   this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
   this.dataGridViewImageColumn1.Width = 20;
   // 
   // dataGridViewTextBoxColumn1
   // 
   this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
   this.dataGridViewTextBoxColumn1.DataPropertyName = "Name";
   this.dataGridViewTextBoxColumn1.HeaderText = "Группа";
   this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
   this.dataGridViewTextBoxColumn1.ReadOnly = true;
   // 
   // dataGridViewTextBoxColumn2
   // 
   this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
   this.dataGridViewTextBoxColumn2.DataPropertyName = "Description";
   this.dataGridViewTextBoxColumn2.HeaderText = "Описание";
   this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
   this.dataGridViewTextBoxColumn2.ReadOnly = true;
   // 
   // toolStripParentGroups
   // 
   finistToolStripColorTable2.UseSystemColors = false;
   this.toolStripParentGroups.ColorTable = finistToolStripColorTable2;
   this.toolStripParentGroups.Enabled = false;
   this.toolStripParentGroups.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.toolStripParentGroups.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnParentAdd,
            this.btnParentDel});
   this.toolStripParentGroups.Location = new System.Drawing.Point(3, 17);
   this.toolStripParentGroups.Name = "toolStripParentGroups";
   this.toolStripParentGroups.Size = new System.Drawing.Size(449, 25);
   this.toolStripParentGroups.TabIndex = 0;
   this.toolStripParentGroups.Text = "toolStrip2";
   // 
   // btnParentAdd
   // 
   this.btnParentAdd.AutoToolTip = false;
   this.btnParentAdd.Image = global::Sim.AdminForms.Properties.Resources.InGroup;
   this.btnParentAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnParentAdd.Name = "btnParentAdd";
   this.btnParentAdd.Size = new System.Drawing.Size(77, 22);
   this.btnParentAdd.Text = "Добавить";
   this.btnParentAdd.ToolTipText = "Добавляет выбранную слева группу в другие группы";
   this.btnParentAdd.Click += new System.EventHandler(this.btnParentAdd_Click);
   // 
   // btnParentDel
   // 
   this.btnParentDel.AutoToolTip = false;
   this.btnParentDel.Enabled = false;
   this.btnParentDel.Image = global::Sim.AdminForms.Properties.Resources.FromGroup;
   this.btnParentDel.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnParentDel.Name = "btnParentDel";
   this.btnParentDel.Size = new System.Drawing.Size(84, 22);
   this.btnParentDel.Text = "Исключить";
   this.btnParentDel.ToolTipText = "Исключает выбранную слева группу из выбранных снизу групп.";
   this.btnParentDel.Click += new System.EventHandler(this.btnParentDel_Click);
   // 
   // groupBox3
   // 
   this.groupBox3.Controls.Add(this.fdgvChilds);
   this.groupBox3.Controls.Add(this.toolStripChildGroups);
   this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
   this.groupBox3.Location = new System.Drawing.Point(0, 0);
   this.groupBox3.Name = "groupBox3";
   this.groupBox3.Size = new System.Drawing.Size(455, 301);
   this.groupBox3.TabIndex = 0;
   this.groupBox3.TabStop = false;
   this.groupBox3.Text = "Дочерние группы и пользователи";
   // 
   // fdgvChilds
   // 
   this.fdgvChilds.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
   this.fdgvChilds.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewImageColumn2,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4});
   this.fdgvChilds.Dock = System.Windows.Forms.DockStyle.Fill;
   this.fdgvChilds.Location = new System.Drawing.Point(3, 42);
   this.fdgvChilds.Name = "fdgvChilds";
   this.fdgvChilds.RowHeadersVisible = false;
   this.fdgvChilds.RowTemplate.Height = 18;
   this.fdgvChilds.Size = new System.Drawing.Size(449, 256);
   this.fdgvChilds.TabIndex = 5;
   this.fdgvChilds.VirtualMode = true;
   this.fdgvChilds.SelectionChanged += new System.EventHandler(this.fdgvChilds_SelectionChanged);
   // 
   // dataGridViewImageColumn2
   // 
   this.dataGridViewImageColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
   this.dataGridViewImageColumn2.DataPropertyName = "Image";
   this.dataGridViewImageColumn2.HeaderText = "";
   this.dataGridViewImageColumn2.MinimumWidth = 20;
   this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
   this.dataGridViewImageColumn2.ReadOnly = true;
   this.dataGridViewImageColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
   this.dataGridViewImageColumn2.Width = 20;
   // 
   // dataGridViewTextBoxColumn3
   // 
   this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
   this.dataGridViewTextBoxColumn3.DataPropertyName = "Name";
   this.dataGridViewTextBoxColumn3.HeaderText = "Группа";
   this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
   this.dataGridViewTextBoxColumn3.ReadOnly = true;
   // 
   // dataGridViewTextBoxColumn4
   // 
   this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
   this.dataGridViewTextBoxColumn4.DataPropertyName = "Desc";
   this.dataGridViewTextBoxColumn4.HeaderText = "Описание";
   this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
   this.dataGridViewTextBoxColumn4.ReadOnly = true;
   // 
   // toolStripChildGroups
   // 
   finistToolStripColorTable3.UseSystemColors = false;
   this.toolStripChildGroups.ColorTable = finistToolStripColorTable3;
   this.toolStripChildGroups.Enabled = false;
   this.toolStripChildGroups.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
   this.toolStripChildGroups.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnChildGroupAdd,
            this.btnChildUserAdd,
            this.toolStripSeparator1,
            this.btnChildDel});
   this.toolStripChildGroups.Location = new System.Drawing.Point(3, 17);
   this.toolStripChildGroups.Name = "toolStripChildGroups";
   this.toolStripChildGroups.Size = new System.Drawing.Size(449, 25);
   this.toolStripChildGroups.TabIndex = 0;
   this.toolStripChildGroups.Text = "toolStrip3";
   // 
   // btnChildGroupAdd
   // 
   this.btnChildGroupAdd.AutoToolTip = false;
   this.btnChildGroupAdd.Image = global::Sim.AdminForms.Properties.Resources.addChildGroup;
   this.btnChildGroupAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnChildGroupAdd.Name = "btnChildGroupAdd";
   this.btnChildGroupAdd.Size = new System.Drawing.Size(117, 22);
   this.btnChildGroupAdd.Text = "Добавить группы";
   this.btnChildGroupAdd.ToolTipText = "Добавляет группы в выбранную слева группу";
   this.btnChildGroupAdd.Click += new System.EventHandler(this.btnChildGroupAdd_Click);
   // 
   // btnChildUserAdd
   // 
   this.btnChildUserAdd.AutoToolTip = false;
   this.btnChildUserAdd.Image = global::Sim.AdminForms.Properties.Resources.addUserToGroup;
   this.btnChildUserAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnChildUserAdd.Name = "btnChildUserAdd";
   this.btnChildUserAdd.Size = new System.Drawing.Size(157, 22);
   this.btnChildUserAdd.Text = "Добавить пользователей";
   this.btnChildUserAdd.ToolTipText = "Добавляет пользователей в выбранную слева группу.";
   this.btnChildUserAdd.Click += new System.EventHandler(this.btnChildUserAdd_Click);
   // 
   // toolStripSeparator1
   // 
   this.toolStripSeparator1.Name = "toolStripSeparator1";
   this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
   // 
   // btnChildDel
   // 
   this.btnChildDel.Enabled = false;
   this.btnChildDel.Image = global::Sim.AdminForms.Properties.Resources.RemoveChildGroup;
   this.btnChildDel.ImageTransparentColor = System.Drawing.Color.Magenta;
   this.btnChildDel.Name = "btnChildDel";
   this.btnChildDel.Size = new System.Drawing.Size(84, 22);
   this.btnChildDel.Text = "Исключить";
   this.btnChildDel.ToolTipText = "Исключает выбранных ниже пользователей и групп из выбранной слева группы.";
   this.btnChildDel.Click += new System.EventHandler(this.btnChildDel_Click);
   // 
   // FormSecurityGroups
   // 
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.ClientSize = new System.Drawing.Size(813, 578);
   this.Name = "FormSecurityGroups";
   this.Text = "Группы безопасности";
   this.PanelBack.ResumeLayout(false);
   this.splitContainer1.Panel1.ResumeLayout(false);
   this.splitContainer1.Panel2.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
   this.splitContainer1.ResumeLayout(false);
   this.groupBox1.ResumeLayout(false);
   this.groupBox1.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvGroups)).EndInit();
   this.panel1.ResumeLayout(false);
   this.panel1.PerformLayout();
   this.toolStripGroups.ResumeLayout(false);
   this.toolStripGroups.PerformLayout();
   this.splitContainer3.Panel1.ResumeLayout(false);
   this.splitContainer3.Panel2.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
   this.splitContainer3.ResumeLayout(false);
   this.groupBox2.ResumeLayout(false);
   this.groupBox2.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvParents)).EndInit();
   this.toolStripParentGroups.ResumeLayout(false);
   this.toolStripParentGroups.PerformLayout();
   this.groupBox3.ResumeLayout(false);
   this.groupBox3.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.fdgvChilds)).EndInit();
   this.toolStripChildGroups.ResumeLayout(false);
   this.toolStripChildGroups.PerformLayout();
   this.ResumeLayout(false);

  }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainMenu));
			Sim.Controls.SimToolStripColorTable simToolStripColorTable1 = new Sim.Controls.SimToolStripColorTable();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.ftvTree = new Sim.Controls.SimTreeView();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.btnAdd = new System.Windows.Forms.ToolStripButton();
			this.btnDel = new System.Windows.Forms.ToolStripButton();
			this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
			this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
			this.propertyGrid = new System.Windows.Forms.PropertyGrid();
			this.finistPanel1 = new Sim.Controls.SimPanel();
			this.lblSortOrder = new Sim.Controls.SimLabel();
			this.lblEditSortOrder = new Sim.Controls.SimLabelEditor();
			this.finButtonSave = new Sim.Controls.SimButton();
			this.PanelBack.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			this.ftvTree.SuspendLayout();
			this.finistPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// PanelBack
			// 
			this.PanelBack.Controls.Add(this.splitContainer1);
			this.PanelBack.Size = new System.Drawing.Size(952, 657);
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.ftvTree);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.propertyGrid);
			this.splitContainer1.Panel2.Controls.Add(this.finistPanel1);
			this.splitContainer1.Size = new System.Drawing.Size(952, 657);
			this.splitContainer1.SplitterDistance = 443;
			this.splitContainer1.TabIndex = 0;
			// 
			// ftvTree
			// 
			this.ftvTree.AllowInternalDragDrop = true;
			this.ftvTree.BackColor = System.Drawing.SystemColors.Control;
			// 
			// 
			// 
			this.ftvTree.ContextMenuStrip.Name = "contextMenuStrip1";
			this.ftvTree.ContextMenuStrip.Size = new System.Drawing.Size(259, 76);
			this.ftvTree.CurrentView = Sim.Controls.TreeViewKind.FirstView;
			this.ftvTree.Dock = System.Windows.Forms.DockStyle.Fill;
			this.ftvTree.FirstViewButtonImage = ((System.Drawing.Image)(resources.GetObject("ftvTree.FirstViewButtonImage")));
			this.ftvTree.FirstViewButtonToolTipText = "Основной вид дерева";
			this.ftvTree.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.ftvTree.HideSelection = false;
			this.ftvTree.ImageList = this.imageList1;
			this.ftvTree.Location = new System.Drawing.Point(0, 0);
			// 
			// ftvTree.MainToolStrip
			// 
			simToolStripColorTable1.UseSystemColors = false;
			this.ftvTree.MainToolStrip.ColorTable = simToolStripColorTable1;
			this.ftvTree.MainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.ftvTree.MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator1,
            this.btnAdd,
            this.btnDel,
            this.toolStripButton1,
            this.toolStripButton2});
			this.ftvTree.MainToolStrip.Location = new System.Drawing.Point(0, 0);
			this.ftvTree.MainToolStrip.Name = "MainToolStrip";
			this.ftvTree.MainToolStrip.Size = new System.Drawing.Size(443, 25);
			this.ftvTree.MainToolStrip.TabIndex = 0;
			this.ftvTree.MainToolStrip.Text = "toolStrip1";
			this.ftvTree.Name = "ftvTree";
			this.ftvTree.NodeItemsImageIndex = 1;
			this.ftvTree.SecondViewButtonImage = ((System.Drawing.Image)(resources.GetObject("ftvTree.SecondViewButtonImage")));
			this.ftvTree.SecondViewButtonToolTipText = "Дополнительный вид дерева";
			this.ftvTree.Size = new System.Drawing.Size(443, 657);
			this.ftvTree.Sorted = true;
			this.ftvTree.TabIndex = 0;
			this.ftvTree.SelectedNodeChanged += new Sim.Controls.SimTreeView.SelectedNodeChangedHandler(this.ftvTree_SelectedNodeChanged);
			this.ftvTree.ItemDropped += new System.EventHandler<Sim.Controls.SimTreeView.DragDropItemEventArgs>(this.ftvTree_ItemDropped);
			// 
			// imageList1
			// 
			this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
			this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// btnAdd
			// 
			this.btnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.btnAdd.Image = global::Sim.AdminForms.Properties.Resources.Add;
			this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnAdd.Name = "btnAdd";
			this.btnAdd.Size = new System.Drawing.Size(23, 22);
			this.btnAdd.Text = "toolStripButton1";
			this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
			// 
			// btnDel
			// 
			this.btnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.btnDel.Image = global::Sim.AdminForms.Properties.Resources.Delete_big;
			this.btnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnDel.Name = "btnDel";
			this.btnDel.Size = new System.Drawing.Size(23, 22);
			this.btnDel.Text = "toolStripButton2";
			this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
			// 
			// toolStripButton1
			// 
			this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButton1.Image = global::Sim.AdminForms.Properties.Resources.Collapce_Raised;
			this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButton1.Name = "toolStripButton1";
			this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
			this.toolStripButton1.Text = "toolStripButton1";
			this.toolStripButton1.ToolTipText = "Перенести в корень";
			this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
			// 
			// toolStripButton2
			// 
			this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripButton2.Image = global::Sim.AdminForms.Properties.Resources.Refresh;
			this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolStripButton2.Name = "toolStripButton2";
			this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
			this.toolStripButton2.Text = "toolStripButton2";
			this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
			// 
			// propertyGrid
			// 
			this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertyGrid.Location = new System.Drawing.Point(0, 43);
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.Size = new System.Drawing.Size(505, 614);
			this.propertyGrid.TabIndex = 0;
			// 
			// finistPanel1
			// 
			this.finistPanel1.Controls.Add(this.lblSortOrder);
			this.finistPanel1.Controls.Add(this.lblEditSortOrder);
			this.finistPanel1.Controls.Add(this.finButtonSave);
			this.finistPanel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.finistPanel1.Location = new System.Drawing.Point(0, 0);
			this.finistPanel1.Name = "finistPanel1";
			this.finistPanel1.Size = new System.Drawing.Size(505, 43);
			this.finistPanel1.TabIndex = 1;
			// 
			// lblSortOrder
			// 
			this.lblSortOrder.Location = new System.Drawing.Point(3, 14);
			this.lblSortOrder.Name = "lblSortOrder";
			this.lblSortOrder.Size = new System.Drawing.Size(55, 13);
			this.lblSortOrder.TabIndex = 2;
			this.lblSortOrder.Text = "SortOrder";
			// 
			// lblEditSortOrder
			// 
			this.lblEditSortOrder.AutoSize = false;
			this.lblEditSortOrder.BackColor = System.Drawing.SystemColors.Window;
			this.lblEditSortOrder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.lblEditSortOrder.Format = Sim.Controls.TextBoxFormat.Digits;
			this.lblEditSortOrder.Image = ((System.Drawing.Image)(resources.GetObject("lblEditSortOrder.Image")));
			this.lblEditSortOrder.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.lblEditSortOrder.Location = new System.Drawing.Point(64, 12);
			this.lblEditSortOrder.MinimumSize = new System.Drawing.Size(50, 17);
			this.lblEditSortOrder.Name = "lblEditSortOrder";
			this.lblEditSortOrder.Size = new System.Drawing.Size(75, 17);
			this.lblEditSortOrder.TabIndex = 1;
			this.lblEditSortOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.lblEditSortOrder.Value = "";
			this.lblEditSortOrder.UIValueChanged += new Pulsar.EventHandler<Sim.Controls.SimLabelEditor, string>(this.lblEditSortOrder_UIValueChanged);
			// 
			// finButtonSave
			// 
			this.finButtonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.finButtonSave.BackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
			this.finButtonSave.Image = global::Sim.AdminForms.Properties.Resources.Save;
			this.finButtonSave.Location = new System.Drawing.Point(344, 7);
			this.finButtonSave.Name = "finButtonSave";
			this.finButtonSave.Size = new System.Drawing.Size(153, 29);
			this.finButtonSave.TabIndex = 0;
			this.finButtonSave.Text = "Сохранить изменения";
			this.finButtonSave.Click += new System.EventHandler(this.finButtonSave_Click);
			// 
			// FormMainMenu
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(952, 657);
			this.Name = "FormMainMenu";
			this.Text = "FormMainMenu";
			this.PanelBack.ResumeLayout(false);
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
			this.splitContainer1.ResumeLayout(false);
			this.ftvTree.ResumeLayout(false);
			this.ftvTree.PerformLayout();
			this.finistPanel1.ResumeLayout(false);
			this.finistPanel1.PerformLayout();
			this.ResumeLayout(false);

		}