Exemplo n.º 1
0
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.grpDataProducao        = new System.Windows.Forms.GroupBox();
     this.AttributableDateFim    = new GISA.AttributableDate();
     this.AttributableDateInicio = new GISA.AttributableDate();
     this.cbIntervalo            = new System.Windows.Forms.ComboBox();
     this.ControloLocalizacao1   = new GISA.Controls.Localizacao.ControloLocalizacao();
     this.button1             = new System.Windows.Forms.Button();
     this.button2             = new System.Windows.Forms.Button();
     this.GroupBox1           = new System.Windows.Forms.GroupBox();
     this.txtNivelDeDescricao = new System.Windows.Forms.TextBox();
     this.pnlBottom           = new System.Windows.Forms.Panel();
     this.pnlMiddle           = new System.Windows.Forms.Panel();
     this.pnlTop                   = new System.Windows.Forms.Panel();
     this.grpCodigo                = new System.Windows.Forms.GroupBox();
     this.lblAgrupador             = new System.Windows.Forms.Label();
     this.txtAgrupador             = new System.Windows.Forms.TextBox();
     this.lblIdentificador         = new System.Windows.Forms.Label();
     this.txtIdentificador         = new System.Windows.Forms.TextBox();
     this.lstBoxOutrosCodigos      = new System.Windows.Forms.ListBox();
     this.lblOutrosCodigos         = new System.Windows.Forms.Label();
     this.lblCodigoLocalizacao     = new System.Windows.Forms.Label();
     this.lstBoxCodigoDeReferencia = new System.Windows.Forms.ListBox();
     this.lstBoxContextMenuStrip   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemCopiar  = new System.Windows.Forms.ToolStripMenuItem();
     this.grpDataProducao.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.pnlMiddle.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.grpCodigo.SuspendLayout();
     this.lstBoxContextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // grpDataProducao
     //
     this.grpDataProducao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.grpDataProducao.Controls.Add(this.AttributableDateFim);
     this.grpDataProducao.Controls.Add(this.AttributableDateInicio);
     this.grpDataProducao.Controls.Add(this.cbIntervalo);
     this.grpDataProducao.Location = new System.Drawing.Point(8, 6);
     this.grpDataProducao.Name     = "grpDataProducao";
     this.grpDataProducao.Size     = new System.Drawing.Size(686, 64);
     this.grpDataProducao.TabIndex = 3;
     this.grpDataProducao.TabStop  = false;
     this.grpDataProducao.Text     = "1.3. Data(s) de produção";
     //
     // AttributableDateFim
     //
     this.AttributableDateFim.Location = new System.Drawing.Point(373, 13);
     this.AttributableDateFim.Name     = "AttributableDateFim";
     this.AttributableDateFim.Size     = new System.Drawing.Size(180, 44);
     this.AttributableDateFim.TabIndex = 3;
     this.AttributableDateFim.Title    = "Fim";
     //
     // AttributableDateInicio
     //
     this.AttributableDateInicio.Location = new System.Drawing.Point(184, 13);
     this.AttributableDateInicio.Name     = "AttributableDateInicio";
     this.AttributableDateInicio.Size     = new System.Drawing.Size(183, 44);
     this.AttributableDateInicio.TabIndex = 2;
     this.AttributableDateInicio.Title    = "Início";
     //
     // cbIntervalo
     //
     this.cbIntervalo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbIntervalo.Items.AddRange(new object[] {
         "",
         "Antes de",
         "Depois de",
         "Cerca de"
     });
     this.cbIntervalo.Location = new System.Drawing.Point(16, 26);
     this.cbIntervalo.Name     = "cbIntervalo";
     this.cbIntervalo.Size     = new System.Drawing.Size(144, 21);
     this.cbIntervalo.TabIndex = 1;
     //
     // ControloLocalizacao1
     //
     this.ControloLocalizacao1.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.ControloLocalizacao1.Location = new System.Drawing.Point(8, 0);
     this.ControloLocalizacao1.Name     = "ControloLocalizacao1";
     this.ControloLocalizacao1.Size     = new System.Drawing.Size(686, 108);
     this.ControloLocalizacao1.TabIndex = 5;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(3, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(103, 3);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // GroupBox1
     //
     this.GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBox1.Controls.Add(this.txtNivelDeDescricao);
     this.GroupBox1.Location = new System.Drawing.Point(8, 76);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(686, 46);
     this.GroupBox1.TabIndex = 6;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "1.4. Nível de descrição";
     //
     // txtNivelDeDescricao
     //
     this.txtNivelDeDescricao.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.txtNivelDeDescricao.Location = new System.Drawing.Point(8, 16);
     this.txtNivelDeDescricao.Name     = "txtNivelDeDescricao";
     this.txtNivelDeDescricao.ReadOnly = true;
     this.txtNivelDeDescricao.Size     = new System.Drawing.Size(670, 20);
     this.txtNivelDeDescricao.TabIndex = 1;
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.GroupBox1);
     this.pnlBottom.Controls.Add(this.grpDataProducao);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 293);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(700, 133);
     this.pnlBottom.TabIndex = 7;
     //
     // pnlMiddle
     //
     this.pnlMiddle.Controls.Add(this.ControloLocalizacao1);
     this.pnlMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMiddle.Location = new System.Drawing.Point(0, 179);
     this.pnlMiddle.Name     = "pnlMiddle";
     this.pnlMiddle.Size     = new System.Drawing.Size(700, 114);
     this.pnlMiddle.TabIndex = 8;
     //
     // pnlTop
     //
     this.pnlTop.Controls.Add(this.grpCodigo);
     this.pnlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new System.Drawing.Size(700, 179);
     this.pnlTop.TabIndex = 9;
     //
     // grpCodigo
     //
     this.grpCodigo.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.grpCodigo.Controls.Add(this.lblAgrupador);
     this.grpCodigo.Controls.Add(this.txtAgrupador);
     this.grpCodigo.Controls.Add(this.lblIdentificador);
     this.grpCodigo.Controls.Add(this.txtIdentificador);
     this.grpCodigo.Controls.Add(this.lstBoxOutrosCodigos);
     this.grpCodigo.Controls.Add(this.lblOutrosCodigos);
     this.grpCodigo.Controls.Add(this.lblCodigoLocalizacao);
     this.grpCodigo.Controls.Add(this.lstBoxCodigoDeReferencia);
     this.grpCodigo.Location = new System.Drawing.Point(8, 0);
     this.grpCodigo.Name     = "grpCodigo";
     this.grpCodigo.Size     = new System.Drawing.Size(686, 167);
     this.grpCodigo.TabIndex = 1;
     this.grpCodigo.TabStop  = false;
     this.grpCodigo.Text     = "1.1. Código(s) de referência";
     //
     // lblAgrupador
     //
     this.lblAgrupador.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblAgrupador.AutoSize = true;
     this.lblAgrupador.Location = new System.Drawing.Point(297, 143);
     this.lblAgrupador.Name     = "lblAgrupador";
     this.lblAgrupador.Size     = new System.Drawing.Size(59, 13);
     this.lblAgrupador.TabIndex = 7;
     this.lblAgrupador.Text     = "Agrupador:";
     //
     // txtAgrupador
     //
     this.txtAgrupador.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAgrupador.Location = new System.Drawing.Point(362, 140);
     this.txtAgrupador.Name     = "txtAgrupador";
     this.txtAgrupador.Size     = new System.Drawing.Size(318, 20);
     this.txtAgrupador.TabIndex = 6;
     //
     // lblIdentificador
     //
     this.lblIdentificador.AutoSize = true;
     this.lblIdentificador.Location = new System.Drawing.Point(6, 143);
     this.lblIdentificador.Name     = "lblIdentificador";
     this.lblIdentificador.Size     = new System.Drawing.Size(71, 13);
     this.lblIdentificador.TabIndex = 5;
     this.lblIdentificador.Text     = "Identificador: ";
     //
     // txtIdentificador
     //
     this.txtIdentificador.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.txtIdentificador.Location = new System.Drawing.Point(104, 140);
     this.txtIdentificador.Name     = "txtIdentificador";
     this.txtIdentificador.ReadOnly = true;
     this.txtIdentificador.Size     = new System.Drawing.Size(187, 20);
     this.txtIdentificador.TabIndex = 4;
     //
     // lstBoxOutrosCodigos
     //
     this.lstBoxOutrosCodigos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.lstBoxOutrosCodigos.BackColor        = System.Drawing.SystemColors.Control;
     this.lstBoxOutrosCodigos.ContextMenuStrip = this.lstBoxContextMenuStrip;
     this.lstBoxOutrosCodigos.Location         = new System.Drawing.Point(104, 78);
     this.lstBoxOutrosCodigos.Name             = "lstBoxOutrosCodigos";
     this.lstBoxOutrosCodigos.SelectionMode    = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lstBoxOutrosCodigos.Size             = new System.Drawing.Size(576, 56);
     this.lstBoxOutrosCodigos.Sorted           = true;
     this.lstBoxOutrosCodigos.TabIndex         = 3;
     //
     // lblOutrosCodigos
     //
     this.lblOutrosCodigos.AutoSize = true;
     this.lblOutrosCodigos.Location = new System.Drawing.Point(6, 78);
     this.lblOutrosCodigos.Name     = "lblOutrosCodigos";
     this.lblOutrosCodigos.Size     = new System.Drawing.Size(84, 13);
     this.lblOutrosCodigos.TabIndex = 2;
     this.lblOutrosCodigos.Text     = "Outros códigos: ";
     //
     // lblCodigoLocalizacao
     //
     this.lblCodigoLocalizacao.AutoSize = true;
     this.lblCodigoLocalizacao.Location = new System.Drawing.Point(6, 16);
     this.lblCodigoLocalizacao.Name     = "lblCodigoLocalizacao";
     this.lblCodigoLocalizacao.Size     = new System.Drawing.Size(92, 13);
     this.lblCodigoLocalizacao.TabIndex = 1;
     this.lblCodigoLocalizacao.Text     = "Código completo: ";
     //
     // lstBoxCodigoDeReferencia
     //
     this.lstBoxCodigoDeReferencia.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lstBoxCodigoDeReferencia.BackColor        = System.Drawing.SystemColors.Control;
     this.lstBoxCodigoDeReferencia.ContextMenuStrip = this.lstBoxContextMenuStrip;
     this.lstBoxCodigoDeReferencia.Location         = new System.Drawing.Point(104, 16);
     this.lstBoxCodigoDeReferencia.Name             = "lstBoxCodigoDeReferencia";
     this.lstBoxCodigoDeReferencia.SelectionMode    = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lstBoxCodigoDeReferencia.Size             = new System.Drawing.Size(576, 56);
     this.lstBoxCodigoDeReferencia.Sorted           = true;
     this.lstBoxCodigoDeReferencia.TabIndex         = 0;
     //
     // lstBoxContextMenuStrip
     //
     this.lstBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemCopiar
     });
     this.lstBoxContextMenuStrip.Name     = "contextMenuStrip1";
     this.lstBoxContextMenuStrip.Size     = new System.Drawing.Size(153, 48);
     this.lstBoxContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.lstBoxContextMenuStrip_Opening);
     //
     // toolStripMenuItemCopiar
     //
     this.toolStripMenuItemCopiar.Name   = "toolStripMenuItemCopiar";
     this.toolStripMenuItemCopiar.Size   = new System.Drawing.Size(152, 22);
     this.toolStripMenuItemCopiar.Text   = "Copiar";
     this.toolStripMenuItemCopiar.Click += new System.EventHandler(this.toolStripMenuItemCopiar_Click);
     //
     // PanelIdentificacao
     //
     this.Controls.Add(this.pnlMiddle);
     this.Controls.Add(this.pnlTop);
     this.Controls.Add(this.pnlBottom);
     this.Name = "PanelIdentificacao";
     this.Size = new System.Drawing.Size(700, 426);
     this.grpDataProducao.ResumeLayout(false);
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.pnlBottom.ResumeLayout(false);
     this.pnlMiddle.ResumeLayout(false);
     this.pnlTop.ResumeLayout(false);
     this.grpCodigo.ResumeLayout(false);
     this.grpCodigo.PerformLayout();
     this.lstBoxContextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            this.grpDataProducao = new System.Windows.Forms.GroupBox();
            this.AttributableDateFim = new GISA.AttributableDate();
            this.AttributableDateInicio = new GISA.AttributableDate();
            this.cbIntervalo = new System.Windows.Forms.ComboBox();
            this.ControloLocalizacao1 = new GISA.Controls.Localizacao.ControloLocalizacao();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.GroupBox1 = new System.Windows.Forms.GroupBox();
            this.txtNivelDeDescricao = new System.Windows.Forms.TextBox();
            this.pnlBottom = new System.Windows.Forms.Panel();
            this.pnlMiddle = new System.Windows.Forms.Panel();
            this.pnlTop = new System.Windows.Forms.Panel();
            this.grpCodigo = new System.Windows.Forms.GroupBox();
            this.lblAgrupador = new System.Windows.Forms.Label();
            this.txtAgrupador = new System.Windows.Forms.TextBox();
            this.lblIdentificador = new System.Windows.Forms.Label();
            this.txtIdentificador = new System.Windows.Forms.TextBox();
            this.lstBoxOutrosCodigos = new System.Windows.Forms.ListBox();
            this.lblOutrosCodigos = new System.Windows.Forms.Label();
            this.lblCodigoLocalizacao = new System.Windows.Forms.Label();
            this.lstBoxCodigoDeReferencia = new System.Windows.Forms.ListBox();
            this.lstBoxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItemCopiar = new System.Windows.Forms.ToolStripMenuItem();
            this.grpDataProducao.SuspendLayout();
            this.GroupBox1.SuspendLayout();
            this.pnlBottom.SuspendLayout();
            this.pnlMiddle.SuspendLayout();
            this.pnlTop.SuspendLayout();
            this.grpCodigo.SuspendLayout();
            this.lstBoxContextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpDataProducao
            // 
            this.grpDataProducao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.grpDataProducao.Controls.Add(this.AttributableDateFim);
            this.grpDataProducao.Controls.Add(this.AttributableDateInicio);
            this.grpDataProducao.Controls.Add(this.cbIntervalo);
            this.grpDataProducao.Location = new System.Drawing.Point(8, 6);
            this.grpDataProducao.Name = "grpDataProducao";
            this.grpDataProducao.Size = new System.Drawing.Size(686, 64);
            this.grpDataProducao.TabIndex = 3;
            this.grpDataProducao.TabStop = false;
            this.grpDataProducao.Text = "1.3. Data(s) de produção";
            // 
            // AttributableDateFim
            // 
            this.AttributableDateFim.Location = new System.Drawing.Point(373, 13);
            this.AttributableDateFim.Name = "AttributableDateFim";
            this.AttributableDateFim.Size = new System.Drawing.Size(180, 44);
            this.AttributableDateFim.TabIndex = 3;
            this.AttributableDateFim.Title = "Fim";
            // 
            // AttributableDateInicio
            // 
            this.AttributableDateInicio.Location = new System.Drawing.Point(184, 13);
            this.AttributableDateInicio.Name = "AttributableDateInicio";
            this.AttributableDateInicio.Size = new System.Drawing.Size(183, 44);
            this.AttributableDateInicio.TabIndex = 2;
            this.AttributableDateInicio.Title = "Início";
            // 
            // cbIntervalo
            // 
            this.cbIntervalo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbIntervalo.Items.AddRange(new object[] {
            "",
            "Antes de",
            "Depois de",
            "Cerca de"});
            this.cbIntervalo.Location = new System.Drawing.Point(16, 26);
            this.cbIntervalo.Name = "cbIntervalo";
            this.cbIntervalo.Size = new System.Drawing.Size(144, 21);
            this.cbIntervalo.TabIndex = 1;
            // 
            // ControloLocalizacao1
            // 
            this.ControloLocalizacao1.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.ControloLocalizacao1.Location = new System.Drawing.Point(8, 0);
            this.ControloLocalizacao1.Name = "ControloLocalizacao1";
            this.ControloLocalizacao1.Size = new System.Drawing.Size(686, 108);
            this.ControloLocalizacao1.TabIndex = 5;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(3, 3);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(103, 3);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 1;
            this.button2.Text = "button2";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // GroupBox1
            // 
            this.GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.GroupBox1.Controls.Add(this.txtNivelDeDescricao);
            this.GroupBox1.Location = new System.Drawing.Point(8, 76);
            this.GroupBox1.Name = "GroupBox1";
            this.GroupBox1.Size = new System.Drawing.Size(686, 46);
            this.GroupBox1.TabIndex = 6;
            this.GroupBox1.TabStop = false;
            this.GroupBox1.Text = "1.4. Nível de descrição";
            // 
            // txtNivelDeDescricao
            // 
            this.txtNivelDeDescricao.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.txtNivelDeDescricao.Location = new System.Drawing.Point(8, 16);
            this.txtNivelDeDescricao.Name = "txtNivelDeDescricao";
            this.txtNivelDeDescricao.ReadOnly = true;
            this.txtNivelDeDescricao.Size = new System.Drawing.Size(670, 20);
            this.txtNivelDeDescricao.TabIndex = 1;
            // 
            // pnlBottom
            // 
            this.pnlBottom.Controls.Add(this.GroupBox1);
            this.pnlBottom.Controls.Add(this.grpDataProducao);
            this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pnlBottom.Location = new System.Drawing.Point(0, 293);
            this.pnlBottom.Name = "pnlBottom";
            this.pnlBottom.Size = new System.Drawing.Size(700, 133);
            this.pnlBottom.TabIndex = 7;
            // 
            // pnlMiddle
            // 
            this.pnlMiddle.Controls.Add(this.ControloLocalizacao1);
            this.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMiddle.Location = new System.Drawing.Point(0, 179);
            this.pnlMiddle.Name = "pnlMiddle";
            this.pnlMiddle.Size = new System.Drawing.Size(700, 114);
            this.pnlMiddle.TabIndex = 8;
            // 
            // pnlTop
            // 
            this.pnlTop.Controls.Add(this.grpCodigo);
            this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlTop.Location = new System.Drawing.Point(0, 0);
            this.pnlTop.Name = "pnlTop";
            this.pnlTop.Size = new System.Drawing.Size(700, 179);
            this.pnlTop.TabIndex = 9;
            // 
            // grpCodigo
            // 
            this.grpCodigo.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.grpCodigo.Controls.Add(this.lblAgrupador);
            this.grpCodigo.Controls.Add(this.txtAgrupador);
            this.grpCodigo.Controls.Add(this.lblIdentificador);
            this.grpCodigo.Controls.Add(this.txtIdentificador);
            this.grpCodigo.Controls.Add(this.lstBoxOutrosCodigos);
            this.grpCodigo.Controls.Add(this.lblOutrosCodigos);
            this.grpCodigo.Controls.Add(this.lblCodigoLocalizacao);
            this.grpCodigo.Controls.Add(this.lstBoxCodigoDeReferencia);
            this.grpCodigo.Location = new System.Drawing.Point(8, 0);
            this.grpCodigo.Name = "grpCodigo";
            this.grpCodigo.Size = new System.Drawing.Size(686, 167);
            this.grpCodigo.TabIndex = 1;
            this.grpCodigo.TabStop = false;
            this.grpCodigo.Text = "1.1. Código(s) de referência";
            // 
            // lblAgrupador
            // 
            this.lblAgrupador.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblAgrupador.AutoSize = true;
            this.lblAgrupador.Location = new System.Drawing.Point(297, 143);
            this.lblAgrupador.Name = "lblAgrupador";
            this.lblAgrupador.Size = new System.Drawing.Size(59, 13);
            this.lblAgrupador.TabIndex = 7;
            this.lblAgrupador.Text = "Agrupador:";
            // 
            // txtAgrupador
            // 
            this.txtAgrupador.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAgrupador.Location = new System.Drawing.Point(362, 140);
            this.txtAgrupador.Name = "txtAgrupador";
            this.txtAgrupador.Size = new System.Drawing.Size(318, 20);
            this.txtAgrupador.TabIndex = 6;
            // 
            // lblIdentificador
            // 
            this.lblIdentificador.AutoSize = true;
            this.lblIdentificador.Location = new System.Drawing.Point(6, 143);
            this.lblIdentificador.Name = "lblIdentificador";
            this.lblIdentificador.Size = new System.Drawing.Size(71, 13);
            this.lblIdentificador.TabIndex = 5;
            this.lblIdentificador.Text = "Identificador: ";
            // 
            // txtIdentificador
            // 
            this.txtIdentificador.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.txtIdentificador.Location = new System.Drawing.Point(104, 140);
            this.txtIdentificador.Name = "txtIdentificador";
            this.txtIdentificador.ReadOnly = true;
            this.txtIdentificador.Size = new System.Drawing.Size(187, 20);
            this.txtIdentificador.TabIndex = 4;
            // 
            // lstBoxOutrosCodigos
            // 
            this.lstBoxOutrosCodigos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lstBoxOutrosCodigos.BackColor = System.Drawing.SystemColors.Control;
            this.lstBoxOutrosCodigos.ContextMenuStrip = this.lstBoxContextMenuStrip;
            this.lstBoxOutrosCodigos.Location = new System.Drawing.Point(104, 78);
            this.lstBoxOutrosCodigos.Name = "lstBoxOutrosCodigos";
            this.lstBoxOutrosCodigos.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lstBoxOutrosCodigos.Size = new System.Drawing.Size(576, 56);
            this.lstBoxOutrosCodigos.Sorted = true;
            this.lstBoxOutrosCodigos.TabIndex = 3;
            // 
            // lblOutrosCodigos
            // 
            this.lblOutrosCodigos.AutoSize = true;
            this.lblOutrosCodigos.Location = new System.Drawing.Point(6, 78);
            this.lblOutrosCodigos.Name = "lblOutrosCodigos";
            this.lblOutrosCodigos.Size = new System.Drawing.Size(84, 13);
            this.lblOutrosCodigos.TabIndex = 2;
            this.lblOutrosCodigos.Text = "Outros códigos: ";
            // 
            // lblCodigoLocalizacao
            // 
            this.lblCodigoLocalizacao.AutoSize = true;
            this.lblCodigoLocalizacao.Location = new System.Drawing.Point(6, 16);
            this.lblCodigoLocalizacao.Name = "lblCodigoLocalizacao";
            this.lblCodigoLocalizacao.Size = new System.Drawing.Size(92, 13);
            this.lblCodigoLocalizacao.TabIndex = 1;
            this.lblCodigoLocalizacao.Text = "Código completo: ";
            // 
            // lstBoxCodigoDeReferencia
            // 
            this.lstBoxCodigoDeReferencia.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lstBoxCodigoDeReferencia.BackColor = System.Drawing.SystemColors.Control;
            this.lstBoxCodigoDeReferencia.ContextMenuStrip = this.lstBoxContextMenuStrip;
            this.lstBoxCodigoDeReferencia.Location = new System.Drawing.Point(104, 16);
            this.lstBoxCodigoDeReferencia.Name = "lstBoxCodigoDeReferencia";
            this.lstBoxCodigoDeReferencia.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lstBoxCodigoDeReferencia.Size = new System.Drawing.Size(576, 56);
            this.lstBoxCodigoDeReferencia.Sorted = true;
            this.lstBoxCodigoDeReferencia.TabIndex = 0;
            // 
            // lstBoxContextMenuStrip
            // 
            this.lstBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemCopiar});
            this.lstBoxContextMenuStrip.Name = "contextMenuStrip1";
            this.lstBoxContextMenuStrip.Size = new System.Drawing.Size(153, 48);
            this.lstBoxContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.lstBoxContextMenuStrip_Opening);
            // 
            // toolStripMenuItemCopiar
            // 
            this.toolStripMenuItemCopiar.Name = "toolStripMenuItemCopiar";
            this.toolStripMenuItemCopiar.Size = new System.Drawing.Size(152, 22);
            this.toolStripMenuItemCopiar.Text = "Copiar";
            this.toolStripMenuItemCopiar.Click += new System.EventHandler(this.toolStripMenuItemCopiar_Click);
            // 
            // PanelIdentificacao
            // 
            this.Controls.Add(this.pnlMiddle);
            this.Controls.Add(this.pnlTop);
            this.Controls.Add(this.pnlBottom);
            this.Name = "PanelIdentificacao";
            this.Size = new System.Drawing.Size(700, 426);
            this.grpDataProducao.ResumeLayout(false);
            this.GroupBox1.ResumeLayout(false);
            this.GroupBox1.PerformLayout();
            this.pnlBottom.ResumeLayout(false);
            this.pnlMiddle.ResumeLayout(false);
            this.pnlTop.ResumeLayout(false);
            this.grpCodigo.ResumeLayout(false);
            this.grpCodigo.PerformLayout();
            this.lstBoxContextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);

		}