Property | Type | Description | |
---|---|---|---|
TheSmartDeviceMgr | |||
btnHidden | System.Windows.Forms.Button | ||
btnOrder | System.Windows.Forms.Button | ||
btnQualified | System.Windows.Forms.Button | ||
columnAdjustQty | System.Windows.Forms.DataGridTextBoxColumn | ||
columnCartons | System.Windows.Forms.DataGridTextBoxColumn | ||
columnCurrentQty | System.Windows.Forms.DataGridTextBoxColumn | ||
columnHuId | System.Windows.Forms.DataGridTextBoxColumn | ||
columnItemCode | System.Windows.Forms.DataGridTextBoxColumn | ||
columnItemDescription | System.Windows.Forms.DataGridTextBoxColumn | ||
columnLotNo | System.Windows.Forms.DataGridTextBoxColumn | ||
columnStorageBinCode | System.Windows.Forms.DataGridTextBoxColumn | ||
columnUomCode | System.Windows.Forms.DataGridTextBoxColumn | ||
dgList | System.Windows.Forms.DataGrid | ||
lblBarCode | System.Windows.Forms.Label | ||
lblMessage | System.Windows.Forms.Label | ||
lblResult | System.Windows.Forms.Label | ||
originalResolver | Resolver | ||
resolver | Resolver | ||
tbBarCode | System.Windows.Forms.TextBox | ||
ts | System.Windows.Forms.DataGridTableStyle |
Method | Description | |
---|---|---|
InitialAll ( ) : void | ||
UCBase ( User user, string moduleType ) : System |
Method | Description | |
---|---|---|
BarCodeScan ( ) : void | ||
DataBind ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
HelpMessage ( ) : string | ||
InEditMode ( int columnCount ) : void | ||
OrderConfirm ( ) : void | ||
dgList_Click ( object sender, |
||
gvHuListDataBind ( ) : void | ||
gvListDataBind ( ) : void | ||
tbBarCode_KeyUp ( object sender, |
||
tbBarCode_TextChanged ( object sender, |
Method | Description | |
---|---|---|
InUpdateMode ( int columnCount ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
TimerCtrl_Tick ( object sender, |
||
UCBase_KeyUp ( object sender, |
||
btnHidden_KeyUp ( object sender, |
||
btnOrder_Click ( object sender, |
||
btnOrder_KeyUp ( object sender, |
||
pbQuestion_Click ( object sender, |
||
tbQty_KeyPress ( object sender, |
||
tbQty_KeyUp ( object sender, |
||
tbQty_LostFocus ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected InEditMode ( int columnCount ) : void | ||
columnCount | int | |
return | void |
public UCBase ( User user, string moduleType ) : System | ||
user | User | |
moduleType | string | |
return | System |
protected dgList_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected tbBarCode_KeyUp ( object sender, |
||
sender | object | |
e | ||
return | void |
protected tbBarCode_TextChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected SmartDeviceMgrWS,Sconit_SMARTDEVICE.SconitWS TheSmartDeviceMgr | ||
return |
protected System.Windows.Forms.Button btnHidden | ||
return | System.Windows.Forms.Button |
protected System.Windows.Forms.Button btnOrder | ||
return | System.Windows.Forms.Button |
protected System.Windows.Forms.Button btnQualified | ||
return | System.Windows.Forms.Button |
protected DataGridTextBoxColumn,System.Windows.Forms columnAdjustQty | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected DataGridTextBoxColumn,System.Windows.Forms columnCartons | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected DataGridTextBoxColumn,System.Windows.Forms columnCurrentQty | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected DataGridTextBoxColumn,System.Windows.Forms columnHuId | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected DataGridTextBoxColumn,System.Windows.Forms columnItemCode | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected DataGridTextBoxColumn,System.Windows.Forms columnItemDescription | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected DataGridTextBoxColumn,System.Windows.Forms columnLotNo | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected DataGridTextBoxColumn,System.Windows.Forms columnStorageBinCode | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected DataGridTextBoxColumn,System.Windows.Forms columnUomCode | ||
return | System.Windows.Forms.DataGridTextBoxColumn |
protected System.Windows.Forms.DataGrid dgList | ||
return | System.Windows.Forms.DataGrid |
protected System.Windows.Forms.Label lblBarCode | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.Label lblMessage | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.Label lblResult | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox tbBarCode | ||
return | System.Windows.Forms.TextBox |