C# Class HYPDM.WinUI.ProductsAndParts.Products.StructAddForm

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

Public Methods

Method Description
StructAddForm ( PDM_STRUCT p_struct, string p_assobjectId, Enum_AssOpType p_assoPType ) : System
initControl ( ) : 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.

addSortNum ( ) : void
bt_cancel_Click ( object sender, EventArgs e ) : void
btn_save_Click ( object sender, EventArgs e ) : void
initEdit ( ) : void
initInsert ( ) : void
initReplace ( ) : void
initSave ( ) : 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

StructAddForm() public method

public StructAddForm ( PDM_STRUCT p_struct, string p_assobjectId, Enum_AssOpType p_assoPType ) : System
p_struct PDM_STRUCT
p_assobjectId string
p_assoPType Enum_AssOpType
return System

initControl() public method

public initControl ( ) : void
return void