Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmFBiblioteca));
     this.m_ilBibliotecaGrandes  = new System.Windows.Forms.ImageList(this.components);
     this.m_ilBibliotecaPequenos = new System.Windows.Forms.ImageList(this.components);
     this.m_ttBiblioteca         = new System.Windows.Forms.ToolTip(this.components);
     this.m_cbTipoView           = new mdlComponentesGraficos.ComboBox();
     this.m_btTrocarCor          = new System.Windows.Forms.Button();
     this.m_btExcluir            = new System.Windows.Forms.Button();
     this.m_btEditar             = new System.Windows.Forms.Button();
     this.m_btNovo                  = new System.Windows.Forms.Button();
     this.m_tmBiblioteca            = new System.Windows.Forms.Timer(this.components);
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.m_pbBanner                = new mdlComponentesGraficos.AnimatedPictureBox();
     this.m_lvPEs                   = new mdlComponentesGraficos.ListView();
     this.m_chPES                   = new System.Windows.Forms.ColumnHeader();
     this.m_chDataCriacao           = new System.Windows.Forms.ColumnHeader();
     this.m_chDataConclusao         = new System.Windows.Forms.ColumnHeader();
     this.m_chNomeImportador        = new System.Windows.Forms.ColumnHeader();
     this.m_chNumeroFaturaComercial = new System.Windows.Forms.ColumnHeader();
     this.m_colhValorFatura         = new System.Windows.Forms.ColumnHeader();
     this.m_cnmnPEConcluido         = new System.Windows.Forms.ContextMenu();
     this.m_mnitPEConcluido         = new System.Windows.Forms.MenuItem();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_ilBibliotecaGrandes
     //
     this.m_ilBibliotecaGrandes.ImageSize        = new System.Drawing.Size(32, 32);
     this.m_ilBibliotecaGrandes.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_ilBibliotecaGrandes.ImageStream")));
     this.m_ilBibliotecaGrandes.TransparentColor = System.Drawing.Color.Transparent;
     //
     // m_ilBibliotecaPequenos
     //
     this.m_ilBibliotecaPequenos.ImageSize        = new System.Drawing.Size(16, 16);
     this.m_ilBibliotecaPequenos.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_ilBibliotecaPequenos.ImageStream")));
     this.m_ilBibliotecaPequenos.TransparentColor = System.Drawing.Color.Transparent;
     //
     // m_ttBiblioteca
     //
     this.m_ttBiblioteca.AutomaticDelay = 100;
     this.m_ttBiblioteca.AutoPopDelay   = 5000;
     this.m_ttBiblioteca.InitialDelay   = 100;
     this.m_ttBiblioteca.ReshowDelay    = 20;
     //
     // m_cbTipoView
     //
     this.m_cbTipoView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cbTipoView.Font   = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_cbTipoView.Items.AddRange(new object[] {
         "Ícones Grandes",
         "Detalhes",
         "Ícones Pequenos",
         "Lista"
     });
     this.m_cbTipoView.Location = new System.Drawing.Point(777, 27);
     this.m_cbTipoView.Name     = "m_cbTipoView";
     this.m_cbTipoView.Size     = new System.Drawing.Size(164, 22);
     this.m_cbTipoView.TabIndex = 21;
     this.m_ttBiblioteca.SetToolTip(this.m_cbTipoView, "Tipos de visualização");
     this.m_cbTipoView.TextChanged += new System.EventHandler(this.m_cbTipoView_TextChanged);
     //
     // m_btTrocarCor
     //
     this.m_btTrocarCor.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(64)), ((System.Byte)(0)));
     this.m_btTrocarCor.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btTrocarCor.Location  = new System.Drawing.Point(3, 12);
     this.m_btTrocarCor.Name      = "m_btTrocarCor";
     this.m_btTrocarCor.Size      = new System.Drawing.Size(4, 4);
     this.m_btTrocarCor.TabIndex  = 20;
     this.m_ttBiblioteca.SetToolTip(this.m_btTrocarCor, "Cor");
     this.m_btTrocarCor.Click += new System.EventHandler(this.m_btTrocarCor_Click);
     //
     // m_btExcluir
     //
     this.m_btExcluir.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.m_btExcluir.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btExcluir.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btExcluir.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btExcluir.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btExcluir.Image       = ((System.Drawing.Image)(resources.GetObject("m_btExcluir.Image")));
     this.m_btExcluir.Location    = new System.Drawing.Point(494, 16);
     this.m_btExcluir.Name        = "m_btExcluir";
     this.m_btExcluir.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btExcluir.Size        = new System.Drawing.Size(25, 25);
     this.m_btExcluir.TabIndex    = 18;
     this.m_btExcluir.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     this.m_ttBiblioteca.SetToolTip(this.m_btExcluir, "Excluir");
     this.m_btExcluir.Click += new System.EventHandler(this.m_btExcluir_Click);
     //
     // m_btEditar
     //
     this.m_btEditar.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.m_btEditar.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btEditar.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btEditar.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btEditar.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btEditar.Image       = ((System.Drawing.Image)(resources.GetObject("m_btEditar.Image")));
     this.m_btEditar.Location    = new System.Drawing.Point(462, 16);
     this.m_btEditar.Name        = "m_btEditar";
     this.m_btEditar.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btEditar.Size        = new System.Drawing.Size(25, 25);
     this.m_btEditar.TabIndex    = 17;
     this.m_btEditar.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     this.m_ttBiblioteca.SetToolTip(this.m_btEditar, "Editar");
     this.m_btEditar.Click += new System.EventHandler(this.m_btEditar_Click);
     //
     // m_btNovo
     //
     this.m_btNovo.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.m_btNovo.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btNovo.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btNovo.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btNovo.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btNovo.Image       = ((System.Drawing.Image)(resources.GetObject("m_btNovo.Image")));
     this.m_btNovo.Location    = new System.Drawing.Point(430, 16);
     this.m_btNovo.Name        = "m_btNovo";
     this.m_btNovo.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btNovo.Size        = new System.Drawing.Size(25, 25);
     this.m_btNovo.TabIndex    = 16;
     this.m_btNovo.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     this.m_ttBiblioteca.SetToolTip(this.m_btNovo, "Novo");
     this.m_btNovo.Click += new System.EventHandler(this.m_btNovo_Click);
     //
     // m_tmBiblioteca
     //
     this.m_tmBiblioteca.Enabled  = true;
     this.m_tmBiblioteca.Interval = 2000;
     this.m_tmBiblioteca.Tick    += new System.EventHandler(this.m_tmBiblioteca_Tick);
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.m_pbBanner);
     this.groupBox1.Controls.Add(this.m_cbTipoView);
     this.groupBox1.Controls.Add(this.m_btTrocarCor);
     this.groupBox1.Controls.Add(this.m_btExcluir);
     this.groupBox1.Controls.Add(this.m_btEditar);
     this.groupBox1.Controls.Add(this.m_btNovo);
     this.groupBox1.Controls.Add(this.m_lvPEs);
     this.groupBox1.Font     = new System.Drawing.Font("Arial", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(73, -1);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(949, 567);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Biblioteca de Processos de Exportação";
     //
     // m_pbBanner
     //
     this.m_pbBanner.Anchor         = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_pbBanner.AnimationLoops = 1;
     this.m_pbBanner.Image          = ((System.Drawing.Image)(resources.GetObject("m_pbBanner.Image")));
     this.m_pbBanner.Location       = new System.Drawing.Point(191, 488);
     this.m_pbBanner.Name           = "m_pbBanner";
     this.m_pbBanner.Size           = new System.Drawing.Size(567, 70);
     this.m_pbBanner.TabIndex       = 19;
     this.m_pbBanner.TabStop        = false;
     this.m_pbBanner.Click         += new System.EventHandler(this.m_pbBanner_Click);
     this.m_pbBanner.MouseEnter    += new System.EventHandler(this.m_pbBanner_MouseEnter);
     this.m_pbBanner.MouseLeave    += new System.EventHandler(this.m_pbBanner_MouseLeave);
     //
     // m_lvPEs
     //
     this.m_lvPEs.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.m_lvPEs.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.m_lvPEs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.m_chPES,
         this.m_chDataCriacao,
         this.m_chDataConclusao,
         this.m_chNomeImportador,
         this.m_chNumeroFaturaComercial,
         this.m_colhValorFatura
     });
     this.m_lvPEs.Font           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_lvPEs.FullRowSelect  = true;
     this.m_lvPEs.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.m_lvPEs.HideSelection  = false;
     this.m_lvPEs.LargeImageList = this.m_ilBibliotecaGrandes;
     this.m_lvPEs.Location       = new System.Drawing.Point(8, 54);
     this.m_lvPEs.Name           = "m_lvPEs";
     this.m_lvPEs.Size           = new System.Drawing.Size(933, 426);
     this.m_lvPEs.SmallImageList = this.m_ilBibliotecaPequenos;
     this.m_lvPEs.StateImageList = this.m_ilBibliotecaPequenos;
     this.m_lvPEs.TabIndex       = 15;
     this.m_lvPEs.ItemActivate  += new System.EventHandler(this.m_lvPEs_ItemActivate);
     this.m_lvPEs.ColumnClick   += new System.Windows.Forms.ColumnClickEventHandler(this.m_lvPEs_ColumnClick);
     this.m_lvPEs.MouseUp       += new System.Windows.Forms.MouseEventHandler(this.m_lvPEs_MouseUp);
     this.m_lvPEs.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.m_lvPEs_KeyUp);
     //
     // m_chPES
     //
     this.m_chPES.Text  = "PE";
     this.m_chPES.Width = 100;
     //
     // m_chDataCriacao
     //
     this.m_chDataCriacao.Text  = "Criação";
     this.m_chDataCriacao.Width = 90;
     //
     // m_chDataConclusao
     //
     this.m_chDataConclusao.Text  = "Conclusão";
     this.m_chDataConclusao.Width = 90;
     //
     // m_chNomeImportador
     //
     this.m_chNomeImportador.Text  = "Importador";
     this.m_chNomeImportador.Width = 220;
     //
     // m_chNumeroFaturaComercial
     //
     this.m_chNumeroFaturaComercial.Text  = "Fatura Comercial";
     this.m_chNumeroFaturaComercial.Width = 212;
     //
     // m_colhValorFatura
     //
     this.m_colhValorFatura.Text  = "Valor da Fatura";
     this.m_colhValorFatura.Width = 100;
     //
     // m_cnmnPEConcluido
     //
     this.m_cnmnPEConcluido.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_mnitPEConcluido
     });
     //
     // m_mnitPEConcluido
     //
     this.m_mnitPEConcluido.Index  = 0;
     this.m_mnitPEConcluido.Text   = "PE Concluído";
     this.m_mnitPEConcluido.Click += new System.EventHandler(this.m_mnitPEConcluido_Click);
     //
     // frmFBiblioteca
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1024, 568);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmFBiblioteca";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load           += new System.EventHandler(this.frmFBiblioteca_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmFContas));
     this.m_ilContas    = new System.Windows.Forms.ImageList(this.components);
     this.m_ttContas    = new System.Windows.Forms.ToolTip(this.components);
     this.m_btTrocarCor = new System.Windows.Forms.Button();
     this.m_btExcluir   = new System.Windows.Forms.Button();
     this.m_btEditar    = new System.Windows.Forms.Button();
     this.m_btNovo      = new System.Windows.Forms.Button();
     this.m_tmContas    = new System.Windows.Forms.Timer(this.components);
     this.m_gbFrame     = new System.Windows.Forms.GroupBox();
     this.m_lvContas    = new mdlComponentesGraficos.ListView();
     this.m_pbBanner    = new mdlComponentesGraficos.AnimatedPictureBox();
     this.m_gbFrame.SuspendLayout();
     this.SuspendLayout();
     //
     // m_ilContas
     //
     this.m_ilContas.ImageSize        = new System.Drawing.Size(34, 32);
     this.m_ilContas.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_ilContas.ImageStream")));
     this.m_ilContas.TransparentColor = System.Drawing.Color.Transparent;
     //
     // m_ttContas
     //
     this.m_ttContas.AutomaticDelay = 100;
     this.m_ttContas.AutoPopDelay   = 5000;
     this.m_ttContas.InitialDelay   = 100;
     this.m_ttContas.ReshowDelay    = 20;
     //
     // m_btTrocarCor
     //
     this.m_btTrocarCor.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(64)), ((System.Byte)(0)));
     this.m_btTrocarCor.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btTrocarCor.Location  = new System.Drawing.Point(3, 12);
     this.m_btTrocarCor.Name      = "m_btTrocarCor";
     this.m_btTrocarCor.Size      = new System.Drawing.Size(4, 4);
     this.m_btTrocarCor.TabIndex  = 18;
     this.m_ttContas.SetToolTip(this.m_btTrocarCor, "Cor");
     this.m_btTrocarCor.Click += new System.EventHandler(this.m_btTrocarCor_Click);
     //
     // m_btExcluir
     //
     this.m_btExcluir.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.m_btExcluir.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btExcluir.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btExcluir.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btExcluir.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btExcluir.Image       = ((System.Drawing.Image)(resources.GetObject("m_btExcluir.Image")));
     this.m_btExcluir.Location    = new System.Drawing.Point(494, 16);
     this.m_btExcluir.Name        = "m_btExcluir";
     this.m_btExcluir.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btExcluir.Size        = new System.Drawing.Size(25, 25);
     this.m_btExcluir.TabIndex    = 17;
     this.m_btExcluir.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     this.m_ttContas.SetToolTip(this.m_btExcluir, "Excluir");
     this.m_btExcluir.Click += new System.EventHandler(this.m_btExcluir_Click);
     //
     // m_btEditar
     //
     this.m_btEditar.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.m_btEditar.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btEditar.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btEditar.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btEditar.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btEditar.Image       = ((System.Drawing.Image)(resources.GetObject("m_btEditar.Image")));
     this.m_btEditar.Location    = new System.Drawing.Point(462, 16);
     this.m_btEditar.Name        = "m_btEditar";
     this.m_btEditar.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btEditar.Size        = new System.Drawing.Size(25, 25);
     this.m_btEditar.TabIndex    = 16;
     this.m_btEditar.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     this.m_ttContas.SetToolTip(this.m_btEditar, "Editar");
     this.m_btEditar.Click += new System.EventHandler(this.m_btEditar_Click);
     //
     // m_btNovo
     //
     this.m_btNovo.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.m_btNovo.BackColor   = System.Drawing.SystemColors.Control;
     this.m_btNovo.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_btNovo.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_btNovo.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.m_btNovo.Image       = ((System.Drawing.Image)(resources.GetObject("m_btNovo.Image")));
     this.m_btNovo.Location    = new System.Drawing.Point(430, 16);
     this.m_btNovo.Name        = "m_btNovo";
     this.m_btNovo.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.m_btNovo.Size        = new System.Drawing.Size(25, 25);
     this.m_btNovo.TabIndex    = 15;
     this.m_btNovo.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     this.m_ttContas.SetToolTip(this.m_btNovo, "Novo");
     this.m_btNovo.Click += new System.EventHandler(this.m_btNovo_Click);
     //
     // m_tmContas
     //
     this.m_tmContas.Enabled  = true;
     this.m_tmContas.Interval = 4000;
     this.m_tmContas.Tick    += new System.EventHandler(this.m_tmContas_Tick);
     //
     // m_gbFrame
     //
     this.m_gbFrame.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.m_gbFrame.Controls.Add(this.m_btTrocarCor);
     this.m_gbFrame.Controls.Add(this.m_btExcluir);
     this.m_gbFrame.Controls.Add(this.m_btEditar);
     this.m_gbFrame.Controls.Add(this.m_btNovo);
     this.m_gbFrame.Controls.Add(this.m_lvContas);
     this.m_gbFrame.Controls.Add(this.m_pbBanner);
     this.m_gbFrame.Font     = new System.Drawing.Font("Arial", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_gbFrame.Location = new System.Drawing.Point(73, -1);
     this.m_gbFrame.Name     = "m_gbFrame";
     this.m_gbFrame.Size     = new System.Drawing.Size(949, 567);
     this.m_gbFrame.TabIndex = 0;
     this.m_gbFrame.TabStop  = false;
     this.m_gbFrame.Text     = "Exportadores";
     //
     // m_lvContas
     //
     this.m_lvContas.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.m_lvContas.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.m_lvContas.Font           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_lvContas.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.None;
     this.m_lvContas.HideSelection  = false;
     this.m_lvContas.LargeImageList = this.m_ilContas;
     this.m_lvContas.Location       = new System.Drawing.Point(8, 54);
     this.m_lvContas.Name           = "m_lvContas";
     this.m_lvContas.Size           = new System.Drawing.Size(933, 431);
     this.m_lvContas.TabIndex       = 14;
     this.m_lvContas.ItemActivate  += new System.EventHandler(this.m_lvContas_ItemActivate);
     this.m_lvContas.Click         += new System.EventHandler(this.m_lvContas_Click);
     this.m_lvContas.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.m_lvContas_KeyUp);
     //
     // m_pbBanner
     //
     this.m_pbBanner.Anchor         = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_pbBanner.AnimationLoops = 1;
     this.m_pbBanner.Image          = ((System.Drawing.Image)(resources.GetObject("m_pbBanner.Image")));
     this.m_pbBanner.Location       = new System.Drawing.Point(191, 492);
     this.m_pbBanner.Name           = "m_pbBanner";
     this.m_pbBanner.Size           = new System.Drawing.Size(567, 66);
     this.m_pbBanner.TabIndex       = 19;
     this.m_pbBanner.TabStop        = false;
     this.m_pbBanner.Click         += new System.EventHandler(this.m_pbBanner_Click);
     this.m_pbBanner.MouseEnter    += new System.EventHandler(this.m_pbBanner_MouseEnter);
     this.m_pbBanner.MouseLeave    += new System.EventHandler(this.m_pbBanner_MouseLeave);
     //
     // frmFContas
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1024, 568);
     this.Controls.Add(this.m_gbFrame);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmFContas";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Contas";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.frmFContas_Closing);
     this.Load           += new System.EventHandler(this.frmFContas_Load);
     this.m_gbFrame.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.m_dgTextBox = new System.Windows.Forms.GroupBox();
     this.m_ckAutoCompleteSpecialCharacters = new System.Windows.Forms.CheckBox();
     this.m_ckTextBoxShadow             = new System.Windows.Forms.CheckBox();
     this.m_lbTextBoxRetorno            = new System.Windows.Forms.Label();
     this.m_btTextBoxCheck              = new System.Windows.Forms.Button();
     this.m_btAtivarMascara             = new System.Windows.Forms.Button();
     this.label1                        = new System.Windows.Forms.Label();
     this.m_lbMask                      = new System.Windows.Forms.Label();
     this.m_txtMask                     = new mdlComponentesGraficos.TextBox();
     this.m_txtTextBoxRetorno           = new mdlComponentesGraficos.TextBox();
     this.m_txtTextBox                  = new mdlComponentesGraficos.TextBox();
     this.m_gbGeral                     = new System.Windows.Forms.GroupBox();
     this.groupBox2                     = new System.Windows.Forms.GroupBox();
     this.button1                       = new mdlComponentesGraficos.Button();
     this.m_btBotao                     = new mdlComponentesGraficos.Button();
     this.m_gbPainter                   = new System.Windows.Forms.GroupBox();
     this.m_txtPainterRetorno           = new System.Windows.Forms.TextBox();
     this.m_txtPainter                  = new System.Windows.Forms.TextBox();
     this.m_btFirstColorHits            = new System.Windows.Forms.Button();
     this.m_btFirstColor                = new System.Windows.Forms.Button();
     this.m_gbDateTimePicker            = new System.Windows.Forms.GroupBox();
     this.m_txtDataTimePickerFormat     = new System.Windows.Forms.TextBox();
     this.m_dtpDate                     = new mdlComponentesGraficos.DateTimePicker();
     this.m_gbMessageBalloon            = new System.Windows.Forms.GroupBox();
     this.m_btMessageBalloon            = new System.Windows.Forms.Button();
     this.m_gbTextBoxDateTime           = new System.Windows.Forms.GroupBox();
     this.m_dpTextBoxDateTime           = new System.Windows.Forms.DateTimePicker();
     this.m_btSetData                   = new System.Windows.Forms.Button();
     this.m_btGetData                   = new System.Windows.Forms.Button();
     this.m_txtdtTextBoxDateTime        = new mdlComponentesGraficos.TextBoxDateTime();
     this.m_gbFormSkin                  = new System.Windows.Forms.GroupBox();
     this.m_btFormSkin                  = new System.Windows.Forms.Button();
     this.m_gbTaskBarNotifier           = new System.Windows.Forms.GroupBox();
     this.m_btTaskBarNotifier           = new System.Windows.Forms.Button();
     this.m_gbPictureBox                = new System.Windows.Forms.GroupBox();
     this.m_btAnimatedPictureBoxStart   = new System.Windows.Forms.Button();
     this.m_apicSample                  = new mdlComponentesGraficos.AnimatedPictureBox();
     this.m_btPictureBoxTeste           = new System.Windows.Forms.Button();
     this.m_btRefresh                   = new System.Windows.Forms.Button();
     this.m_gbComboBox                  = new System.Windows.Forms.GroupBox();
     this.m_ckAutoCompleteCaseSensitive = new System.Windows.Forms.CheckBox();
     this.m_ckCBAutoComplete            = new System.Windows.Forms.CheckBox();
     this.m_lbCBOutput                  = new System.Windows.Forms.Label();
     this.m_txtCBOutput                 = new System.Windows.Forms.TextBox();
     this.m_btCBClear                   = new System.Windows.Forms.Button();
     this.m_btCBFill                    = new System.Windows.Forms.Button();
     this.m_picPictureBox               = new mdlComponentesGraficos.PictureBox();
     this.m_cbComboBox                  = new mdlComponentesGraficos.ComboBox();
     this.m_tcTabControl                = new mdlComponentesGraficos.TabControl();
     this.tabPage1                      = new System.Windows.Forms.TabPage();
     this.groupBox1                     = new System.Windows.Forms.GroupBox();
     this.m_btButton                    = new mdlComponentesGraficos.Button();
     this.m_dgTextBox.SuspendLayout();
     this.m_gbGeral.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.m_gbPainter.SuspendLayout();
     this.m_gbDateTimePicker.SuspendLayout();
     this.m_gbMessageBalloon.SuspendLayout();
     this.m_gbTextBoxDateTime.SuspendLayout();
     this.m_gbFormSkin.SuspendLayout();
     this.m_gbTaskBarNotifier.SuspendLayout();
     this.m_gbPictureBox.SuspendLayout();
     this.m_gbComboBox.SuspendLayout();
     this.m_tcTabControl.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_dgTextBox
     //
     this.m_dgTextBox.Controls.Add(this.m_ckAutoCompleteSpecialCharacters);
     this.m_dgTextBox.Controls.Add(this.m_ckTextBoxShadow);
     this.m_dgTextBox.Controls.Add(this.m_lbTextBoxRetorno);
     this.m_dgTextBox.Controls.Add(this.m_btTextBoxCheck);
     this.m_dgTextBox.Controls.Add(this.m_btAtivarMascara);
     this.m_dgTextBox.Controls.Add(this.label1);
     this.m_dgTextBox.Controls.Add(this.m_lbMask);
     this.m_dgTextBox.Controls.Add(this.m_txtMask);
     this.m_dgTextBox.Controls.Add(this.m_txtTextBoxRetorno);
     this.m_dgTextBox.Location = new System.Drawing.Point(280, 9);
     this.m_dgTextBox.Name     = "m_dgTextBox";
     this.m_dgTextBox.Size     = new System.Drawing.Size(240, 224);
     this.m_dgTextBox.TabIndex = 0;
     this.m_dgTextBox.TabStop  = false;
     this.m_dgTextBox.Text     = "Text Box";
     //
     // m_ckAutoCompleteSpecialCharacters
     //
     this.m_ckAutoCompleteSpecialCharacters.Location = new System.Drawing.Point(89, 18);
     this.m_ckAutoCompleteSpecialCharacters.Name     = "m_ckAutoCompleteSpecialCharacters";
     this.m_ckAutoCompleteSpecialCharacters.Size     = new System.Drawing.Size(143, 16);
     this.m_ckAutoCompleteSpecialCharacters.TabIndex = 13;
     this.m_ckAutoCompleteSpecialCharacters.Text     = "AutoCompSpecialCharacters";
     //
     // m_ckTextBoxShadow
     //
     this.m_ckTextBoxShadow.Location        = new System.Drawing.Point(16, 19);
     this.m_ckTextBoxShadow.Name            = "m_ckTextBoxShadow";
     this.m_ckTextBoxShadow.Size            = new System.Drawing.Size(64, 16);
     this.m_ckTextBoxShadow.TabIndex        = 12;
     this.m_ckTextBoxShadow.Text            = "Shadow";
     this.m_ckTextBoxShadow.CheckedChanged += new System.EventHandler(this.m_ckTextBoxShadow_CheckedChanged);
     //
     // m_lbTextBoxRetorno
     //
     this.m_lbTextBoxRetorno.Location = new System.Drawing.Point(12, 144);
     this.m_lbTextBoxRetorno.Name     = "m_lbTextBoxRetorno";
     this.m_lbTextBoxRetorno.Size     = new System.Drawing.Size(48, 16);
     this.m_lbTextBoxRetorno.TabIndex = 11;
     this.m_lbTextBoxRetorno.Text     = "Retorno";
     //
     // m_btTextBoxCheck
     //
     this.m_btTextBoxCheck.Location = new System.Drawing.Point(100, 115);
     this.m_btTextBoxCheck.Name     = "m_btTextBoxCheck";
     this.m_btTextBoxCheck.Size     = new System.Drawing.Size(80, 24);
     this.m_btTextBoxCheck.TabIndex = 9;
     this.m_btTextBoxCheck.Text     = "Check";
     this.m_btTextBoxCheck.Click   += new System.EventHandler(this.m_btTextBoxCheck_Click);
     //
     // m_btAtivarMascara
     //
     this.m_btAtivarMascara.Location = new System.Drawing.Point(97, 63);
     this.m_btAtivarMascara.Name     = "m_btAtivarMascara";
     this.m_btAtivarMascara.Size     = new System.Drawing.Size(80, 24);
     this.m_btAtivarMascara.TabIndex = 8;
     this.m_btAtivarMascara.Text     = "v";
     this.m_btAtivarMascara.Click   += new System.EventHandler(this.m_btAtivarMascara_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 44);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 16);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Mask";
     //
     // m_lbMask
     //
     this.m_lbMask.Location = new System.Drawing.Point(8, 93);
     this.m_lbMask.Name     = "m_lbMask";
     this.m_lbMask.Size     = new System.Drawing.Size(48, 16);
     this.m_lbMask.TabIndex = 5;
     this.m_lbMask.Text     = "TextBox";
     //
     // m_txtMask
     //
     this.m_txtMask.Location = new System.Drawing.Point(64, 40);
     this.m_txtMask.Name     = "m_txtMask";
     this.m_txtMask.Size     = new System.Drawing.Size(160, 20);
     this.m_txtMask.TabIndex = 6;
     this.m_txtMask.Text     = "";
     //
     // m_txtTextBoxRetorno
     //
     this.m_txtTextBoxRetorno.Location = new System.Drawing.Point(68, 144);
     this.m_txtTextBoxRetorno.Name     = "m_txtTextBoxRetorno";
     this.m_txtTextBoxRetorno.Size     = new System.Drawing.Size(160, 20);
     this.m_txtTextBoxRetorno.TabIndex = 10;
     this.m_txtTextBoxRetorno.Text     = "";
     //
     // m_txtTextBox
     //
     this.m_txtTextBox.Location = new System.Drawing.Point(64, 89);
     this.m_txtTextBox.Name     = "m_txtTextBox";
     this.m_txtTextBox.Size     = new System.Drawing.Size(160, 20);
     this.m_txtTextBox.TabIndex = 0;
     this.m_txtTextBox.Text     = "";
     //
     // m_gbGeral
     //
     this.m_gbGeral.Controls.Add(this.groupBox2);
     this.m_gbGeral.Controls.Add(this.m_gbPainter);
     this.m_gbGeral.Controls.Add(this.m_gbDateTimePicker);
     this.m_gbGeral.Controls.Add(this.m_gbMessageBalloon);
     this.m_gbGeral.Controls.Add(this.m_gbTextBoxDateTime);
     this.m_gbGeral.Controls.Add(this.m_gbFormSkin);
     this.m_gbGeral.Controls.Add(this.m_gbTaskBarNotifier);
     this.m_gbGeral.Controls.Add(this.m_gbPictureBox);
     this.m_gbGeral.Controls.Add(this.m_gbComboBox);
     this.m_gbGeral.Controls.Add(this.m_dgTextBox);
     this.m_gbGeral.Location = new System.Drawing.Point(4, -1);
     this.m_gbGeral.Name     = "m_gbGeral";
     this.m_gbGeral.Size     = new System.Drawing.Size(836, 641);
     this.m_gbGeral.TabIndex = 1;
     this.m_gbGeral.TabStop  = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.m_btBotao);
     this.groupBox2.Location = new System.Drawing.Point(688, 16);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(144, 216);
     this.groupBox2.TabIndex = 14;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Button";
     //
     // button1
     //
     this.button1.GradiendColorEnd   = System.Drawing.Color.Black;
     this.button1.GradiendColorStart = System.Drawing.Color.DarkGray;
     this.button1.Image    = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location = new System.Drawing.Point(8, 118);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(128, 88);
     this.button1.TabIndex = 1;
     this.button1.Type     = mdlComponentesGraficos.Button.ButtonType.Cancel;
     //
     // m_btBotao
     //
     this.m_btBotao.GradiendColorEnd   = System.Drawing.Color.Black;
     this.m_btBotao.GradiendColorStart = System.Drawing.Color.DarkGray;
     this.m_btBotao.Image    = ((System.Drawing.Image)(resources.GetObject("m_btBotao.Image")));
     this.m_btBotao.Location = new System.Drawing.Point(8, 19);
     this.m_btBotao.Name     = "m_btBotao";
     this.m_btBotao.Size     = new System.Drawing.Size(128, 88);
     this.m_btBotao.TabIndex = 0;
     this.m_btBotao.Type     = mdlComponentesGraficos.Button.ButtonType.Ok;
     //
     // m_gbPainter
     //
     this.m_gbPainter.Controls.Add(this.m_txtPainterRetorno);
     this.m_gbPainter.Controls.Add(this.m_txtPainter);
     this.m_gbPainter.Controls.Add(this.m_btFirstColorHits);
     this.m_gbPainter.Controls.Add(this.m_btFirstColor);
     this.m_gbPainter.Location = new System.Drawing.Point(662, 248);
     this.m_gbPainter.Name     = "m_gbPainter";
     this.m_gbPainter.Size     = new System.Drawing.Size(162, 248);
     this.m_gbPainter.TabIndex = 13;
     this.m_gbPainter.TabStop  = false;
     this.m_gbPainter.Text     = "Painter";
     //
     // m_txtPainterRetorno
     //
     this.m_txtPainterRetorno.Location = new System.Drawing.Point(9, 216);
     this.m_txtPainterRetorno.Name     = "m_txtPainterRetorno";
     this.m_txtPainterRetorno.Size     = new System.Drawing.Size(144, 20);
     this.m_txtPainterRetorno.TabIndex = 3;
     this.m_txtPainterRetorno.Text     = "";
     //
     // m_txtPainter
     //
     this.m_txtPainter.Location = new System.Drawing.Point(8, 24);
     this.m_txtPainter.Name     = "m_txtPainter";
     this.m_txtPainter.Size     = new System.Drawing.Size(144, 20);
     this.m_txtPainter.TabIndex = 2;
     this.m_txtPainter.Text     = "C:\\Fabio.jpg";
     //
     // m_btFirstColorHits
     //
     this.m_btFirstColorHits.Location = new System.Drawing.Point(7, 136);
     this.m_btFirstColorHits.Name     = "m_btFirstColorHits";
     this.m_btFirstColorHits.Size     = new System.Drawing.Size(104, 40);
     this.m_btFirstColorHits.TabIndex = 1;
     this.m_btFirstColorHits.Text     = "FirstColorHits";
     this.m_btFirstColorHits.Click   += new System.EventHandler(this.m_btFirstColorHits_Click);
     //
     // m_btFirstColor
     //
     this.m_btFirstColor.Location = new System.Drawing.Point(7, 88);
     this.m_btFirstColor.Name     = "m_btFirstColor";
     this.m_btFirstColor.Size     = new System.Drawing.Size(104, 40);
     this.m_btFirstColor.TabIndex = 0;
     this.m_btFirstColor.Text     = "FirstColor";
     this.m_btFirstColor.Click   += new System.EventHandler(this.m_btFirstColor_Click);
     //
     // m_gbDateTimePicker
     //
     this.m_gbDateTimePicker.Controls.Add(this.m_txtDataTimePickerFormat);
     this.m_gbDateTimePicker.Controls.Add(this.m_dtpDate);
     this.m_gbDateTimePicker.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_gbDateTimePicker.Location = new System.Drawing.Point(6, 544);
     this.m_gbDateTimePicker.Name     = "m_gbDateTimePicker";
     this.m_gbDateTimePicker.Size     = new System.Drawing.Size(466, 80);
     this.m_gbDateTimePicker.TabIndex = 12;
     this.m_gbDateTimePicker.TabStop  = false;
     this.m_gbDateTimePicker.Text     = "dateTimePicker";
     //
     // m_txtDataTimePickerFormat
     //
     this.m_txtDataTimePickerFormat.Location     = new System.Drawing.Point(8, 18);
     this.m_txtDataTimePickerFormat.Name         = "m_txtDataTimePickerFormat";
     this.m_txtDataTimePickerFormat.Size         = new System.Drawing.Size(264, 20);
     this.m_txtDataTimePickerFormat.TabIndex     = 12;
     this.m_txtDataTimePickerFormat.Text         = "dd/MMM/yyyy";
     this.m_txtDataTimePickerFormat.TextChanged += new System.EventHandler(this.m_txtDataTimePickerFormat_TextChanged);
     //
     // m_dtpDate
     //
     this.m_dtpDate.CustomFormat = "MMM/yyyy/dd";
     this.m_dtpDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpDate.Location     = new System.Drawing.Point(8, 48);
     this.m_dtpDate.Name         = "m_dtpDate";
     this.m_dtpDate.Size         = new System.Drawing.Size(264, 20);
     this.m_dtpDate.TabIndex     = 11;
     //
     // m_gbMessageBalloon
     //
     this.m_gbMessageBalloon.Controls.Add(this.m_btMessageBalloon);
     this.m_gbMessageBalloon.Location = new System.Drawing.Point(488, 456);
     this.m_gbMessageBalloon.Name     = "m_gbMessageBalloon";
     this.m_gbMessageBalloon.Size     = new System.Drawing.Size(176, 152);
     this.m_gbMessageBalloon.TabIndex = 10;
     this.m_gbMessageBalloon.TabStop  = false;
     this.m_gbMessageBalloon.Text     = "MessageBalloon";
     //
     // m_btMessageBalloon
     //
     this.m_btMessageBalloon.Location = new System.Drawing.Point(24, 40);
     this.m_btMessageBalloon.Name     = "m_btMessageBalloon";
     this.m_btMessageBalloon.Size     = new System.Drawing.Size(128, 48);
     this.m_btMessageBalloon.TabIndex = 1;
     this.m_btMessageBalloon.Text     = "MessageBalloon";
     this.m_btMessageBalloon.Click   += new System.EventHandler(this.m_btMessageBalloon_Click);
     //
     // m_gbTextBoxDateTime
     //
     this.m_gbTextBoxDateTime.Controls.Add(this.m_dpTextBoxDateTime);
     this.m_gbTextBoxDateTime.Controls.Add(this.m_btSetData);
     this.m_gbTextBoxDateTime.Controls.Add(this.m_btGetData);
     this.m_gbTextBoxDateTime.Controls.Add(this.m_txtdtTextBoxDateTime);
     this.m_gbTextBoxDateTime.Location = new System.Drawing.Point(528, 16);
     this.m_gbTextBoxDateTime.Name     = "m_gbTextBoxDateTime";
     this.m_gbTextBoxDateTime.Size     = new System.Drawing.Size(152, 216);
     this.m_gbTextBoxDateTime.TabIndex = 9;
     this.m_gbTextBoxDateTime.TabStop  = false;
     this.m_gbTextBoxDateTime.Text     = "TextBoxDateTime";
     //
     // m_dpTextBoxDateTime
     //
     this.m_dpTextBoxDateTime.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.m_dpTextBoxDateTime.Location = new System.Drawing.Point(8, 104);
     this.m_dpTextBoxDateTime.Name     = "m_dpTextBoxDateTime";
     this.m_dpTextBoxDateTime.Size     = new System.Drawing.Size(136, 20);
     this.m_dpTextBoxDateTime.TabIndex = 3;
     //
     // m_btSetData
     //
     this.m_btSetData.Location = new System.Drawing.Point(80, 72);
     this.m_btSetData.Name     = "m_btSetData";
     this.m_btSetData.Size     = new System.Drawing.Size(25, 25);
     this.m_btSetData.TabIndex = 2;
     this.m_btSetData.Text     = "^";
     this.m_btSetData.Click   += new System.EventHandler(this.m_btSetData_Click);
     //
     // m_btGetData
     //
     this.m_btGetData.Location = new System.Drawing.Point(48, 72);
     this.m_btGetData.Name     = "m_btGetData";
     this.m_btGetData.Size     = new System.Drawing.Size(25, 25);
     this.m_btGetData.TabIndex = 1;
     this.m_btGetData.Text     = "v";
     this.m_btGetData.Click   += new System.EventHandler(this.m_btGetData_Click);
     //
     // m_txtdtTextBoxDateTime
     //
     this.m_txtdtTextBoxDateTime.Location = new System.Drawing.Point(8, 32);
     this.m_txtdtTextBoxDateTime.Name     = "m_txtdtTextBoxDateTime";
     this.m_txtdtTextBoxDateTime.Size     = new System.Drawing.Size(128, 20);
     this.m_txtdtTextBoxDateTime.TabIndex = 0;
     this.m_txtdtTextBoxDateTime.Text     = "1/11/2002";
     this.m_txtdtTextBoxDateTime.Value    = new System.DateTime(2002, 11, 23, 15, 42, 57, 807);
     //
     // m_gbFormSkin
     //
     this.m_gbFormSkin.Controls.Add(this.m_btFormSkin);
     this.m_gbFormSkin.Location = new System.Drawing.Point(480, 328);
     this.m_gbFormSkin.Name     = "m_gbFormSkin";
     this.m_gbFormSkin.Size     = new System.Drawing.Size(176, 112);
     this.m_gbFormSkin.TabIndex = 6;
     this.m_gbFormSkin.TabStop  = false;
     this.m_gbFormSkin.Text     = "FormSkin";
     //
     // m_btFormSkin
     //
     this.m_btFormSkin.Location = new System.Drawing.Point(24, 26);
     this.m_btFormSkin.Name     = "m_btFormSkin";
     this.m_btFormSkin.Size     = new System.Drawing.Size(128, 48);
     this.m_btFormSkin.TabIndex = 0;
     this.m_btFormSkin.Text     = "FormSkin";
     //
     // m_gbTaskBarNotifier
     //
     this.m_gbTaskBarNotifier.Controls.Add(this.m_btTaskBarNotifier);
     this.m_gbTaskBarNotifier.Location = new System.Drawing.Point(480, 248);
     this.m_gbTaskBarNotifier.Name     = "m_gbTaskBarNotifier";
     this.m_gbTaskBarNotifier.Size     = new System.Drawing.Size(176, 80);
     this.m_gbTaskBarNotifier.TabIndex = 5;
     this.m_gbTaskBarNotifier.TabStop  = false;
     this.m_gbTaskBarNotifier.Text     = "TaskBarNotifier";
     //
     // m_btTaskBarNotifier
     //
     this.m_btTaskBarNotifier.Location = new System.Drawing.Point(24, 23);
     this.m_btTaskBarNotifier.Name     = "m_btTaskBarNotifier";
     this.m_btTaskBarNotifier.Size     = new System.Drawing.Size(128, 48);
     this.m_btTaskBarNotifier.TabIndex = 0;
     this.m_btTaskBarNotifier.Text     = "TaskBarNotifier";
     this.m_btTaskBarNotifier.Click   += new System.EventHandler(this.m_btTaskBarNotifier_Click);
     //
     // m_gbPictureBox
     //
     this.m_gbPictureBox.Controls.Add(this.m_btAnimatedPictureBoxStart);
     this.m_gbPictureBox.Controls.Add(this.m_apicSample);
     this.m_gbPictureBox.Controls.Add(this.m_btPictureBoxTeste);
     this.m_gbPictureBox.Controls.Add(this.m_btRefresh);
     this.m_gbPictureBox.Location = new System.Drawing.Point(16, 240);
     this.m_gbPictureBox.Name     = "m_gbPictureBox";
     this.m_gbPictureBox.Size     = new System.Drawing.Size(456, 288);
     this.m_gbPictureBox.TabIndex = 3;
     this.m_gbPictureBox.TabStop  = false;
     this.m_gbPictureBox.Text     = "PictureBox";
     //
     // m_btAnimatedPictureBoxStart
     //
     this.m_btAnimatedPictureBoxStart.Location = new System.Drawing.Point(376, 132);
     this.m_btAnimatedPictureBoxStart.Name     = "m_btAnimatedPictureBoxStart";
     this.m_btAnimatedPictureBoxStart.Size     = new System.Drawing.Size(72, 24);
     this.m_btAnimatedPictureBoxStart.TabIndex = 7;
     this.m_btAnimatedPictureBoxStart.Text     = "Start";
     this.m_btAnimatedPictureBoxStart.Click   += new System.EventHandler(this.m_btAnimatedPictureBoxStart_Click);
     //
     // m_apicSample
     //
     this.m_apicSample.AnimationLoops = 1;
     this.m_apicSample.Image          = ((System.Drawing.Image)(resources.GetObject("m_apicSample.Image")));
     this.m_apicSample.Location       = new System.Drawing.Point(24, 24);
     this.m_apicSample.Name           = "m_apicSample";
     this.m_apicSample.Size           = new System.Drawing.Size(320, 240);
     this.m_apicSample.TabIndex       = 6;
     this.m_apicSample.TabStop        = false;
     //
     // m_btPictureBoxTeste
     //
     this.m_btPictureBoxTeste.Location = new System.Drawing.Point(376, 56);
     this.m_btPictureBoxTeste.Name     = "m_btPictureBoxTeste";
     this.m_btPictureBoxTeste.Size     = new System.Drawing.Size(72, 24);
     this.m_btPictureBoxTeste.TabIndex = 5;
     this.m_btPictureBoxTeste.Text     = "0 a 100";
     this.m_btPictureBoxTeste.Click   += new System.EventHandler(this.m_btPictureBoxTeste_Click);
     //
     // m_btRefresh
     //
     this.m_btRefresh.Location = new System.Drawing.Point(376, 24);
     this.m_btRefresh.Name     = "m_btRefresh";
     this.m_btRefresh.Size     = new System.Drawing.Size(72, 24);
     this.m_btRefresh.TabIndex = 3;
     this.m_btRefresh.Text     = "Refresh";
     this.m_btRefresh.Click   += new System.EventHandler(this.m_btRefresh_Click);
     //
     // m_gbComboBox
     //
     this.m_gbComboBox.Controls.Add(this.m_ckAutoCompleteCaseSensitive);
     this.m_gbComboBox.Controls.Add(this.m_ckCBAutoComplete);
     this.m_gbComboBox.Controls.Add(this.m_lbCBOutput);
     this.m_gbComboBox.Controls.Add(this.m_txtCBOutput);
     this.m_gbComboBox.Controls.Add(this.m_btCBClear);
     this.m_gbComboBox.Controls.Add(this.m_btCBFill);
     this.m_gbComboBox.Location = new System.Drawing.Point(9, 9);
     this.m_gbComboBox.Name     = "m_gbComboBox";
     this.m_gbComboBox.Size     = new System.Drawing.Size(263, 215);
     this.m_gbComboBox.TabIndex = 1;
     this.m_gbComboBox.TabStop  = false;
     this.m_gbComboBox.Text     = "Combo Box";
     //
     // m_ckAutoCompleteCaseSensitive
     //
     this.m_ckAutoCompleteCaseSensitive.Checked         = true;
     this.m_ckAutoCompleteCaseSensitive.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.m_ckAutoCompleteCaseSensitive.Location        = new System.Drawing.Point(8, 38);
     this.m_ckAutoCompleteCaseSensitive.Name            = "m_ckAutoCompleteCaseSensitive";
     this.m_ckAutoCompleteCaseSensitive.Size            = new System.Drawing.Size(240, 16);
     this.m_ckAutoCompleteCaseSensitive.TabIndex        = 7;
     this.m_ckAutoCompleteCaseSensitive.Text            = "Case Sensitive";
     this.m_ckAutoCompleteCaseSensitive.CheckedChanged += new System.EventHandler(this.m_ckAutoCompleteCaseSensitive_CheckedChanged);
     //
     // m_ckCBAutoComplete
     //
     this.m_ckCBAutoComplete.Checked         = true;
     this.m_ckCBAutoComplete.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.m_ckCBAutoComplete.Location        = new System.Drawing.Point(8, 21);
     this.m_ckCBAutoComplete.Name            = "m_ckCBAutoComplete";
     this.m_ckCBAutoComplete.Size            = new System.Drawing.Size(240, 16);
     this.m_ckCBAutoComplete.TabIndex        = 5;
     this.m_ckCBAutoComplete.Text            = "Auto Complete";
     this.m_ckCBAutoComplete.CheckedChanged += new System.EventHandler(this.m_ckCBAutoComplete_CheckedChanged);
     //
     // m_lbCBOutput
     //
     this.m_lbCBOutput.Location = new System.Drawing.Point(8, 167);
     this.m_lbCBOutput.Name     = "m_lbCBOutput";
     this.m_lbCBOutput.Size     = new System.Drawing.Size(48, 16);
     this.m_lbCBOutput.TabIndex = 4;
     this.m_lbCBOutput.Text     = "Output";
     //
     // m_txtCBOutput
     //
     this.m_txtCBOutput.Location = new System.Drawing.Point(8, 184);
     this.m_txtCBOutput.Name     = "m_txtCBOutput";
     this.m_txtCBOutput.Size     = new System.Drawing.Size(248, 20);
     this.m_txtCBOutput.TabIndex = 58;
     this.m_txtCBOutput.Text     = "";
     //
     // m_btCBClear
     //
     this.m_btCBClear.Location = new System.Drawing.Point(88, 61);
     this.m_btCBClear.Name     = "m_btCBClear";
     this.m_btCBClear.Size     = new System.Drawing.Size(72, 24);
     this.m_btCBClear.TabIndex = 3;
     this.m_btCBClear.Text     = "Clear";
     this.m_btCBClear.Click   += new System.EventHandler(this.m_btCBClear_Click);
     //
     // m_btCBFill
     //
     this.m_btCBFill.Location = new System.Drawing.Point(8, 61);
     this.m_btCBFill.Name     = "m_btCBFill";
     this.m_btCBFill.Size     = new System.Drawing.Size(72, 24);
     this.m_btCBFill.TabIndex = 1;
     this.m_btCBFill.Text     = "Fill";
     this.m_btCBFill.Click   += new System.EventHandler(this.m_btCBFill_Click);
     //
     // m_picPictureBox
     //
     this.m_picPictureBox.Image      = ((System.Drawing.Image)(resources.GetObject("m_picPictureBox.Image")));
     this.m_picPictureBox.Location   = new System.Drawing.Point(13, 18);
     this.m_picPictureBox.Name       = "m_picPictureBox";
     this.m_picPictureBox.Percentage = 0;
     this.m_picPictureBox.Size       = new System.Drawing.Size(267, 150);
     this.m_picPictureBox.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.m_picPictureBox.TabIndex   = 4;
     this.m_picPictureBox.TabStop    = false;
     //
     // m_cbComboBox
     //
     this.m_cbComboBox.Location = new System.Drawing.Point(8, 96);
     this.m_cbComboBox.Name     = "m_cbComboBox";
     this.m_cbComboBox.Size     = new System.Drawing.Size(232, 21);
     this.m_cbComboBox.TabIndex = 59;
     //
     // m_tcTabControl
     //
     this.m_tcTabControl.Controls.Add(this.tabPage1);
     this.m_tcTabControl.Location      = new System.Drawing.Point(16, 24);
     this.m_tcTabControl.Name          = "m_tcTabControl";
     this.m_tcTabControl.SelectedIndex = 0;
     this.m_tcTabControl.ShowTabNames  = true;
     this.m_tcTabControl.Size          = new System.Drawing.Size(344, 128);
     this.m_tcTabControl.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(336, 102);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(1, -3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(87, 75);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // m_btButton
     //
     this.m_btButton.ForeColor          = System.Drawing.Color.Black;
     this.m_btButton.GradiendColorEnd   = System.Drawing.Color.Black;
     this.m_btButton.GradiendColorStart = System.Drawing.Color.White;
     this.m_btButton.Location           = new System.Drawing.Point(24, 40);
     this.m_btButton.Name     = "m_btButton";
     this.m_btButton.Size     = new System.Drawing.Size(112, 48);
     this.m_btButton.TabIndex = 0;
     this.m_btButton.Text     = "Ok";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(856, 646);
     this.Controls.Add(this.m_gbGeral);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Componentes Gráficos";
     this.m_dgTextBox.ResumeLayout(false);
     this.m_gbGeral.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.m_gbPainter.ResumeLayout(false);
     this.m_gbDateTimePicker.ResumeLayout(false);
     this.m_gbMessageBalloon.ResumeLayout(false);
     this.m_gbTextBoxDateTime.ResumeLayout(false);
     this.m_gbFormSkin.ResumeLayout(false);
     this.m_gbTaskBarNotifier.ResumeLayout(false);
     this.m_gbPictureBox.ResumeLayout(false);
     this.m_gbComboBox.ResumeLayout(false);
     this.m_tcTabControl.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }