|
|
|
ProfilerForm_TextChanged (Object, EventArgs)
|
Event handler for the TextChanged event of the tbOutputFile and the
tbDebugListingDirectory editors
Notes : Re-evaluates the input validation so that the Start button reflects the
validity of the entered output file and debug listing folder
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
tbDebugListingDirectory_EditorButtonClick (Object, EditorButtonEventArgs)
|
Event handler for the EditorButtonClick event of the tbOutputFile
|
|
|
|
tbOutputFile_EditorButtonClick (Object, EditorButtonEventArgs)
|
Event handler for the EditorButtonClick event of the tbOutputFile
|
|
|
|
ToggleEnabled ()
|
Sets the Enabled state of various UI controls
|
|
|
|
ultraButton1_Click (Object, EventArgs)
|
Event handler for the Click event of the ultraButton1
|
|
|
|
ultraButton2_Click (Object, EventArgs)
|
Event handler for the Click event of the ultraButton2
|
|
|
|
ultraCheckEditor1_CheckedChanged (Object, EventArgs)
|
Event handler for the CheckedChanged event of the ultraCheckEditor1
|
|
|
|
LOGICAL ValidateInput ()
|
Validates the user input (output file folder and debug listing folder)
Notes : Used by ToggleEnabled to determine if profiling may be started. When an
output file is given, the folder of that file must exist and be writable.
When the debug listing is enabled and a folder is given, that folder must
exist. An empty output file is valid (the profiler then writes into the
session temp-directory).
@return Logical value indicating if the entered values are valid
*/
|