C# Class MetaEditor.Forms.MEStringsSelector

The me strings selector.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: troymac1ure/Entity

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

Dispose() protected method

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

MEStringsSelector() public method

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

getIDFromString() public method

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

getStringFromID() public method

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

setPosFromID() public method

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