C# Класс DroidExplorer.Controls.TaskDialogForm

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BuildForm ( ) : void

Builds the form.

TaskDialogForm ( ) : System

Initializes a new instance of the frmTaskDialog class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

BuildForm() публичный Метод

Builds the form.
public BuildForm ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Windows.Forms.Form.Load event.
protected OnLoad ( EventArgs e ) : void
e EventArgs An that contains the event data.
Результат void

OnShown() защищенный Метод

Raises the E:System.Windows.Forms.Form.Shown event.
protected OnShown ( EventArgs e ) : void
e EventArgs A that contains the event data.
Результат void

TaskDialogForm() публичный Метод

Initializes a new instance of the frmTaskDialog class.
public TaskDialogForm ( ) : System
Результат System