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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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, |
The me strings selector_ load.
|
|
checkBox1_CheckStateChanged ( object sender, |
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, |
The list box 1_ double click.
|
|
listBox1_KeyPress ( object sender, |
The list box 1_ key press.
|
|
textBox1_KeyDown ( object sender, |
The text box 1_ key down.
|
|
textBox1_TextChanged ( object sender, |
The text box 1_ text changed.
|
|
timer1_Tick ( object sender, |
The timer 1_ tick.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public MEStringsSelector ( string names ) : System | ||
names | string | The names. |
return | System |
public getIDFromString ( string s ) : string | ||
s | string | The s. |
return | string |
public getStringFromID ( int ID ) : string | ||
ID | int | The id. |
return | string |