Свойство | Тип | Описание | |
---|---|---|---|
identInt32 | int | ||
tagIndex | int | ||
tagName | string | ||
tagType | string |
Метод | Описание | |
---|---|---|
Ident ( string iEntName, |
Initializes a new instance of the Ident class.
|
|
Poke ( ) : void |
The poke.
|
|
Populate ( int iOffset ) : void |
The populate.
|
|
Save ( ) : void |
The save.
|
|
SetFocus ( int LineToCheck ) : void |
The set focus.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
FillTagBoxWithNames ( bool changeTagType ) : void |
The fill tag box with names.
|
|
FindByNameAndTagType ( ) : void |
The find by name and tag type.
|
|
Ident_Enter ( object sender, |
The ident_ enter.
|
|
Ident_Leave ( object sender, |
The ident_ leave.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
TagName_DropDownClose ( object sender, |
The tag name_ drop down close.
|
|
TagType_DropDown ( object sender, |
The tag type_ drop down.
|
|
TagType_SelectedIndexChanged ( object sender, |
The tag type_ selected index changed.
|
|
UpdateIdentBoxes ( ) : void |
The update ident boxes.
|
|
comboBox1_MouseClick ( object sender, |
The combo box 1_ mouse click.
|
|
comboBox1_TextChanged ( object sender, |
The combo box 1_ text changed.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public Ident ( string iEntName, |
||
iEntName | string | /// The i ent name. /// |
map | /// The map. /// | |
iOffsetInChunk | int | /// The i offset in chunk. /// |
idoesHaveTagType | bool | /// The idoes have tag type. /// |
iLineNumber | int | /// The i line number. /// |
Результат | System |
public Populate ( int iOffset ) : void | ||
iOffset | int | /// The i offset. /// |
Результат | void |
public SetFocus ( int LineToCheck ) : void | ||
LineToCheck | int | /// The line to check. /// |
Результат | void |