C# 클래스 HYPDM.WinUI.ProductsAndParts.Parts.PartsCompForm

파일 보기 프로젝트 열기: huayancreate/HYPDM 1 사용 예제들

공개 메소드들

메소드 설명
PartsCompForm ( string p_firstId, string p_secondId ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

树结构展示初始化

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

PartsCompForm() 공개 메소드

public PartsCompForm ( string p_firstId, string p_secondId ) : System
p_firstId string
p_secondId string
리턴 System