C# 클래스 MetaEditor.Forms.MEStringsSelector

The me strings selector.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
MEStringsSelector ( string names ) : System

Initializes a new instance of the MEStringsSelector class.

getIDFromString ( string s ) : string

The get id from string.

getStringFromID ( int ID ) : string

The get string from id.

setPosFromID ( int ID ) : void

The set pos from id.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

MEStringsSelector_Load ( object sender, EventArgs e ) : void

The me strings selector_ load.

checkBox1_CheckStateChanged ( object sender, EventArgs e ) : void

The check box 1_ check state changed.

checkStringContains ( string newSel ) : void

The check string contains.

checkStringStart ( string newSel ) : void

The check string start.

listBox1_DoubleClick ( object sender, EventArgs e ) : void

The list box 1_ double click.

listBox1_KeyPress ( object sender, KeyPressEventArgs e ) : void

The list box 1_ key press.

textBox1_KeyDown ( object sender, KeyEventArgs e ) : void

The text box 1_ key down.

textBox1_TextChanged ( object sender, EventArgs e ) : void

The text box 1_ text changed.

timer1_Tick ( object sender, EventArgs e ) : void

The timer 1_ tick.

메소드 상세

Dispose() 보호된 메소드

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

MEStringsSelector() 공개 메소드

Initializes a new instance of the MEStringsSelector class.
public MEStringsSelector ( string names ) : System
names string The names.
리턴 System

getIDFromString() 공개 메소드

The get id from string.
public getIDFromString ( string s ) : string
s string The s.
리턴 string

getStringFromID() 공개 메소드

The get string from id.
public getStringFromID ( int ID ) : string
ID int The id.
리턴 string

setPosFromID() 공개 메소드

The set pos from id.
public setPosFromID ( int ID ) : void
ID int The id.
리턴 void