Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
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, |
public static Defined ( string text ) : void | ||
text | string | The text to show as title of the page. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static FinishedState ( string fileName, string title ) : void | ||
fileName | string | The name of the generated Gif file. |
title | string | The title to show. |
return | void |
public static MaximumValue ( int max ) : void | ||
max | int | The amount of frames in the process. |
return | void |
public SetEncoding ( string text ) : void | ||
text | string | The text to show as title of the page. |
return | void |
public SetFinishedState ( string fileName, string title ) : void | ||
fileName | string | The name of the generated Gif file. |
title | string | The title to show. |
return | void |
public SetMaximumValue ( int max ) : void | ||
max | int | The amount of frames in the process. |
return | void |
public SetPreEncoding ( string text ) : void | ||
text | string | The text to show as title of the page. |
return | void |
public SetStatus ( int num ) : void | ||
num | int | The actual status. |
return | void |
public static Status ( int num ) : void | ||
num | int | The actual status. |
return | void |
public static Undefined ( string text ) : void | ||
text | string | The text to show as title of the page. |
return | void |