C# Class DroidExplorer.Controls.TaskDialogForm

ファイルを表示 Open project: camalot/droidexplorer Class Usage Examples

Public Methods

Method Description
BuildForm ( ) : void

Builds the form.

TaskDialogForm ( ) : System

Initializes a new instance of the frmTaskDialog class.

Protected Methods

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.

Private Methods

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.

Method Details

BuildForm() public method

Builds the form.
public BuildForm ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnLoad() protected method

Raises the E:System.Windows.Forms.Form.Load event.
protected OnLoad ( EventArgs e ) : void
e EventArgs An that contains the event data.
return void

OnShown() protected method

Raises the E:System.Windows.Forms.Form.Shown event.
protected OnShown ( EventArgs e ) : void
e EventArgs A that contains the event data.
return void

TaskDialogForm() public method

Initializes a new instance of the frmTaskDialog class.
public TaskDialogForm ( ) : System
return System