Property | Type | Description | |
---|---|---|---|
SerialMask | string | ||
SerialPrefix | string | ||
_Class | string | ||
_Description | string | ||
_Group | string | ||
_PartNumber | string | ||
_Planner | string | ||
_Type | string | ||
_Weight | decimal |
Method | Description | |
---|---|---|
Description_txt_Leave ( object sender, |
||
Item_Master ( ) : System | ||
Item_Master ( PartData Part ) : System | ||
Item_Master ( string PartNumber, string Description, decimal Weight ) : System | ||
Item_Master ( string PartNumber, string Description, decimal Weight, string Group, string Class, string Type, string Planner ) : System | ||
Partnumber_txt_Leave ( object sender, |
||
TS_Click ( object sender, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AllToUpper ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
Item_Master_Load ( object sender, |
||
LoadData ( PartDataSet pdata ) : void | ||
UpdateDataSet ( PartDataSet Pdata, DataViewRowState RowState ) : PartDataSet | ||
UpdateFormSet ( string Pnum ) : void | ||
addwhse_btn_Click ( object sender, |
||
bflush_chk_CheckedChanged ( object sender, |
||
cancelbtn_Click ( object sender, |
||
copy_btn_Click ( object sender, |
||
savebtn_Click ( object sender, |
||
trackserial_CheckedChanged ( object sender, |
||
type_cbo_SelectedIndexChanged ( object sender, |
public Description_txt_Leave ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Item_Master ( PartData Part ) : System | ||
Part | PartData | |
return | System |
public Item_Master ( string PartNumber, string Description, decimal Weight ) : System | ||
PartNumber | string | |
Description | string | |
Weight | decimal | |
return | System |
public Item_Master ( string PartNumber, string Description, decimal Weight, string Group, string Class, string Type, string Planner ) : System | ||
PartNumber | string | |
Description | string | |
Weight | decimal | |
Group | string | |
Class | string | |
Type | string | |
Planner | string | |
return | System |
public Partnumber_txt_Leave ( object sender, |
||
sender | object | |
e | ||
return | void |
public TS_Click ( object sender, |
||
sender | object | |
e | ||
return | void |