Beispiel #1
0
        private void Formatar_Formulario()
        {
            try
            {
                Form_Designer.Configurar_Designer_Padrao_MercadoCar(this);
                Form_Designer.Definir_Botao_Estilo_Email(this.btnEnviarEmail);
                Form_Designer.Definir_Botao_Estilo_Auditoria(this.btnAuditoria);

                this.txtClienteDocumento.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
                this.txtClienteNome.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
                this.txtBancoAgencia.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);
                this.txtBancoConta.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular);

                Form_Designer.Remover_Campo_Estilo_Eventos(this.txtArquivoCaminhoCompleto);
                Form_Designer.Remover_Campo_Estilo_Eventos(this.txtClienteNome);
                Form_Designer.Remover_Campo_Estilo_Eventos(this.txtClienteEmailCapa);
                Form_Designer.Remover_Campo_Estilo_Eventos(this.txtClienteDocumento);
                Form_Designer.Remover_Campo_Estilo_Eventos(this.txtBancoAgencia);
                Form_Designer.Remover_Campo_Estilo_Eventos(this.txtBancoConta);
                Form_Designer.Remover_Campo_Estilo_Eventos(this.txtArquivoCaminhoCompleto);

                this.txtArquivoCaminhoCompleto.FormatVisualDesabled();
                this.txtClienteNome.FormatVisualDesabled();
                this.txtClienteEmailCapa.FormatVisualDesabled();
                this.txtClienteDocumento.FormatVisualDesabled();
                this.txtBancoAgencia.FormatVisualDesabled();
                this.txtBancoConta.FormatVisualDesabled();
                this.txtArquivoCaminhoCompleto.FormatVisualDesabled();
            }
            catch (Exception)
            {
                throw;
            }
        }
Beispiel #2
0
 private void Definir_Formulario_Estilo()
 {
     try
     {
         Form_Designer.Configurar_Designer_Padrao_MercadoCar(this);
         Form_Designer.Definir_Botao_Estilo_Carregar_Dados(this.btnCarregarDados);
         Form_Designer.Definir_ToolStripMenuItem_Estilo_Ajuda(this.tsmAjuda);
         Form_Designer.Definir_ToolStripMenuItem_Estilo_Propriedades(this.tsmPropriedadesVenda);
     }
     catch (Exception)
     {
         throw;
     }
 }
Beispiel #3
0
        private void Definir_Formulario_Estilo()
        {
            try
            {
                Form_Designer.Configurar_Designer_Padrao_MercadoCar(this);
                Form_Designer.Definir_Label_Estilo_Titulo_Grid(this.lblNomeTela);
                Form_Designer.Definir_Botao_Estilo_Carregar_Dados(this.btnCarregarDados);

                Form_Designer.Definir_ToolStripMenuItem_Estilo_Propriedades(this.tsmPropriedades);
                Form_Designer.Definir_ToolStripMenuItem_Estilo_Alterar(this.tsmValidarPendencia);
                Form_Designer.Definir_ToolStripMenuItem_Estilo_Ajuda(this.tsmAjuda);
            }
            catch (Exception)
            {
                throw;
            }
        }