Метод | Описание | |
---|---|---|
MassFieldChanger ( |
Creates a clone of the passed memory stream and multiple controls of the passed in control type. Returns DialogResult.None if no changes have been written to the memory stream. Returns DialogResult.Yes if changes have been written to the original memory stream.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
FieldTagType_SelectedIndexChanged ( object sender, |
||
Field_Leave ( object sender, |
||
Field_TextChanged ( object sender, |
||
GenerateFields ( int progressBarStart, int progressBarEnd ) : void |
Creates one control of the selected type for each chunk in the reflexive. Idents will have the tag types filled in & tag names will be auto filled when the tag type is selected. String IDs will have the strings list populated here.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MassFieldChanger_Shown ( object sender, |
Occurs after the form has loaded and is shown for the first time. Used to load the controls and populate the data.
|
|
PopulateSelectedChunks ( int progressBarStart, int progressBarEnd ) : void |
Reads the data from the memory stream and fills in the visible fields.
|
|
PopulateValue ( |
Populates the data for the given control
|
|
SaveFieldChange ( |
||
SortStringIDs ( List |
Arranges string IDs by name.
|
|
btnFill_Click ( object sender, |
Adjusts visible fields according to initial value and change. Used for incremental offsets.
|
|
btnResetValues_Click ( object sender, |
Resets values to last saved values or original if no save has taken place
|
|
btnSaveChanges_Click ( object sender, |
Save values to memory stream
|
|
cbChunk_SelectedIndexChanged ( object sender, |
Raised when either the start chunk or end chunk number changes.
|
|
cbEndChunk_DropDown ( object sender, |
When the start/end chunk combobox is dropped down, stop the control update timer
|
|
cbEndChunk_DropDownClosed ( object sender, |
When the start/end chunk combobox dropdown is closed, restart the timer if needed
|
|
timer1_Tick ( object sender, |
Occurs 1 second after changing the start or end chunk values. Allows both to be changed before updating the controls so only one update is needed.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public MassFieldChanger ( |
||
control | Any child of type BaseField | |
rd | The associated reflexiveData information | |
Результат | System |