C# Класс ScreenToGif.Pages.Processing

The processing info page.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Defined ( string text ) : void

Sets the Text of the page to a defined state.

FinishedState ( string fileName, string title ) : void

Sets the "Encoding Done" state.

MaximumValue ( int max ) : void

The maximum value to the progress bar.

Processing ( ) : System

Starts a Processing page instance.

SetEncoding ( string text ) : void

Sets the Text of the page to a state that represents "Encoding".

SetFinishedState ( string fileName, string title ) : void

Sets the "Encoding Done" state.

SetMaximumValue ( int max ) : void

The maximum value to the progress bar.

SetPreEncoding ( string text ) : void

Sets the Text of the page to a state that is not Encoding.

SetStatus ( int num ) : void

Set the status.

Status ( int num ) : void

Set the status.

Undefined ( string text ) : void

Sets the Text of the page to a undefined state.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
BytesToString ( long byteCount ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

linkClose_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
linkOpenFile_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
linkOpenFile_MouseHover ( object sender, EventArgs e ) : void

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

Defined() публичный статический Метод

Sets the Text of the page to a defined state.
public static Defined ( string text ) : void
text string The text to show as title of the page.
Результат 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

FinishedState() публичный статический Метод

Sets the "Encoding Done" state.
public static FinishedState ( string fileName, string title ) : void
fileName string The name of the generated Gif file.
title string The title to show.
Результат void

MaximumValue() публичный статический Метод

The maximum value to the progress bar.
public static MaximumValue ( int max ) : void
max int The amount of frames in the process.
Результат void

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

Starts a Processing page instance.
public Processing ( ) : System
Результат System

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

Sets the Text of the page to a state that represents "Encoding".
public SetEncoding ( string text ) : void
text string The text to show as title of the page.
Результат void

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

Sets the "Encoding Done" state.
public SetFinishedState ( string fileName, string title ) : void
fileName string The name of the generated Gif file.
title string The title to show.
Результат void

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

The maximum value to the progress bar.
public SetMaximumValue ( int max ) : void
max int The amount of frames in the process.
Результат void

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

Sets the Text of the page to a state that is not Encoding.
public SetPreEncoding ( string text ) : void
text string The text to show as title of the page.
Результат void

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

Set the status.
public SetStatus ( int num ) : void
num int The actual status.
Результат void

Status() публичный статический Метод

Set the status.
public static Status ( int num ) : void
num int The actual status.
Результат void

Undefined() публичный статический Метод

Sets the Text of the page to a undefined state.
public static Undefined ( string text ) : void
text string The text to show as title of the page.
Результат void