Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
MEStringsSelector_Load | void | ||
btnSelect_Click | void | ||
cbSIDSort_SelectedIndexChanged | void | ||
cbSelectStringIDs_SelectedIndexChanged | void | ||
cbShowAllUnicodes_CheckedChanged | void | ||
cbUnicodeSort_SelectedIndexChanged | void | ||
checkBox1_CheckStateChanged | void | ||
checkStringContains | void | ||
checkStringStart | void | ||
getlbStringsIDDataSource | List |
||
lbStringIDs_SelectedIndexChanged | void | ||
lbUnicodes_SelectedIndexChanged | void | ||
listBox1_DoubleClick | void | ||
listBox1_KeyPress | void | ||
loadUnicodes | List |
||
replaceCode | byte[] | ||
replaceCodes | byte[] | ||
setlbStringsIDDataSource | void | ||
sortStringIDLists | void | ||
sortUnicodeLists | void | ||
textBox1_KeyDown | void | ||
textBox1_TextChanged | void | ||
tmr_MEStrings_Tick | void | ||
updateStringIDFromUnicode | void | ||
updateUnicodeFromStringID | void |
Method | Description | |
---|---|---|
MEStringsSelector ( Map map, object sender ) : System |
Initializes a new instance of the MEStringsSelector class.
|
|
ReplaceCodes ( string text, bool allCodes ) : string |
Replaces special unicode entries to a ASCII readable version
|
|
getIDFromString ( string s ) : string |
The get id from string.
|
|
getStringFromID ( int ID ) : string |
The get string from id.
|
|
getUnicodesFromID ( int ID ) : Unicode[] | ||
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, EventArgs e ) : void |
The me strings selector_ load.
|
|
btnSelect_Click ( object sender, EventArgs e ) : void | ||
cbSIDSort_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
cbSelectStringIDs_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
cbShowAllUnicodes_CheckedChanged ( object sender, EventArgs e ) : void | ||
cbUnicodeSort_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
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.
|
|
getlbStringsIDDataSource ( ) : List |
||
lbStringIDs_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
lbUnicodes_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
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.
|
|
loadUnicodes ( ) : List |
||
replaceCode ( byte bytes, byte code, string decode ) : byte[] | ||
replaceCodes ( byte bytes, bool allCodes ) : byte[] | ||
setlbStringsIDDataSource ( ) : void | ||
sortStringIDLists ( ) : void | ||
sortUnicodeLists ( ) : void | ||
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.
|
|
tmr_MEStrings_Tick ( object sender, EventArgs e ) : void |
The timer 1_ tick.
|
|
updateStringIDFromUnicode ( ) : void | ||
updateUnicodeFromStringID ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public MEStringsSelector ( Map map, object sender ) : System | ||
map | Map | |
sender | object | |
return | System |
public static ReplaceCodes ( string text, bool allCodes ) : string | ||
text | string | The unicode text to replace |
allCodes | bool | If true does all codes. If false does just the internal codes (such as "GamerTag") |
return | string |
public getIDFromString ( string s ) : string | ||
s | string | /// The s. /// |
return | string |
public getStringFromID ( int ID ) : string | ||
ID | int | /// The id. /// |
return | string |
public getUnicodesFromID ( int ID ) : Unicode[] | ||
ID | int | |
return | Unicode[] |
public setPosFromID ( int ID ) : void | ||
ID | int | /// The id. /// |
return | void |