Beispiel #1
0
 private void beforeNewSelection_Action(ControloNivelList.BeforeNewSelectionEventArgs e)
 {
     if (BeforeNodeSelection != null)
         BeforeNodeSelection(e);
 }
		private void InitializeComponent()
		{
            this.TabControl1 = new System.Windows.Forms.TabControl();
            this.TabPage2 = new System.Windows.Forms.TabPage();
            this.chkFiltroUFsEliminadas = new System.Windows.Forms.CheckBox();
            this.txtGuiaIncorporacao = new System.Windows.Forms.TextBox();
            this.lblGuiaIncorporacao = new System.Windows.Forms.Label();
            this.txtCodigoBarras = new System.Windows.Forms.TextBox();
            this.lblCodigoBarras = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cdbInicioDoFim = new GISA.Controls.PxCompleteDateBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.cdbFimDoFim = new GISA.Controls.PxCompleteDateBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cdbDataInicio = new GISA.Controls.PxCompleteDateBox();
            this.lblDataProducaoInicio = new System.Windows.Forms.Label();
            this.lblDataProducaoFim = new System.Windows.Forms.Label();
            this.cdbDataFim = new GISA.Controls.PxCompleteDateBox();
            this.cbTipoAcond = new System.Windows.Forms.ComboBox();
            this.Label3 = new System.Windows.Forms.Label();
            this.cbAssociacoes = new System.Windows.Forms.ComboBox();
            this.Label2 = new System.Windows.Forms.Label();
            this.cdbDataEdicaoInicio = new GISA.Controls.PxCompleteDateBox();
            this.cdbDataEdicaoFim = new GISA.Controls.PxCompleteDateBox();
            this.lblDataEdicaoFim = new System.Windows.Forms.Label();
            this.lblDataEdicaoInicio = new System.Windows.Forms.Label();
            this.Label1 = new System.Windows.Forms.Label();
            this.txtOperador = new System.Windows.Forms.TextBox();
            this.lblOperador = new System.Windows.Forms.Label();
            this.lblDatasProducao = new System.Windows.Forms.Label();
            this.txtDesignacao = new System.Windows.Forms.TextBox();
            this.lblDesignacao = new System.Windows.Forms.Label();
            this.txtCdReferencia = new System.Windows.Forms.TextBox();
            this.lblNumero = new System.Windows.Forms.Label();
            this.txtCota = new System.Windows.Forms.TextBox();
            this.lblCota = new System.Windows.Forms.Label();
            this.txtConteudoInformacional = new System.Windows.Forms.TextBox();
            this.lblConteudo = new System.Windows.Forms.Label();
            this.TabPage3 = new System.Windows.Forms.TabPage();
            this.chkEstruturaArquivistica = new System.Windows.Forms.CheckBox();
            this.cnList = new ControloNivelList();
            this.ToolBarButtonExecutar = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButtonLimpar = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButtonAjuda = new System.Windows.Forms.ToolBarButton();
            this.pnlToolbarPadding.SuspendLayout();
            this.TabControl1.SuspendLayout();
            this.TabPage2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.TabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblFuncao
            // 
            this.lblFuncao.Location = new System.Drawing.Point(0, 0);
            this.lblFuncao.Size = new System.Drawing.Size(800, 24);
            this.lblFuncao.Text = "Pesquisa";
            // 
            // ToolBar
            // 
            this.ToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.ToolBarButtonExecutar,
            this.ToolBarButtonLimpar,
            this.ToolBarButtonAjuda});
            this.ToolBar.ImageList = null;
            this.ToolBar.Size = new System.Drawing.Size(3624, 26);
            // 
            // pnlToolbarPadding
            // 
            this.pnlToolbarPadding.Location = new System.Drawing.Point(0, 24);
            this.pnlToolbarPadding.Size = new System.Drawing.Size(800, 28);
            // 
            // TabControl1
            // 
            this.TabControl1.Controls.Add(this.TabPage2);
            this.TabControl1.Controls.Add(this.TabPage3);
            this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.TabControl1.Location = new System.Drawing.Point(0, 52);
            this.TabControl1.Name = "TabControl1";
            this.TabControl1.SelectedIndex = 0;
            this.TabControl1.Size = new System.Drawing.Size(800, 403);
            this.TabControl1.TabIndex = 1;
            // 
            // TabPage2
            // 
            this.TabPage2.AutoScroll = true;
            this.TabPage2.Controls.Add(this.chkFiltroUFsEliminadas);
            this.TabPage2.Controls.Add(this.txtGuiaIncorporacao);
            this.TabPage2.Controls.Add(this.lblGuiaIncorporacao);
            this.TabPage2.Controls.Add(this.txtCodigoBarras);
            this.TabPage2.Controls.Add(this.lblCodigoBarras);
            this.TabPage2.Controls.Add(this.groupBox2);
            this.TabPage2.Controls.Add(this.groupBox1);
            this.TabPage2.Controls.Add(this.cbTipoAcond);
            this.TabPage2.Controls.Add(this.Label3);
            this.TabPage2.Controls.Add(this.cbAssociacoes);
            this.TabPage2.Controls.Add(this.Label2);
            this.TabPage2.Controls.Add(this.cdbDataEdicaoInicio);
            this.TabPage2.Controls.Add(this.cdbDataEdicaoFim);
            this.TabPage2.Controls.Add(this.lblDataEdicaoFim);
            this.TabPage2.Controls.Add(this.lblDataEdicaoInicio);
            this.TabPage2.Controls.Add(this.Label1);
            this.TabPage2.Controls.Add(this.txtOperador);
            this.TabPage2.Controls.Add(this.lblOperador);
            this.TabPage2.Controls.Add(this.lblDatasProducao);
            this.TabPage2.Controls.Add(this.txtDesignacao);
            this.TabPage2.Controls.Add(this.lblDesignacao);
            this.TabPage2.Controls.Add(this.txtCdReferencia);
            this.TabPage2.Controls.Add(this.lblNumero);
            this.TabPage2.Controls.Add(this.txtCota);
            this.TabPage2.Controls.Add(this.lblCota);
            this.TabPage2.Controls.Add(this.txtConteudoInformacional);
            this.TabPage2.Controls.Add(this.lblConteudo);
            this.TabPage2.Location = new System.Drawing.Point(4, 22);
            this.TabPage2.Name = "TabPage2";
            this.TabPage2.Size = new System.Drawing.Size(792, 377);
            this.TabPage2.TabIndex = 1;
            this.TabPage2.Text = "Descrição";
            // 
            // chkFiltroUFsEliminadas
            // 
            this.chkFiltroUFsEliminadas.AutoSize = true;
            this.chkFiltroUFsEliminadas.Checked = false;
            this.chkFiltroUFsEliminadas.CheckState = System.Windows.Forms.CheckState.Unchecked;
            this.chkFiltroUFsEliminadas.Location = new System.Drawing.Point(398, 10);
            this.chkFiltroUFsEliminadas.Name = "chkFiltroUFsEliminadas";
            this.chkFiltroUFsEliminadas.Size = new System.Drawing.Size(214, 17);
            this.chkFiltroUFsEliminadas.TabIndex = 99;
            this.chkFiltroUFsEliminadas.Text = "Incluir unidades físicas eliminadas";
            this.chkFiltroUFsEliminadas.UseVisualStyleBackColor = true;
            // 
            // txtGuiaIncorporacao
            // 
            this.txtGuiaIncorporacao.Location = new System.Drawing.Point(128, 329);
            this.txtGuiaIncorporacao.MaxLength = 2000;
            this.txtGuiaIncorporacao.Name = "txtGuiaIncorporacao";
            this.txtGuiaIncorporacao.Size = new System.Drawing.Size(568, 20);
            this.txtGuiaIncorporacao.TabIndex = 97;
            this.txtGuiaIncorporacao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisaUF_KeyDown);
            // 
            // lblGuiaIncorporacao
            // 
            this.lblGuiaIncorporacao.Location = new System.Drawing.Point(8, 326);
            this.lblGuiaIncorporacao.Name = "lblGuiaIncorporacao";
            this.lblGuiaIncorporacao.Size = new System.Drawing.Size(128, 24);
            this.lblGuiaIncorporacao.TabIndex = 98;
            this.lblGuiaIncorporacao.Text = "Guia de incorporação";
            this.lblGuiaIncorporacao.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtCodigoBarras
            // 
            this.txtCodigoBarras.Location = new System.Drawing.Point(128, 86);
            this.txtCodigoBarras.MaxLength = 2000;
            this.txtCodigoBarras.Name = "txtCodigoBarras";
            this.txtCodigoBarras.Size = new System.Drawing.Size(252, 20);
            this.txtCodigoBarras.TabIndex = 96;
            this.txtCodigoBarras.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisaUF_KeyDown);
            // 
            // lblCodigoBarras
            // 
            this.lblCodigoBarras.Location = new System.Drawing.Point(8, 83);
            this.lblCodigoBarras.Name = "lblCodigoBarras";
            this.lblCodigoBarras.Size = new System.Drawing.Size(128, 24);
            this.lblCodigoBarras.TabIndex = 95;
            this.lblCodigoBarras.Text = "Código de barras:";
            this.lblCodigoBarras.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cdbInicioDoFim);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.cdbFimDoFim);
            this.groupBox2.Location = new System.Drawing.Point(351, 112);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(217, 77);
            this.groupBox2.TabIndex = 94;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Fim";
            // 
            // cdbInicioDoFim
            // 
            this.cdbInicioDoFim.Checked = false;
            this.cdbInicioDoFim.Day = 1;
            this.cdbInicioDoFim.Location = new System.Drawing.Point(47, 19);
            this.cdbInicioDoFim.Month = 1;
            this.cdbInicioDoFim.Name = "cdbInicioDoFim";
            this.cdbInicioDoFim.Size = new System.Drawing.Size(160, 22);
            this.cdbInicioDoFim.TabIndex = 9;
            this.cdbInicioDoFim.Year = 1;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(11, 19);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(44, 24);
            this.label4.TabIndex = 12;
            this.label4.Text = "entre";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(11, 43);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(16, 24);
            this.label5.TabIndex = 14;
            this.label5.Text = "e";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cdbFimDoFim
            // 
            this.cdbFimDoFim.Checked = false;
            this.cdbFimDoFim.Day = 1;
            this.cdbFimDoFim.Location = new System.Drawing.Point(47, 47);
            this.cdbFimDoFim.Month = 1;
            this.cdbFimDoFim.Name = "cdbFimDoFim";
            this.cdbFimDoFim.Size = new System.Drawing.Size(160, 22);
            this.cdbFimDoFim.TabIndex = 10;
            this.cdbFimDoFim.Year = 1;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cdbDataInicio);
            this.groupBox1.Controls.Add(this.lblDataProducaoInicio);
            this.groupBox1.Controls.Add(this.lblDataProducaoFim);
            this.groupBox1.Controls.Add(this.cdbDataFim);
            this.groupBox1.Location = new System.Drawing.Point(128, 112);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(217, 77);
            this.groupBox1.TabIndex = 93;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Início";
            // 
            // cdbDataInicio
            // 
            this.cdbDataInicio.Checked = false;
            this.cdbDataInicio.Day = 1;
            this.cdbDataInicio.Location = new System.Drawing.Point(47, 19);
            this.cdbDataInicio.Month = 1;
            this.cdbDataInicio.Name = "cdbDataInicio";
            this.cdbDataInicio.Size = new System.Drawing.Size(160, 22);
            this.cdbDataInicio.TabIndex = 7;
            this.cdbDataInicio.Year = 1;
            // 
            // lblDataProducaoInicio
            // 
            this.lblDataProducaoInicio.Location = new System.Drawing.Point(11, 19);
            this.lblDataProducaoInicio.Name = "lblDataProducaoInicio";
            this.lblDataProducaoInicio.Size = new System.Drawing.Size(44, 24);
            this.lblDataProducaoInicio.TabIndex = 12;
            this.lblDataProducaoInicio.Text = "entre";
            this.lblDataProducaoInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblDataProducaoFim
            // 
            this.lblDataProducaoFim.Location = new System.Drawing.Point(11, 43);
            this.lblDataProducaoFim.Name = "lblDataProducaoFim";
            this.lblDataProducaoFim.Size = new System.Drawing.Size(16, 24);
            this.lblDataProducaoFim.TabIndex = 14;
            this.lblDataProducaoFim.Text = "e";
            this.lblDataProducaoFim.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cdbDataFim
            // 
            this.cdbDataFim.Checked = false;
            this.cdbDataFim.Day = 1;
            this.cdbDataFim.Location = new System.Drawing.Point(47, 47);
            this.cdbDataFim.Month = 1;
            this.cdbDataFim.Name = "cdbDataFim";
            this.cdbDataFim.Size = new System.Drawing.Size(160, 22);
            this.cdbDataFim.TabIndex = 8;
            this.cdbDataFim.Year = 1;
            // 
            // cbTipoAcond
            // 
            this.cbTipoAcond.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbTipoAcond.Location = new System.Drawing.Point(128, 221);
            this.cbTipoAcond.Name = "cbTipoAcond";
            this.cbTipoAcond.Size = new System.Drawing.Size(252, 21);
            this.cbTipoAcond.TabIndex = 92;
            // 
            // Label3
            // 
            this.Label3.Location = new System.Drawing.Point(8, 218);
            this.Label3.Name = "Label3";
            this.Label3.Size = new System.Drawing.Size(128, 24);
            this.Label3.TabIndex = 91;
            this.Label3.Text = "Tipo de Unidade Fisica:";
            this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cbAssociacoes
            // 
            this.cbAssociacoes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAssociacoes.Items.AddRange(new object[] {
            "Todas",
            "Com unidades informacionais",
            "Sem unidades informacionais"});
            this.cbAssociacoes.Location = new System.Drawing.Point(128, 302);
            this.cbAssociacoes.Name = "cbAssociacoes";
            this.cbAssociacoes.Size = new System.Drawing.Size(252, 21);
            this.cbAssociacoes.TabIndex = 89;
            // 
            // Label2
            // 
            this.Label2.Location = new System.Drawing.Point(8, 299);
            this.Label2.Name = "Label2";
            this.Label2.Size = new System.Drawing.Size(128, 24);
            this.Label2.TabIndex = 90;
            this.Label2.Text = "Unidades informacionais:";
            this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cdbDataEdicaoInicio
            // 
            this.cdbDataEdicaoInicio.Checked = false;
            this.cdbDataEdicaoInicio.Day = 1;
            this.cdbDataEdicaoInicio.Location = new System.Drawing.Point(164, 274);
            this.cdbDataEdicaoInicio.Month = 1;
            this.cdbDataEdicaoInicio.Name = "cdbDataEdicaoInicio";
            this.cdbDataEdicaoInicio.Size = new System.Drawing.Size(171, 22);
            this.cdbDataEdicaoInicio.TabIndex = 80;
            this.cdbDataEdicaoInicio.Year = 1;
            // 
            // cdbDataEdicaoFim
            // 
            this.cdbDataEdicaoFim.Checked = false;
            this.cdbDataEdicaoFim.Day = 1;
            this.cdbDataEdicaoFim.Location = new System.Drawing.Point(365, 273);
            this.cdbDataEdicaoFim.Month = 1;
            this.cdbDataEdicaoFim.Name = "cdbDataEdicaoFim";
            this.cdbDataEdicaoFim.Size = new System.Drawing.Size(166, 22);
            this.cdbDataEdicaoFim.TabIndex = 79;
            this.cdbDataEdicaoFim.Year = 1;
            // 
            // lblDataEdicaoFim
            // 
            this.lblDataEdicaoFim.Location = new System.Drawing.Point(341, 271);
            this.lblDataEdicaoFim.Name = "lblDataEdicaoFim";
            this.lblDataEdicaoFim.Size = new System.Drawing.Size(16, 24);
            this.lblDataEdicaoFim.TabIndex = 76;
            this.lblDataEdicaoFim.Text = "e";
            this.lblDataEdicaoFim.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblDataEdicaoInicio
            // 
            this.lblDataEdicaoInicio.Location = new System.Drawing.Point(125, 271);
            this.lblDataEdicaoInicio.Name = "lblDataEdicaoInicio";
            this.lblDataEdicaoInicio.Size = new System.Drawing.Size(44, 24);
            this.lblDataEdicaoInicio.TabIndex = 62;
            this.lblDataEdicaoInicio.Text = "entre";
            this.lblDataEdicaoInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // Label1
            // 
            this.Label1.Location = new System.Drawing.Point(8, 272);
            this.Label1.Name = "Label1";
            this.Label1.Size = new System.Drawing.Size(128, 24);
            this.Label1.TabIndex = 61;
            this.Label1.Text = "Data de edição:";
            this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtOperador
            // 
            this.txtOperador.Location = new System.Drawing.Point(128, 248);
            this.txtOperador.MaxLength = 2000;
            this.txtOperador.Name = "txtOperador";
            this.txtOperador.Size = new System.Drawing.Size(252, 20);
            this.txtOperador.TabIndex = 8;
            this.txtOperador.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisaUF_KeyDown);
            // 
            // lblOperador
            // 
            this.lblOperador.Location = new System.Drawing.Point(8, 245);
            this.lblOperador.Name = "lblOperador";
            this.lblOperador.Size = new System.Drawing.Size(128, 24);
            this.lblOperador.TabIndex = 55;
            this.lblOperador.Text = "Operador / Grupo:";
            this.lblOperador.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblDatasProducao
            // 
            this.lblDatasProducao.Location = new System.Drawing.Point(8, 128);
            this.lblDatasProducao.Name = "lblDatasProducao";
            this.lblDatasProducao.Size = new System.Drawing.Size(128, 24);
            this.lblDatasProducao.TabIndex = 54;
            this.lblDatasProducao.Text = "Data de produção:";
            this.lblDatasProducao.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtDesignacao
            // 
            this.txtDesignacao.Location = new System.Drawing.Point(128, 34);
            this.txtDesignacao.MaxLength = 2000;
            this.txtDesignacao.Name = "txtDesignacao";
            this.txtDesignacao.Size = new System.Drawing.Size(568, 20);
            this.txtDesignacao.TabIndex = 3;
            this.txtDesignacao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisaUF_KeyDown);
            // 
            // lblDesignacao
            // 
            this.lblDesignacao.Location = new System.Drawing.Point(8, 30);
            this.lblDesignacao.Name = "lblDesignacao";
            this.lblDesignacao.Size = new System.Drawing.Size(128, 24);
            this.lblDesignacao.TabIndex = 48;
            this.lblDesignacao.Text = "Título:";
            this.lblDesignacao.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtCdReferencia
            // 
            this.txtCdReferencia.Location = new System.Drawing.Point(128, 8);
            this.txtCdReferencia.MaxLength = 2000;
            this.txtCdReferencia.Name = "txtCdReferencia";
            this.txtCdReferencia.Size = new System.Drawing.Size(252, 20);
            this.txtCdReferencia.TabIndex = 2;
            this.txtCdReferencia.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisaUF_KeyDown);
            // 
            // lblNumero
            // 
            this.lblNumero.Location = new System.Drawing.Point(8, 5);
            this.lblNumero.Name = "lblNumero";
            this.lblNumero.Size = new System.Drawing.Size(128, 24);
            this.lblNumero.TabIndex = 46;
            this.lblNumero.Text = "Código parcial:";
            this.lblNumero.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtCota
            // 
            this.txtCota.Location = new System.Drawing.Point(128, 60);
            this.txtCota.MaxLength = 2000;
            this.txtCota.Name = "txtCota";
            this.txtCota.Size = new System.Drawing.Size(568, 20);
            this.txtCota.TabIndex = 4;
            this.txtCota.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisaUF_KeyDown);
            // 
            // lblCota
            // 
            this.lblCota.Location = new System.Drawing.Point(8, 57);
            this.lblCota.Name = "lblCota";
            this.lblCota.Size = new System.Drawing.Size(128, 24);
            this.lblCota.TabIndex = 44;
            this.lblCota.Text = "Cota:";
            this.lblCota.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtConteudoInformacional
            // 
            this.txtConteudoInformacional.Location = new System.Drawing.Point(128, 195);
            this.txtConteudoInformacional.MaxLength = 2000;
            this.txtConteudoInformacional.Name = "txtConteudoInformacional";
            this.txtConteudoInformacional.Size = new System.Drawing.Size(568, 20);
            this.txtConteudoInformacional.TabIndex = 7;
            this.txtConteudoInformacional.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisaUF_KeyDown);
            // 
            // lblConteudo
            // 
            this.lblConteudo.Location = new System.Drawing.Point(8, 192);
            this.lblConteudo.Name = "lblConteudo";
            this.lblConteudo.Size = new System.Drawing.Size(128, 24);
            this.lblConteudo.TabIndex = 21;
            this.lblConteudo.Text = "Conteúdo informacional:";
            this.lblConteudo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // TabPage3
            // 
            this.TabPage3.AutoScroll = true;
            this.TabPage3.Controls.Add(this.chkEstruturaArquivistica);
            this.TabPage3.Controls.Add(this.cnList);
            this.TabPage3.Location = new System.Drawing.Point(4, 22);
            this.TabPage3.Name = "TabPage3";
            this.TabPage3.Size = new System.Drawing.Size(792, 377);
            this.TabPage3.TabIndex = 2;
            this.TabPage3.Text = "Associações";
            // 
            // chkEstruturaArquivistica
            // 
            this.chkEstruturaArquivistica.Location = new System.Drawing.Point(16, 0);
            this.chkEstruturaArquivistica.Name = "chkEstruturaArquivistica";
            this.chkEstruturaArquivistica.Size = new System.Drawing.Size(72, 16);
            this.chkEstruturaArquivistica.TabIndex = 11;
            this.chkEstruturaArquivistica.Text = "Estrutura";
            // 
            // cnList
            // 
            this.cnList.Dock = System.Windows.Forms.DockStyle.Top;
            this.cnList.Location = new System.Drawing.Point(0, 0);
            this.cnList.Name = "cnList";
            this.cnList.Size = new System.Drawing.Size(775, 458);
            this.cnList.TabIndex = 12;
            // 
            // ToolBarButtonExecutar
            // 
            this.ToolBarButtonExecutar.Name = "ToolBarButtonExecutar";
            // 
            // ToolBarButtonLimpar
            // 
            this.ToolBarButtonLimpar.Name = "ToolBarButtonLimpar";
            // 
            // ToolBarButtonAjuda
            // 
            this.ToolBarButtonAjuda.Name = "ToolBarButtonAjuda";
            // 
            // MasterPanelPesquisaUF
            // 
            this.Controls.Add(this.TabControl1);
            this.Name = "MasterPanelPesquisaUF";
            this.Size = new System.Drawing.Size(800, 455);
            this.Controls.SetChildIndex(this.lblFuncao, 0);
            this.Controls.SetChildIndex(this.pnlToolbarPadding, 0);
            this.Controls.SetChildIndex(this.TabControl1, 0);
            this.pnlToolbarPadding.ResumeLayout(false);
            this.TabControl1.ResumeLayout(false);
            this.TabPage2.ResumeLayout(false);
            this.TabPage2.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.TabPage3.ResumeLayout(false);
            this.ResumeLayout(false);

		}
Beispiel #3
0
		public void InitializeComponent()
		{
			this.btnCancel = new System.Windows.Forms.Button();
			this.lblPonderacao = new System.Windows.Forms.Label();
			this.cbDensidade = new System.Windows.Forms.ComboBox();
			this.btnOk = new System.Windows.Forms.Button();
			this.cbPonderacao = new System.Windows.Forms.ComboBox();
			this.cbSubDensidade = new System.Windows.Forms.ComboBox();
			this.lblDensidade = new System.Windows.Forms.Label();
			this.lblSubDensidade = new System.Windows.Forms.Label();
			this.cnList = new ControloNivelList();
			this.SuspendLayout();
			//
			//btnCancel
			//
			this.btnCancel.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(480, 384);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(88, 23);
			this.btnCancel.TabIndex = 6;
			this.btnCancel.Text = "Cancelar";
			//
			//lblPonderacao
			//
			this.lblPonderacao.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left));
			this.lblPonderacao.Location = new System.Drawing.Point(48, 358);
			this.lblPonderacao.Name = "lblPonderacao";
			this.lblPonderacao.Size = new System.Drawing.Size(72, 16);
			this.lblPonderacao.TabIndex = 3;
			this.lblPonderacao.Text = "Ponderação:";
			//
			//cbDensidade
			//
			this.cbDensidade.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left));
			this.cbDensidade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbDensidade.Location = new System.Drawing.Point(128, 328);
			this.cbDensidade.Name = "cbDensidade";
			this.cbDensidade.Size = new System.Drawing.Size(121, 21);
			this.cbDensidade.TabIndex = 2;
			//
			//btnOk
			//
			this.btnOk.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right));
			this.btnOk.Location = new System.Drawing.Point(384, 384);
			this.btnOk.Name = "btnOk";
			this.btnOk.Size = new System.Drawing.Size(88, 23);
			this.btnOk.TabIndex = 5;
			this.btnOk.Text = "Adicionar";
			//
			//cbPonderacao
			//
			this.cbPonderacao.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left));
			this.cbPonderacao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbPonderacao.Location = new System.Drawing.Point(128, 358);
			this.cbPonderacao.Name = "cbPonderacao";
			this.cbPonderacao.Size = new System.Drawing.Size(121, 21);
			this.cbPonderacao.TabIndex = 4;
			//
			//cbSubDensidade
			//
			this.cbSubDensidade.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left));
			this.cbSubDensidade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbSubDensidade.Location = new System.Drawing.Point(368, 328);
			this.cbSubDensidade.Name = "cbSubDensidade";
			this.cbSubDensidade.Size = new System.Drawing.Size(121, 21);
			this.cbSubDensidade.TabIndex = 3;
			//
			//lblDensidade
			//
			this.lblDensidade.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left));
			this.lblDensidade.Location = new System.Drawing.Point(24, 328);
			this.lblDensidade.Name = "lblDensidade";
			this.lblDensidade.Size = new System.Drawing.Size(96, 16);
			this.lblDensidade.TabIndex = 6;
            this.lblDensidade.Text = "Tipo de produção:";
			//
			//lblSubDensidade
			//
			this.lblSubDensidade.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left));
			this.lblSubDensidade.Location = new System.Drawing.Point(264, 328);
			this.lblSubDensidade.Name = "lblSubDensidade";
			this.lblSubDensidade.Size = new System.Drawing.Size(104, 16);
			this.lblSubDensidade.TabIndex = 5;
			this.lblSubDensidade.Text = "Grau de densidade:";
			//
			//cnList
			//
			this.cnList.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.cnList.Location = new System.Drawing.Point(0, 0);
			this.cnList.Name = "cnList";
			this.cnList.Size = new System.Drawing.Size(578, 320);
			this.cnList.TabIndex = 1;
			//
			//FormComparacao
			//
			this.AcceptButton = this.btnOk;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(578, 415);
			this.ControlBox = false;
			this.Controls.Add(this.cnList);
			this.Controls.Add(this.cbSubDensidade);
			this.Controls.Add(this.cbDensidade);
			this.Controls.Add(this.lblDensidade);
			this.Controls.Add(this.lblSubDensidade);
			this.Controls.Add(this.cbPonderacao);
			this.Controls.Add(this.lblPonderacao);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOk);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MinimizeBox = false;
			this.Name = "FormComparacao";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Comparação";
			this.ResumeLayout(false);

			//INSTANT C# NOTE: Converted event handlers:
			

		}
		private void InitializeComponent()
		{
            this.TabControl1 = new System.Windows.Forms.TabControl();
            this.TabPage2 = new System.Windows.Forms.TabPage();
            this.chkEstadoConservacao = new System.Windows.Forms.CheckBox();
            this.txtAgrupador = new System.Windows.Forms.TextBox();
            this.lblAgrupador = new System.Windows.Forms.Label();
            this.chkTecnicaRegisto = new System.Windows.Forms.CheckBox();
            this.chkMaterialSuporte = new System.Windows.Forms.CheckBox();
            this.chkFormaSuporte = new System.Windows.Forms.CheckBox();
            this.txtAutor = new System.Windows.Forms.TextBox();
            this.lblAutor = new System.Windows.Forms.Label();
            this.buttonAutor = new System.Windows.Forms.Button();
            this.grpNiveisDescricao = new System.Windows.Forms.GroupBox();
            this.lstNiveisDocumentais = new System.Windows.Forms.ListBox();
            this.txtID = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cdbInicioDoFim = new GISA.Controls.PxCompleteDateBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.cdbFimDoFim = new GISA.Controls.PxCompleteDateBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cdbDataInicio = new GISA.Controls.PxCompleteDateBox();
            this.lblDataProducaoInicio = new System.Windows.Forms.Label();
            this.lblDataProducaoFim = new System.Windows.Forms.Label();
            this.cdbDataFim = new GISA.Controls.PxCompleteDateBox();
            this.lblID = new System.Windows.Forms.Label();
            this.chkApenasDataElimExp = new System.Windows.Forms.CheckBox();
            this.txtCodigoParcial = new System.Windows.Forms.TextBox();
            this.lblCodigoParcial = new System.Windows.Forms.Label();
            this.lblDatasProducao = new System.Windows.Forms.Label();
            this.txtDesignacao = new System.Windows.Forms.TextBox();
            this.lblDesignacao = new System.Windows.Forms.Label();
            this.txtNotas = new System.Windows.Forms.TextBox();
            this.lblNotas = new System.Windows.Forms.Label();
            this.cbModulo = new System.Windows.Forms.ComboBox();
            this.lblModulo = new System.Windows.Forms.Label();
            this.grpMaterialSuporte = new System.Windows.Forms.GroupBox();
            this.cbMaterialSuporte = new System.Windows.Forms.ComboBox();
            this.lstMaterialSuporte = new System.Windows.Forms.ListBox();
            this.grpEstadoConservacao = new System.Windows.Forms.GroupBox();
            this.lstEstadoConservacao = new System.Windows.Forms.ListBox();
            this.grpTecnicaRegisto = new System.Windows.Forms.GroupBox();
            this.cbTecnicaRegisto = new System.Windows.Forms.ComboBox();
            this.lstTecnicaRegisto = new System.Windows.Forms.ListBox();
            this.grpFormaSuporte = new System.Windows.Forms.GroupBox();
            this.cbFormaSuporte = new System.Windows.Forms.ComboBox();
            this.lstFormaSuporte = new System.Windows.Forms.ListBox();
            this.txtCota = new System.Windows.Forms.TextBox();
            this.lblCota = new System.Windows.Forms.Label();
            this.txtConteudoInformacional = new System.Windows.Forms.TextBox();
            this.lblConteudoInformacional = new System.Windows.Forms.Label();
            this.ButtonTI = new System.Windows.Forms.Button();
            this.ButtonConteudos = new System.Windows.Forms.Button();
            this.ButtonEP = new System.Windows.Forms.Button();
            this.txtTipologiaInformacional = new System.Windows.Forms.TextBox();
            this.lblTipologiaInformacional = new System.Windows.Forms.Label();
            this.txtIndexacao = new System.Windows.Forms.TextBox();
            this.txtEntidadeProdutora = new System.Windows.Forms.TextBox();
            this.lblIndexacao = new System.Windows.Forms.Label();
            this.lblEntidadeProdutora = new System.Windows.Forms.Label();
            this.TabPage3 = new System.Windows.Forms.TabPage();
            this.chkEstruturaArquivistica = new System.Windows.Forms.CheckBox();
            this.cnList = new GISA.Controls.Localizacao.ControloNivelList();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.pesqContInfLicencaObras1 = new GISA.PesqContInfLicencaObras();
            this.ToolBarButtonExecutar = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButtonAjuda = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButtonLimpar = new System.Windows.Forms.ToolBarButton();
            this.ToolBarButtonTipoPesquisa = new System.Windows.Forms.ToolBarButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.txtPesquisaSimples = new System.Windows.Forms.TextBox();
            this.ToolBarButtonSep1 = new System.Windows.Forms.ToolBarButton();
            this.lblODs = new System.Windows.Forms.Label();
            this.cbODs = new System.Windows.Forms.ComboBox();
            this.pnlToolbarPadding.SuspendLayout();
            this.TabControl1.SuspendLayout();
            this.TabPage2.SuspendLayout();
            this.grpNiveisDescricao.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.grpMaterialSuporte.SuspendLayout();
            this.grpEstadoConservacao.SuspendLayout();
            this.grpTecnicaRegisto.SuspendLayout();
            this.grpFormaSuporte.SuspendLayout();
            this.TabPage3.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblFuncao
            // 
            this.lblFuncao.Location = new System.Drawing.Point(0, 0);
            this.lblFuncao.Size = new System.Drawing.Size(852, 24);
            this.lblFuncao.Text = "Pesquisa";
            // 
            // ToolBar
            // 
            this.ToolBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
            this.ToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.ToolBarButtonExecutar,
            this.ToolBarButtonLimpar,
            this.ToolBarButtonTipoPesquisa,
            this.ToolBarButtonSep1,
            this.ToolBarButtonAjuda});
            this.ToolBar.Dock = System.Windows.Forms.DockStyle.Top;
            this.ToolBar.ImageList = null;
            this.ToolBar.Location = new System.Drawing.Point(5, 0);
            this.ToolBar.Size = new System.Drawing.Size(842, 26);
            // 
            // pnlToolbarPadding
            // 
            this.pnlToolbarPadding.Location = new System.Drawing.Point(0, 24);
            this.pnlToolbarPadding.Size = new System.Drawing.Size(852, 28);
            // 
            // TabControl1
            // 
            this.TabControl1.Controls.Add(this.TabPage2);
            this.TabControl1.Controls.Add(this.TabPage3);
            this.TabControl1.Controls.Add(this.tabPage1);
            this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.TabControl1.Location = new System.Drawing.Point(0, 52);
            this.TabControl1.Name = "TabControl1";
            this.TabControl1.SelectedIndex = 0;
            this.TabControl1.Size = new System.Drawing.Size(852, 589);
            this.TabControl1.TabIndex = 1;
            // 
            // TabPage2
            // 
            this.TabPage2.AutoScroll = true;
            this.TabPage2.BackColor = System.Drawing.SystemColors.Control;
            this.TabPage2.Controls.Add(this.cbODs);
            this.TabPage2.Controls.Add(this.lblODs);
            this.TabPage2.Controls.Add(this.chkEstadoConservacao);
            this.TabPage2.Controls.Add(this.txtAgrupador);
            this.TabPage2.Controls.Add(this.lblAgrupador);
            this.TabPage2.Controls.Add(this.chkTecnicaRegisto);
            this.TabPage2.Controls.Add(this.chkMaterialSuporte);
            this.TabPage2.Controls.Add(this.chkFormaSuporte);
            this.TabPage2.Controls.Add(this.txtAutor);
            this.TabPage2.Controls.Add(this.lblAutor);
            this.TabPage2.Controls.Add(this.buttonAutor);
            this.TabPage2.Controls.Add(this.grpNiveisDescricao);
            this.TabPage2.Controls.Add(this.txtID);
            this.TabPage2.Controls.Add(this.groupBox2);
            this.TabPage2.Controls.Add(this.groupBox1);
            this.TabPage2.Controls.Add(this.lblID);
            this.TabPage2.Controls.Add(this.chkApenasDataElimExp);
            this.TabPage2.Controls.Add(this.txtCodigoParcial);
            this.TabPage2.Controls.Add(this.lblCodigoParcial);
            this.TabPage2.Controls.Add(this.lblDatasProducao);
            this.TabPage2.Controls.Add(this.txtDesignacao);
            this.TabPage2.Controls.Add(this.lblDesignacao);
            this.TabPage2.Controls.Add(this.txtNotas);
            this.TabPage2.Controls.Add(this.lblNotas);
            this.TabPage2.Controls.Add(this.cbModulo);
            this.TabPage2.Controls.Add(this.lblModulo);
            this.TabPage2.Controls.Add(this.grpMaterialSuporte);
            this.TabPage2.Controls.Add(this.grpEstadoConservacao);
            this.TabPage2.Controls.Add(this.grpTecnicaRegisto);
            this.TabPage2.Controls.Add(this.grpFormaSuporte);
            this.TabPage2.Controls.Add(this.txtCota);
            this.TabPage2.Controls.Add(this.lblCota);
            this.TabPage2.Controls.Add(this.txtConteudoInformacional);
            this.TabPage2.Controls.Add(this.lblConteudoInformacional);
            this.TabPage2.Controls.Add(this.ButtonTI);
            this.TabPage2.Controls.Add(this.ButtonConteudos);
            this.TabPage2.Controls.Add(this.ButtonEP);
            this.TabPage2.Controls.Add(this.txtTipologiaInformacional);
            this.TabPage2.Controls.Add(this.lblTipologiaInformacional);
            this.TabPage2.Controls.Add(this.txtIndexacao);
            this.TabPage2.Controls.Add(this.txtEntidadeProdutora);
            this.TabPage2.Controls.Add(this.lblIndexacao);
            this.TabPage2.Controls.Add(this.lblEntidadeProdutora);
            this.TabPage2.Location = new System.Drawing.Point(4, 22);
            this.TabPage2.Name = "TabPage2";
            this.TabPage2.Size = new System.Drawing.Size(844, 563);
            this.TabPage2.TabIndex = 1;
            this.TabPage2.Text = "Descrição";
            // 
            // chkEstadoConservacao
            // 
            this.chkEstadoConservacao.Location = new System.Drawing.Point(632, 423);
            this.chkEstadoConservacao.Name = "chkEstadoConservacao";
            this.chkEstadoConservacao.Size = new System.Drawing.Size(139, 16);
            this.chkEstadoConservacao.TabIndex = 23;
            this.chkEstadoConservacao.Text = "Estado de conservação";
            // 
            // txtAgrupador
            // 
            this.txtAgrupador.Location = new System.Drawing.Point(126, 344);
            this.txtAgrupador.Name = "txtAgrupador";
            this.txtAgrupador.Size = new System.Drawing.Size(312, 20);
            this.txtAgrupador.TabIndex = 17;
            this.txtAgrupador.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblAgrupador
            // 
            this.lblAgrupador.Location = new System.Drawing.Point(3, 341);
            this.lblAgrupador.Name = "lblAgrupador";
            this.lblAgrupador.Size = new System.Drawing.Size(128, 24);
            this.lblAgrupador.TabIndex = 62;
            this.lblAgrupador.Text = "Agrupador:";
            this.lblAgrupador.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // chkTecnicaRegisto
            // 
            this.chkTecnicaRegisto.Location = new System.Drawing.Point(425, 423);
            this.chkTecnicaRegisto.Name = "chkTecnicaRegisto";
            this.chkTecnicaRegisto.Size = new System.Drawing.Size(120, 16);
            this.chkTecnicaRegisto.TabIndex = 22;
            this.chkTecnicaRegisto.Text = "Técnica de registo";
            // 
            // chkMaterialSuporte
            // 
            this.chkMaterialSuporte.Location = new System.Drawing.Point(220, 423);
            this.chkMaterialSuporte.Name = "chkMaterialSuporte";
            this.chkMaterialSuporte.Size = new System.Drawing.Size(120, 16);
            this.chkMaterialSuporte.TabIndex = 21;
            this.chkMaterialSuporte.Text = "Material de suporte";
            // 
            // chkFormaSuporte
            // 
            this.chkFormaSuporte.Location = new System.Drawing.Point(14, 423);
            this.chkFormaSuporte.Name = "chkFormaSuporte";
            this.chkFormaSuporte.Size = new System.Drawing.Size(167, 16);
            this.chkFormaSuporte.TabIndex = 20;
            this.chkFormaSuporte.Text = "Suporte e acondicionamento";
            // 
            // txtAutor
            // 
            this.txtAutor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAutor.Location = new System.Drawing.Point(128, 87);
            this.txtAutor.Name = "txtAutor";
            this.txtAutor.Size = new System.Drawing.Size(364, 20);
            this.txtAutor.TabIndex = 4;
            this.txtAutor.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblAutor
            // 
            this.lblAutor.Location = new System.Drawing.Point(3, 84);
            this.lblAutor.Name = "lblAutor";
            this.lblAutor.Size = new System.Drawing.Size(128, 24);
            this.lblAutor.TabIndex = 61;
            this.lblAutor.Text = "Autor:";
            this.lblAutor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // buttonAutor
            // 
            this.buttonAutor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAutor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.buttonAutor.ImageIndex = 1;
            this.buttonAutor.Location = new System.Drawing.Point(498, 86);
            this.buttonAutor.Name = "buttonAutor";
            this.buttonAutor.Size = new System.Drawing.Size(24, 20);
            this.buttonAutor.TabIndex = 5;
            // 
            // grpNiveisDescricao
            // 
            this.grpNiveisDescricao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.grpNiveisDescricao.Controls.Add(this.lstNiveisDocumentais);
            this.grpNiveisDescricao.Location = new System.Drawing.Point(542, 27);
            this.grpNiveisDescricao.Name = "grpNiveisDescricao";
            this.grpNiveisDescricao.Size = new System.Drawing.Size(248, 81);
            this.grpNiveisDescricao.TabIndex = 58;
            this.grpNiveisDescricao.TabStop = false;
            this.grpNiveisDescricao.Text = "Nivel de descrição";
            // 
            // lstNiveisDocumentais
            // 
            this.lstNiveisDocumentais.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstNiveisDocumentais.FormattingEnabled = true;
            this.lstNiveisDocumentais.Location = new System.Drawing.Point(3, 16);
            this.lstNiveisDocumentais.Name = "lstNiveisDocumentais";
            this.lstNiveisDocumentais.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lstNiveisDocumentais.Size = new System.Drawing.Size(242, 62);
            this.lstNiveisDocumentais.TabIndex = 0;
            // 
            // txtID
            // 
            this.txtID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtID.Location = new System.Drawing.Point(410, 36);
            this.txtID.Name = "txtID";
            this.txtID.Size = new System.Drawing.Size(82, 20);
            this.txtID.TabIndex = 2;
            this.txtID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cdbInicioDoFim);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.cdbFimDoFim);
            this.groupBox2.Location = new System.Drawing.Point(361, 139);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(226, 77);
            this.groupBox2.TabIndex = 9;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Fim";
            // 
            // cdbInicioDoFim
            // 
            this.cdbInicioDoFim.Checked = false;
            this.cdbInicioDoFim.Day = 1;
            this.cdbInicioDoFim.Location = new System.Drawing.Point(47, 19);
            this.cdbInicioDoFim.Month = 1;
            this.cdbInicioDoFim.Name = "cdbInicioDoFim";
            this.cdbInicioDoFim.Size = new System.Drawing.Size(166, 22);
            this.cdbInicioDoFim.TabIndex = 1;
            this.cdbInicioDoFim.Year = 1;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(11, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(44, 24);
            this.label1.TabIndex = 0;
            this.label1.Text = "entre";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(11, 43);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(16, 24);
            this.label3.TabIndex = 2;
            this.label3.Text = "e";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cdbFimDoFim
            // 
            this.cdbFimDoFim.Checked = false;
            this.cdbFimDoFim.Day = 1;
            this.cdbFimDoFim.Location = new System.Drawing.Point(47, 47);
            this.cdbFimDoFim.Month = 1;
            this.cdbFimDoFim.Name = "cdbFimDoFim";
            this.cdbFimDoFim.Size = new System.Drawing.Size(166, 22);
            this.cdbFimDoFim.TabIndex = 3;
            this.cdbFimDoFim.Year = 1;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cdbDataInicio);
            this.groupBox1.Controls.Add(this.lblDataProducaoInicio);
            this.groupBox1.Controls.Add(this.lblDataProducaoFim);
            this.groupBox1.Controls.Add(this.cdbDataFim);
            this.groupBox1.Location = new System.Drawing.Point(128, 139);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(226, 77);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Início";
            // 
            // cdbDataInicio
            // 
            this.cdbDataInicio.Checked = false;
            this.cdbDataInicio.Day = 1;
            this.cdbDataInicio.Location = new System.Drawing.Point(47, 19);
            this.cdbDataInicio.Month = 1;
            this.cdbDataInicio.Name = "cdbDataInicio";
            this.cdbDataInicio.Size = new System.Drawing.Size(166, 22);
            this.cdbDataInicio.TabIndex = 1;
            this.cdbDataInicio.Year = 1;
            // 
            // lblDataProducaoInicio
            // 
            this.lblDataProducaoInicio.Location = new System.Drawing.Point(11, 19);
            this.lblDataProducaoInicio.Name = "lblDataProducaoInicio";
            this.lblDataProducaoInicio.Size = new System.Drawing.Size(44, 24);
            this.lblDataProducaoInicio.TabIndex = 0;
            this.lblDataProducaoInicio.Text = "entre";
            this.lblDataProducaoInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblDataProducaoFim
            // 
            this.lblDataProducaoFim.Location = new System.Drawing.Point(11, 43);
            this.lblDataProducaoFim.Name = "lblDataProducaoFim";
            this.lblDataProducaoFim.Size = new System.Drawing.Size(16, 24);
            this.lblDataProducaoFim.TabIndex = 2;
            this.lblDataProducaoFim.Text = "e";
            this.lblDataProducaoFim.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cdbDataFim
            // 
            this.cdbDataFim.Checked = false;
            this.cdbDataFim.Day = 1;
            this.cdbDataFim.Location = new System.Drawing.Point(47, 47);
            this.cdbDataFim.Month = 1;
            this.cdbDataFim.Name = "cdbDataFim";
            this.cdbDataFim.Size = new System.Drawing.Size(166, 22);
            this.cdbDataFim.TabIndex = 3;
            this.cdbDataFim.Year = 1;
            // 
            // lblID
            // 
            this.lblID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblID.Location = new System.Drawing.Point(331, 35);
            this.lblID.MaximumSize = new System.Drawing.Size(80, 24);
            this.lblID.Name = "lblID";
            this.lblID.Size = new System.Drawing.Size(73, 20);
            this.lblID.TabIndex = 55;
            this.lblID.Text = "Identificador:";
            this.lblID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // chkApenasDataElimExp
            // 
            this.chkApenasDataElimExp.Location = new System.Drawing.Point(4, 396);
            this.chkApenasDataElimExp.Name = "chkApenasDataElimExp";
            this.chkApenasDataElimExp.Size = new System.Drawing.Size(370, 16);
            this.chkApenasDataElimExp.TabIndex = 19;
            this.chkApenasDataElimExp.Text = "Incluir apenas resultados com prazo de conservação ultrapassado";
            // 
            // txtCodigoParcial
            // 
            this.txtCodigoParcial.Location = new System.Drawing.Point(128, 36);
            this.txtCodigoParcial.MaximumSize = new System.Drawing.Size(312, 20);
            this.txtCodigoParcial.Name = "txtCodigoParcial";
            this.txtCodigoParcial.Size = new System.Drawing.Size(197, 20);
            this.txtCodigoParcial.TabIndex = 1;
            this.txtCodigoParcial.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblCodigoParcial
            // 
            this.lblCodigoParcial.Location = new System.Drawing.Point(3, 33);
            this.lblCodigoParcial.Name = "lblCodigoParcial";
            this.lblCodigoParcial.Size = new System.Drawing.Size(128, 24);
            this.lblCodigoParcial.TabIndex = 51;
            this.lblCodigoParcial.Text = "Código parcial:";
            this.lblCodigoParcial.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblDatasProducao
            // 
            this.lblDatasProducao.Location = new System.Drawing.Point(3, 139);
            this.lblDatasProducao.Name = "lblDatasProducao";
            this.lblDatasProducao.Size = new System.Drawing.Size(128, 24);
            this.lblDatasProducao.TabIndex = 48;
            this.lblDatasProducao.Text = "Data de produção:";
            this.lblDatasProducao.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtDesignacao
            // 
            this.txtDesignacao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtDesignacao.Location = new System.Drawing.Point(128, 60);
            this.txtDesignacao.Name = "txtDesignacao";
            this.txtDesignacao.Size = new System.Drawing.Size(364, 20);
            this.txtDesignacao.TabIndex = 3;
            this.txtDesignacao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblDesignacao
            // 
            this.lblDesignacao.Location = new System.Drawing.Point(3, 57);
            this.lblDesignacao.Name = "lblDesignacao";
            this.lblDesignacao.Size = new System.Drawing.Size(128, 24);
            this.lblDesignacao.TabIndex = 46;
            this.lblDesignacao.Text = "Título:";
            this.lblDesignacao.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtNotas
            // 
            this.txtNotas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtNotas.Location = new System.Drawing.Point(126, 294);
            this.txtNotas.Name = "txtNotas";
            this.txtNotas.Size = new System.Drawing.Size(662, 20);
            this.txtNotas.TabIndex = 15;
            this.txtNotas.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblNotas
            // 
            this.lblNotas.Location = new System.Drawing.Point(3, 291);
            this.lblNotas.Name = "lblNotas";
            this.lblNotas.Size = new System.Drawing.Size(128, 24);
            this.lblNotas.TabIndex = 22;
            this.lblNotas.Text = "Notas:";
            this.lblNotas.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cbModulo
            // 
            this.cbModulo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbModulo.Items.AddRange(new object[] {
            "Pesquisa total",
            "Pesquisa pública",
            "Pesquisa não publicados"});
            this.cbModulo.Location = new System.Drawing.Point(128, 8);
            this.cbModulo.Name = "cbModulo";
            this.cbModulo.Size = new System.Drawing.Size(197, 21);
            this.cbModulo.TabIndex = 0;
            // 
            // lblModulo
            // 
            this.lblModulo.Location = new System.Drawing.Point(3, 5);
            this.lblModulo.Name = "lblModulo";
            this.lblModulo.Size = new System.Drawing.Size(128, 24);
            this.lblModulo.TabIndex = 0;
            this.lblModulo.Text = "Módulo:";
            this.lblModulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // grpMaterialSuporte
            // 
            this.grpMaterialSuporte.Controls.Add(this.cbMaterialSuporte);
            this.grpMaterialSuporte.Controls.Add(this.lstMaterialSuporte);
            this.grpMaterialSuporte.Enabled = false;
            this.grpMaterialSuporte.Location = new System.Drawing.Point(211, 424);
            this.grpMaterialSuporte.Name = "grpMaterialSuporte";
            this.grpMaterialSuporte.Size = new System.Drawing.Size(200, 112);
            this.grpMaterialSuporte.TabIndex = 20;
            this.grpMaterialSuporte.TabStop = false;
            // 
            // cbMaterialSuporte
            // 
            this.cbMaterialSuporte.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbMaterialSuporte.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbMaterialSuporte.Items.AddRange(new object[] {
            "E",
            "Ou"});
            this.cbMaterialSuporte.Location = new System.Drawing.Point(144, 24);
            this.cbMaterialSuporte.Name = "cbMaterialSuporte";
            this.cbMaterialSuporte.Size = new System.Drawing.Size(46, 21);
            this.cbMaterialSuporte.TabIndex = 1;
            // 
            // lstMaterialSuporte
            // 
            this.lstMaterialSuporte.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.lstMaterialSuporte.IntegralHeight = false;
            this.lstMaterialSuporte.Location = new System.Drawing.Point(8, 24);
            this.lstMaterialSuporte.Name = "lstMaterialSuporte";
            this.lstMaterialSuporte.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lstMaterialSuporte.Size = new System.Drawing.Size(128, 80);
            this.lstMaterialSuporte.TabIndex = 0;
            // 
            // grpEstadoConservacao
            // 
            this.grpEstadoConservacao.Controls.Add(this.lstEstadoConservacao);
            this.grpEstadoConservacao.Enabled = false;
            this.grpEstadoConservacao.Location = new System.Drawing.Point(624, 423);
            this.grpEstadoConservacao.Name = "grpEstadoConservacao";
            this.grpEstadoConservacao.Size = new System.Drawing.Size(166, 112);
            this.grpEstadoConservacao.TabIndex = 45;
            this.grpEstadoConservacao.TabStop = false;
            // 
            // lstEstadoConservacao
            // 
            this.lstEstadoConservacao.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.lstEstadoConservacao.IntegralHeight = false;
            this.lstEstadoConservacao.Location = new System.Drawing.Point(8, 24);
            this.lstEstadoConservacao.Name = "lstEstadoConservacao";
            this.lstEstadoConservacao.Size = new System.Drawing.Size(150, 80);
            this.lstEstadoConservacao.TabIndex = 0;
            // 
            // grpTecnicaRegisto
            // 
            this.grpTecnicaRegisto.Controls.Add(this.cbTecnicaRegisto);
            this.grpTecnicaRegisto.Controls.Add(this.lstTecnicaRegisto);
            this.grpTecnicaRegisto.Enabled = false;
            this.grpTecnicaRegisto.Location = new System.Drawing.Point(417, 424);
            this.grpTecnicaRegisto.Name = "grpTecnicaRegisto";
            this.grpTecnicaRegisto.Size = new System.Drawing.Size(200, 112);
            this.grpTecnicaRegisto.TabIndex = 42;
            this.grpTecnicaRegisto.TabStop = false;
            // 
            // cbTecnicaRegisto
            // 
            this.cbTecnicaRegisto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbTecnicaRegisto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbTecnicaRegisto.Items.AddRange(new object[] {
            "E",
            "Ou"});
            this.cbTecnicaRegisto.Location = new System.Drawing.Point(144, 24);
            this.cbTecnicaRegisto.Name = "cbTecnicaRegisto";
            this.cbTecnicaRegisto.Size = new System.Drawing.Size(48, 21);
            this.cbTecnicaRegisto.TabIndex = 1;
            // 
            // lstTecnicaRegisto
            // 
            this.lstTecnicaRegisto.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.lstTecnicaRegisto.IntegralHeight = false;
            this.lstTecnicaRegisto.Location = new System.Drawing.Point(8, 24);
            this.lstTecnicaRegisto.Name = "lstTecnicaRegisto";
            this.lstTecnicaRegisto.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lstTecnicaRegisto.Size = new System.Drawing.Size(128, 80);
            this.lstTecnicaRegisto.TabIndex = 0;
            // 
            // grpFormaSuporte
            // 
            this.grpFormaSuporte.Controls.Add(this.cbFormaSuporte);
            this.grpFormaSuporte.Controls.Add(this.lstFormaSuporte);
            this.grpFormaSuporte.Enabled = false;
            this.grpFormaSuporte.Location = new System.Drawing.Point(5, 424);
            this.grpFormaSuporte.Name = "grpFormaSuporte";
            this.grpFormaSuporte.Size = new System.Drawing.Size(200, 112);
            this.grpFormaSuporte.TabIndex = 36;
            this.grpFormaSuporte.TabStop = false;
            // 
            // cbFormaSuporte
            // 
            this.cbFormaSuporte.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbFormaSuporte.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbFormaSuporte.Items.AddRange(new object[] {
            "E",
            "Ou"});
            this.cbFormaSuporte.Location = new System.Drawing.Point(144, 24);
            this.cbFormaSuporte.Name = "cbFormaSuporte";
            this.cbFormaSuporte.Size = new System.Drawing.Size(48, 21);
            this.cbFormaSuporte.TabIndex = 1;
            // 
            // lstFormaSuporte
            // 
            this.lstFormaSuporte.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.lstFormaSuporte.IntegralHeight = false;
            this.lstFormaSuporte.Location = new System.Drawing.Point(8, 24);
            this.lstFormaSuporte.Name = "lstFormaSuporte";
            this.lstFormaSuporte.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lstFormaSuporte.Size = new System.Drawing.Size(128, 80);
            this.lstFormaSuporte.TabIndex = 0;
            // 
            // txtCota
            // 
            this.txtCota.Location = new System.Drawing.Point(126, 318);
            this.txtCota.Name = "txtCota";
            this.txtCota.Size = new System.Drawing.Size(312, 20);
            this.txtCota.TabIndex = 16;
            this.txtCota.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblCota
            // 
            this.lblCota.Location = new System.Drawing.Point(3, 315);
            this.lblCota.Name = "lblCota";
            this.lblCota.Size = new System.Drawing.Size(128, 24);
            this.lblCota.TabIndex = 10;
            this.lblCota.Text = "Cota da unidade física:";
            this.lblCota.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtConteudoInformacional
            // 
            this.txtConteudoInformacional.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtConteudoInformacional.Location = new System.Drawing.Point(126, 270);
            this.txtConteudoInformacional.Name = "txtConteudoInformacional";
            this.txtConteudoInformacional.Size = new System.Drawing.Size(662, 20);
            this.txtConteudoInformacional.TabIndex = 14;
            this.txtConteudoInformacional.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblConteudoInformacional
            // 
            this.lblConteudoInformacional.Location = new System.Drawing.Point(3, 267);
            this.lblConteudoInformacional.Name = "lblConteudoInformacional";
            this.lblConteudoInformacional.Size = new System.Drawing.Size(128, 24);
            this.lblConteudoInformacional.TabIndex = 20;
            this.lblConteudoInformacional.Text = "Conteúdo informacional:";
            this.lblConteudoInformacional.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // ButtonTI
            // 
            this.ButtonTI.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ButtonTI.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.ButtonTI.ImageIndex = 1;
            this.ButtonTI.Location = new System.Drawing.Point(794, 222);
            this.ButtonTI.Name = "ButtonTI";
            this.ButtonTI.Size = new System.Drawing.Size(24, 20);
            this.ButtonTI.TabIndex = 11;
            // 
            // ButtonConteudos
            // 
            this.ButtonConteudos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ButtonConteudos.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.ButtonConteudos.ImageIndex = 1;
            this.ButtonConteudos.Location = new System.Drawing.Point(794, 246);
            this.ButtonConteudos.Name = "ButtonConteudos";
            this.ButtonConteudos.Size = new System.Drawing.Size(24, 20);
            this.ButtonConteudos.TabIndex = 13;
            // 
            // ButtonEP
            // 
            this.ButtonEP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ButtonEP.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.ButtonEP.ImageIndex = 1;
            this.ButtonEP.Location = new System.Drawing.Point(498, 112);
            this.ButtonEP.Name = "ButtonEP";
            this.ButtonEP.Size = new System.Drawing.Size(24, 20);
            this.ButtonEP.TabIndex = 7;
            // 
            // txtTipologiaInformacional
            // 
            this.txtTipologiaInformacional.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtTipologiaInformacional.Location = new System.Drawing.Point(126, 222);
            this.txtTipologiaInformacional.Name = "txtTipologiaInformacional";
            this.txtTipologiaInformacional.Size = new System.Drawing.Size(662, 20);
            this.txtTipologiaInformacional.TabIndex = 10;
            this.txtTipologiaInformacional.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblTipologiaInformacional
            // 
            this.lblTipologiaInformacional.Location = new System.Drawing.Point(3, 218);
            this.lblTipologiaInformacional.Name = "lblTipologiaInformacional";
            this.lblTipologiaInformacional.Size = new System.Drawing.Size(128, 24);
            this.lblTipologiaInformacional.TabIndex = 16;
            this.lblTipologiaInformacional.Text = "Tipologia informacional:";
            this.lblTipologiaInformacional.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtIndexacao
            // 
            this.txtIndexacao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtIndexacao.Location = new System.Drawing.Point(126, 246);
            this.txtIndexacao.Name = "txtIndexacao";
            this.txtIndexacao.Size = new System.Drawing.Size(662, 20);
            this.txtIndexacao.TabIndex = 12;
            this.txtIndexacao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // txtEntidadeProdutora
            // 
            this.txtEntidadeProdutora.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtEntidadeProdutora.Location = new System.Drawing.Point(128, 113);
            this.txtEntidadeProdutora.Name = "txtEntidadeProdutora";
            this.txtEntidadeProdutora.Size = new System.Drawing.Size(364, 20);
            this.txtEntidadeProdutora.TabIndex = 6;
            this.txtEntidadeProdutora.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // lblIndexacao
            // 
            this.lblIndexacao.Location = new System.Drawing.Point(3, 244);
            this.lblIndexacao.Name = "lblIndexacao";
            this.lblIndexacao.Size = new System.Drawing.Size(128, 24);
            this.lblIndexacao.TabIndex = 6;
            this.lblIndexacao.Text = "Termos de indexação:";
            this.lblIndexacao.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblEntidadeProdutora
            // 
            this.lblEntidadeProdutora.Location = new System.Drawing.Point(3, 110);
            this.lblEntidadeProdutora.Name = "lblEntidadeProdutora";
            this.lblEntidadeProdutora.Size = new System.Drawing.Size(128, 24);
            this.lblEntidadeProdutora.TabIndex = 2;
            this.lblEntidadeProdutora.Text = "Entidade produtora:";
            this.lblEntidadeProdutora.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // TabPage3
            // 
            this.TabPage3.AutoScroll = true;
            this.TabPage3.BackColor = System.Drawing.SystemColors.Control;
            this.TabPage3.Controls.Add(this.chkEstruturaArquivistica);
            this.TabPage3.Controls.Add(this.cnList);
            this.TabPage3.Location = new System.Drawing.Point(4, 22);
            this.TabPage3.Name = "TabPage3";
            this.TabPage3.Size = new System.Drawing.Size(844, 563);
            this.TabPage3.TabIndex = 2;
            this.TabPage3.Text = "Estrutura";
            // 
            // chkEstruturaArquivistica
            // 
            this.chkEstruturaArquivistica.Location = new System.Drawing.Point(16, 0);
            this.chkEstruturaArquivistica.Name = "chkEstruturaArquivistica";
            this.chkEstruturaArquivistica.Size = new System.Drawing.Size(72, 16);
            this.chkEstruturaArquivistica.TabIndex = 3;
            this.chkEstruturaArquivistica.Text = "Estrutura";
            // 
            // cnList
            // 
            this.cnList.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.cnList.Location = new System.Drawing.Point(-1, 0);
            this.cnList.Name = "cnList";
            this.cnList.Size = new System.Drawing.Size(794, 563);
            this.cnList.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
            this.tabPage1.Controls.Add(this.pesqContInfLicencaObras1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(844, 563);
            this.tabPage1.TabIndex = 3;
            this.tabPage1.Text = "Licenças de obras";
            // 
            // pesqContInfLicencaObras1
            // 
            this.pesqContInfLicencaObras1.Location = new System.Drawing.Point(6, 6);
            this.pesqContInfLicencaObras1.Name = "pesqContInfLicencaObras1";
            this.pesqContInfLicencaObras1.Owner = null;
            this.pesqContInfLicencaObras1.Size = new System.Drawing.Size(821, 323);
            this.pesqContInfLicencaObras1.TabIndex = 0;
            this.pesqContInfLicencaObras1.TheControloAutSelectionRetriever = null;
            // 
            // ToolBarButtonExecutar
            // 
            this.ToolBarButtonExecutar.Name = "ToolBarButtonExecutar";
            // 
            // ToolBarButtonAjuda
            // 
            this.ToolBarButtonAjuda.Name = "ToolBarButtonAjuda";
            // 
            // ToolBarButtonLimpar
            // 
            this.ToolBarButtonLimpar.Name = "ToolBarButtonLimpar";
            // 
            // ToolBarButtonTipoPesquisa
            // 
            this.ToolBarButtonTipoPesquisa.Name = "ToolBarButtonTipoPesquisa";
            // 
            // panel1
            // 
            this.panel1.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.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.txtPesquisaSimples);
            this.panel1.Location = new System.Drawing.Point(0, 52);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(852, 589);
            this.panel1.TabIndex = 54;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(5, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(98, 24);
            this.label2.TabIndex = 52;
            this.label2.Text = "Pesquisa simples:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtPesquisaSimples
            // 
            this.txtPesquisaSimples.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.txtPesquisaSimples.Location = new System.Drawing.Point(109, 12);
            this.txtPesquisaSimples.Name = "txtPesquisaSimples";
            this.txtPesquisaSimples.Size = new System.Drawing.Size(731, 20);
            this.txtPesquisaSimples.TabIndex = 1;
            this.txtPesquisaSimples.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MasterPanelPesquisa_KeyDown);
            // 
            // ToolBarButtonSep1
            // 
            this.ToolBarButtonSep1.Name = "ToolBarButtonSep1";
            this.ToolBarButtonSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // lblODs
            // 
            this.lblODs.AutoSize = true;
            this.lblODs.Location = new System.Drawing.Point(3, 373);
            this.lblODs.Name = "lblODs";
            this.lblODs.Size = new System.Drawing.Size(81, 13);
            this.lblODs.TabIndex = 64;
            this.lblODs.Text = "Objetos digitais:";
            // 
            // cbODs
            // 
            this.cbODs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbODs.FormattingEnabled = true;
            this.cbODs.Items.AddRange(new object[] {
            "<Escolher opção>",
            "Com objetos digitais",
            "Com objetos digitais publicados",
            "Com objetos digitais não publicados"});
            this.cbODs.Location = new System.Drawing.Point(126, 370);
            this.cbODs.Name = "cbODs";
            this.cbODs.Size = new System.Drawing.Size(312, 21);
            this.cbODs.TabIndex = 18;
            // 
            // MasterPanelPesquisa
            // 
            this.Controls.Add(this.TabControl1);
            this.Controls.Add(this.panel1);
            this.Name = "MasterPanelPesquisa";
            this.Size = new System.Drawing.Size(852, 641);
            this.Controls.SetChildIndex(this.panel1, 0);
            this.Controls.SetChildIndex(this.lblFuncao, 0);
            this.Controls.SetChildIndex(this.pnlToolbarPadding, 0);
            this.Controls.SetChildIndex(this.TabControl1, 0);
            this.pnlToolbarPadding.ResumeLayout(false);
            this.TabControl1.ResumeLayout(false);
            this.TabPage2.ResumeLayout(false);
            this.TabPage2.PerformLayout();
            this.grpNiveisDescricao.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.grpMaterialSuporte.ResumeLayout(false);
            this.grpEstadoConservacao.ResumeLayout(false);
            this.grpTecnicaRegisto.ResumeLayout(false);
            this.grpFormaSuporte.ResumeLayout(false);
            this.TabPage3.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

		}