private void InitializeComponent()
		{
            this.GroupBox1 = new System.Windows.Forms.GroupBox();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.grpObjectosDigitais = new System.Windows.Forms.GroupBox();
            this.lstVwIndiceDocumento = new System.Windows.Forms.ListView();
            this.colDescricao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colFicheiro = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.btnFim = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnInicio = new System.Windows.Forms.Button();
            this.btnEdit = new System.Windows.Forms.Button();
            this.btnBaixo = new System.Windows.Forms.Button();
            this.btnRemove = new System.Windows.Forms.Button();
            this.btnCima = new System.Windows.Forms.Button();
            this.grpVisualizacao = new System.Windows.Forms.GroupBox();
            this.ImageViewerControl1 = new GISA.ImageViewerControl();
            this.controlFedoraPdfViewer1 = new GISA.ControlFedoraPdfViewer();
            this.GroupBox1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.grpObjectosDigitais.SuspendLayout();
            this.grpVisualizacao.SuspendLayout();
            this.SuspendLayout();
            // 
            // GroupBox1
            // 
            this.GroupBox1.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.GroupBox1.Controls.Add(this.splitContainer1);
            this.GroupBox1.Location = new System.Drawing.Point(3, 3);
            this.GroupBox1.Name = "GroupBox1";
            this.GroupBox1.Size = new System.Drawing.Size(794, 594);
            this.GroupBox1.TabIndex = 4;
            this.GroupBox1.TabStop = false;
            this.GroupBox1.Text = "3.*. 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.grpObjectosDigitais);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.grpVisualizacao);
            this.splitContainer1.Size = new System.Drawing.Size(788, 575);
            this.splitContainer1.SplitterDistance = 511;
            this.splitContainer1.TabIndex = 11;
            // 
            // grpObjectosDigitais
            // 
            this.grpObjectosDigitais.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.grpObjectosDigitais.Controls.Add(this.lstVwIndiceDocumento);
            this.grpObjectosDigitais.Controls.Add(this.btnFim);
            this.grpObjectosDigitais.Controls.Add(this.btnAdd);
            this.grpObjectosDigitais.Controls.Add(this.btnInicio);
            this.grpObjectosDigitais.Controls.Add(this.btnEdit);
            this.grpObjectosDigitais.Controls.Add(this.btnBaixo);
            this.grpObjectosDigitais.Controls.Add(this.btnRemove);
            this.grpObjectosDigitais.Controls.Add(this.btnCima);
            this.grpObjectosDigitais.Location = new System.Drawing.Point(0, 0);
            this.grpObjectosDigitais.Name = "grpObjectosDigitais";
            this.grpObjectosDigitais.Size = new System.Drawing.Size(511, 575);
            this.grpObjectosDigitais.TabIndex = 10;
            this.grpObjectosDigitais.TabStop = false;
            this.grpObjectosDigitais.Text = "Objetos digitais";
            // 
            // lstVwIndiceDocumento
            // 
            this.lstVwIndiceDocumento.AllowColumnReorder = true;
            this.lstVwIndiceDocumento.AllowDrop = true;
            this.lstVwIndiceDocumento.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.lstVwIndiceDocumento.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colDescricao,
            this.colPath,
            this.colFicheiro});
            this.lstVwIndiceDocumento.FullRowSelect = true;
            this.lstVwIndiceDocumento.HideSelection = false;
            this.lstVwIndiceDocumento.LabelEdit = true;
            this.lstVwIndiceDocumento.Location = new System.Drawing.Point(6, 19);
            this.lstVwIndiceDocumento.Name = "lstVwIndiceDocumento";
            this.lstVwIndiceDocumento.Size = new System.Drawing.Size(469, 550);
            this.lstVwIndiceDocumento.TabIndex = 17;
            this.lstVwIndiceDocumento.UseCompatibleStateImageBehavior = false;
            this.lstVwIndiceDocumento.View = System.Windows.Forms.View.Details;
            // 
            // colDescricao
            // 
            this.colDescricao.Text = "Descrição";
            this.colDescricao.Width = 360;
            // 
            // colPath
            // 
            this.colPath.Text = "Localização";
            this.colPath.Width = 100;
            // 
            // colFicheiro
            // 
            this.colFicheiro.Text = "Identificador";
            this.colFicheiro.Width = 250;
            // 
            // btnFim
            // 
            this.btnFim.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnFim.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnFim.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnFim.Location = new System.Drawing.Point(481, 234);
            this.btnFim.Name = "btnFim";
            this.btnFim.Size = new System.Drawing.Size(24, 24);
            this.btnFim.TabIndex = 24;
            // 
            // btnAdd
            // 
            this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnAdd.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnAdd.Location = new System.Drawing.Point(481, 36);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(24, 24);
            this.btnAdd.TabIndex = 18;
            // 
            // btnInicio
            // 
            this.btnInicio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnInicio.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnInicio.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnInicio.Location = new System.Drawing.Point(481, 144);
            this.btnInicio.Name = "btnInicio";
            this.btnInicio.Size = new System.Drawing.Size(24, 24);
            this.btnInicio.TabIndex = 23;
            // 
            // btnEdit
            // 
            this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnEdit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnEdit.Location = new System.Drawing.Point(481, 66);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(24, 24);
            this.btnEdit.TabIndex = 19;
            // 
            // btnBaixo
            // 
            this.btnBaixo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBaixo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnBaixo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnBaixo.Location = new System.Drawing.Point(481, 204);
            this.btnBaixo.Name = "btnBaixo";
            this.btnBaixo.Size = new System.Drawing.Size(24, 24);
            this.btnBaixo.TabIndex = 22;
            // 
            // btnRemove
            // 
            this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnRemove.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnRemove.Location = new System.Drawing.Point(481, 96);
            this.btnRemove.Name = "btnRemove";
            this.btnRemove.Size = new System.Drawing.Size(24, 24);
            this.btnRemove.TabIndex = 20;
            // 
            // btnCima
            // 
            this.btnCima.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCima.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnCima.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnCima.Location = new System.Drawing.Point(481, 174);
            this.btnCima.Name = "btnCima";
            this.btnCima.Size = new System.Drawing.Size(24, 24);
            this.btnCima.TabIndex = 21;
            // 
            // grpVisualizacao
            // 
            this.grpVisualizacao.Controls.Add(this.ImageViewerControl1);
            this.grpVisualizacao.Controls.Add(this.controlFedoraPdfViewer1);
            this.grpVisualizacao.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grpVisualizacao.Location = new System.Drawing.Point(0, 0);
            this.grpVisualizacao.Name = "grpVisualizacao";
            this.grpVisualizacao.Size = new System.Drawing.Size(273, 575);
            this.grpVisualizacao.TabIndex = 3;
            this.grpVisualizacao.TabStop = false;
            this.grpVisualizacao.Text = "Visualização";
            // 
            // ImageViewerControl1
            // 
            this.ImageViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ImageViewerControl1.Location = new System.Drawing.Point(3, 16);
            this.ImageViewerControl1.Name = "ImageViewerControl1";
            this.ImageViewerControl1.OtherLocationParams = null;
            this.ImageViewerControl1.Size = new System.Drawing.Size(267, 556);
            this.ImageViewerControl1.SourceLocation = null;
            this.ImageViewerControl1.TabIndex = 2;
            this.ImageViewerControl1.TipoAcessoRecurso = GISA.Model.ResourceAccessType.Smb;
            // 
            // controlFedoraPdfViewer1
            // 
            this.controlFedoraPdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.controlFedoraPdfViewer1.Location = new System.Drawing.Point(3, 16);
            this.controlFedoraPdfViewer1.Name = "controlFedoraPdfViewer1";
            this.controlFedoraPdfViewer1.Qualidade = "Baixa";
            this.controlFedoraPdfViewer1.Size = new System.Drawing.Size(267, 556);
            this.controlFedoraPdfViewer1.TabIndex = 0;
            // 
            // PanelIndiceDocumento
            // 
            this.Controls.Add(this.GroupBox1);
            this.Name = "PanelIndiceDocumento";
            this.GroupBox1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.grpObjectosDigitais.ResumeLayout(false);
            this.grpVisualizacao.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.GroupBox1            = new System.Windows.Forms.GroupBox();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.grpObjectosDigitais  = new System.Windows.Forms.GroupBox();
     this.lstVwIndiceDocumento = new System.Windows.Forms.ListView();
     this.colDescricao         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPath                 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colFicheiro             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnFim                  = new System.Windows.Forms.Button();
     this.btnAdd                  = new System.Windows.Forms.Button();
     this.btnInicio               = new System.Windows.Forms.Button();
     this.btnEdit                 = new System.Windows.Forms.Button();
     this.btnBaixo                = new System.Windows.Forms.Button();
     this.btnRemove               = new System.Windows.Forms.Button();
     this.btnCima                 = new System.Windows.Forms.Button();
     this.grpVisualizacao         = new System.Windows.Forms.GroupBox();
     this.ImageViewerControl1     = new GISA.ImageViewerControl();
     this.controlFedoraPdfViewer1 = new GISA.ControlFedoraPdfViewer();
     this.GroupBox1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.grpObjectosDigitais.SuspendLayout();
     this.grpVisualizacao.SuspendLayout();
     this.SuspendLayout();
     //
     // GroupBox1
     //
     this.GroupBox1.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.GroupBox1.Controls.Add(this.splitContainer1);
     this.GroupBox1.Location = new System.Drawing.Point(3, 3);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(794, 594);
     this.GroupBox1.TabIndex = 4;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "3.*. 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.grpObjectosDigitais);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.grpVisualizacao);
     this.splitContainer1.Size             = new System.Drawing.Size(788, 575);
     this.splitContainer1.SplitterDistance = 511;
     this.splitContainer1.TabIndex         = 11;
     //
     // grpObjectosDigitais
     //
     this.grpObjectosDigitais.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.grpObjectosDigitais.Controls.Add(this.lstVwIndiceDocumento);
     this.grpObjectosDigitais.Controls.Add(this.btnFim);
     this.grpObjectosDigitais.Controls.Add(this.btnAdd);
     this.grpObjectosDigitais.Controls.Add(this.btnInicio);
     this.grpObjectosDigitais.Controls.Add(this.btnEdit);
     this.grpObjectosDigitais.Controls.Add(this.btnBaixo);
     this.grpObjectosDigitais.Controls.Add(this.btnRemove);
     this.grpObjectosDigitais.Controls.Add(this.btnCima);
     this.grpObjectosDigitais.Location = new System.Drawing.Point(0, 0);
     this.grpObjectosDigitais.Name     = "grpObjectosDigitais";
     this.grpObjectosDigitais.Size     = new System.Drawing.Size(511, 575);
     this.grpObjectosDigitais.TabIndex = 10;
     this.grpObjectosDigitais.TabStop  = false;
     this.grpObjectosDigitais.Text     = "Objetos digitais";
     //
     // lstVwIndiceDocumento
     //
     this.lstVwIndiceDocumento.AllowColumnReorder = true;
     this.lstVwIndiceDocumento.AllowDrop          = true;
     this.lstVwIndiceDocumento.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.lstVwIndiceDocumento.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colDescricao,
         this.colPath,
         this.colFicheiro
     });
     this.lstVwIndiceDocumento.FullRowSelect = true;
     this.lstVwIndiceDocumento.HideSelection = false;
     this.lstVwIndiceDocumento.LabelEdit     = true;
     this.lstVwIndiceDocumento.Location      = new System.Drawing.Point(6, 19);
     this.lstVwIndiceDocumento.Name          = "lstVwIndiceDocumento";
     this.lstVwIndiceDocumento.Size          = new System.Drawing.Size(469, 550);
     this.lstVwIndiceDocumento.TabIndex      = 17;
     this.lstVwIndiceDocumento.UseCompatibleStateImageBehavior = false;
     this.lstVwIndiceDocumento.View = System.Windows.Forms.View.Details;
     //
     // colDescricao
     //
     this.colDescricao.Text  = "Descrição";
     this.colDescricao.Width = 360;
     //
     // colPath
     //
     this.colPath.Text  = "Localização";
     this.colPath.Width = 100;
     //
     // colFicheiro
     //
     this.colFicheiro.Text  = "Identificador";
     this.colFicheiro.Width = 250;
     //
     // btnFim
     //
     this.btnFim.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFim.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnFim.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnFim.Location  = new System.Drawing.Point(481, 234);
     this.btnFim.Name      = "btnFim";
     this.btnFim.Size      = new System.Drawing.Size(24, 24);
     this.btnFim.TabIndex  = 24;
     //
     // btnAdd
     //
     this.btnAdd.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAdd.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnAdd.Location  = new System.Drawing.Point(481, 36);
     this.btnAdd.Name      = "btnAdd";
     this.btnAdd.Size      = new System.Drawing.Size(24, 24);
     this.btnAdd.TabIndex  = 18;
     //
     // btnInicio
     //
     this.btnInicio.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnInicio.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnInicio.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnInicio.Location  = new System.Drawing.Point(481, 144);
     this.btnInicio.Name      = "btnInicio";
     this.btnInicio.Size      = new System.Drawing.Size(24, 24);
     this.btnInicio.TabIndex  = 23;
     //
     // btnEdit
     //
     this.btnEdit.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnEdit.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnEdit.Location  = new System.Drawing.Point(481, 66);
     this.btnEdit.Name      = "btnEdit";
     this.btnEdit.Size      = new System.Drawing.Size(24, 24);
     this.btnEdit.TabIndex  = 19;
     //
     // btnBaixo
     //
     this.btnBaixo.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBaixo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnBaixo.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnBaixo.Location  = new System.Drawing.Point(481, 204);
     this.btnBaixo.Name      = "btnBaixo";
     this.btnBaixo.Size      = new System.Drawing.Size(24, 24);
     this.btnBaixo.TabIndex  = 22;
     //
     // btnRemove
     //
     this.btnRemove.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnRemove.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnRemove.Location  = new System.Drawing.Point(481, 96);
     this.btnRemove.Name      = "btnRemove";
     this.btnRemove.Size      = new System.Drawing.Size(24, 24);
     this.btnRemove.TabIndex  = 20;
     //
     // btnCima
     //
     this.btnCima.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCima.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCima.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnCima.Location  = new System.Drawing.Point(481, 174);
     this.btnCima.Name      = "btnCima";
     this.btnCima.Size      = new System.Drawing.Size(24, 24);
     this.btnCima.TabIndex  = 21;
     //
     // grpVisualizacao
     //
     this.grpVisualizacao.Controls.Add(this.ImageViewerControl1);
     this.grpVisualizacao.Controls.Add(this.controlFedoraPdfViewer1);
     this.grpVisualizacao.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grpVisualizacao.Location = new System.Drawing.Point(0, 0);
     this.grpVisualizacao.Name     = "grpVisualizacao";
     this.grpVisualizacao.Size     = new System.Drawing.Size(273, 575);
     this.grpVisualizacao.TabIndex = 3;
     this.grpVisualizacao.TabStop  = false;
     this.grpVisualizacao.Text     = "Visualização";
     //
     // ImageViewerControl1
     //
     this.ImageViewerControl1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.ImageViewerControl1.Location            = new System.Drawing.Point(3, 16);
     this.ImageViewerControl1.Name                = "ImageViewerControl1";
     this.ImageViewerControl1.OtherLocationParams = null;
     this.ImageViewerControl1.Size                = new System.Drawing.Size(267, 556);
     this.ImageViewerControl1.SourceLocation      = null;
     this.ImageViewerControl1.TabIndex            = 2;
     this.ImageViewerControl1.TipoAcessoRecurso   = GISA.Model.ResourceAccessType.Smb;
     //
     // controlFedoraPdfViewer1
     //
     this.controlFedoraPdfViewer1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.controlFedoraPdfViewer1.Location  = new System.Drawing.Point(3, 16);
     this.controlFedoraPdfViewer1.Name      = "controlFedoraPdfViewer1";
     this.controlFedoraPdfViewer1.Qualidade = "Baixa";
     this.controlFedoraPdfViewer1.Size      = new System.Drawing.Size(267, 556);
     this.controlFedoraPdfViewer1.TabIndex  = 0;
     //
     // PanelIndiceDocumento
     //
     this.Controls.Add(this.GroupBox1);
     this.Name = "PanelIndiceDocumento";
     this.GroupBox1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.grpObjectosDigitais.ResumeLayout(false);
     this.grpVisualizacao.ResumeLayout(false);
     this.ResumeLayout(false);
 }