C# Class HYPDM.WinUI.ProductsAndParts.Parts.PartsCompForm

Mostra file Open project: huayancreate/HYPDM Class Usage Examples

Public Methods

Method Description
PartsCompForm ( string p_firstId, string p_secondId ) : System

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.

bt_comp_Click ( object sender, EventArgs e ) : void
bt_return_Click ( object sender, EventArgs e ) : void
bt_sortComp_Click ( object sender, EventArgs e ) : void
changeColor ( TreeListViewItem item, Color c ) : void

改变行背景色

common_Init ( string p_firstId, string p_secondId ) : void

初始化

initService ( ) : void
setRowColor ( TreeListViewItem item_first, TreeListViewItem item_second ) : void
treeChildCreate ( TreeListViewItem node, string p_objectId ) : void

/构造树子节点

treeRootCreate ( TreeListView tree, string p_productId, string name ) : void

m 构造树根节点

tree_Init ( ) : 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

PartsCompForm() public method

public PartsCompForm ( string p_firstId, string p_secondId ) : System
p_firstId string
p_secondId string
return System