Свойство | Тип | Описание | |
---|---|---|---|
Value | object | ||
ValueType | IFPIO.ObjectEnum | ||
textBox1 | System.Windows.Forms.TextBox |
Метод | Описание | |
---|---|---|
BaseField_Leave ( object sender, EventArgs e ) : void | ||
DataValues ( Meta meta, string iEntName, Map map, int iOffsetInChunk, IFPIO type, int iLineNumber ) : System | ||
Poke ( ) : void | ||
Populate ( int iOffset, bool useMemoryStream ) : void | ||
Save ( ) : void | ||
SetFocus ( int LineToCheck ) : void |
Метод | Описание | |
---|---|---|
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.
|
|
textBox1_TextChanged ( object sender, EventArgs e ) : void |
public BaseField_Leave ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |
public DataValues ( Meta meta, string iEntName, Map map, int iOffsetInChunk, IFPIO type, int iLineNumber ) : System | ||
meta | Meta | |
iEntName | string | |
map | Map | |
iOffsetInChunk | int | |
type | IFPIO | |
iLineNumber | int | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public Populate ( int iOffset, bool useMemoryStream ) : void | ||
iOffset | int | |
useMemoryStream | bool | |
Результат | void |
public SetFocus ( int LineToCheck ) : void | ||
LineToCheck | int | |
Результат | void |