GISA.Controls.ControloAut.ControloAutList.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

private InitializeComponent ( ) : void
return void
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            this.colDesignacao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colNoticiaAut = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colValidado = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colCompleto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDatasExistencia = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chkValidado = new System.Windows.Forms.CheckBox();
            this.cbNoticiaAut = new System.Windows.Forms.ComboBox();
            this.lblNoticiaAut = new System.Windows.Forms.Label();
            this.txtFiltroDesignacao = new System.Windows.Forms.TextBox();
            this.lblFiltroDesignacao = new System.Windows.Forms.Label();
            this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
            this.grpResultados.SuspendLayout();
            this.grpFiltro.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpResultados
            // 
            this.grpResultados.Size = new System.Drawing.Size(620, 273);
            // 
            // txtNroPagina
            // 
            this.txtNroPagina.Location = new System.Drawing.Point(588, 64);
            // 
            // lstVwPaginated
            // 
            this.lstVwPaginated.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colDesignacao,
            this.colNoticiaAut,
            this.colValidado,
            this.colCompleto,
            this.colDatasExistencia});
            this.lstVwPaginated.Size = new System.Drawing.Size(574, 249);
            // 
            // btnProximo
            // 
            this.btnProximo.Location = new System.Drawing.Point(588, 92);
            // 
            // btnAnterior
            // 
            this.btnAnterior.Location = new System.Drawing.Point(588, 32);
            // 
            // grpFiltro
            // 
            this.grpFiltro.Controls.Add(this.chkValidado);
            this.grpFiltro.Controls.Add(this.cbNoticiaAut);
            this.grpFiltro.Controls.Add(this.lblNoticiaAut);
            this.grpFiltro.Controls.Add(this.txtFiltroDesignacao);
            this.grpFiltro.Controls.Add(this.lblFiltroDesignacao);
            this.grpFiltro.Size = new System.Drawing.Size(620, 59);
            this.grpFiltro.Controls.SetChildIndex(this.lblFiltroDesignacao, 0);
            this.grpFiltro.Controls.SetChildIndex(this.txtFiltroDesignacao, 0);
            this.grpFiltro.Controls.SetChildIndex(this.lblNoticiaAut, 0);
            this.grpFiltro.Controls.SetChildIndex(this.cbNoticiaAut, 0);
            this.grpFiltro.Controls.SetChildIndex(this.chkValidado, 0);
            this.grpFiltro.Controls.SetChildIndex(this.btnAplicar, 0);
            // 
            // btnAplicar
            // 
            this.btnAplicar.Location = new System.Drawing.Point(548, 28);
            // 
            // colDesignacao
            // 
            this.colDesignacao.Text = "Designação";
            this.colDesignacao.Width = 231;
            // 
            // colNoticiaAut
            // 
            this.colNoticiaAut.Text = "Notícia de autoridade";
            this.colNoticiaAut.Width = 121;
            // 
            // colValidado
            // 
            this.colValidado.Text = "Validado";
            this.colValidado.Width = 98;
            // 
            // colCompleto
            // 
            this.colCompleto.Text = "Completo";
            this.colCompleto.Width = 78;
            // 
            // colDatasExistencia
            // 
            this.colDatasExistencia.Text = "Datas de existência";
            this.colDatasExistencia.Width = 120;
            // 
            // chkValidado
            // 
            this.chkValidado.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkValidado.Checked = true;
            this.chkValidado.CheckState = System.Windows.Forms.CheckState.Indeterminate;
            this.chkValidado.Location = new System.Drawing.Point(446, 30);
            this.chkValidado.Name = "chkValidado";
            this.chkValidado.Size = new System.Drawing.Size(96, 24);
            this.chkValidado.TabIndex = 3;
            this.chkValidado.Text = "Validado";
            this.chkValidado.ThreeState = true;
            // 
            // cbNoticiaAut
            // 
            this.cbNoticiaAut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbNoticiaAut.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbNoticiaAut.Location = new System.Drawing.Point(280, 32);
            this.cbNoticiaAut.Name = "cbNoticiaAut";
            this.cbNoticiaAut.Size = new System.Drawing.Size(160, 21);
            this.cbNoticiaAut.TabIndex = 2;
            // 
            // lblNoticiaAut
            // 
            this.lblNoticiaAut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblNoticiaAut.Location = new System.Drawing.Point(280, 16);
            this.lblNoticiaAut.Name = "lblNoticiaAut";
            this.lblNoticiaAut.Size = new System.Drawing.Size(160, 15);
            this.lblNoticiaAut.TabIndex = 2;
            this.lblNoticiaAut.Text = "Notícia de autoridade";
            // 
            // txtFiltroDesignacao
            // 
            this.txtFiltroDesignacao.AcceptsReturn = true;
            this.txtFiltroDesignacao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtFiltroDesignacao.Location = new System.Drawing.Point(8, 32);
            this.txtFiltroDesignacao.Name = "txtFiltroDesignacao";
            this.txtFiltroDesignacao.Size = new System.Drawing.Size(266, 20);
            this.txtFiltroDesignacao.TabIndex = 1;
            this.txtFiltroDesignacao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBox_KeyDown);
            // 
            // lblFiltroDesignacao
            // 
            this.lblFiltroDesignacao.Location = new System.Drawing.Point(8, 16);
            this.lblFiltroDesignacao.Name = "lblFiltroDesignacao";
            this.lblFiltroDesignacao.Size = new System.Drawing.Size(77, 16);
            this.lblFiltroDesignacao.TabIndex = 0;
            this.lblFiltroDesignacao.Text = "Designação";
            // 
            // ToolTip
            // 
            this.ToolTip.ShowAlways = true;
            // 
            // ControloAutList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.FilterVisible = true;
            this.Name = "ControloAutList";
            this.Size = new System.Drawing.Size(632, 344);
            this.grpResultados.ResumeLayout(false);
            this.grpFiltro.ResumeLayout(false);
            this.grpFiltro.PerformLayout();
            this.ResumeLayout(false);

		}