C# Class View.UI.ViewComanda.frmGerenciarComanda

Mostrar archivo Open project: mikemajesty/Caixapadariav2 Class Usage Examples

Public Methods

Method Description
frmGerenciarComanda ( EnumComanda enumComanda ) : Mike.Utilities.Desktop

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
AjustarTamanhoDoGrid ( EnumComanda enumComanda ) : void
CarregaGridSelecao ( ) : void
CarregarGridComanda ( ) : void
CarregarTextoDePermissao ( ) : void
EsconderBotoes ( Button buttonList ) : void
EsconderTxt ( TextBox txt ) : void
FecharForm ( ) : void
FocarNoBtn ( Button btn ) : void
GetvalorDaComanda ( ) : decimal
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InstanciarComandaRepositorio ( ) : void
InstanciarVendaComComandaAtivaRepositorio ( ) : void
LimparTxt ( ) : void
MudarLocationDoButton ( Button btn, Point location ) : void
MudarLocationDoGrid ( DataGridView btn, Point location ) : void
MudarTextoDoButton ( Button btn, string txt ) : void
MudarTextoDoForm ( string txt ) : void
MudarTextoDoGruopBox ( GroupBox gpb, string txt ) : void
MudartamanhoDoButton ( Button btn, Size size ) : void
MudartamanhoDoGrid ( DataGridView btn, Size size ) : void
PegaIDSelecionadaDoGrid ( ) : int
PegarCodigoDaComanda ( ) : void
btnAlterar_Click ( object sender, EventArgs e ) : void
btnDeletar_Click ( object sender, EventArgs e ) : void
btnNovo_Click ( object sender, EventArgs e ) : void
btnSair_Click ( object sender, EventArgs e ) : void
dgvComanda_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
dgvComanda_KeyDown ( object sender, KeyEventArgs e ) : void
dgvComanda_KeyPress ( object sender, KeyPressEventArgs e ) : void
frmGerenciarComanda_Load ( object sender, EventArgs e ) : void
txtPesquisar_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtPesquisar_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

frmGerenciarComanda() public method

public frmGerenciarComanda ( EnumComanda enumComanda ) : Mike.Utilities.Desktop
enumComanda EnumComanda
return Mike.Utilities.Desktop