Метод | Описание | |
---|---|---|
DialogueControl ( ) : System | ||
GetDTETable ( int>.Dictionary |
||
LoadTextFileBlock ( |
||
OutputFile ( OutFiles type, string fileName, DialogueChoices choicesControl, int>.Dictionary |
||
SaveTextFileBlock ( |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes resources used by the control.
|
Метод | Описание | |
---|---|---|
DisableInputs ( ) : void | ||
GetCurrentDialogueEntry ( ) : |
Returns currently selected dialogue entry
|
|
InitializeComponent ( ) : void |
This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.
|
|
InitializeMainChoices ( ) : void |
Initialize Main listview values
|
|
InitializeTextBlockChoices ( int mainBlockNo ) : void |
Initialize Text Block List View for specified Main Block
|
|
ListviewMainBlocksSelectedIndexChanged ( object sender, |
Call Initialize Text Block Choices on selection of Main Block
|
|
ListviewTextBlocksSelectedIndexChanged ( object sender, |
Load actual entry into input area on Text Block selection
|
|
PanelTextBlockPaint ( object sender, PaintEventArgs e ) : void |
Paint in-game Japanese text and box if entry selected
|
|
PanelTransTextPaint ( object sender, PaintEventArgs e ) : void |
Paint in-game textbox and English text if entry selected
|
|
TextboxTransNotesTextChanged ( object sender, |
Update data on Translation Notes textbox
|
|
TextboxTransTextTextChanged ( object sender, |
Update data on changing text in Translation textbox
|
|
UpdateMainChoiceRow ( int index, int sortedIndex ) : void |
Updates Main Listview's specified row
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public GetDTETable ( int>.Dictionary |
||
DTEtable | int>.Dictionary | |
DTELen | int | |
Результат | int>.Dictionary |
public LoadTextFileBlock ( |
||
blockStream | ||
Результат | void |
public OutputFile ( OutFiles type, string fileName, DialogueChoices choicesControl, int>.Dictionary |
||
type | OutFiles | |
fileName | string | |
choicesControl | DialogueChoices | |
DTEtable | int>.Dictionary | |
Результат | void |
public SaveTextFileBlock ( |
||
saveFileStream | ||
Результат | void |