C# Class SalesMate.frmMain

Inheritance: System.Windows.Forms.Form
显示文件 Open project: bonjovax/Salesmate Class Usage Examples

Public Methods

Method Description
controlsNextTransaction ( ) : void
enableControls ( ) : void
fivepercentSelected ( ) : void
frmMain ( ) : System
isnotAdmin ( ) : void
tenpercentSelected ( ) : void
twentypercentSelected ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

accountPanelToolStripMenuItem_Click ( object sender, EventArgs e ) : void
btnCash_Click ( object sender, EventArgs e ) : void
btnCheck_Click ( object sender, EventArgs e ) : void
btnFive_Click ( object sender, EventArgs e ) : void
btnNoSale_Click ( object sender, EventArgs e ) : void
btnPriceLookUp_Click ( object sender, EventArgs e ) : void
btnSubTotal_Click ( object sender, EventArgs e ) : void
btnTen_Click ( object sender, EventArgs e ) : void
btnTwenty_Click ( object sender, EventArgs e ) : void
frmMain_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
itemsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
logoutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
txtBoxPLU_KeyDown ( object sender, KeyEventArgs 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

controlsNextTransaction() public method

public controlsNextTransaction ( ) : void
return void

enableControls() public method

public enableControls ( ) : void
return void

fivepercentSelected() public method

public fivepercentSelected ( ) : void
return void

frmMain() public method

public frmMain ( ) : System
return System

isnotAdmin() public method

public isnotAdmin ( ) : void
return void

tenpercentSelected() public method

public tenpercentSelected ( ) : void
return void

twentypercentSelected() public method

public twentypercentSelected ( ) : void
return void