C# 클래스 View.UI.ViewComanda.frmGerenciarComanda

파일 보기 프로젝트 열기: mikemajesty/Caixapadariav2 1 사용 예제들

공개 메소드들

메소드 설명
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