C# Класс View.UI.ViewComanda.frmGerenciarComanda

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
frmGerenciarComanda ( EnumComanda enumComanda ) : Mike.Utilities.Desktop

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ProcessCmdKey() защищенный Метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Результат bool

frmGerenciarComanda() публичный Метод

public frmGerenciarComanda ( EnumComanda enumComanda ) : Mike.Utilities.Desktop
enumComanda EnumComanda
Результат Mike.Utilities.Desktop