C# Class nHydrate.Generator.Common.Forms.CollectionEditorForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
PropertyGrid1 System.Windows.Forms.PropertyGrid
_allowOrdering bool
_displayList IEnumerable
cmdAdd System.Windows.Forms.Button
cmdCancel System.Windows.Forms.Button
cmdDelete System.Windows.Forms.Button
cmdDown System.Windows.Forms.Button
cmdOK System.Windows.Forms.Button
cmdUp System.Windows.Forms.Button
lblLine System.Windows.Forms.Label
lblMembers System.Windows.Forms.Label
lblProperties System.Windows.Forms.Label
lstMembers System.Windows.Forms.ListBox
pnlBottom System.Windows.Forms.Panel
pnlLeft System.Windows.Forms.Panel
pnlRight System.Windows.Forms.Panel
splitterV System.Windows.Forms.Splitter

Méthodes publiques

Méthode Description
CollectionEditorForm ( ) : System.Collections

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnAddButtonClick ( object sender, System e ) : void
OnCancelButtonClick ( object sender, System e ) : void
OnDeleteButtonClick ( object sender, System e ) : void
OnDownButtonClick ( object sender, System e ) : void
OnOKButtonClick ( object sender, System e ) : void
OnUpButtonClick ( object sender, System e ) : void

Private Methods

Méthode Description
CollectionEditorForm_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadList ( ) : void
RefreshButtons ( ) : void
cmdAdd_Click ( object sender, System e ) : void
cmdCancel_Click ( object sender, System e ) : void
cmdDelete_Click ( object sender, System e ) : void
cmdDown_Click ( object sender, System e ) : void
cmdOK_Click ( object sender, System e ) : void
cmdUp_Click ( object sender, System e ) : void
lstMembers_SelectedIndexChanged ( object sender, System e ) : void

Method Details

CollectionEditorForm() public méthode

public CollectionEditorForm ( ) : System.Collections
Résultat System.Collections

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnAddButtonClick() protected méthode

protected OnAddButtonClick ( object sender, System e ) : void
sender object
e System
Résultat void

OnCancelButtonClick() protected méthode

protected OnCancelButtonClick ( object sender, System e ) : void
sender object
e System
Résultat void

OnDeleteButtonClick() protected méthode

protected OnDeleteButtonClick ( object sender, System e ) : void
sender object
e System
Résultat void

OnDownButtonClick() protected méthode

protected OnDownButtonClick ( object sender, System e ) : void
sender object
e System
Résultat void

OnOKButtonClick() protected méthode

protected OnOKButtonClick ( object sender, System e ) : void
sender object
e System
Résultat void

OnUpButtonClick() protected méthode

protected OnUpButtonClick ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

PropertyGrid1 protected_oe property

protected PropertyGrid,System.Windows.Forms PropertyGrid1
Résultat System.Windows.Forms.PropertyGrid

_allowOrdering protected_oe property

protected bool _allowOrdering
Résultat bool

_displayList protected_oe property

protected IEnumerable _displayList
Résultat IEnumerable

cmdAdd protected_oe property

protected Button,System.Windows.Forms cmdAdd
Résultat System.Windows.Forms.Button

cmdCancel protected_oe property

protected Button,System.Windows.Forms cmdCancel
Résultat System.Windows.Forms.Button

cmdDelete protected_oe property

protected Button,System.Windows.Forms cmdDelete
Résultat System.Windows.Forms.Button

cmdDown protected_oe property

protected Button,System.Windows.Forms cmdDown
Résultat System.Windows.Forms.Button

cmdOK protected_oe property

protected Button,System.Windows.Forms cmdOK
Résultat System.Windows.Forms.Button

cmdUp protected_oe property

protected Button,System.Windows.Forms cmdUp
Résultat System.Windows.Forms.Button

lblLine protected_oe property

protected Label,System.Windows.Forms lblLine
Résultat System.Windows.Forms.Label

lblMembers protected_oe property

protected Label,System.Windows.Forms lblMembers
Résultat System.Windows.Forms.Label

lblProperties protected_oe property

protected Label,System.Windows.Forms lblProperties
Résultat System.Windows.Forms.Label

lstMembers protected_oe property

protected ListBox,System.Windows.Forms lstMembers
Résultat System.Windows.Forms.ListBox

pnlBottom protected_oe property

protected Panel,System.Windows.Forms pnlBottom
Résultat System.Windows.Forms.Panel

pnlLeft protected_oe property

protected Panel,System.Windows.Forms pnlLeft
Résultat System.Windows.Forms.Panel

pnlRight protected_oe property

protected Panel,System.Windows.Forms pnlRight
Résultat System.Windows.Forms.Panel

splitterV protected_oe property

protected Splitter,System.Windows.Forms splitterV
Résultat System.Windows.Forms.Splitter