예제 #1
0
		private void InitializeComponent()
		{
            this.GroupBox3 = new System.Windows.Forms.GroupBox();
            this.ControloRevisoes1 = new GISA.ControloRevisoes();
            this.grpDescricoesAnteriores = new System.Windows.Forms.GroupBox();
            this.lstVwDataDescricao = new System.Windows.Forms.ListView();
            this.colData = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDataRecolha = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colOperador = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colArquivista = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colImportado = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.GroupBox3.SuspendLayout();
            this.grpDescricoesAnteriores.SuspendLayout();
            this.SuspendLayout();
            // 
            // GroupBox3
            // 
            this.GroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.GroupBox3.Controls.Add(this.ControloRevisoes1);
            this.GroupBox3.Controls.Add(this.grpDescricoesAnteriores);
            this.GroupBox3.Location = new System.Drawing.Point(6, 4);
            this.GroupBox3.Name = "GroupBox3";
            this.GroupBox3.Size = new System.Drawing.Size(788, 590);
            this.GroupBox3.TabIndex = 1;
            this.GroupBox3.TabStop = false;
            this.GroupBox3.Text = "Data de criação e/ou de revisão";
            // 
            // ControloRevisoes1
            // 
            this.ControloRevisoes1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ControloRevisoes1.Location = new System.Drawing.Point(8, 16);
            this.ControloRevisoes1.Name = "ControloRevisoes1";
            this.ControloRevisoes1.Size = new System.Drawing.Size(772, 44);
            this.ControloRevisoes1.TabIndex = 4;
            // 
            // grpDescricoesAnteriores
            // 
            this.grpDescricoesAnteriores.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.grpDescricoesAnteriores.Controls.Add(this.lstVwDataDescricao);
            this.grpDescricoesAnteriores.Location = new System.Drawing.Point(8, 64);
            this.grpDescricoesAnteriores.Name = "grpDescricoesAnteriores";
            this.grpDescricoesAnteriores.Size = new System.Drawing.Size(772, 518);
            this.grpDescricoesAnteriores.TabIndex = 2;
            this.grpDescricoesAnteriores.TabStop = false;
            this.grpDescricoesAnteriores.Text = "Registos anteriores";
            // 
            // lstVwDataDescricao
            // 
            this.lstVwDataDescricao.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.lstVwDataDescricao.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colData,
            this.colDataRecolha,
            this.colOperador,
            this.colArquivista,
            this.colImportado});
            this.lstVwDataDescricao.FullRowSelect = true;
            this.lstVwDataDescricao.Location = new System.Drawing.Point(8, 16);
            this.lstVwDataDescricao.Name = "lstVwDataDescricao";
            this.lstVwDataDescricao.Size = new System.Drawing.Size(756, 494);
            this.lstVwDataDescricao.TabIndex = 1;
            this.lstVwDataDescricao.UseCompatibleStateImageBehavior = false;
            this.lstVwDataDescricao.View = System.Windows.Forms.View.Details;
            // 
            // colData
            // 
            this.colData.Text = "Data registo";
            this.colData.Width = 118;
            // 
            // colDataRecolha
            // 
            this.colDataRecolha.Text = "Data descrição";
            this.colDataRecolha.Width = 118;
            // 
            // colOperador
            // 
            this.colOperador.Text = "Operador";
            this.colOperador.Width = 210;
            // 
            // colArquivista
            // 
            this.colArquivista.Text = "Autor da descrição";
            this.colArquivista.Width = 210;
            // 
            // colImportado
            // 
            this.colImportado.Text = "Importado";
            // 
            // PanelUFControloDescricao
            // 
            this.Controls.Add(this.GroupBox3);
            this.Name = "PanelUFControloDescricao";
            this.GroupBox3.ResumeLayout(false);
            this.grpDescricoesAnteriores.ResumeLayout(false);
            this.ResumeLayout(false);

		}
예제 #2
0
		private void InitializeComponent()
		{
            this.grpRegrasConvencoes = new System.Windows.Forms.GroupBox();
            this.txtRegrasConvencoes = new System.Windows.Forms.TextBox();
            this.grpNotaArquivista = new System.Windows.Forms.GroupBox();
            this.txtNotasArquivista = new System.Windows.Forms.TextBox();
            this.GroupBox3 = new System.Windows.Forms.GroupBox();
            this.ControloRevisoes1 = new GISA.ControloRevisoes();
            this.grpDescricoesAnteriores = new System.Windows.Forms.GroupBox();
            this.lstVwDataDescricao = new System.Windows.Forms.ListView();
            this.colData = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDataRecolha = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colOperador = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colArquivista = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colImportado = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.grpRegrasConvencoes.SuspendLayout();
            this.grpNotaArquivista.SuspendLayout();
            this.GroupBox3.SuspendLayout();
            this.grpDescricoesAnteriores.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpRegrasConvencoes
            // 
            this.grpRegrasConvencoes.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.grpRegrasConvencoes.Controls.Add(this.txtRegrasConvencoes);
            this.grpRegrasConvencoes.Location = new System.Drawing.Point(3, 101);
            this.grpRegrasConvencoes.Name = "grpRegrasConvencoes";
            this.grpRegrasConvencoes.Size = new System.Drawing.Size(794, 282);
            this.grpRegrasConvencoes.TabIndex = 2;
            this.grpRegrasConvencoes.TabStop = false;
            this.grpRegrasConvencoes.Text = "7.2. Regras ou convenções";
            // 
            // txtRegrasConvencoes
            // 
            this.txtRegrasConvencoes.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.txtRegrasConvencoes.Location = new System.Drawing.Point(8, 16);
            this.txtRegrasConvencoes.Multiline = true;
            this.txtRegrasConvencoes.Name = "txtRegrasConvencoes";
            this.txtRegrasConvencoes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtRegrasConvencoes.Size = new System.Drawing.Size(778, 259);
            this.txtRegrasConvencoes.TabIndex = 1;
            // 
            // grpNotaArquivista
            // 
            this.grpNotaArquivista.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grpNotaArquivista.Controls.Add(this.txtNotasArquivista);
            this.grpNotaArquivista.Location = new System.Drawing.Point(3, 3);
            this.grpNotaArquivista.Name = "grpNotaArquivista";
            this.grpNotaArquivista.Size = new System.Drawing.Size(794, 96);
            this.grpNotaArquivista.TabIndex = 1;
            this.grpNotaArquivista.TabStop = false;
            this.grpNotaArquivista.Text = "7.1. Nota do arquivista";
            // 
            // txtNotasArquivista
            // 
            this.txtNotasArquivista.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.txtNotasArquivista.Location = new System.Drawing.Point(8, 16);
            this.txtNotasArquivista.Multiline = true;
            this.txtNotasArquivista.Name = "txtNotasArquivista";
            this.txtNotasArquivista.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtNotasArquivista.Size = new System.Drawing.Size(778, 73);
            this.txtNotasArquivista.TabIndex = 1;
            // 
            // GroupBox3
            // 
            this.GroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.GroupBox3.Controls.Add(this.ControloRevisoes1);
            this.GroupBox3.Controls.Add(this.grpDescricoesAnteriores);
            this.GroupBox3.Location = new System.Drawing.Point(3, 389);
            this.GroupBox3.Name = "GroupBox3";
            this.GroupBox3.Size = new System.Drawing.Size(794, 208);
            this.GroupBox3.TabIndex = 3;
            this.GroupBox3.TabStop = false;
            this.GroupBox3.Text = "7.3. Data(s) de descrição";
            // 
            // ControloRevisoes1
            // 
            this.ControloRevisoes1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ControloRevisoes1.Location = new System.Drawing.Point(8, 16);
            this.ControloRevisoes1.Name = "ControloRevisoes1";
            this.ControloRevisoes1.Size = new System.Drawing.Size(778, 44);
            this.ControloRevisoes1.TabIndex = 15;
            // 
            // grpDescricoesAnteriores
            // 
            this.grpDescricoesAnteriores.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.grpDescricoesAnteriores.Controls.Add(this.lstVwDataDescricao);
            this.grpDescricoesAnteriores.Location = new System.Drawing.Point(8, 64);
            this.grpDescricoesAnteriores.Name = "grpDescricoesAnteriores";
            this.grpDescricoesAnteriores.Size = new System.Drawing.Size(778, 136);
            this.grpDescricoesAnteriores.TabIndex = 4;
            this.grpDescricoesAnteriores.TabStop = false;
            this.grpDescricoesAnteriores.Text = "Descrições anteriores";
            // 
            // lstVwDataDescricao
            // 
            this.lstVwDataDescricao.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.lstVwDataDescricao.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colData,
            this.colDataRecolha,
            this.colOperador,
            this.colArquivista,
            this.colImportado});
            this.lstVwDataDescricao.FullRowSelect = true;
            this.lstVwDataDescricao.Location = new System.Drawing.Point(8, 16);
            this.lstVwDataDescricao.Name = "lstVwDataDescricao";
            this.lstVwDataDescricao.Size = new System.Drawing.Size(762, 112);
            this.lstVwDataDescricao.TabIndex = 1;
            this.lstVwDataDescricao.UseCompatibleStateImageBehavior = false;
            this.lstVwDataDescricao.View = System.Windows.Forms.View.Details;
            // 
            // colData
            // 
            this.colData.Text = "Data registo";
            this.colData.Width = 118;
            // 
            // colDataRecolha
            // 
            this.colDataRecolha.Text = "Data descrição";
            this.colDataRecolha.Width = 118;
            // 
            // colOperador
            // 
            this.colOperador.Text = "Operador";
            this.colOperador.Width = 210;
            // 
            // colArquivista
            // 
            this.colArquivista.Text = "Autor da descrição";
            this.colArquivista.Width = 210;
            // 
            // colImportado
            // 
            this.colImportado.Text = "Importado";
            // 
            // PanelOIControloDescricao
            // 
            this.Controls.Add(this.GroupBox3);
            this.Controls.Add(this.grpNotaArquivista);
            this.Controls.Add(this.grpRegrasConvencoes);
            this.Name = "PanelOIControloDescricao";
            this.grpRegrasConvencoes.ResumeLayout(false);
            this.grpRegrasConvencoes.PerformLayout();
            this.grpNotaArquivista.ResumeLayout(false);
            this.grpNotaArquivista.PerformLayout();
            this.GroupBox3.ResumeLayout(false);
            this.grpDescricoesAnteriores.ResumeLayout(false);
            this.ResumeLayout(false);

		}
예제 #3
0
 private void InitializeComponent()
 {
     this.grpRegrasConvencoes     = new System.Windows.Forms.GroupBox();
     this.txtRegrasConvencoes     = new System.Windows.Forms.TextBox();
     this.grpNotaArquivista       = new System.Windows.Forms.GroupBox();
     this.txtNotasArquivista      = new System.Windows.Forms.TextBox();
     this.GroupBox3               = new System.Windows.Forms.GroupBox();
     this.ControloRevisoes1       = new GISA.ControloRevisoes();
     this.grpDescricoesAnteriores = new System.Windows.Forms.GroupBox();
     this.lstVwDataDescricao      = new System.Windows.Forms.ListView();
     this.colData        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colDataRecolha = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOperador    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colArquivista  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colImportado   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.grpRegrasConvencoes.SuspendLayout();
     this.grpNotaArquivista.SuspendLayout();
     this.GroupBox3.SuspendLayout();
     this.grpDescricoesAnteriores.SuspendLayout();
     this.SuspendLayout();
     //
     // grpRegrasConvencoes
     //
     this.grpRegrasConvencoes.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.grpRegrasConvencoes.Controls.Add(this.txtRegrasConvencoes);
     this.grpRegrasConvencoes.Location = new System.Drawing.Point(3, 101);
     this.grpRegrasConvencoes.Name     = "grpRegrasConvencoes";
     this.grpRegrasConvencoes.Size     = new System.Drawing.Size(794, 282);
     this.grpRegrasConvencoes.TabIndex = 2;
     this.grpRegrasConvencoes.TabStop  = false;
     this.grpRegrasConvencoes.Text     = "7.2. Regras ou convenções";
     //
     // txtRegrasConvencoes
     //
     this.txtRegrasConvencoes.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.txtRegrasConvencoes.Location   = new System.Drawing.Point(8, 16);
     this.txtRegrasConvencoes.Multiline  = true;
     this.txtRegrasConvencoes.Name       = "txtRegrasConvencoes";
     this.txtRegrasConvencoes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtRegrasConvencoes.Size       = new System.Drawing.Size(778, 259);
     this.txtRegrasConvencoes.TabIndex   = 1;
     //
     // grpNotaArquivista
     //
     this.grpNotaArquivista.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.grpNotaArquivista.Controls.Add(this.txtNotasArquivista);
     this.grpNotaArquivista.Location = new System.Drawing.Point(3, 3);
     this.grpNotaArquivista.Name     = "grpNotaArquivista";
     this.grpNotaArquivista.Size     = new System.Drawing.Size(794, 96);
     this.grpNotaArquivista.TabIndex = 1;
     this.grpNotaArquivista.TabStop  = false;
     this.grpNotaArquivista.Text     = "7.1. Nota do arquivista";
     //
     // txtNotasArquivista
     //
     this.txtNotasArquivista.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.txtNotasArquivista.Location   = new System.Drawing.Point(8, 16);
     this.txtNotasArquivista.Multiline  = true;
     this.txtNotasArquivista.Name       = "txtNotasArquivista";
     this.txtNotasArquivista.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtNotasArquivista.Size       = new System.Drawing.Size(778, 73);
     this.txtNotasArquivista.TabIndex   = 1;
     //
     // GroupBox3
     //
     this.GroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupBox3.Controls.Add(this.ControloRevisoes1);
     this.GroupBox3.Controls.Add(this.grpDescricoesAnteriores);
     this.GroupBox3.Location = new System.Drawing.Point(3, 389);
     this.GroupBox3.Name     = "GroupBox3";
     this.GroupBox3.Size     = new System.Drawing.Size(794, 208);
     this.GroupBox3.TabIndex = 3;
     this.GroupBox3.TabStop  = false;
     this.GroupBox3.Text     = "7.3. Data(s) de descrição";
     //
     // ControloRevisoes1
     //
     this.ControloRevisoes1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.ControloRevisoes1.Location = new System.Drawing.Point(8, 16);
     this.ControloRevisoes1.Name     = "ControloRevisoes1";
     this.ControloRevisoes1.Size     = new System.Drawing.Size(778, 44);
     this.ControloRevisoes1.TabIndex = 15;
     //
     // grpDescricoesAnteriores
     //
     this.grpDescricoesAnteriores.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.grpDescricoesAnteriores.Controls.Add(this.lstVwDataDescricao);
     this.grpDescricoesAnteriores.Location = new System.Drawing.Point(8, 64);
     this.grpDescricoesAnteriores.Name     = "grpDescricoesAnteriores";
     this.grpDescricoesAnteriores.Size     = new System.Drawing.Size(778, 136);
     this.grpDescricoesAnteriores.TabIndex = 4;
     this.grpDescricoesAnteriores.TabStop  = false;
     this.grpDescricoesAnteriores.Text     = "Descrições anteriores";
     //
     // lstVwDataDescricao
     //
     this.lstVwDataDescricao.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.lstVwDataDescricao.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colData,
         this.colDataRecolha,
         this.colOperador,
         this.colArquivista,
         this.colImportado
     });
     this.lstVwDataDescricao.FullRowSelect = true;
     this.lstVwDataDescricao.Location      = new System.Drawing.Point(8, 16);
     this.lstVwDataDescricao.Name          = "lstVwDataDescricao";
     this.lstVwDataDescricao.Size          = new System.Drawing.Size(762, 112);
     this.lstVwDataDescricao.TabIndex      = 1;
     this.lstVwDataDescricao.UseCompatibleStateImageBehavior = false;
     this.lstVwDataDescricao.View = System.Windows.Forms.View.Details;
     //
     // colData
     //
     this.colData.Text  = "Data registo";
     this.colData.Width = 118;
     //
     // colDataRecolha
     //
     this.colDataRecolha.Text  = "Data descrição";
     this.colDataRecolha.Width = 118;
     //
     // colOperador
     //
     this.colOperador.Text  = "Operador";
     this.colOperador.Width = 210;
     //
     // colArquivista
     //
     this.colArquivista.Text  = "Autor da descrição";
     this.colArquivista.Width = 210;
     //
     // colImportado
     //
     this.colImportado.Text = "Importado";
     //
     // PanelOIControloDescricao
     //
     this.Controls.Add(this.GroupBox3);
     this.Controls.Add(this.grpNotaArquivista);
     this.Controls.Add(this.grpRegrasConvencoes);
     this.Name = "PanelOIControloDescricao";
     this.grpRegrasConvencoes.ResumeLayout(false);
     this.grpRegrasConvencoes.PerformLayout();
     this.grpNotaArquivista.ResumeLayout(false);
     this.grpNotaArquivista.PerformLayout();
     this.GroupBox3.ResumeLayout(false);
     this.grpDescricoesAnteriores.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #4
0
		private void InitializeComponent()
		{
            this.grpIdentificadorRegisto = new System.Windows.Forms.GroupBox();
            this.txtIdentificadorRegisto = new System.Windows.Forms.TextBox();
            this.grpIdentidadeInstituicoes = new System.Windows.Forms.GroupBox();
            this.btnRemove = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.lstVwIdentidadeInstituicoes = new System.Windows.Forms.ListView();
            this.colFormaAutorizada = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colIdentificadorUnico = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.grpObservacoes = new System.Windows.Forms.GroupBox();
            this.txtObservacoes = new System.Windows.Forms.TextBox();
            this.grpLinguaAlfabeto = new System.Windows.Forms.GroupBox();
            this.cbLingua = new System.Windows.Forms.ComboBox();
            this.cbAlfabeto = new System.Windows.Forms.ComboBox();
            this.grpRegrasConvencoes = new System.Windows.Forms.GroupBox();
            this.txtRegrasConvencoes = new System.Windows.Forms.TextBox();
            this.grpDataCriacaoRevisao = new System.Windows.Forms.GroupBox();
            this.ControloRevisoes1 = new GISA.ControloRevisoes();
            this.grpAnteriores = new System.Windows.Forms.GroupBox();
            this.lstVwDataCriacaoRevisao = new System.Windows.Forms.ListView();
            this.colDataRegisto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDataDescricao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colOperator = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colAuthority = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.GroupBox3 = new System.Windows.Forms.GroupBox();
            this.chkCompleta = new System.Windows.Forms.CheckBox();
            this.chkDefinitivo = new System.Windows.Forms.CheckBox();
            this.grpIdentificadorRegisto.SuspendLayout();
            this.grpIdentidadeInstituicoes.SuspendLayout();
            this.grpObservacoes.SuspendLayout();
            this.grpLinguaAlfabeto.SuspendLayout();
            this.grpRegrasConvencoes.SuspendLayout();
            this.grpDataCriacaoRevisao.SuspendLayout();
            this.grpAnteriores.SuspendLayout();
            this.GroupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpIdentificadorRegisto
            // 
            this.grpIdentificadorRegisto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grpIdentificadorRegisto.Controls.Add(this.txtIdentificadorRegisto);
            this.grpIdentificadorRegisto.Location = new System.Drawing.Point(6, 2);
            this.grpIdentificadorRegisto.Name = "grpIdentificadorRegisto";
            this.grpIdentificadorRegisto.Size = new System.Drawing.Size(788, 43);
            this.grpIdentificadorRegisto.TabIndex = 1;
            this.grpIdentificadorRegisto.TabStop = false;
            this.grpIdentificadorRegisto.Text = "4.1. Identificador de registo";
            // 
            // txtIdentificadorRegisto
            // 
            this.txtIdentificadorRegisto.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.txtIdentificadorRegisto.Enabled = false;
            this.txtIdentificadorRegisto.Location = new System.Drawing.Point(8, 15);
            this.txtIdentificadorRegisto.Name = "txtIdentificadorRegisto";
            this.txtIdentificadorRegisto.Size = new System.Drawing.Size(772, 20);
            this.txtIdentificadorRegisto.TabIndex = 1;
            // 
            // grpIdentidadeInstituicoes
            // 
            this.grpIdentidadeInstituicoes.Controls.Add(this.btnRemove);
            this.grpIdentidadeInstituicoes.Controls.Add(this.btnAdd);
            this.grpIdentidadeInstituicoes.Controls.Add(this.lstVwIdentidadeInstituicoes);
            this.grpIdentidadeInstituicoes.Location = new System.Drawing.Point(6, 48);
            this.grpIdentidadeInstituicoes.Name = "grpIdentidadeInstituicoes";
            this.grpIdentidadeInstituicoes.Size = new System.Drawing.Size(442, 112);
            this.grpIdentidadeInstituicoes.TabIndex = 2;
            this.grpIdentidadeInstituicoes.TabStop = false;
            this.grpIdentidadeInstituicoes.Text = "4.2. Identidade das instituições";
            // 
            // 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(413, 62);
            this.btnRemove.Name = "btnRemove";
            this.btnRemove.Size = new System.Drawing.Size(24, 24);
            this.btnRemove.TabIndex = 4;
            // 
            // btnAdd
            // 
            this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnAdd.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnAdd.Location = new System.Drawing.Point(413, 32);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(24, 24);
            this.btnAdd.TabIndex = 3;
            // 
            // lstVwIdentidadeInstituicoes
            // 
            this.lstVwIdentidadeInstituicoes.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.lstVwIdentidadeInstituicoes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colFormaAutorizada,
            this.colIdentificadorUnico});
            this.lstVwIdentidadeInstituicoes.FullRowSelect = true;
            this.lstVwIdentidadeInstituicoes.Location = new System.Drawing.Point(6, 16);
            this.lstVwIdentidadeInstituicoes.Name = "lstVwIdentidadeInstituicoes";
            this.lstVwIdentidadeInstituicoes.Size = new System.Drawing.Size(402, 88);
            this.lstVwIdentidadeInstituicoes.TabIndex = 2;
            this.lstVwIdentidadeInstituicoes.UseCompatibleStateImageBehavior = false;
            this.lstVwIdentidadeInstituicoes.View = System.Windows.Forms.View.Details;
            // 
            // colFormaAutorizada
            // 
            this.colFormaAutorizada.Text = "Designação";
            this.colFormaAutorizada.Width = 257;
            // 
            // colIdentificadorUnico
            // 
            this.colIdentificadorUnico.Text = "Identificador único";
            this.colIdentificadorUnico.Width = 128;
            // 
            // grpObservacoes
            // 
            this.grpObservacoes.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.grpObservacoes.Controls.Add(this.txtObservacoes);
            this.grpObservacoes.Location = new System.Drawing.Point(456, 220);
            this.grpObservacoes.Name = "grpObservacoes";
            this.grpObservacoes.Size = new System.Drawing.Size(336, 372);
            this.grpObservacoes.TabIndex = 7;
            this.grpObservacoes.TabStop = false;
            this.grpObservacoes.Text = "4.8. Fontes / 4.9. Observações";
            // 
            // txtObservacoes
            // 
            this.txtObservacoes.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.txtObservacoes.Location = new System.Drawing.Point(8, 16);
            this.txtObservacoes.Multiline = true;
            this.txtObservacoes.Name = "txtObservacoes";
            this.txtObservacoes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtObservacoes.Size = new System.Drawing.Size(320, 348);
            this.txtObservacoes.TabIndex = 13;
            // 
            // grpLinguaAlfabeto
            // 
            this.grpLinguaAlfabeto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grpLinguaAlfabeto.Controls.Add(this.cbLingua);
            this.grpLinguaAlfabeto.Controls.Add(this.cbAlfabeto);
            this.grpLinguaAlfabeto.Location = new System.Drawing.Point(456, 168);
            this.grpLinguaAlfabeto.Name = "grpLinguaAlfabeto";
            this.grpLinguaAlfabeto.Size = new System.Drawing.Size(336, 47);
            this.grpLinguaAlfabeto.TabIndex = 6;
            this.grpLinguaAlfabeto.TabStop = false;
            this.grpLinguaAlfabeto.Text = "4.7. Língua e alfabeto";
            // 
            // cbLingua
            // 
            this.cbLingua.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.cbLingua.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbLingua.Location = new System.Drawing.Point(9, 18);
            this.cbLingua.Name = "cbLingua";
            this.cbLingua.Size = new System.Drawing.Size(95, 21);
            this.cbLingua.TabIndex = 11;
            // 
            // cbAlfabeto
            // 
            this.cbAlfabeto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cbAlfabeto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAlfabeto.Location = new System.Drawing.Point(112, 17);
            this.cbAlfabeto.Name = "cbAlfabeto";
            this.cbAlfabeto.Size = new System.Drawing.Size(213, 21);
            this.cbAlfabeto.TabIndex = 12;
            // 
            // grpRegrasConvencoes
            // 
            this.grpRegrasConvencoes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grpRegrasConvencoes.Controls.Add(this.txtRegrasConvencoes);
            this.grpRegrasConvencoes.Location = new System.Drawing.Point(456, 48);
            this.grpRegrasConvencoes.Name = "grpRegrasConvencoes";
            this.grpRegrasConvencoes.Size = new System.Drawing.Size(336, 112);
            this.grpRegrasConvencoes.TabIndex = 3;
            this.grpRegrasConvencoes.TabStop = false;
            this.grpRegrasConvencoes.Text = "4.3. Regras e/ou convenções";
            // 
            // txtRegrasConvencoes
            // 
            this.txtRegrasConvencoes.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.txtRegrasConvencoes.Location = new System.Drawing.Point(8, 16);
            this.txtRegrasConvencoes.Multiline = true;
            this.txtRegrasConvencoes.Name = "txtRegrasConvencoes";
            this.txtRegrasConvencoes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtRegrasConvencoes.Size = new System.Drawing.Size(320, 88);
            this.txtRegrasConvencoes.TabIndex = 5;
            // 
            // grpDataCriacaoRevisao
            // 
            this.grpDataCriacaoRevisao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.grpDataCriacaoRevisao.Controls.Add(this.ControloRevisoes1);
            this.grpDataCriacaoRevisao.Controls.Add(this.grpAnteriores);
            this.grpDataCriacaoRevisao.Location = new System.Drawing.Point(8, 220);
            this.grpDataCriacaoRevisao.Name = "grpDataCriacaoRevisao";
            this.grpDataCriacaoRevisao.Size = new System.Drawing.Size(440, 372);
            this.grpDataCriacaoRevisao.TabIndex = 5;
            this.grpDataCriacaoRevisao.TabStop = false;
            this.grpDataCriacaoRevisao.Text = "4.6. Data de criação e/ou revisão";
            // 
            // ControloRevisoes1
            // 
            this.ControloRevisoes1.Location = new System.Drawing.Point(8, 16);
            this.ControloRevisoes1.Name = "ControloRevisoes1";
            this.ControloRevisoes1.Size = new System.Drawing.Size(424, 44);
            this.ControloRevisoes1.TabIndex = 14;
            // 
            // grpAnteriores
            // 
            this.grpAnteriores.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.grpAnteriores.Controls.Add(this.lstVwDataCriacaoRevisao);
            this.grpAnteriores.Location = new System.Drawing.Point(8, 60);
            this.grpAnteriores.Name = "grpAnteriores";
            this.grpAnteriores.Size = new System.Drawing.Size(422, 308);
            this.grpAnteriores.TabIndex = 13;
            this.grpAnteriores.TabStop = false;
            this.grpAnteriores.Text = "Registos anteriores";
            // 
            // lstVwDataCriacaoRevisao
            // 
            this.lstVwDataCriacaoRevisao.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.lstVwDataCriacaoRevisao.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colDataRegisto,
            this.colDataDescricao,
            this.colOperator,
            this.colAuthority});
            this.lstVwDataCriacaoRevisao.FullRowSelect = true;
            this.lstVwDataCriacaoRevisao.Location = new System.Drawing.Point(8, 16);
            this.lstVwDataCriacaoRevisao.Name = "lstVwDataCriacaoRevisao";
            this.lstVwDataCriacaoRevisao.Size = new System.Drawing.Size(408, 286);
            this.lstVwDataCriacaoRevisao.TabIndex = 10;
            this.lstVwDataCriacaoRevisao.UseCompatibleStateImageBehavior = false;
            this.lstVwDataCriacaoRevisao.View = System.Windows.Forms.View.Details;
            // 
            // colDataRegisto
            // 
            this.colDataRegisto.Text = "Data registo";
            this.colDataRegisto.Width = 111;
            // 
            // colDataDescricao
            // 
            this.colDataDescricao.Text = "Data descrição";
            this.colDataDescricao.Width = 84;
            // 
            // colOperator
            // 
            this.colOperator.Text = "Operador";
            this.colOperator.Width = 138;
            // 
            // colAuthority
            // 
            this.colAuthority.Text = "Autor da descrição";
            this.colAuthority.Width = 138;
            // 
            // GroupBox3
            // 
            this.GroupBox3.Controls.Add(this.chkCompleta);
            this.GroupBox3.Controls.Add(this.chkDefinitivo);
            this.GroupBox3.Location = new System.Drawing.Point(8, 164);
            this.GroupBox3.Name = "GroupBox3";
            this.GroupBox3.Size = new System.Drawing.Size(440, 50);
            this.GroupBox3.TabIndex = 4;
            this.GroupBox3.TabStop = false;
            // 
            // chkCompleta
            // 
            this.chkCompleta.Location = new System.Drawing.Point(8, 27);
            this.chkCompleta.Name = "chkCompleta";
            this.chkCompleta.Size = new System.Drawing.Size(192, 21);
            this.chkCompleta.TabIndex = 7;
            this.chkCompleta.Text = "4.5. Completo (nível de detalhe)";
            // 
            // chkDefinitivo
            // 
            this.chkDefinitivo.Location = new System.Drawing.Point(8, 8);
            this.chkDefinitivo.Name = "chkDefinitivo";
            this.chkDefinitivo.Size = new System.Drawing.Size(246, 21);
            this.chkDefinitivo.TabIndex = 6;
            this.chkDefinitivo.Text = "4.4. Validado (estado completo do registo)";
            // 
            // PanelCAControlo
            // 
            this.Controls.Add(this.GroupBox3);
            this.Controls.Add(this.grpDataCriacaoRevisao);
            this.Controls.Add(this.grpRegrasConvencoes);
            this.Controls.Add(this.grpLinguaAlfabeto);
            this.Controls.Add(this.grpObservacoes);
            this.Controls.Add(this.grpIdentidadeInstituicoes);
            this.Controls.Add(this.grpIdentificadorRegisto);
            this.Name = "PanelCAControlo";
            this.grpIdentificadorRegisto.ResumeLayout(false);
            this.grpIdentificadorRegisto.PerformLayout();
            this.grpIdentidadeInstituicoes.ResumeLayout(false);
            this.grpObservacoes.ResumeLayout(false);
            this.grpObservacoes.PerformLayout();
            this.grpLinguaAlfabeto.ResumeLayout(false);
            this.grpRegrasConvencoes.ResumeLayout(false);
            this.grpRegrasConvencoes.PerformLayout();
            this.grpDataCriacaoRevisao.ResumeLayout(false);
            this.grpAnteriores.ResumeLayout(false);
            this.GroupBox3.ResumeLayout(false);
            this.ResumeLayout(false);

		}
예제 #5
0
 private void InitializeComponent()
 {
     this.grpIdentificadorRegisto   = new System.Windows.Forms.GroupBox();
     this.txtIdentificadorRegisto   = new System.Windows.Forms.TextBox();
     this.grpIdentidadeInstituicoes = new System.Windows.Forms.GroupBox();
     this.btnRemove = new System.Windows.Forms.Button();
     this.btnAdd    = new System.Windows.Forms.Button();
     this.lstVwIdentidadeInstituicoes = new System.Windows.Forms.ListView();
     this.colFormaAutorizada          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colIdentificadorUnico       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.grpObservacoes          = new System.Windows.Forms.GroupBox();
     this.txtObservacoes          = new System.Windows.Forms.TextBox();
     this.grpLinguaAlfabeto       = new System.Windows.Forms.GroupBox();
     this.cbLingua                = new System.Windows.Forms.ComboBox();
     this.cbAlfabeto              = new System.Windows.Forms.ComboBox();
     this.grpRegrasConvencoes     = new System.Windows.Forms.GroupBox();
     this.txtRegrasConvencoes     = new System.Windows.Forms.TextBox();
     this.grpDataCriacaoRevisao   = new System.Windows.Forms.GroupBox();
     this.ControloRevisoes1       = new GISA.ControloRevisoes();
     this.grpAnteriores           = new System.Windows.Forms.GroupBox();
     this.lstVwDataCriacaoRevisao = new System.Windows.Forms.ListView();
     this.colDataRegisto          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colDataDescricao        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOperator             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colAuthority            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.GroupBox3               = new System.Windows.Forms.GroupBox();
     this.chkCompleta             = new System.Windows.Forms.CheckBox();
     this.chkDefinitivo           = new System.Windows.Forms.CheckBox();
     this.grpIdentificadorRegisto.SuspendLayout();
     this.grpIdentidadeInstituicoes.SuspendLayout();
     this.grpObservacoes.SuspendLayout();
     this.grpLinguaAlfabeto.SuspendLayout();
     this.grpRegrasConvencoes.SuspendLayout();
     this.grpDataCriacaoRevisao.SuspendLayout();
     this.grpAnteriores.SuspendLayout();
     this.GroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // grpIdentificadorRegisto
     //
     this.grpIdentificadorRegisto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grpIdentificadorRegisto.Controls.Add(this.txtIdentificadorRegisto);
     this.grpIdentificadorRegisto.Location = new System.Drawing.Point(6, 2);
     this.grpIdentificadorRegisto.Name     = "grpIdentificadorRegisto";
     this.grpIdentificadorRegisto.Size     = new System.Drawing.Size(788, 43);
     this.grpIdentificadorRegisto.TabIndex = 1;
     this.grpIdentificadorRegisto.TabStop  = false;
     this.grpIdentificadorRegisto.Text     = "4.1. Identificador de registo";
     //
     // txtIdentificadorRegisto
     //
     this.txtIdentificadorRegisto.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.txtIdentificadorRegisto.Enabled  = false;
     this.txtIdentificadorRegisto.Location = new System.Drawing.Point(8, 15);
     this.txtIdentificadorRegisto.Name     = "txtIdentificadorRegisto";
     this.txtIdentificadorRegisto.Size     = new System.Drawing.Size(772, 20);
     this.txtIdentificadorRegisto.TabIndex = 1;
     //
     // grpIdentidadeInstituicoes
     //
     this.grpIdentidadeInstituicoes.Controls.Add(this.btnRemove);
     this.grpIdentidadeInstituicoes.Controls.Add(this.btnAdd);
     this.grpIdentidadeInstituicoes.Controls.Add(this.lstVwIdentidadeInstituicoes);
     this.grpIdentidadeInstituicoes.Location = new System.Drawing.Point(6, 48);
     this.grpIdentidadeInstituicoes.Name     = "grpIdentidadeInstituicoes";
     this.grpIdentidadeInstituicoes.Size     = new System.Drawing.Size(442, 112);
     this.grpIdentidadeInstituicoes.TabIndex = 2;
     this.grpIdentidadeInstituicoes.TabStop  = false;
     this.grpIdentidadeInstituicoes.Text     = "4.2. Identidade das instituições";
     //
     // 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(413, 62);
     this.btnRemove.Name      = "btnRemove";
     this.btnRemove.Size      = new System.Drawing.Size(24, 24);
     this.btnRemove.TabIndex  = 4;
     //
     // btnAdd
     //
     this.btnAdd.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAdd.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnAdd.Location  = new System.Drawing.Point(413, 32);
     this.btnAdd.Name      = "btnAdd";
     this.btnAdd.Size      = new System.Drawing.Size(24, 24);
     this.btnAdd.TabIndex  = 3;
     //
     // lstVwIdentidadeInstituicoes
     //
     this.lstVwIdentidadeInstituicoes.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.lstVwIdentidadeInstituicoes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colFormaAutorizada,
         this.colIdentificadorUnico
     });
     this.lstVwIdentidadeInstituicoes.FullRowSelect = true;
     this.lstVwIdentidadeInstituicoes.Location      = new System.Drawing.Point(6, 16);
     this.lstVwIdentidadeInstituicoes.Name          = "lstVwIdentidadeInstituicoes";
     this.lstVwIdentidadeInstituicoes.Size          = new System.Drawing.Size(402, 88);
     this.lstVwIdentidadeInstituicoes.TabIndex      = 2;
     this.lstVwIdentidadeInstituicoes.UseCompatibleStateImageBehavior = false;
     this.lstVwIdentidadeInstituicoes.View = System.Windows.Forms.View.Details;
     //
     // colFormaAutorizada
     //
     this.colFormaAutorizada.Text  = "Designação";
     this.colFormaAutorizada.Width = 257;
     //
     // colIdentificadorUnico
     //
     this.colIdentificadorUnico.Text  = "Identificador único";
     this.colIdentificadorUnico.Width = 128;
     //
     // grpObservacoes
     //
     this.grpObservacoes.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.grpObservacoes.Controls.Add(this.txtObservacoes);
     this.grpObservacoes.Location = new System.Drawing.Point(456, 220);
     this.grpObservacoes.Name     = "grpObservacoes";
     this.grpObservacoes.Size     = new System.Drawing.Size(336, 372);
     this.grpObservacoes.TabIndex = 7;
     this.grpObservacoes.TabStop  = false;
     this.grpObservacoes.Text     = "4.8. Fontes / 4.9. Observações";
     //
     // txtObservacoes
     //
     this.txtObservacoes.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.txtObservacoes.Location   = new System.Drawing.Point(8, 16);
     this.txtObservacoes.Multiline  = true;
     this.txtObservacoes.Name       = "txtObservacoes";
     this.txtObservacoes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtObservacoes.Size       = new System.Drawing.Size(320, 348);
     this.txtObservacoes.TabIndex   = 13;
     //
     // grpLinguaAlfabeto
     //
     this.grpLinguaAlfabeto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.grpLinguaAlfabeto.Controls.Add(this.cbLingua);
     this.grpLinguaAlfabeto.Controls.Add(this.cbAlfabeto);
     this.grpLinguaAlfabeto.Location = new System.Drawing.Point(456, 168);
     this.grpLinguaAlfabeto.Name     = "grpLinguaAlfabeto";
     this.grpLinguaAlfabeto.Size     = new System.Drawing.Size(336, 47);
     this.grpLinguaAlfabeto.TabIndex = 6;
     this.grpLinguaAlfabeto.TabStop  = false;
     this.grpLinguaAlfabeto.Text     = "4.7. Língua e alfabeto";
     //
     // cbLingua
     //
     this.cbLingua.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.cbLingua.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbLingua.Location      = new System.Drawing.Point(9, 18);
     this.cbLingua.Name          = "cbLingua";
     this.cbLingua.Size          = new System.Drawing.Size(95, 21);
     this.cbLingua.TabIndex      = 11;
     //
     // cbAlfabeto
     //
     this.cbAlfabeto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.cbAlfabeto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbAlfabeto.Location      = new System.Drawing.Point(112, 17);
     this.cbAlfabeto.Name          = "cbAlfabeto";
     this.cbAlfabeto.Size          = new System.Drawing.Size(213, 21);
     this.cbAlfabeto.TabIndex      = 12;
     //
     // grpRegrasConvencoes
     //
     this.grpRegrasConvencoes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.grpRegrasConvencoes.Controls.Add(this.txtRegrasConvencoes);
     this.grpRegrasConvencoes.Location = new System.Drawing.Point(456, 48);
     this.grpRegrasConvencoes.Name     = "grpRegrasConvencoes";
     this.grpRegrasConvencoes.Size     = new System.Drawing.Size(336, 112);
     this.grpRegrasConvencoes.TabIndex = 3;
     this.grpRegrasConvencoes.TabStop  = false;
     this.grpRegrasConvencoes.Text     = "4.3. Regras e/ou convenções";
     //
     // txtRegrasConvencoes
     //
     this.txtRegrasConvencoes.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.txtRegrasConvencoes.Location   = new System.Drawing.Point(8, 16);
     this.txtRegrasConvencoes.Multiline  = true;
     this.txtRegrasConvencoes.Name       = "txtRegrasConvencoes";
     this.txtRegrasConvencoes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtRegrasConvencoes.Size       = new System.Drawing.Size(320, 88);
     this.txtRegrasConvencoes.TabIndex   = 5;
     //
     // grpDataCriacaoRevisao
     //
     this.grpDataCriacaoRevisao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.grpDataCriacaoRevisao.Controls.Add(this.ControloRevisoes1);
     this.grpDataCriacaoRevisao.Controls.Add(this.grpAnteriores);
     this.grpDataCriacaoRevisao.Location = new System.Drawing.Point(8, 220);
     this.grpDataCriacaoRevisao.Name     = "grpDataCriacaoRevisao";
     this.grpDataCriacaoRevisao.Size     = new System.Drawing.Size(440, 372);
     this.grpDataCriacaoRevisao.TabIndex = 5;
     this.grpDataCriacaoRevisao.TabStop  = false;
     this.grpDataCriacaoRevisao.Text     = "4.6. Data de criação e/ou revisão";
     //
     // ControloRevisoes1
     //
     this.ControloRevisoes1.Location = new System.Drawing.Point(8, 16);
     this.ControloRevisoes1.Name     = "ControloRevisoes1";
     this.ControloRevisoes1.Size     = new System.Drawing.Size(424, 44);
     this.ControloRevisoes1.TabIndex = 14;
     //
     // grpAnteriores
     //
     this.grpAnteriores.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.grpAnteriores.Controls.Add(this.lstVwDataCriacaoRevisao);
     this.grpAnteriores.Location = new System.Drawing.Point(8, 60);
     this.grpAnteriores.Name     = "grpAnteriores";
     this.grpAnteriores.Size     = new System.Drawing.Size(422, 308);
     this.grpAnteriores.TabIndex = 13;
     this.grpAnteriores.TabStop  = false;
     this.grpAnteriores.Text     = "Registos anteriores";
     //
     // lstVwDataCriacaoRevisao
     //
     this.lstVwDataCriacaoRevisao.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.lstVwDataCriacaoRevisao.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colDataRegisto,
         this.colDataDescricao,
         this.colOperator,
         this.colAuthority
     });
     this.lstVwDataCriacaoRevisao.FullRowSelect = true;
     this.lstVwDataCriacaoRevisao.Location      = new System.Drawing.Point(8, 16);
     this.lstVwDataCriacaoRevisao.Name          = "lstVwDataCriacaoRevisao";
     this.lstVwDataCriacaoRevisao.Size          = new System.Drawing.Size(408, 286);
     this.lstVwDataCriacaoRevisao.TabIndex      = 10;
     this.lstVwDataCriacaoRevisao.UseCompatibleStateImageBehavior = false;
     this.lstVwDataCriacaoRevisao.View = System.Windows.Forms.View.Details;
     //
     // colDataRegisto
     //
     this.colDataRegisto.Text  = "Data registo";
     this.colDataRegisto.Width = 111;
     //
     // colDataDescricao
     //
     this.colDataDescricao.Text  = "Data descrição";
     this.colDataDescricao.Width = 84;
     //
     // colOperator
     //
     this.colOperator.Text  = "Operador";
     this.colOperator.Width = 138;
     //
     // colAuthority
     //
     this.colAuthority.Text  = "Autor da descrição";
     this.colAuthority.Width = 138;
     //
     // GroupBox3
     //
     this.GroupBox3.Controls.Add(this.chkCompleta);
     this.GroupBox3.Controls.Add(this.chkDefinitivo);
     this.GroupBox3.Location = new System.Drawing.Point(8, 164);
     this.GroupBox3.Name     = "GroupBox3";
     this.GroupBox3.Size     = new System.Drawing.Size(440, 50);
     this.GroupBox3.TabIndex = 4;
     this.GroupBox3.TabStop  = false;
     //
     // chkCompleta
     //
     this.chkCompleta.Location = new System.Drawing.Point(8, 27);
     this.chkCompleta.Name     = "chkCompleta";
     this.chkCompleta.Size     = new System.Drawing.Size(192, 21);
     this.chkCompleta.TabIndex = 7;
     this.chkCompleta.Text     = "4.5. Completo (nível de detalhe)";
     //
     // chkDefinitivo
     //
     this.chkDefinitivo.Location = new System.Drawing.Point(8, 8);
     this.chkDefinitivo.Name     = "chkDefinitivo";
     this.chkDefinitivo.Size     = new System.Drawing.Size(246, 21);
     this.chkDefinitivo.TabIndex = 6;
     this.chkDefinitivo.Text     = "4.4. Validado (estado completo do registo)";
     //
     // PanelCAControlo
     //
     this.Controls.Add(this.GroupBox3);
     this.Controls.Add(this.grpDataCriacaoRevisao);
     this.Controls.Add(this.grpRegrasConvencoes);
     this.Controls.Add(this.grpLinguaAlfabeto);
     this.Controls.Add(this.grpObservacoes);
     this.Controls.Add(this.grpIdentidadeInstituicoes);
     this.Controls.Add(this.grpIdentificadorRegisto);
     this.Name = "PanelCAControlo";
     this.grpIdentificadorRegisto.ResumeLayout(false);
     this.grpIdentificadorRegisto.PerformLayout();
     this.grpIdentidadeInstituicoes.ResumeLayout(false);
     this.grpObservacoes.ResumeLayout(false);
     this.grpObservacoes.PerformLayout();
     this.grpLinguaAlfabeto.ResumeLayout(false);
     this.grpRegrasConvencoes.ResumeLayout(false);
     this.grpRegrasConvencoes.PerformLayout();
     this.grpDataCriacaoRevisao.ResumeLayout(false);
     this.grpAnteriores.ResumeLayout(false);
     this.GroupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }