C# 클래스 HYPDM.WinUI.DrawingDocument.DocListControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: huayancreate/HYPDM

공개 프로퍼티들

프로퍼티 타입 설명
_docList System.Data.DataTable

공개 메소드들

메소드 설명
DocListControl ( ) : System

보호된 메소드들

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

清理所有正在使用的资源。

DocAdd ( ) : void
DocDelete ( ) : void

记录删除

DocProperty ( ) : void

记录属性。

OnExited ( EventArgs e ) : void

触发 Exited 事件。

비공개 메소드들

메소드 설명
BindDataFile ( ) : void
EnabledDrugTypeMenu ( bool p ) : void
InitList ( ) : void
InitList ( DataTable dt ) : void

将指定的数据源中的记录绑定到列表。

Initialize ( ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

LoadDoc ( ) : void
RegStardardFlow_Click ( object sender, EventArgs e ) : void
StartEx ( ) : void
btnDocDelete_Click ( object sender, EventArgs e ) : void
btnDocProperty_Click ( object sender, EventArgs e ) : void
btnDocToAdd_Click ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void
cmDocAdd_Click ( object sender, EventArgs e ) : void
dgvDocList_CellDoubleClick_1 ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dgvDocList_CellMouseDown ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
tsToolbar_ItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
tspRefresh_Click ( object sender, EventArgs e ) : void
ucPaging1_Load ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

DocAdd() 보호된 메소드

protected DocAdd ( ) : void
리턴 void

DocDelete() 보호된 메소드

记录删除
protected DocDelete ( ) : void
리턴 void

DocListControl() 공개 메소드

public DocListControl ( ) : System
리턴 System

DocProperty() 보호된 메소드

记录属性。
protected DocProperty ( ) : void
리턴 void

OnExited() 보호된 메소드

触发 Exited 事件。
protected OnExited ( EventArgs e ) : void
e System.EventArgs 事件参数。
리턴 void

프로퍼티 상세

_docList 공개적으로 프로퍼티

public DataTable,System.Data _docList
리턴 System.Data.DataTable