private void InitializeComponent()
		{
            this.grpCondicoesAcesso = new System.Windows.Forms.GroupBox();
            this.txtCondicoesAcesso = new System.Windows.Forms.TextBox();
            this.grpCondicoesReproducao = new System.Windows.Forms.GroupBox();
            this.txtCondicoesReproducao = new System.Windows.Forms.TextBox();
            this.lstVwAlfabeto = new GISA.Controls.PxListView();
            this.colAlfabeto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lstVwLanguage = new GISA.Controls.PxListView();
            this.colLingua = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.grpIdioma = new System.Windows.Forms.GroupBox();
            this.grpAlfabeto = new System.Windows.Forms.GroupBox();
            this.btnRemoveAlfabeto = new System.Windows.Forms.Button();
            this.btnAddAlfabeto = new System.Windows.Forms.Button();
            this.grpLingua = new System.Windows.Forms.GroupBox();
            this.btnRemoveLingua = new System.Windows.Forms.Button();
            this.btnAddLingua = new System.Windows.Forms.Button();
            this.grpCondicoesAcesso.SuspendLayout();
            this.grpCondicoesReproducao.SuspendLayout();
            this.grpIdioma.SuspendLayout();
            this.grpAlfabeto.SuspendLayout();
            this.grpLingua.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpCondicoesAcesso
            // 
            this.grpCondicoesAcesso.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.grpCondicoesAcesso.Controls.Add(this.txtCondicoesAcesso);
            this.grpCondicoesAcesso.Location = new System.Drawing.Point(3, 3);
            this.grpCondicoesAcesso.Name = "grpCondicoesAcesso";
            this.grpCondicoesAcesso.Size = new System.Drawing.Size(793, 366);
            this.grpCondicoesAcesso.TabIndex = 5;
            this.grpCondicoesAcesso.TabStop = false;
            this.grpCondicoesAcesso.Text = "4.1. Condições de acesso";
            // 
            // txtCondicoesAcesso
            // 
            this.txtCondicoesAcesso.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.txtCondicoesAcesso.Location = new System.Drawing.Point(8, 14);
            this.txtCondicoesAcesso.Multiline = true;
            this.txtCondicoesAcesso.Name = "txtCondicoesAcesso";
            this.txtCondicoesAcesso.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtCondicoesAcesso.Size = new System.Drawing.Size(777, 344);
            this.txtCondicoesAcesso.TabIndex = 0;
            // 
            // grpCondicoesReproducao
            // 
            this.grpCondicoesReproducao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grpCondicoesReproducao.Controls.Add(this.txtCondicoesReproducao);
            this.grpCondicoesReproducao.Location = new System.Drawing.Point(3, 377);
            this.grpCondicoesReproducao.Name = "grpCondicoesReproducao";
            this.grpCondicoesReproducao.Size = new System.Drawing.Size(793, 104);
            this.grpCondicoesReproducao.TabIndex = 6;
            this.grpCondicoesReproducao.TabStop = false;
            this.grpCondicoesReproducao.Text = "4.2. Condições de reprodução";
            // 
            // txtCondicoesReproducao
            // 
            this.txtCondicoesReproducao.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.txtCondicoesReproducao.Location = new System.Drawing.Point(8, 14);
            this.txtCondicoesReproducao.Multiline = true;
            this.txtCondicoesReproducao.Name = "txtCondicoesReproducao";
            this.txtCondicoesReproducao.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtCondicoesReproducao.Size = new System.Drawing.Size(777, 82);
            this.txtCondicoesReproducao.TabIndex = 0;
            // 
            // lstVwAlfabeto
            // 
            this.lstVwAlfabeto.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.lstVwAlfabeto.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colAlfabeto});
            this.lstVwAlfabeto.CustomizedSorting = false;
            this.lstVwAlfabeto.FullRowSelect = true;
            this.lstVwAlfabeto.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.lstVwAlfabeto.HideSelection = false;
            this.lstVwAlfabeto.Location = new System.Drawing.Point(8, 16);
            this.lstVwAlfabeto.MultiSelect = false;
            this.lstVwAlfabeto.Name = "lstVwAlfabeto";
            this.lstVwAlfabeto.ReturnSubItemIndex = false;
            this.lstVwAlfabeto.Size = new System.Drawing.Size(318, 56);
            this.lstVwAlfabeto.TabIndex = 1;
            this.lstVwAlfabeto.UseCompatibleStateImageBehavior = false;
            this.lstVwAlfabeto.View = System.Windows.Forms.View.Details;
            this.lstVwAlfabeto.SelectedIndexChanged += new System.EventHandler(this.lstVwAlfabeto_SelectedIndexChanged);
            // 
            // colAlfabeto
            // 
            this.colAlfabeto.Width = 121;
            // 
            // lstVwLanguage
            // 
            this.lstVwLanguage.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.lstVwLanguage.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colLingua});
            this.lstVwLanguage.CustomizedSorting = false;
            this.lstVwLanguage.FullRowSelect = true;
            this.lstVwLanguage.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.lstVwLanguage.HideSelection = false;
            this.lstVwLanguage.Location = new System.Drawing.Point(8, 16);
            this.lstVwLanguage.MultiSelect = false;
            this.lstVwLanguage.Name = "lstVwLanguage";
            this.lstVwLanguage.ReturnSubItemIndex = false;
            this.lstVwLanguage.Size = new System.Drawing.Size(363, 56);
            this.lstVwLanguage.TabIndex = 10;
            this.lstVwLanguage.UseCompatibleStateImageBehavior = false;
            this.lstVwLanguage.View = System.Windows.Forms.View.Details;
            this.lstVwLanguage.SelectedIndexChanged += new System.EventHandler(this.lstVwLanguage_SelectedIndexChanged);
            // 
            // colLingua
            // 
            this.colLingua.Width = 121;
            // 
            // grpIdioma
            // 
            this.grpIdioma.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grpIdioma.Controls.Add(this.grpAlfabeto);
            this.grpIdioma.Controls.Add(this.grpLingua);
            this.grpIdioma.Location = new System.Drawing.Point(3, 489);
            this.grpIdioma.Name = "grpIdioma";
            this.grpIdioma.Size = new System.Drawing.Size(793, 108);
            this.grpIdioma.TabIndex = 7;
            this.grpIdioma.TabStop = false;
            this.grpIdioma.Text = "4.3. Língua e alfabeto";
            // 
            // grpAlfabeto
            // 
            this.grpAlfabeto.Controls.Add(this.btnRemoveAlfabeto);
            this.grpAlfabeto.Controls.Add(this.btnAddAlfabeto);
            this.grpAlfabeto.Controls.Add(this.lstVwAlfabeto);
            this.grpAlfabeto.Location = new System.Drawing.Point(422, 16);
            this.grpAlfabeto.Name = "grpAlfabeto";
            this.grpAlfabeto.Size = new System.Drawing.Size(363, 80);
            this.grpAlfabeto.TabIndex = 12;
            this.grpAlfabeto.TabStop = false;
            this.grpAlfabeto.Text = "Alfabeto";
            // 
            // btnRemoveAlfabeto
            // 
            this.btnRemoveAlfabeto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRemoveAlfabeto.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnRemoveAlfabeto.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnRemoveAlfabeto.Location = new System.Drawing.Point(333, 48);
            this.btnRemoveAlfabeto.Name = "btnRemoveAlfabeto";
            this.btnRemoveAlfabeto.Size = new System.Drawing.Size(24, 24);
            this.btnRemoveAlfabeto.TabIndex = 5;
            // 
            // btnAddAlfabeto
            // 
            this.btnAddAlfabeto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddAlfabeto.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnAddAlfabeto.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnAddAlfabeto.Location = new System.Drawing.Point(333, 16);
            this.btnAddAlfabeto.Name = "btnAddAlfabeto";
            this.btnAddAlfabeto.Size = new System.Drawing.Size(24, 24);
            this.btnAddAlfabeto.TabIndex = 4;
            // 
            // grpLingua
            // 
            this.grpLingua.Controls.Add(this.btnRemoveLingua);
            this.grpLingua.Controls.Add(this.btnAddLingua);
            this.grpLingua.Controls.Add(this.lstVwLanguage);
            this.grpLingua.Location = new System.Drawing.Point(8, 16);
            this.grpLingua.Name = "grpLingua";
            this.grpLingua.Size = new System.Drawing.Size(408, 80);
            this.grpLingua.TabIndex = 11;
            this.grpLingua.TabStop = false;
            this.grpLingua.Text = "Língua";
            // 
            // btnRemoveLingua
            // 
            this.btnRemoveLingua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRemoveLingua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnRemoveLingua.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnRemoveLingua.Location = new System.Drawing.Point(378, 48);
            this.btnRemoveLingua.Name = "btnRemoveLingua";
            this.btnRemoveLingua.Size = new System.Drawing.Size(24, 24);
            this.btnRemoveLingua.TabIndex = 12;
            // 
            // btnAddLingua
            // 
            this.btnAddLingua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddLingua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnAddLingua.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.btnAddLingua.Location = new System.Drawing.Point(378, 16);
            this.btnAddLingua.Name = "btnAddLingua";
            this.btnAddLingua.Size = new System.Drawing.Size(24, 24);
            this.btnAddLingua.TabIndex = 11;
            // 
            // PanelAVCondicoesAcesso
            // 
            this.Controls.Add(this.grpIdioma);
            this.Controls.Add(this.grpCondicoesReproducao);
            this.Controls.Add(this.grpCondicoesAcesso);
            this.Name = "PanelAVCondicoesAcesso";
            this.grpCondicoesAcesso.ResumeLayout(false);
            this.grpCondicoesAcesso.PerformLayout();
            this.grpCondicoesReproducao.ResumeLayout(false);
            this.grpCondicoesReproducao.PerformLayout();
            this.grpIdioma.ResumeLayout(false);
            this.grpAlfabeto.ResumeLayout(false);
            this.grpLingua.ResumeLayout(false);
            this.ResumeLayout(false);

		}
Example #2
0
 private void InitializeComponent()
 {
     this.grpCondicoesAcesso     = new System.Windows.Forms.GroupBox();
     this.txtCondicoesAcesso     = new System.Windows.Forms.TextBox();
     this.grpCondicoesReproducao = new System.Windows.Forms.GroupBox();
     this.txtCondicoesReproducao = new System.Windows.Forms.TextBox();
     this.lstVwAlfabeto          = new GISA.Controls.PxListView();
     this.colAlfabeto            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lstVwLanguage          = new GISA.Controls.PxListView();
     this.colLingua         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.grpIdioma         = new System.Windows.Forms.GroupBox();
     this.grpAlfabeto       = new System.Windows.Forms.GroupBox();
     this.btnRemoveAlfabeto = new System.Windows.Forms.Button();
     this.btnAddAlfabeto    = new System.Windows.Forms.Button();
     this.grpLingua         = new System.Windows.Forms.GroupBox();
     this.btnRemoveLingua   = new System.Windows.Forms.Button();
     this.btnAddLingua      = new System.Windows.Forms.Button();
     this.grpCondicoesAcesso.SuspendLayout();
     this.grpCondicoesReproducao.SuspendLayout();
     this.grpIdioma.SuspendLayout();
     this.grpAlfabeto.SuspendLayout();
     this.grpLingua.SuspendLayout();
     this.SuspendLayout();
     //
     // grpCondicoesAcesso
     //
     this.grpCondicoesAcesso.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.grpCondicoesAcesso.Controls.Add(this.txtCondicoesAcesso);
     this.grpCondicoesAcesso.Location = new System.Drawing.Point(3, 3);
     this.grpCondicoesAcesso.Name     = "grpCondicoesAcesso";
     this.grpCondicoesAcesso.Size     = new System.Drawing.Size(793, 366);
     this.grpCondicoesAcesso.TabIndex = 5;
     this.grpCondicoesAcesso.TabStop  = false;
     this.grpCondicoesAcesso.Text     = "4.1. Condições de acesso";
     //
     // txtCondicoesAcesso
     //
     this.txtCondicoesAcesso.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.txtCondicoesAcesso.Location   = new System.Drawing.Point(8, 14);
     this.txtCondicoesAcesso.Multiline  = true;
     this.txtCondicoesAcesso.Name       = "txtCondicoesAcesso";
     this.txtCondicoesAcesso.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtCondicoesAcesso.Size       = new System.Drawing.Size(777, 344);
     this.txtCondicoesAcesso.TabIndex   = 0;
     //
     // grpCondicoesReproducao
     //
     this.grpCondicoesReproducao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.grpCondicoesReproducao.Controls.Add(this.txtCondicoesReproducao);
     this.grpCondicoesReproducao.Location = new System.Drawing.Point(3, 377);
     this.grpCondicoesReproducao.Name     = "grpCondicoesReproducao";
     this.grpCondicoesReproducao.Size     = new System.Drawing.Size(793, 104);
     this.grpCondicoesReproducao.TabIndex = 6;
     this.grpCondicoesReproducao.TabStop  = false;
     this.grpCondicoesReproducao.Text     = "4.2. Condições de reprodução";
     //
     // txtCondicoesReproducao
     //
     this.txtCondicoesReproducao.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.txtCondicoesReproducao.Location   = new System.Drawing.Point(8, 14);
     this.txtCondicoesReproducao.Multiline  = true;
     this.txtCondicoesReproducao.Name       = "txtCondicoesReproducao";
     this.txtCondicoesReproducao.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtCondicoesReproducao.Size       = new System.Drawing.Size(777, 82);
     this.txtCondicoesReproducao.TabIndex   = 0;
     //
     // lstVwAlfabeto
     //
     this.lstVwAlfabeto.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.lstVwAlfabeto.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colAlfabeto
     });
     this.lstVwAlfabeto.CustomizedSorting = false;
     this.lstVwAlfabeto.FullRowSelect     = true;
     this.lstVwAlfabeto.HeaderStyle       = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lstVwAlfabeto.HideSelection     = false;
     this.lstVwAlfabeto.Location          = new System.Drawing.Point(8, 16);
     this.lstVwAlfabeto.MultiSelect       = false;
     this.lstVwAlfabeto.Name = "lstVwAlfabeto";
     this.lstVwAlfabeto.ReturnSubItemIndex = false;
     this.lstVwAlfabeto.Size     = new System.Drawing.Size(318, 56);
     this.lstVwAlfabeto.TabIndex = 1;
     this.lstVwAlfabeto.UseCompatibleStateImageBehavior = false;
     this.lstVwAlfabeto.View = System.Windows.Forms.View.Details;
     this.lstVwAlfabeto.SelectedIndexChanged += new System.EventHandler(this.lstVwAlfabeto_SelectedIndexChanged);
     //
     // colAlfabeto
     //
     this.colAlfabeto.Width = 121;
     //
     // lstVwLanguage
     //
     this.lstVwLanguage.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.lstVwLanguage.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colLingua
     });
     this.lstVwLanguage.CustomizedSorting = false;
     this.lstVwLanguage.FullRowSelect     = true;
     this.lstVwLanguage.HeaderStyle       = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lstVwLanguage.HideSelection     = false;
     this.lstVwLanguage.Location          = new System.Drawing.Point(8, 16);
     this.lstVwLanguage.MultiSelect       = false;
     this.lstVwLanguage.Name = "lstVwLanguage";
     this.lstVwLanguage.ReturnSubItemIndex = false;
     this.lstVwLanguage.Size     = new System.Drawing.Size(363, 56);
     this.lstVwLanguage.TabIndex = 10;
     this.lstVwLanguage.UseCompatibleStateImageBehavior = false;
     this.lstVwLanguage.View = System.Windows.Forms.View.Details;
     this.lstVwLanguage.SelectedIndexChanged += new System.EventHandler(this.lstVwLanguage_SelectedIndexChanged);
     //
     // colLingua
     //
     this.colLingua.Width = 121;
     //
     // grpIdioma
     //
     this.grpIdioma.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.grpIdioma.Controls.Add(this.grpAlfabeto);
     this.grpIdioma.Controls.Add(this.grpLingua);
     this.grpIdioma.Location = new System.Drawing.Point(3, 489);
     this.grpIdioma.Name     = "grpIdioma";
     this.grpIdioma.Size     = new System.Drawing.Size(793, 108);
     this.grpIdioma.TabIndex = 7;
     this.grpIdioma.TabStop  = false;
     this.grpIdioma.Text     = "4.3. Língua e alfabeto";
     //
     // grpAlfabeto
     //
     this.grpAlfabeto.Controls.Add(this.btnRemoveAlfabeto);
     this.grpAlfabeto.Controls.Add(this.btnAddAlfabeto);
     this.grpAlfabeto.Controls.Add(this.lstVwAlfabeto);
     this.grpAlfabeto.Location = new System.Drawing.Point(422, 16);
     this.grpAlfabeto.Name     = "grpAlfabeto";
     this.grpAlfabeto.Size     = new System.Drawing.Size(363, 80);
     this.grpAlfabeto.TabIndex = 12;
     this.grpAlfabeto.TabStop  = false;
     this.grpAlfabeto.Text     = "Alfabeto";
     //
     // btnRemoveAlfabeto
     //
     this.btnRemoveAlfabeto.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemoveAlfabeto.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnRemoveAlfabeto.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnRemoveAlfabeto.Location  = new System.Drawing.Point(333, 48);
     this.btnRemoveAlfabeto.Name      = "btnRemoveAlfabeto";
     this.btnRemoveAlfabeto.Size      = new System.Drawing.Size(24, 24);
     this.btnRemoveAlfabeto.TabIndex  = 5;
     //
     // btnAddAlfabeto
     //
     this.btnAddAlfabeto.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddAlfabeto.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAddAlfabeto.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnAddAlfabeto.Location  = new System.Drawing.Point(333, 16);
     this.btnAddAlfabeto.Name      = "btnAddAlfabeto";
     this.btnAddAlfabeto.Size      = new System.Drawing.Size(24, 24);
     this.btnAddAlfabeto.TabIndex  = 4;
     //
     // grpLingua
     //
     this.grpLingua.Controls.Add(this.btnRemoveLingua);
     this.grpLingua.Controls.Add(this.btnAddLingua);
     this.grpLingua.Controls.Add(this.lstVwLanguage);
     this.grpLingua.Location = new System.Drawing.Point(8, 16);
     this.grpLingua.Name     = "grpLingua";
     this.grpLingua.Size     = new System.Drawing.Size(408, 80);
     this.grpLingua.TabIndex = 11;
     this.grpLingua.TabStop  = false;
     this.grpLingua.Text     = "Língua";
     //
     // btnRemoveLingua
     //
     this.btnRemoveLingua.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemoveLingua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnRemoveLingua.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnRemoveLingua.Location  = new System.Drawing.Point(378, 48);
     this.btnRemoveLingua.Name      = "btnRemoveLingua";
     this.btnRemoveLingua.Size      = new System.Drawing.Size(24, 24);
     this.btnRemoveLingua.TabIndex  = 12;
     //
     // btnAddLingua
     //
     this.btnAddLingua.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddLingua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnAddLingua.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnAddLingua.Location  = new System.Drawing.Point(378, 16);
     this.btnAddLingua.Name      = "btnAddLingua";
     this.btnAddLingua.Size      = new System.Drawing.Size(24, 24);
     this.btnAddLingua.TabIndex  = 11;
     //
     // PanelAVCondicoesAcesso
     //
     this.Controls.Add(this.grpIdioma);
     this.Controls.Add(this.grpCondicoesReproducao);
     this.Controls.Add(this.grpCondicoesAcesso);
     this.Name = "PanelAVCondicoesAcesso";
     this.grpCondicoesAcesso.ResumeLayout(false);
     this.grpCondicoesAcesso.PerformLayout();
     this.grpCondicoesReproducao.ResumeLayout(false);
     this.grpCondicoesReproducao.PerformLayout();
     this.grpIdioma.ResumeLayout(false);
     this.grpAlfabeto.ResumeLayout(false);
     this.grpLingua.ResumeLayout(false);
     this.ResumeLayout(false);
 }