C# Класс MetaEditor.Forms.MEStringsSelector

The me strings selector.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
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