C# 클래스 entity.MapForms.CustomPluginEditor

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

공개 프로퍼티들

프로퍼티 타입 설명
comboBoxPluginName System.Windows.Forms.ComboBox

공개 메소드들

메소드 설명
CustomPluginEditor ( Map map ) : System

Initializes a new instance of the CustomPluginEditor class.

setNameBox ( string initalName ) : string

The set name box.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CreateTree ( object ifps, string path ) : TreeNode[]

The create tree.

CustomPluginEditor_FormClosed ( object sender, FormClosedEventArgs e ) : void

The custom plugin editor_ form closed.

CustomPluginEditor_Load ( object sender, EventArgs e ) : void

The custom plugin editor_ load.

InitializeComponent ( ) : void

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

button5_Click ( object sender, EventArgs e ) : void

The button 5_ click.

button6_Click ( object sender, EventArgs e ) : void

The button 6_ click.

comboBoxPluginName_SelectedIndexChanged ( object sender, EventArgs e ) : void

The combo box plugin name_ selected index changed.

delBtn_Click ( object sender, EventArgs e ) : void

The button 4_ click.

dupBtn_Click ( object sender, EventArgs e ) : void

The button 3_ click.

renameBtn_Click ( object sender, EventArgs e ) : void

The button 2_ click.

savetagTypeBtn_Click ( object sender, EventArgs e ) : void

The button 1_ click.

treeView1_AfterCheck ( object sender, TreeViewEventArgs e ) : void

The tree view 1_ after check.

treeViewTags_AfterCheck ( object sender, TreeViewEventArgs e ) : void

The tree view tags_ after check.

treeViewTags_AfterSelect ( object sender, TreeViewEventArgs e ) : void

The tree view tags_ after select.

writeNodesToReg ( TreeNode tn ) : void

The write nodes to reg.

메소드 상세

CustomPluginEditor() 공개 메소드

Initializes a new instance of the CustomPluginEditor class.
public CustomPluginEditor ( Map map ) : System
map Map The map.
리턴 System

Dispose() 보호된 메소드

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

setNameBox() 공개 메소드

The set name box.
public setNameBox ( string initalName ) : string
initalName string The inital name.
리턴 string

프로퍼티 상세

comboBoxPluginName 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox comboBoxPluginName
리턴 System.Windows.Forms.ComboBox