private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PanelUFUnidadesDescricao));
            this.grpDesc = new System.Windows.Forms.GroupBox();
            this.lstVwNiveisAssoc = new System.Windows.Forms.ListView();
            this.chDesignacao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chCodigo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chNivelDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chDatasProd = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chCota = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chRequisitado = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.btnRemove = new System.Windows.Forms.Button();
            this.grpFiltro = new System.Windows.Forms.GroupBox();
            this.btnAplicar = new System.Windows.Forms.Button();
            this.cbTipoNivelRelacionado = new GISA.Controls.PxComboBox();
            this.lblTipoNivelRelacionado = new System.Windows.Forms.Label();
            this.txtFiltroDesignacao = new System.Windows.Forms.TextBox();
            this.lblFiltroDesignacao = new System.Windows.Forms.Label();
            this.grpDesc.SuspendLayout();
            this.grpFiltro.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpDesc
            // 
            this.grpDesc.AutoSize = true;
            this.grpDesc.Controls.Add(this.lstVwNiveisAssoc);
            this.grpDesc.Controls.Add(this.btnRemove);
            this.grpDesc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grpDesc.Location = new System.Drawing.Point(0, 64);
            this.grpDesc.Name = "grpDesc";
            this.grpDesc.Size = new System.Drawing.Size(800, 536);
            this.grpDesc.TabIndex = 62;
            this.grpDesc.TabStop = false;
            this.grpDesc.Text = "Unidades de informação associadas";
            // 
            // lstVwNiveisAssoc
            // 
            this.lstVwNiveisAssoc.AllowDrop = true;
            this.lstVwNiveisAssoc.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.lstVwNiveisAssoc.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.chDesignacao,
            this.chCodigo,
            this.chNivelDesc,
            this.chDatasProd,
            this.chCota,
            this.chRequisitado});
            this.lstVwNiveisAssoc.FullRowSelect = true;
            this.lstVwNiveisAssoc.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lstVwNiveisAssoc.HideSelection = false;
            this.lstVwNiveisAssoc.Location = new System.Drawing.Point(8, 20);
            this.lstVwNiveisAssoc.Name = "lstVwNiveisAssoc";
            this.lstVwNiveisAssoc.Size = new System.Drawing.Size(756, 512);
            this.lstVwNiveisAssoc.TabIndex = 65;
            this.lstVwNiveisAssoc.UseCompatibleStateImageBehavior = false;
            this.lstVwNiveisAssoc.View = System.Windows.Forms.View.Details;
            this.lstVwNiveisAssoc.SelectedIndexChanged += new System.EventHandler(this.lstVwNiveisAssoc_SelectedIndexChanged);
            this.lstVwNiveisAssoc.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lstVwNiveisAssoc_KeyUp);
            // 
            // chDesignacao
            // 
            this.chDesignacao.Text = "Título";
            this.chDesignacao.Width = 301;
            // 
            // chCodigo
            // 
            this.chCodigo.Text = "Código Completo";
            this.chCodigo.Width = 170;
            // 
            // chNivelDesc
            // 
            this.chNivelDesc.Text = "Nivel Descrição";
            this.chNivelDesc.Width = 140;
            // 
            // chDatasProd
            // 
            this.chDatasProd.Text = "Datas Produção";
            this.chDatasProd.Width = 160;
            // 
            // chCota
            // 
            this.chCota.Text = "Cota";
            this.chCota.Width = 200;
            // 
            // chRequisitado
            // 
            this.chRequisitado.Text = "Requisitado";
            this.chRequisitado.Width = 70;
            // 
            // 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(769, 34);
            this.btnRemove.Name = "btnRemove";
            this.btnRemove.Size = new System.Drawing.Size(24, 24);
            this.btnRemove.TabIndex = 64;
            this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
            // 
            // grpFiltro
            // 
            this.grpFiltro.Controls.Add(this.btnAplicar);
            this.grpFiltro.Controls.Add(this.cbTipoNivelRelacionado);
            this.grpFiltro.Controls.Add(this.lblTipoNivelRelacionado);
            this.grpFiltro.Controls.Add(this.txtFiltroDesignacao);
            this.grpFiltro.Controls.Add(this.lblFiltroDesignacao);
            this.grpFiltro.Dock = System.Windows.Forms.DockStyle.Top;
            this.grpFiltro.Location = new System.Drawing.Point(0, 0);
            this.grpFiltro.Name = "grpFiltro";
            this.grpFiltro.Size = new System.Drawing.Size(800, 64);
            this.grpFiltro.TabIndex = 63;
            this.grpFiltro.TabStop = false;
            this.grpFiltro.Text = "Filtro";
            this.grpFiltro.Visible = false;
            // 
            // btnAplicar
            // 
            this.btnAplicar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAplicar.Location = new System.Drawing.Point(728, 32);
            this.btnAplicar.Name = "btnAplicar";
            this.btnAplicar.Size = new System.Drawing.Size(64, 24);
            this.btnAplicar.TabIndex = 4;
            this.btnAplicar.Text = "&Aplicar";
            this.btnAplicar.Click += new System.EventHandler(this.btnAplicar_Click);
            // 
            // cbTipoNivelRelacionado
            // 
            this.cbTipoNivelRelacionado.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbTipoNivelRelacionado.BackColor = System.Drawing.SystemColors.Window;
            this.cbTipoNivelRelacionado.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbTipoNivelRelacionado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbTipoNivelRelacionado.DropDownWidth = 230;
            this.cbTipoNivelRelacionado.ImageIndexes = ((System.Collections.ArrayList)(resources.GetObject("cbTipoNivelRelacionado.ImageIndexes")));
            this.cbTipoNivelRelacionado.Location = new System.Drawing.Point(472, 32);
            this.cbTipoNivelRelacionado.MaxDropDownItems = 9;
            this.cbTipoNivelRelacionado.Name = "cbTipoNivelRelacionado";
            this.cbTipoNivelRelacionado.Size = new System.Drawing.Size(256, 21);
            this.cbTipoNivelRelacionado.TabIndex = 2;
            // 
            // lblTipoNivelRelacionado
            // 
            this.lblTipoNivelRelacionado.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTipoNivelRelacionado.Location = new System.Drawing.Point(472, 16);
            this.lblTipoNivelRelacionado.Name = "lblTipoNivelRelacionado";
            this.lblTipoNivelRelacionado.Size = new System.Drawing.Size(256, 15);
            this.lblTipoNivelRelacionado.TabIndex = 2;
            this.lblTipoNivelRelacionado.Text = "Nível de Descrição";
            // 
            // 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(456, 20);
            this.txtFiltroDesignacao.TabIndex = 1;
            this.txtFiltroDesignacao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFiltroDesignacao_KeyDown);
            // 
            // lblFiltroDesignacao
            // 
            this.lblFiltroDesignacao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblFiltroDesignacao.Location = new System.Drawing.Point(8, 16);
            this.lblFiltroDesignacao.Name = "lblFiltroDesignacao";
            this.lblFiltroDesignacao.Size = new System.Drawing.Size(508, 16);
            this.lblFiltroDesignacao.TabIndex = 0;
            this.lblFiltroDesignacao.Text = "Título";
            // 
            // PanelUFUnidadesDescricao
            // 
            this.Controls.Add(this.grpDesc);
            this.Controls.Add(this.grpFiltro);
            this.Name = "PanelUFUnidadesDescricao";
            this.grpDesc.ResumeLayout(false);
            this.grpFiltro.ResumeLayout(false);
            this.grpFiltro.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Esempio n. 2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PanelUFUnidadesDescricao));
     this.grpDesc                 = new System.Windows.Forms.GroupBox();
     this.lstVwNiveisAssoc        = new System.Windows.Forms.ListView();
     this.chDesignacao            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chCodigo                = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chNivelDesc             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chDatasProd             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chCota                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.chRequisitado           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRemove               = new System.Windows.Forms.Button();
     this.grpFiltro               = new System.Windows.Forms.GroupBox();
     this.btnAplicar              = new System.Windows.Forms.Button();
     this.cbTipoNivelRelacionado  = new GISA.Controls.PxComboBox();
     this.lblTipoNivelRelacionado = new System.Windows.Forms.Label();
     this.txtFiltroDesignacao     = new System.Windows.Forms.TextBox();
     this.lblFiltroDesignacao     = new System.Windows.Forms.Label();
     this.grpDesc.SuspendLayout();
     this.grpFiltro.SuspendLayout();
     this.SuspendLayout();
     //
     // grpDesc
     //
     this.grpDesc.AutoSize = true;
     this.grpDesc.Controls.Add(this.lstVwNiveisAssoc);
     this.grpDesc.Controls.Add(this.btnRemove);
     this.grpDesc.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grpDesc.Location = new System.Drawing.Point(0, 64);
     this.grpDesc.Name     = "grpDesc";
     this.grpDesc.Size     = new System.Drawing.Size(800, 536);
     this.grpDesc.TabIndex = 62;
     this.grpDesc.TabStop  = false;
     this.grpDesc.Text     = "Unidades de informação associadas";
     //
     // lstVwNiveisAssoc
     //
     this.lstVwNiveisAssoc.AllowDrop = true;
     this.lstVwNiveisAssoc.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.lstVwNiveisAssoc.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chDesignacao,
         this.chCodigo,
         this.chNivelDesc,
         this.chDatasProd,
         this.chCota,
         this.chRequisitado
     });
     this.lstVwNiveisAssoc.FullRowSelect = true;
     this.lstVwNiveisAssoc.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lstVwNiveisAssoc.HideSelection = false;
     this.lstVwNiveisAssoc.Location      = new System.Drawing.Point(8, 20);
     this.lstVwNiveisAssoc.Name          = "lstVwNiveisAssoc";
     this.lstVwNiveisAssoc.Size          = new System.Drawing.Size(756, 512);
     this.lstVwNiveisAssoc.TabIndex      = 65;
     this.lstVwNiveisAssoc.UseCompatibleStateImageBehavior = false;
     this.lstVwNiveisAssoc.View = System.Windows.Forms.View.Details;
     this.lstVwNiveisAssoc.SelectedIndexChanged += new System.EventHandler(this.lstVwNiveisAssoc_SelectedIndexChanged);
     this.lstVwNiveisAssoc.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lstVwNiveisAssoc_KeyUp);
     //
     // chDesignacao
     //
     this.chDesignacao.Text  = "Título";
     this.chDesignacao.Width = 301;
     //
     // chCodigo
     //
     this.chCodigo.Text  = "Código Completo";
     this.chCodigo.Width = 170;
     //
     // chNivelDesc
     //
     this.chNivelDesc.Text  = "Nivel Descrição";
     this.chNivelDesc.Width = 140;
     //
     // chDatasProd
     //
     this.chDatasProd.Text  = "Datas Produção";
     this.chDatasProd.Width = 160;
     //
     // chCota
     //
     this.chCota.Text  = "Cota";
     this.chCota.Width = 200;
     //
     // chRequisitado
     //
     this.chRequisitado.Text  = "Requisitado";
     this.chRequisitado.Width = 70;
     //
     // 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(769, 34);
     this.btnRemove.Name      = "btnRemove";
     this.btnRemove.Size      = new System.Drawing.Size(24, 24);
     this.btnRemove.TabIndex  = 64;
     this.btnRemove.Click    += new System.EventHandler(this.btnRemove_Click);
     //
     // grpFiltro
     //
     this.grpFiltro.Controls.Add(this.btnAplicar);
     this.grpFiltro.Controls.Add(this.cbTipoNivelRelacionado);
     this.grpFiltro.Controls.Add(this.lblTipoNivelRelacionado);
     this.grpFiltro.Controls.Add(this.txtFiltroDesignacao);
     this.grpFiltro.Controls.Add(this.lblFiltroDesignacao);
     this.grpFiltro.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grpFiltro.Location = new System.Drawing.Point(0, 0);
     this.grpFiltro.Name     = "grpFiltro";
     this.grpFiltro.Size     = new System.Drawing.Size(800, 64);
     this.grpFiltro.TabIndex = 63;
     this.grpFiltro.TabStop  = false;
     this.grpFiltro.Text     = "Filtro";
     this.grpFiltro.Visible  = false;
     //
     // btnAplicar
     //
     this.btnAplicar.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAplicar.Location = new System.Drawing.Point(728, 32);
     this.btnAplicar.Name     = "btnAplicar";
     this.btnAplicar.Size     = new System.Drawing.Size(64, 24);
     this.btnAplicar.TabIndex = 4;
     this.btnAplicar.Text     = "&Aplicar";
     this.btnAplicar.Click   += new System.EventHandler(this.btnAplicar_Click);
     //
     // cbTipoNivelRelacionado
     //
     this.cbTipoNivelRelacionado.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbTipoNivelRelacionado.BackColor        = System.Drawing.SystemColors.Window;
     this.cbTipoNivelRelacionado.DrawMode         = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbTipoNivelRelacionado.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbTipoNivelRelacionado.DropDownWidth    = 230;
     this.cbTipoNivelRelacionado.ImageIndexes     = ((System.Collections.ArrayList)(resources.GetObject("cbTipoNivelRelacionado.ImageIndexes")));
     this.cbTipoNivelRelacionado.Location         = new System.Drawing.Point(472, 32);
     this.cbTipoNivelRelacionado.MaxDropDownItems = 9;
     this.cbTipoNivelRelacionado.Name             = "cbTipoNivelRelacionado";
     this.cbTipoNivelRelacionado.Size             = new System.Drawing.Size(256, 21);
     this.cbTipoNivelRelacionado.TabIndex         = 2;
     //
     // lblTipoNivelRelacionado
     //
     this.lblTipoNivelRelacionado.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTipoNivelRelacionado.Location = new System.Drawing.Point(472, 16);
     this.lblTipoNivelRelacionado.Name     = "lblTipoNivelRelacionado";
     this.lblTipoNivelRelacionado.Size     = new System.Drawing.Size(256, 15);
     this.lblTipoNivelRelacionado.TabIndex = 2;
     this.lblTipoNivelRelacionado.Text     = "Nível de Descrição";
     //
     // 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(456, 20);
     this.txtFiltroDesignacao.TabIndex = 1;
     this.txtFiltroDesignacao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFiltroDesignacao_KeyDown);
     //
     // lblFiltroDesignacao
     //
     this.lblFiltroDesignacao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFiltroDesignacao.Location = new System.Drawing.Point(8, 16);
     this.lblFiltroDesignacao.Name     = "lblFiltroDesignacao";
     this.lblFiltroDesignacao.Size     = new System.Drawing.Size(508, 16);
     this.lblFiltroDesignacao.TabIndex = 0;
     this.lblFiltroDesignacao.Text     = "Título";
     //
     // PanelUFUnidadesDescricao
     //
     this.Controls.Add(this.grpDesc);
     this.Controls.Add(this.grpFiltro);
     this.Name = "PanelUFUnidadesDescricao";
     this.grpDesc.ResumeLayout(false);
     this.grpFiltro.ResumeLayout(false);
     this.grpFiltro.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PermissoesNivelList));
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.lblFiltroDesignacao = new System.Windows.Forms.Label();
            this.txtFiltroDesignacao = new System.Windows.Forms.TextBox();
            this.cbTipoNivelRelacionado = new GISA.Controls.PxComboBox();
            this.lblTipoNivelRelacionado = new System.Windows.Forms.Label();
            this.lblFiltro = new System.Windows.Forms.Label();
            this.cbFiltro = new System.Windows.Forms.ComboBox();
            this.colDesignacao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.grpResultados.SuspendLayout();
            this.grpFiltro.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpResultados
            // 
            this.grpResultados.Location = new System.Drawing.Point(6, 75);
            this.grpResultados.Size = new System.Drawing.Size(620, 263);
            // 
            // txtNroPagina
            // 
            this.txtNroPagina.Location = new System.Drawing.Point(590, 61);
            // 
            // lstVwPaginated
            // 
            this.lstVwPaginated.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colDesignacao});
            this.lstVwPaginated.Size = new System.Drawing.Size(576, 239);
            // 
            // btnProximo
            // 
            this.btnProximo.Location = new System.Drawing.Point(590, 89);
            // 
            // btnAnterior
            // 
            this.btnAnterior.Location = new System.Drawing.Point(590, 29);
            // 
            // grpFiltro
            // 
            this.grpFiltro.Controls.Add(this.tableLayoutPanel1);
            this.grpFiltro.Size = new System.Drawing.Size(620, 69);
            this.grpFiltro.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
            this.grpFiltro.Controls.SetChildIndex(this.btnAplicar, 0);
            // 
            // btnAplicar
            // 
            this.btnAplicar.Location = new System.Drawing.Point(550, 40);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 273F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 114F));
            this.tableLayoutPanel1.Controls.Add(this.lblFiltroDesignacao, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.txtFiltroDesignacao, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.cbTipoNivelRelacionado, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.lblTipoNivelRelacionado, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.lblFiltro, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.cbFiltro, 2, 1);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(8, 19);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(536, 45);
            this.tableLayoutPanel1.TabIndex = 5;
            // 
            // lblFiltroDesignacao
            // 
            this.lblFiltroDesignacao.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblFiltroDesignacao.Location = new System.Drawing.Point(3, 0);
            this.lblFiltroDesignacao.Name = "lblFiltroDesignacao";
            this.lblFiltroDesignacao.Size = new System.Drawing.Size(143, 18);
            this.lblFiltroDesignacao.TabIndex = 0;
            this.lblFiltroDesignacao.Text = "Título";
            // 
            // txtFiltroDesignacao
            // 
            this.txtFiltroDesignacao.AcceptsReturn = true;
            this.txtFiltroDesignacao.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtFiltroDesignacao.Location = new System.Drawing.Point(3, 21);
            this.txtFiltroDesignacao.Name = "txtFiltroDesignacao";
            this.txtFiltroDesignacao.Size = new System.Drawing.Size(143, 20);
            this.txtFiltroDesignacao.TabIndex = 1;
            // 
            // cbTipoNivelRelacionado
            // 
            this.cbTipoNivelRelacionado.BackColor = System.Drawing.SystemColors.Window;
            this.cbTipoNivelRelacionado.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cbTipoNivelRelacionado.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbTipoNivelRelacionado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbTipoNivelRelacionado.DropDownWidth = 230;
            this.cbTipoNivelRelacionado.ImageIndexes = ((System.Collections.ArrayList)(resources.GetObject("cbTipoNivelRelacionado.ImageIndexes")));
            this.cbTipoNivelRelacionado.Location = new System.Drawing.Point(152, 21);
            this.cbTipoNivelRelacionado.MaxDropDownItems = 9;
            this.cbTipoNivelRelacionado.Name = "cbTipoNivelRelacionado";
            this.cbTipoNivelRelacionado.Size = new System.Drawing.Size(267, 21);
            this.cbTipoNivelRelacionado.TabIndex = 2;
            // 
            // lblTipoNivelRelacionado
            // 
            this.lblTipoNivelRelacionado.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblTipoNivelRelacionado.Location = new System.Drawing.Point(152, 0);
            this.lblTipoNivelRelacionado.Name = "lblTipoNivelRelacionado";
            this.lblTipoNivelRelacionado.Size = new System.Drawing.Size(267, 18);
            this.lblTipoNivelRelacionado.TabIndex = 2;
            this.lblTipoNivelRelacionado.Text = "Nível de Descrição";
            // 
            // lblFiltro
            // 
            this.lblFiltro.AutoSize = true;
            this.lblFiltro.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblFiltro.Location = new System.Drawing.Point(425, 0);
            this.lblFiltro.Name = "lblFiltro";
            this.lblFiltro.Size = new System.Drawing.Size(108, 18);
            this.lblFiltro.TabIndex = 7;
            this.lblFiltro.Text = "Filtro";
            // 
            // cbFiltro
            // 
            this.cbFiltro.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cbFiltro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbFiltro.FormattingEnabled = true;
            this.cbFiltro.Location = new System.Drawing.Point(425, 21);
            this.cbFiltro.Name = "cbFiltro";
            this.cbFiltro.Size = new System.Drawing.Size(108, 21);
            this.cbFiltro.TabIndex = 8;
            // 
            // colDesignacao
            // 
            this.colDesignacao.Text = "Título";
            this.colDesignacao.Width = 231;
            // 
            // PermissoesNivelList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.FilterVisible = true;
            this.Name = "PermissoesNivelList";
            this.Size = new System.Drawing.Size(632, 344);
            this.grpResultados.ResumeLayout(false);
            this.grpFiltro.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

		}
Esempio n. 4
0
		private void InitializeComponent()
		{
			this.grpRelacao = new System.Windows.Forms.GroupBox();
			this.lblTipoNivel = new System.Windows.Forms.Label();
			this.cbTipoNivel = new GISA.Controls.PxComboBox();
			this.dtRelacaoFim = new GISA.Controls.PxDateBox();
			this.lblDataFim = new System.Windows.Forms.Label();
			this.dtRelacaoInicio = new GISA.Controls.PxDateBox();
			this.lblTipocontroloAutRel = new System.Windows.Forms.Label();
			this.txtDescricao = new System.Windows.Forms.TextBox();
			this.cbTipoControloAutRel = new System.Windows.Forms.ComboBox();
			this.lblDataInicio = new System.Windows.Forms.Label();
			this.lblDescricao = new System.Windows.Forms.Label();
			this.grpRelacao.SuspendLayout();
			this.SuspendLayout();
			//
			//grpRelacao
			//
			this.grpRelacao.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.grpRelacao.Controls.Add(this.lblTipoNivel);
			this.grpRelacao.Controls.Add(this.cbTipoNivel);
			this.grpRelacao.Controls.Add(this.dtRelacaoFim);
			this.grpRelacao.Controls.Add(this.lblDataFim);
			this.grpRelacao.Controls.Add(this.dtRelacaoInicio);
			this.grpRelacao.Controls.Add(this.lblTipocontroloAutRel);
			this.grpRelacao.Controls.Add(this.txtDescricao);
			this.grpRelacao.Controls.Add(this.cbTipoControloAutRel);
			this.grpRelacao.Controls.Add(this.lblDataInicio);
			this.grpRelacao.Controls.Add(this.lblDescricao);
			this.grpRelacao.Location = new System.Drawing.Point(2, 2);
			this.grpRelacao.Name = "grpRelacao";
			this.grpRelacao.Size = new System.Drawing.Size(616, 156);
			this.grpRelacao.TabIndex = 12;
			this.grpRelacao.TabStop = false;
			this.grpRelacao.Text = "Caracterização da relação";
			//
			//lblTipoNivel
			//
			this.lblTipoNivel.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right));
			this.lblTipoNivel.Location = new System.Drawing.Point(190, 17);
			this.lblTipoNivel.Name = "lblTipoNivel";
			this.lblTipoNivel.Size = new System.Drawing.Size(234, 16);
			this.lblTipoNivel.TabIndex = 21;
            this.lblTipoNivel.Text = "Tipo do nível subordinado";
			//
			//cbTipoNivel
			//
			this.cbTipoNivel.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right));
			this.cbTipoNivel.BackColor = System.Drawing.SystemColors.Window;
			this.cbTipoNivel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cbTipoNivel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbTipoNivel.Location = new System.Drawing.Point(190, 33);
			this.cbTipoNivel.Name = "cbTipoNivel";
			this.cbTipoNivel.Size = new System.Drawing.Size(234, 21);
			this.cbTipoNivel.TabIndex = 2;
			//
			//dtRelacaoFim
			//
			this.dtRelacaoFim.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
			this.dtRelacaoFim.Location = new System.Drawing.Point(523, 33);
			this.dtRelacaoFim.Name = "dtRelacaoFim";
			this.dtRelacaoFim.Size = new System.Drawing.Size(82, 22);
			this.dtRelacaoFim.TabIndex = 4;
			this.dtRelacaoFim.ValueDay = "";
			this.dtRelacaoFim.ValueMonth = "";
			this.dtRelacaoFim.ValueYear = "";
			//
			//lblDataFim
			//
			this.lblDataFim.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
			this.lblDataFim.Location = new System.Drawing.Point(523, 17);
			this.lblDataFim.Name = "lblDataFim";
			this.lblDataFim.Size = new System.Drawing.Size(80, 16);
			this.lblDataFim.TabIndex = 18;
			this.lblDataFim.Text = "Data de fim";
			//
			//dtRelacaoInicio
			//
			this.dtRelacaoInicio.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
			this.dtRelacaoInicio.Location = new System.Drawing.Point(432, 33);
			this.dtRelacaoInicio.Name = "dtRelacaoInicio";
			this.dtRelacaoInicio.Size = new System.Drawing.Size(82, 22);
			this.dtRelacaoInicio.TabIndex = 3;
			this.dtRelacaoInicio.ValueDay = "";
			this.dtRelacaoInicio.ValueMonth = "";
			this.dtRelacaoInicio.ValueYear = "";
			//
			//lblTipocontroloAutRel
			//
			this.lblTipocontroloAutRel.Location = new System.Drawing.Point(10, 17);
			this.lblTipocontroloAutRel.Name = "lblTipocontroloAutRel";
			this.lblTipocontroloAutRel.Size = new System.Drawing.Size(165, 16);
			this.lblTipocontroloAutRel.TabIndex = 16;
			this.lblTipocontroloAutRel.Text = "Categoria";
			//
			//txtDescricao
			//
			this.txtDescricao.AcceptsReturn = true;
			this.txtDescricao.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.txtDescricao.Location = new System.Drawing.Point(10, 78);
			this.txtDescricao.MaxLength = 4000;
			this.txtDescricao.Multiline = true;
			this.txtDescricao.Name = "txtDescricao";
			this.txtDescricao.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.txtDescricao.Size = new System.Drawing.Size(595, 70);
			this.txtDescricao.TabIndex = 5;
			this.txtDescricao.Text = "";
			//
			//cbTipoControloAutRel
			//
			this.cbTipoControloAutRel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbTipoControloAutRel.Location = new System.Drawing.Point(10, 33);
			this.cbTipoControloAutRel.Name = "cbTipoControloAutRel";
			this.cbTipoControloAutRel.Size = new System.Drawing.Size(172, 21);
			this.cbTipoControloAutRel.TabIndex = 1;
			//
			//lblDataInicio
			//
			this.lblDataInicio.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
			this.lblDataInicio.Location = new System.Drawing.Point(432, 17);
			this.lblDataInicio.Name = "lblDataInicio";
			this.lblDataInicio.Size = new System.Drawing.Size(88, 16);
			this.lblDataInicio.TabIndex = 12;
			this.lblDataInicio.Text = "Data de início";
			//
			//lblDescricao
			//
			this.lblDescricao.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right));
			this.lblDescricao.Location = new System.Drawing.Point(8, 62);
			this.lblDescricao.Name = "lblDescricao";
			this.lblDescricao.Size = new System.Drawing.Size(598, 16);
			this.lblDescricao.TabIndex = 11;
			this.lblDescricao.Text = "Descrição";
			//
			//Relacao
			//
			this.Controls.Add(this.grpRelacao);
			this.Name = "Relacao";
			this.Size = new System.Drawing.Size(620, 160);
			this.grpRelacao.ResumeLayout(false);
			this.ResumeLayout(false);

			//INSTANT C# NOTE: Converted event handlers:
			

		}