Method | Description | |
---|---|---|
BuildForm ( ) : void |
Builds the form.
|
|
TaskDialogForm ( ) : System |
Initializes a new instance of the frmTaskDialog class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( EventArgs e ) : void |
Raises the E:System.Windows.Forms.Form.Load event.
|
|
OnShown ( EventArgs e ) : void |
Raises the E:System.Windows.Forms.Form.Shown event.
|
Method | Description | |
---|---|---|
AdjustLabelHeight ( Label lb ) : void |
Adjusts the height of the label.
|
|
CommandButton_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the CommandButton control.
|
|
GetMainInstructionTextSizeF ( ) : SizeF |
Gets the main instruction text size F.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
frmTaskDialog_Shown ( object sender, EventArgs e ) : void |
Handles the Shown event of the frmTaskDialog control.
|
|
lbDetails_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the lbDetails control.
|
|
lbDetails_MouseDown ( object sender, MouseEventArgs e ) : void |
Handles the MouseDown event of the lbDetails control.
|
|
lbDetails_MouseEnter ( object sender, EventArgs e ) : void |
Handles the MouseEnter event of the lbDetails control.
|
|
lbDetails_MouseLeave ( object sender, EventArgs e ) : void |
Handles the MouseLeave event of the lbDetails control.
|
|
lbDetails_MouseUp ( object sender, MouseEventArgs e ) : void |
Handles the MouseUp event of the lbDetails control.
|
|
pnlMainInstruction_Paint ( object sender, PaintEventArgs e ) : void |
Handles the Paint event of the pnlMainInstruction control.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnLoad ( EventArgs e ) : void | ||
e | EventArgs | An |
return | void |
protected OnShown ( EventArgs e ) : void | ||
e | EventArgs | A |
return | void |