Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     this.pnlEstruturaDocs   = new System.Windows.Forms.Panel();
     this.panelInfoEPs1      = new GISA.PanelInfoEPs();
     this.GroupBox2          = new System.Windows.Forms.GroupBox();
     this.lstVwEstruturaDocs = new System.Windows.Forms.ListView();
     this.chCodigo           = new System.Windows.Forms.ColumnHeader();
     this.chTipoNivel        = new System.Windows.Forms.ColumnHeader();
     this.chDesignacao       = new System.Windows.Forms.ColumnHeader();
     this.chRequisitado      = new System.Windows.Forms.ColumnHeader();
     this.pnlUnidadesFisicas = new System.Windows.Forms.Panel();
     //this.PesquisaUFList1 = new GISA.PesquisaUFList();
     this.PesquisaUFList1        = new GISA.PesquisaUFDataGrid();
     this.pnlDetalhesTexto       = new System.Windows.Forms.Panel();
     this.GroupBox4              = new System.Windows.Forms.GroupBox();
     this.rtfDetalhes            = new System.Windows.Forms.RichTextBox();
     this.ToolBarButton2         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton3         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton5         = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButtonReports   = new System.Windows.Forms.ToolBarButton();
     this.ContextMenuPrint       = new System.Windows.Forms.ContextMenu();
     this.MenuItemPrintUnidadesFisicasResumidas  = new System.Windows.Forms.MenuItem();
     this.MenuItemPrintUnidadesFisicasDetalhadas = new System.Windows.Forms.MenuItem();
     this.pnlToolbarPadding.SuspendLayout();
     this.pnlEstruturaDocs.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.pnlUnidadesFisicas.SuspendLayout();
     this.pnlDetalhesTexto.SuspendLayout();
     this.GroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // lblFuncao
     //
     this.lblFuncao.Location = new System.Drawing.Point(0, 0);
     this.lblFuncao.Text     = "Resultados da pesquisa";
     //
     // ToolBar
     //
     this.ToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.ToolBarButton2,
         this.ToolBarButton3,
         this.ToolBarButton5,
         this.ToolBarButtonSeparator,
         this.ToolBarButtonReports
     });
     this.ToolBar.ImageList = null;
     //
     // pnlToolbarPadding
     //
     this.pnlToolbarPadding.Location = new System.Drawing.Point(0, 24);
     //
     // pnlEstruturaDocs
     //
     this.pnlEstruturaDocs.Controls.Add(this.panelInfoEPs1);
     this.pnlEstruturaDocs.Controls.Add(this.GroupBox2);
     this.pnlEstruturaDocs.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlEstruturaDocs.Location = new System.Drawing.Point(0, 52);
     this.pnlEstruturaDocs.Name     = "pnlEstruturaDocs";
     this.pnlEstruturaDocs.Size     = new System.Drawing.Size(600, 300);
     this.pnlEstruturaDocs.TabIndex = 2;
     //
     // panelInfoEPs1
     //
     this.panelInfoEPs1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelInfoEPs1.Location      = new System.Drawing.Point(8, 173);
     this.panelInfoEPs1.Name          = "panelInfoEPs1";
     this.panelInfoEPs1.Size          = new System.Drawing.Size(584, 121);
     this.panelInfoEPs1.TabIndex      = 4;
     this.panelInfoEPs1.TheRTFBuilder = null;
     //
     // GroupBox2
     //
     this.GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBox2.Controls.Add(this.lstVwEstruturaDocs);
     this.GroupBox2.Location = new System.Drawing.Point(8, 8);
     this.GroupBox2.Name     = "GroupBox2";
     this.GroupBox2.Size     = new System.Drawing.Size(584, 159);
     this.GroupBox2.TabIndex = 3;
     this.GroupBox2.TabStop  = false;
     this.GroupBox2.Text     = "Descrições associadas";
     //
     // lstVwEstruturaDocs
     //
     this.lstVwEstruturaDocs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chCodigo,
         this.chTipoNivel,
         this.chDesignacao,
         this.chRequisitado
     });
     this.lstVwEstruturaDocs.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lstVwEstruturaDocs.FullRowSelect = true;
     this.lstVwEstruturaDocs.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lstVwEstruturaDocs.HideSelection = false;
     this.lstVwEstruturaDocs.Location      = new System.Drawing.Point(3, 16);
     this.lstVwEstruturaDocs.Name          = "lstVwEstruturaDocs";
     this.lstVwEstruturaDocs.Size          = new System.Drawing.Size(578, 140);
     this.lstVwEstruturaDocs.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this.lstVwEstruturaDocs.TabIndex      = 0;
     this.lstVwEstruturaDocs.UseCompatibleStateImageBehavior = false;
     this.lstVwEstruturaDocs.View = System.Windows.Forms.View.Details;
     //
     // chCodigo
     //
     this.chCodigo.Text  = "Código de referência";
     this.chCodigo.Width = 114;
     //
     // chTipoNivel
     //
     this.chTipoNivel.Text  = "Nível de descrição";
     this.chTipoNivel.Width = 150;
     //
     // chDesignacao
     //
     this.chDesignacao.Text  = "Título";
     this.chDesignacao.Width = 300;
     //
     // chRequisitado
     //
     this.chRequisitado.Text  = "Requisitado";
     this.chRequisitado.Width = 70;
     //
     // pnlUnidadesFisicas
     //
     this.pnlUnidadesFisicas.Controls.Add(this.PesquisaUFList1);
     this.pnlUnidadesFisicas.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlUnidadesFisicas.Location = new System.Drawing.Point(0, 52);
     this.pnlUnidadesFisicas.Name     = "pnlUnidadesFisicas";
     this.pnlUnidadesFisicas.Size     = new System.Drawing.Size(600, 300);
     this.pnlUnidadesFisicas.TabIndex = 1;
     //
     // PesquisaUFList1
     //
     this.PesquisaUFList1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PesquisaUFList1.Location = new System.Drawing.Point(0, 0);
     this.PesquisaUFList1.Name     = "PesquisaUFList1";
     this.PesquisaUFList1.Size     = new System.Drawing.Size(600, 300);
     this.PesquisaUFList1.TabIndex = 1;
     //
     // pnlDetalhesTexto
     //
     this.pnlDetalhesTexto.Controls.Add(this.GroupBox4);
     this.pnlDetalhesTexto.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlDetalhesTexto.Location = new System.Drawing.Point(0, 52);
     this.pnlDetalhesTexto.Name     = "pnlDetalhesTexto";
     this.pnlDetalhesTexto.Size     = new System.Drawing.Size(600, 300);
     this.pnlDetalhesTexto.TabIndex = 3;
     //
     // GroupBox4
     //
     this.GroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBox4.Controls.Add(this.rtfDetalhes);
     this.GroupBox4.Location = new System.Drawing.Point(8, 8);
     this.GroupBox4.Name     = "GroupBox4";
     this.GroupBox4.Size     = new System.Drawing.Size(584, 286);
     this.GroupBox4.TabIndex = 1;
     this.GroupBox4.TabStop  = false;
     this.GroupBox4.Text     = "Descrição";
     //
     // rtfDetalhes
     //
     this.rtfDetalhes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.rtfDetalhes.Location = new System.Drawing.Point(8, 16);
     this.rtfDetalhes.Name     = "rtfDetalhes";
     this.rtfDetalhes.ReadOnly = true;
     this.rtfDetalhes.Size     = new System.Drawing.Size(568, 262);
     this.rtfDetalhes.TabIndex = 0;
     this.rtfDetalhes.Text     = "RichTextBox1";
     //
     // ToolBarButton2
     //
     this.ToolBarButton2.ImageIndex = 0;
     this.ToolBarButton2.Name       = "ToolBarButton2";
     this.ToolBarButton2.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     //
     // ToolBarButton3
     //
     this.ToolBarButton3.ImageIndex = 1;
     this.ToolBarButton3.Name       = "ToolBarButton3";
     this.ToolBarButton3.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     //
     // ToolBarButton5
     //
     this.ToolBarButton5.ImageIndex = 2;
     this.ToolBarButton5.Name       = "ToolBarButton5";
     this.ToolBarButton5.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     //
     // ToolBarButtonSeparator
     //
     this.ToolBarButtonSeparator.Name  = "ToolBarButtonSeparator";
     this.ToolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ToolBarButtonReports
     //
     this.ToolBarButtonReports.DropDownMenu = this.ContextMenuPrint;
     this.ToolBarButtonReports.ImageIndex   = 3;
     this.ToolBarButtonReports.Name         = "ToolBarButtonReports";
     //
     // ContextMenuPrint
     //
     this.ContextMenuPrint.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuItemPrintUnidadesFisicasResumidas,
         this.MenuItemPrintUnidadesFisicasDetalhadas
     });
     //
     // MenuItemPrintUnidadesFisicasResumidas
     //
     this.MenuItemPrintUnidadesFisicasResumidas.Index   = 0;
     this.MenuItemPrintUnidadesFisicasResumidas.Text    = "Unidades &físicas resumidas";
     this.MenuItemPrintUnidadesFisicasResumidas.Visible = true;
     //
     // MenuItemPrintUnidadesFisicasDetalhadas
     //
     this.MenuItemPrintUnidadesFisicasDetalhadas.Index = 1;
     this.MenuItemPrintUnidadesFisicasDetalhadas.Text  = "Unidades fí&sicas detalhadas";
     //
     // SlavePanelPesquisaUF
     //
     this.Controls.Add(this.pnlEstruturaDocs);
     this.Controls.Add(this.pnlUnidadesFisicas);
     this.Controls.Add(this.pnlDetalhesTexto);
     this.Name = "SlavePanelPesquisaUF";
     this.Size = new System.Drawing.Size(600, 352);
     this.Controls.SetChildIndex(this.lblFuncao, 0);
     this.Controls.SetChildIndex(this.pnlToolbarPadding, 0);
     this.Controls.SetChildIndex(this.pnlDetalhesTexto, 0);
     this.Controls.SetChildIndex(this.pnlUnidadesFisicas, 0);
     this.Controls.SetChildIndex(this.pnlEstruturaDocs, 0);
     this.pnlToolbarPadding.ResumeLayout(false);
     this.pnlEstruturaDocs.ResumeLayout(false);
     this.GroupBox2.ResumeLayout(false);
     this.pnlUnidadesFisicas.ResumeLayout(false);
     this.pnlDetalhesTexto.ResumeLayout(false);
     this.GroupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
		private void InitializeComponent()
		{
            this.pnlEstruturaDocs = new System.Windows.Forms.Panel();
            this.panelInfoEPs1 = new GISA.PanelInfoEPs();
            this.GroupBox2 = new System.Windows.Forms.GroupBox();
            this.lstVwEstruturaDocs = new System.Windows.Forms.ListView();
            this.chCodigo = new System.Windows.Forms.ColumnHeader();
            this.chTipoNivel = new System.Windows.Forms.ColumnHeader();
            this.chDesignacao = new System.Windows.Forms.ColumnHeader();
            this.chRequisitado = new System.Windows.Forms.ColumnHeader();
            this.pnlUnidadesFisicas = new System.Windows.Forms.Panel();
            //this.PesquisaUFList1 = new GISA.PesquisaUFList();
            this.PesquisaUFList1 = new GISA.PesquisaUFDataGrid();
            this.pnlDetalhesTexto = new System.Windows.Forms.Panel();
            this.GroupBox4 = new System.Windows.Forms.GroupBox();
            this.rtfDetalhes = new System.Windows.Forms.RichTextBox();
            this.ToolBarButton2 = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButton3 = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButton5 = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButtonSeparator = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButtonReports = new System.Windows.Forms.ToolBarButton();
            this.ContextMenuPrint = new System.Windows.Forms.ContextMenu();
            this.MenuItemPrintUnidadesFisicasResumidas = new System.Windows.Forms.MenuItem();
            this.MenuItemPrintUnidadesFisicasDetalhadas = new System.Windows.Forms.MenuItem();
            this.pnlToolbarPadding.SuspendLayout();
            this.pnlEstruturaDocs.SuspendLayout();
            this.GroupBox2.SuspendLayout();
            this.pnlUnidadesFisicas.SuspendLayout();
            this.pnlDetalhesTexto.SuspendLayout();
            this.GroupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblFuncao
            // 
            this.lblFuncao.Location = new System.Drawing.Point(0, 0);
            this.lblFuncao.Text = "Resultados da pesquisa";
            // 
            // ToolBar
            // 
            this.ToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.ToolBarButton2,
            this.ToolBarButton3,
            this.ToolBarButton5,
            this.ToolBarButtonSeparator,
            this.ToolBarButtonReports});
            this.ToolBar.ImageList = null;
            // 
            // pnlToolbarPadding
            // 
            this.pnlToolbarPadding.Location = new System.Drawing.Point(0, 24);
            // 
            // pnlEstruturaDocs
            // 
            this.pnlEstruturaDocs.Controls.Add(this.panelInfoEPs1);
            this.pnlEstruturaDocs.Controls.Add(this.GroupBox2);
            this.pnlEstruturaDocs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlEstruturaDocs.Location = new System.Drawing.Point(0, 52);
            this.pnlEstruturaDocs.Name = "pnlEstruturaDocs";
            this.pnlEstruturaDocs.Size = new System.Drawing.Size(600, 300);
            this.pnlEstruturaDocs.TabIndex = 2;
            // 
            // panelInfoEPs1
            // 
            this.panelInfoEPs1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panelInfoEPs1.Location = new System.Drawing.Point(8, 173);
            this.panelInfoEPs1.Name = "panelInfoEPs1";
            this.panelInfoEPs1.Size = new System.Drawing.Size(584, 121);
            this.panelInfoEPs1.TabIndex = 4;
            this.panelInfoEPs1.TheRTFBuilder = null;
            // 
            // GroupBox2
            // 
            this.GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.GroupBox2.Controls.Add(this.lstVwEstruturaDocs);
            this.GroupBox2.Location = new System.Drawing.Point(8, 8);
            this.GroupBox2.Name = "GroupBox2";
            this.GroupBox2.Size = new System.Drawing.Size(584, 159);
            this.GroupBox2.TabIndex = 3;
            this.GroupBox2.TabStop = false;
            this.GroupBox2.Text = "Descrições associadas";
            // 
            // lstVwEstruturaDocs
            // 
            this.lstVwEstruturaDocs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.chCodigo,
            this.chTipoNivel,
            this.chDesignacao,
            this.chRequisitado});
            this.lstVwEstruturaDocs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstVwEstruturaDocs.FullRowSelect = true;
            this.lstVwEstruturaDocs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lstVwEstruturaDocs.HideSelection = false;
            this.lstVwEstruturaDocs.Location = new System.Drawing.Point(3, 16);
            this.lstVwEstruturaDocs.Name = "lstVwEstruturaDocs";
            this.lstVwEstruturaDocs.Size = new System.Drawing.Size(578, 140);
            this.lstVwEstruturaDocs.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.lstVwEstruturaDocs.TabIndex = 0;
            this.lstVwEstruturaDocs.UseCompatibleStateImageBehavior = false;
            this.lstVwEstruturaDocs.View = System.Windows.Forms.View.Details;
            // 
            // chCodigo
            // 
            this.chCodigo.Text = "Código de referência";
            this.chCodigo.Width = 114;
            // 
            // chTipoNivel
            // 
            this.chTipoNivel.Text = "Nível de descrição";
            this.chTipoNivel.Width = 150;
            // 
            // chDesignacao
            // 
            this.chDesignacao.Text = "Título";
            this.chDesignacao.Width = 300;
            // 
            // chRequisitado
            // 
            this.chRequisitado.Text = "Requisitado";
            this.chRequisitado.Width = 70;
            // 
            // pnlUnidadesFisicas
            // 
            this.pnlUnidadesFisicas.Controls.Add(this.PesquisaUFList1);
            this.pnlUnidadesFisicas.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlUnidadesFisicas.Location = new System.Drawing.Point(0, 52);
            this.pnlUnidadesFisicas.Name = "pnlUnidadesFisicas";
            this.pnlUnidadesFisicas.Size = new System.Drawing.Size(600, 300);
            this.pnlUnidadesFisicas.TabIndex = 1;
            // 
            // PesquisaUFList1
            // 
            this.PesquisaUFList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PesquisaUFList1.Location = new System.Drawing.Point(0, 0);
            this.PesquisaUFList1.Name = "PesquisaUFList1";
            this.PesquisaUFList1.Size = new System.Drawing.Size(600, 300);
            this.PesquisaUFList1.TabIndex = 1;
            // 
            // pnlDetalhesTexto
            // 
            this.pnlDetalhesTexto.Controls.Add(this.GroupBox4);
            this.pnlDetalhesTexto.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlDetalhesTexto.Location = new System.Drawing.Point(0, 52);
            this.pnlDetalhesTexto.Name = "pnlDetalhesTexto";
            this.pnlDetalhesTexto.Size = new System.Drawing.Size(600, 300);
            this.pnlDetalhesTexto.TabIndex = 3;
            // 
            // GroupBox4
            // 
            this.GroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.GroupBox4.Controls.Add(this.rtfDetalhes);
            this.GroupBox4.Location = new System.Drawing.Point(8, 8);
            this.GroupBox4.Name = "GroupBox4";
            this.GroupBox4.Size = new System.Drawing.Size(584, 286);
            this.GroupBox4.TabIndex = 1;
            this.GroupBox4.TabStop = false;
            this.GroupBox4.Text = "Descrição";
            // 
            // rtfDetalhes
            // 
            this.rtfDetalhes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.rtfDetalhes.Location = new System.Drawing.Point(8, 16);
            this.rtfDetalhes.Name = "rtfDetalhes";
            this.rtfDetalhes.ReadOnly = true;
            this.rtfDetalhes.Size = new System.Drawing.Size(568, 262);
            this.rtfDetalhes.TabIndex = 0;
            this.rtfDetalhes.Text = "RichTextBox1";
            // 
            // ToolBarButton2
            // 
            this.ToolBarButton2.ImageIndex = 0;
            this.ToolBarButton2.Name = "ToolBarButton2";
            this.ToolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
            // 
            // ToolBarButton3
            // 
            this.ToolBarButton3.ImageIndex = 1;
            this.ToolBarButton3.Name = "ToolBarButton3";
            this.ToolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
            // 
            // ToolBarButton5
            // 
            this.ToolBarButton5.ImageIndex = 2;
            this.ToolBarButton5.Name = "ToolBarButton5";
            this.ToolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
            // 
            // ToolBarButtonSeparator
            // 
            this.ToolBarButtonSeparator.Name = "ToolBarButtonSeparator";
            this.ToolBarButtonSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // ToolBarButtonReports
            // 
            this.ToolBarButtonReports.DropDownMenu = this.ContextMenuPrint;
            this.ToolBarButtonReports.ImageIndex = 3;
            this.ToolBarButtonReports.Name = "ToolBarButtonReports";
            // 
            // ContextMenuPrint
            // 
            this.ContextMenuPrint.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.MenuItemPrintUnidadesFisicasResumidas,
            this.MenuItemPrintUnidadesFisicasDetalhadas});
            // 
            // MenuItemPrintUnidadesFisicasResumidas
            // 
            this.MenuItemPrintUnidadesFisicasResumidas.Index = 0;
            this.MenuItemPrintUnidadesFisicasResumidas.Text = "Unidades &físicas resumidas";
            this.MenuItemPrintUnidadesFisicasResumidas.Visible = true;
            // 
            // MenuItemPrintUnidadesFisicasDetalhadas
            // 
            this.MenuItemPrintUnidadesFisicasDetalhadas.Index = 1;
            this.MenuItemPrintUnidadesFisicasDetalhadas.Text = "Unidades fí&sicas detalhadas";
            // 
            // SlavePanelPesquisaUF
            // 
            this.Controls.Add(this.pnlEstruturaDocs);
            this.Controls.Add(this.pnlUnidadesFisicas);
            this.Controls.Add(this.pnlDetalhesTexto);
            this.Name = "SlavePanelPesquisaUF";
            this.Size = new System.Drawing.Size(600, 352);
            this.Controls.SetChildIndex(this.lblFuncao, 0);
            this.Controls.SetChildIndex(this.pnlToolbarPadding, 0);
            this.Controls.SetChildIndex(this.pnlDetalhesTexto, 0);
            this.Controls.SetChildIndex(this.pnlUnidadesFisicas, 0);
            this.Controls.SetChildIndex(this.pnlEstruturaDocs, 0);
            this.pnlToolbarPadding.ResumeLayout(false);
            this.pnlEstruturaDocs.ResumeLayout(false);
            this.GroupBox2.ResumeLayout(false);
            this.pnlUnidadesFisicas.ResumeLayout(false);
            this.pnlDetalhesTexto.ResumeLayout(false);
            this.GroupBox4.ResumeLayout(false);
            this.ResumeLayout(false);

		}