C# Class HYPDM.WinUI.DrawingDocument.DocListControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: huayancreate/HYPDM

Méthodes publiques

Свойство Type Description
_docList System.Data.DataTable

Méthodes publiques

Méthode Description
DocListControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

DocAdd ( ) : void
DocDelete ( ) : void

记录删除

DocProperty ( ) : void

记录属性。

OnExited ( EventArgs e ) : void

触发 Exited 事件。

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

DocAdd() protected méthode

protected DocAdd ( ) : void
Résultat void

DocDelete() protected méthode

记录删除
protected DocDelete ( ) : void
Résultat void

DocListControl() public méthode

public DocListControl ( ) : System
Résultat System

DocProperty() protected méthode

记录属性。
protected DocProperty ( ) : void
Résultat void

OnExited() protected méthode

触发 Exited 事件。
protected OnExited ( EventArgs e ) : void
e System.EventArgs 事件参数。
Résultat void

Property Details

_docList public_oe property

public DataTable,System.Data _docList
Résultat System.Data.DataTable