Example #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);
 }
Example #2
0
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.pnlResultados = new System.Windows.Forms.Panel();
            this.PesquisaList1 = new GISA.PesquisaDataGrid();
            this.pnlUnidadesFisicas = new System.Windows.Forms.Panel();
            this.GroupBox3 = new System.Windows.Forms.GroupBox();
            this.btnExportUFs = new System.Windows.Forms.Button();
            this.dataGridView1 = new GISA.Controls.PxDataGridView();
            this.pnlDetalhesTexto = new System.Windows.Forms.Panel();
            this.GroupBox4 = new System.Windows.Forms.GroupBox();
            this.rtfDetalhes = new System.Windows.Forms.RichTextBox();
            this.ContextMenuRichText = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copiarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolBarButtonSDocs = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButton2 = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButton3 = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButton4 = new System.Windows.Forms.ToolBarButton();
            this.pnlDetalhesImagem = new System.Windows.Forms.Panel();
            this.grpObjetosDigitais = new System.Windows.Forms.GroupBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tableLayoutPanelODs = new System.Windows.Forms.TableLayoutPanel();
            this.grpODsFedora = new System.Windows.Forms.GroupBox();
            this.btnActualizar = new System.Windows.Forms.Button();
            this.btnFullScreen = new System.Windows.Forms.Button();
            this.trvODsFedora = new System.Windows.Forms.TreeView();
            this.lstImagens = new System.Windows.Forms.ListBox();
            this.ImageViewerControl1 = new GISA.ImageViewerControl();
            this.controlFedoraPdfViewer = new GISA.ControlFedoraPdfViewer();
            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.MenuItemPrintInventarioResumido = new System.Windows.Forms.MenuItem();
            this.MenuItemPrintInventarioDetalhado = new System.Windows.Forms.MenuItem();
            this.MenuItemPrintCatalogoResumido = new System.Windows.Forms.MenuItem();
            this.MenuItemPrintCatalogoDetalhado = new System.Windows.Forms.MenuItem();
            this.MenuItem1 = new System.Windows.Forms.MenuItem();
            this.MenuItemPrintUnidadesFisicasAssociadas = new System.Windows.Forms.MenuItem();
            this.MenuItemPrintResultadosPesquisaResumidos = new System.Windows.Forms.MenuItem();
            this.MenuItemPrintResultadosPesquisaDetalhados = new System.Windows.Forms.MenuItem();
            this.ToolBarButton_InfoEPs = new System.Windows.Forms.ToolBarButton();
            this.panelInfoEPs1 = new GISA.PanelInfoEPs();
            this.panelInfoSDocs1 = new GISA.PanelInfoSDocs();
            this.pnlToolbarPadding.SuspendLayout();
            this.pnlResultados.SuspendLayout();
            this.pnlUnidadesFisicas.SuspendLayout();
            this.GroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.pnlDetalhesTexto.SuspendLayout();
            this.GroupBox4.SuspendLayout();
            this.ContextMenuRichText.SuspendLayout();
            this.pnlDetalhesImagem.SuspendLayout();
            this.grpObjetosDigitais.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tableLayoutPanelODs.SuspendLayout();
            this.grpODsFedora.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.ToolBarButtonSDocs,
            this.ToolBarButton3,
            this.ToolBarButton_InfoEPs,
            this.ToolBarButton4,
            this.ToolBarButton5,
            this.ToolBarButtonSeparator,
            this.ToolBarButtonReports});
            this.ToolBar.ImageList = null;
            // 
            // pnlToolbarPadding
            // 
            this.pnlToolbarPadding.Location = new System.Drawing.Point(0, 24);
            // 
            // pnlResultados
            // 
            this.pnlResultados.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.pnlResultados.Controls.Add(this.PesquisaList1);
            this.pnlResultados.Location = new System.Drawing.Point(0, 52);
            this.pnlResultados.Name = "pnlResultados";
            this.pnlResultados.Size = new System.Drawing.Size(600, 498);
            this.pnlResultados.TabIndex = 2;
            // 
            // PesquisaList1
            // 
            this.PesquisaList1.CustomizedSorting = true;
            this.PesquisaList1.DataSource = null;
            this.PesquisaList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PesquisaList1.FilterVisible = false;
            this.PesquisaList1.IDNivelEstrutura = null;
            this.PesquisaList1.Location = new System.Drawing.Point(0, 0);
            this.PesquisaList1.MultiSelectListView = false;
            this.PesquisaList1.Name = "PesquisaList1";
            this.PesquisaList1.NewSearch = false;
            this.PesquisaList1.NrResults = ((long)(0));
            this.PesquisaList1.Padding = new System.Windows.Forms.Padding(6);
            this.PesquisaList1.SearchServerIDs = null;
            this.PesquisaList1.Size = new System.Drawing.Size(600, 498);
            this.PesquisaList1.SoDocExpirados = false;
            this.PesquisaList1.TabIndex = 1;
            // 
            // pnlUnidadesFisicas
            // 
            this.pnlUnidadesFisicas.Controls.Add(this.GroupBox3);
            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, 498);
            this.pnlUnidadesFisicas.TabIndex = 1;
            // 
            // GroupBox3
            // 
            this.GroupBox3.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.GroupBox3.Controls.Add(this.btnExportUFs);
            this.GroupBox3.Controls.Add(this.dataGridView1);
            this.GroupBox3.Location = new System.Drawing.Point(8, 8);
            this.GroupBox3.Name = "GroupBox3";
            this.GroupBox3.Size = new System.Drawing.Size(584, 481);
            this.GroupBox3.TabIndex = 2;
            this.GroupBox3.TabStop = false;
            this.GroupBox3.Text = "Unidades físicas agregadas";
            // 
            // btnExportUFs
            // 
            this.btnExportUFs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExportUFs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnExportUFs.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnExportUFs.Location = new System.Drawing.Point(554, 41);
            this.btnExportUFs.Name = "btnExportUFs";
            this.btnExportUFs.Size = new System.Drawing.Size(24, 24);
            this.btnExportUFs.TabIndex = 71;
            this.btnExportUFs.Click += new System.EventHandler(this.btnExportUFs_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowDrop = true;
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.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.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(12, 19);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.dataGridView1.ShowCellErrors = false;
            this.dataGridView1.ShowCellToolTips = false;
            this.dataGridView1.ShowEditingIcon = false;
            this.dataGridView1.ShowRowErrors = false;
            this.dataGridView1.Size = new System.Drawing.Size(536, 450);
            this.dataGridView1.SmallImageList = null;
            this.dataGridView1.TabIndex = 70;
            // 
            // 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, 498);
            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, 481);
            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.ContextMenuStrip = this.ContextMenuRichText;
            this.rtfDetalhes.Location = new System.Drawing.Point(8, 16);
            this.rtfDetalhes.Name = "rtfDetalhes";
            this.rtfDetalhes.ReadOnly = true;
            this.rtfDetalhes.Size = new System.Drawing.Size(570, 459);
            this.rtfDetalhes.TabIndex = 3;
            this.rtfDetalhes.Text = "";
            this.rtfDetalhes.Resize += new System.EventHandler(this.rtfDetalhes_Resize);
            // 
            // ContextMenuRichText
            // 
            this.ContextMenuRichText.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copiarToolStripMenuItem});
            this.ContextMenuRichText.Name = "ContextMenuRichText";
            this.ContextMenuRichText.Size = new System.Drawing.Size(110, 26);
            this.ContextMenuRichText.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuRichText_Opening);
            // 
            // copiarToolStripMenuItem
            // 
            this.copiarToolStripMenuItem.Name = "copiarToolStripMenuItem";
            this.copiarToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
            this.copiarToolStripMenuItem.Text = "Copiar";
            this.copiarToolStripMenuItem.Click += new System.EventHandler(this.copiarToolStripMenuItem_Click);
            // 
            // ToolBarButtonSDocs
            // 
            this.ToolBarButtonSDocs.ImageIndex = 6;
            this.ToolBarButtonSDocs.Name = "ToolBarButtonSDocs";
            this.ToolBarButtonSDocs.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
            // 
            // 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;
            // 
            // ToolBarButton4
            // 
            this.ToolBarButton4.ImageIndex = 2;
            this.ToolBarButton4.Name = "ToolBarButton4";
            this.ToolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
            // 
            // pnlDetalhesImagem
            // 
            this.pnlDetalhesImagem.Controls.Add(this.grpObjetosDigitais);
            this.pnlDetalhesImagem.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlDetalhesImagem.Location = new System.Drawing.Point(0, 52);
            this.pnlDetalhesImagem.Name = "pnlDetalhesImagem";
            this.pnlDetalhesImagem.Size = new System.Drawing.Size(600, 498);
            this.pnlDetalhesImagem.TabIndex = 4;
            // 
            // grpObjetosDigitais
            // 
            this.grpObjetosDigitais.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.grpObjetosDigitais.Controls.Add(this.splitContainer1);
            this.grpObjetosDigitais.Location = new System.Drawing.Point(8, 8);
            this.grpObjetosDigitais.Name = "grpObjetosDigitais";
            this.grpObjetosDigitais.Size = new System.Drawing.Size(584, 481);
            this.grpObjetosDigitais.TabIndex = 3;
            this.grpObjetosDigitais.TabStop = false;
            this.grpObjetosDigitais.Text = "Objetos digitais";
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(3, 16);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanelODs);
            this.splitContainer1.Panel1MinSize = 100;
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.ImageViewerControl1);
            this.splitContainer1.Panel2.Controls.Add(this.controlFedoraPdfViewer);
            this.splitContainer1.Panel2MinSize = 100;
            this.splitContainer1.Size = new System.Drawing.Size(578, 462);
            this.splitContainer1.SplitterDistance = 192;
            this.splitContainer1.TabIndex = 11;
            // 
            // tableLayoutPanelODs
            // 
            this.tableLayoutPanelODs.ColumnCount = 1;
            this.tableLayoutPanelODs.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelODs.Controls.Add(this.grpODsFedora, 0, 1);
            this.tableLayoutPanelODs.Controls.Add(this.lstImagens, 0, 0);
            this.tableLayoutPanelODs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelODs.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanelODs.Name = "tableLayoutPanelODs";
            this.tableLayoutPanelODs.RowCount = 2;
            this.tableLayoutPanelODs.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelODs.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelODs.Size = new System.Drawing.Size(192, 462);
            this.tableLayoutPanelODs.TabIndex = 6;
            // 
            // grpODsFedora
            // 
            this.grpODsFedora.Controls.Add(this.btnActualizar);
            this.grpODsFedora.Controls.Add(this.btnFullScreen);
            this.grpODsFedora.Controls.Add(this.trvODsFedora);
            this.grpODsFedora.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grpODsFedora.Location = new System.Drawing.Point(3, 234);
            this.grpODsFedora.Name = "grpODsFedora";
            this.grpODsFedora.Size = new System.Drawing.Size(186, 225);
            this.grpODsFedora.TabIndex = 5;
            this.grpODsFedora.TabStop = false;
            this.grpODsFedora.Text = "Objetos digitais fedora";
            // 
            // btnActualizar
            // 
            this.btnActualizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnActualizar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnActualizar.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnActualizar.Location = new System.Drawing.Point(154, 45);
            this.btnActualizar.Name = "btnActualizar";
            this.btnActualizar.Size = new System.Drawing.Size(26, 26);
            this.btnActualizar.TabIndex = 23;
            this.CurrentToolTip.SetToolTip(this.btnActualizar, "Mostrar no ecrã todo");
            this.btnActualizar.Click += new System.EventHandler(this.btnActualizar_Click);
            // 
            // btnFullScreen
            // 
            this.btnFullScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnFullScreen.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnFullScreen.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnFullScreen.Location = new System.Drawing.Point(154, 77);
            this.btnFullScreen.Name = "btnFullScreen";
            this.btnFullScreen.Size = new System.Drawing.Size(26, 26);
            this.btnFullScreen.TabIndex = 22;
            this.CurrentToolTip.SetToolTip(this.btnFullScreen, "Mostrar no ecrã todo");
            this.btnFullScreen.Click += new System.EventHandler(this.btnFullScreen_Click);
            // 
            // trvODsFedora
            // 
            this.trvODsFedora.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.trvODsFedora.HideSelection = false;
            this.trvODsFedora.Location = new System.Drawing.Point(6, 19);
            this.trvODsFedora.MinimumSize = new System.Drawing.Size(0, 100);
            this.trvODsFedora.Name = "trvODsFedora";
            this.trvODsFedora.Size = new System.Drawing.Size(142, 200);
            this.trvODsFedora.TabIndex = 11;
            this.trvODsFedora.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.trvODsFedora_BeforeSelect);
            // 
            // lstImagens
            // 
            this.lstImagens.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.lstImagens.Location = new System.Drawing.Point(3, 3);
            this.lstImagens.MinimumSize = new System.Drawing.Size(0, 100);
            this.lstImagens.Name = "lstImagens";
            this.lstImagens.Size = new System.Drawing.Size(186, 225);
            this.lstImagens.TabIndex = 1;
            this.lstImagens.SelectedIndexChanged += new System.EventHandler(this.lstImagens_SelectedIndexChanged);
            // 
            // ImageViewerControl1
            // 
            this.ImageViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ImageViewerControl1.Location = new System.Drawing.Point(0, 0);
            this.ImageViewerControl1.Name = "ImageViewerControl1";
            this.ImageViewerControl1.OtherLocationParams = null;
            this.ImageViewerControl1.Size = new System.Drawing.Size(382, 462);
            this.ImageViewerControl1.SourceLocation = null;
            this.ImageViewerControl1.TabIndex = 4;
            this.ImageViewerControl1.TipoAcessoRecurso = GISA.Model.ResourceAccessType.Smb;
            // 
            // controlFedoraPdfViewer
            // 
            this.controlFedoraPdfViewer.Cursor = System.Windows.Forms.Cursors.Default;
            this.controlFedoraPdfViewer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.controlFedoraPdfViewer.Location = new System.Drawing.Point(0, 0);
            this.controlFedoraPdfViewer.Name = "controlFedoraPdfViewer";
            this.controlFedoraPdfViewer.Qualidade = "Média";
            this.controlFedoraPdfViewer.Size = new System.Drawing.Size(382, 462);
            this.controlFedoraPdfViewer.TabIndex = 0;
            // 
            // ToolBarButton5
            // 
            this.ToolBarButton5.ImageIndex = 3;
            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 = 4;
            this.ToolBarButtonReports.Name = "ToolBarButtonReports";
            // 
            // ContextMenuPrint
            // 
            this.ContextMenuPrint.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.MenuItemPrintInventarioResumido,
            this.MenuItemPrintInventarioDetalhado,
            this.MenuItemPrintCatalogoResumido,
            this.MenuItemPrintCatalogoDetalhado,
            this.MenuItem1,
            this.MenuItemPrintUnidadesFisicasAssociadas,
            this.MenuItemPrintResultadosPesquisaResumidos,
            this.MenuItemPrintResultadosPesquisaDetalhados});
            // 
            // MenuItemPrintInventarioResumido
            // 
            this.MenuItemPrintInventarioResumido.Index = 0;
            this.MenuItemPrintInventarioResumido.Text = "&Inventário resumido";
            this.MenuItemPrintInventarioResumido.Visible = false;
            // 
            // MenuItemPrintInventarioDetalhado
            // 
            this.MenuItemPrintInventarioDetalhado.Index = 1;
            this.MenuItemPrintInventarioDetalhado.Text = "&Inventário detalhado";
            this.MenuItemPrintInventarioDetalhado.Visible = false;
            // 
            // MenuItemPrintCatalogoResumido
            // 
            this.MenuItemPrintCatalogoResumido.Index = 2;
            this.MenuItemPrintCatalogoResumido.Text = "&Catálogo resumido";
            this.MenuItemPrintCatalogoResumido.Visible = false;
            // 
            // MenuItemPrintCatalogoDetalhado
            // 
            this.MenuItemPrintCatalogoDetalhado.Index = 3;
            this.MenuItemPrintCatalogoDetalhado.Text = "&Catálogo detalhado";
            this.MenuItemPrintCatalogoDetalhado.Visible = false;
            // 
            // MenuItem1
            // 
            this.MenuItem1.Index = 4;
            this.MenuItem1.Text = "-";
            this.MenuItem1.Visible = false;
            // 
            // MenuItemPrintUnidadesFisicasAssociadas
            // 
            this.MenuItemPrintUnidadesFisicasAssociadas.Index = 5;
            this.MenuItemPrintUnidadesFisicasAssociadas.Text = "&Unidades Físicas Associadas";
            this.MenuItemPrintUnidadesFisicasAssociadas.Visible = false;
            // 
            // MenuItemPrintResultadosPesquisaResumidos
            // 
            this.MenuItemPrintResultadosPesquisaResumidos.Index = 6;
            this.MenuItemPrintResultadosPesquisaResumidos.Text = "&Resultados da Pesquisa Resumidos";
            // 
            // MenuItemPrintResultadosPesquisaDetalhados
            // 
            this.MenuItemPrintResultadosPesquisaDetalhados.Index = 7;
            this.MenuItemPrintResultadosPesquisaDetalhados.Text = "Resultados de Pesquisa Detalhados";
            // 
            // ToolBarButton_InfoEPs
            // 
            this.ToolBarButton_InfoEPs.ImageIndex = 5;
            this.ToolBarButton_InfoEPs.Name = "ToolBarButton_InfoEPs";
            this.ToolBarButton_InfoEPs.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
            // 
            // panelInfoEPs1
            // 
            this.panelInfoEPs1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelInfoEPs1.Location = new System.Drawing.Point(0, 0);
            this.panelInfoEPs1.Name = "panelInfoEPs1";
            this.panelInfoEPs1.Size = new System.Drawing.Size(600, 550);
            this.panelInfoEPs1.TabIndex = 2;
            this.panelInfoEPs1.TheRTFBuilder = null;
            // 
            // panelInfoSDocs1
            // 
            this.panelInfoSDocs1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelInfoSDocs1.Location = new System.Drawing.Point(0, 0);
            this.panelInfoSDocs1.Name = "panelInfoSDocs1";
            this.panelInfoSDocs1.Size = new System.Drawing.Size(600, 550);
            this.panelInfoSDocs1.TabIndex = 2;
            this.panelInfoSDocs1.TheRTFBuilder = null;
            // 
            // SlavePanelPesquisa
            // 
            this.Controls.Add(this.pnlResultados);
            this.Controls.Add(this.pnlUnidadesFisicas);
            this.Controls.Add(this.pnlDetalhesImagem);
            this.Controls.Add(this.pnlDetalhesTexto);
            this.Controls.Add(this.panelInfoSDocs1);
            this.Controls.Add(this.panelInfoEPs1);
            this.Name = "SlavePanelPesquisa";
            this.Size = new System.Drawing.Size(600, 550);
            this.Controls.SetChildIndex(this.panelInfoEPs1, 0);
            this.Controls.SetChildIndex(this.panelInfoSDocs1, 0);
            this.Controls.SetChildIndex(this.lblFuncao, 0);
            this.Controls.SetChildIndex(this.pnlToolbarPadding, 0);
            this.Controls.SetChildIndex(this.pnlDetalhesTexto, 0);
            this.Controls.SetChildIndex(this.pnlDetalhesImagem, 0);
            this.Controls.SetChildIndex(this.pnlUnidadesFisicas, 0);
            this.Controls.SetChildIndex(this.pnlResultados, 0);
            this.pnlToolbarPadding.ResumeLayout(false);
            this.pnlResultados.ResumeLayout(false);
            this.pnlUnidadesFisicas.ResumeLayout(false);
            this.GroupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.pnlDetalhesTexto.ResumeLayout(false);
            this.GroupBox4.ResumeLayout(false);
            this.ContextMenuRichText.ResumeLayout(false);
            this.pnlDetalhesImagem.ResumeLayout(false);
            this.grpObjetosDigitais.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.tableLayoutPanelODs.ResumeLayout(false);
            this.grpODsFedora.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		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);

		}