C# 클래스 nHydrate.Generator.Common.Forms.CollectionEditorForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CollectionEditorForm ( ) : System.Collections

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

CollectionEditorForm() 공개 메소드

public CollectionEditorForm ( ) : System.Collections
리턴 System.Collections

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnAddButtonClick() 보호된 메소드

protected OnAddButtonClick ( object sender, System e ) : void
sender object
e System
리턴 void

OnCancelButtonClick() 보호된 메소드

protected OnCancelButtonClick ( object sender, System e ) : void
sender object
e System
리턴 void

OnDeleteButtonClick() 보호된 메소드

protected OnDeleteButtonClick ( object sender, System e ) : void
sender object
e System
리턴 void

OnDownButtonClick() 보호된 메소드

protected OnDownButtonClick ( object sender, System e ) : void
sender object
e System
리턴 void

OnOKButtonClick() 보호된 메소드

protected OnOKButtonClick ( object sender, System e ) : void
sender object
e System
리턴 void

OnUpButtonClick() 보호된 메소드

protected OnUpButtonClick ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

PropertyGrid1 보호되어 있는 프로퍼티

protected PropertyGrid,System.Windows.Forms PropertyGrid1
리턴 System.Windows.Forms.PropertyGrid

_allowOrdering 보호되어 있는 프로퍼티

protected bool _allowOrdering
리턴 bool

_displayList 보호되어 있는 프로퍼티

protected IEnumerable _displayList
리턴 IEnumerable

cmdAdd 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdAdd
리턴 System.Windows.Forms.Button

cmdCancel 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdCancel
리턴 System.Windows.Forms.Button

cmdDelete 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdDelete
리턴 System.Windows.Forms.Button

cmdDown 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdDown
리턴 System.Windows.Forms.Button

cmdOK 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdOK
리턴 System.Windows.Forms.Button

cmdUp 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdUp
리턴 System.Windows.Forms.Button

lblLine 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms lblLine
리턴 System.Windows.Forms.Label

lblMembers 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms lblMembers
리턴 System.Windows.Forms.Label

lblProperties 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms lblProperties
리턴 System.Windows.Forms.Label

lstMembers 보호되어 있는 프로퍼티

protected ListBox,System.Windows.Forms lstMembers
리턴 System.Windows.Forms.ListBox

pnlBottom 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms pnlBottom
리턴 System.Windows.Forms.Panel

pnlLeft 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms pnlLeft
리턴 System.Windows.Forms.Panel

pnlRight 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms pnlRight
리턴 System.Windows.Forms.Panel

splitterV 보호되어 있는 프로퍼티

protected Splitter,System.Windows.Forms splitterV
리턴 System.Windows.Forms.Splitter