C# 클래스 ScreenToGif.Pages.Processing

The processing info page.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: dbremner/ScreenToGif 1 사용 예제들

공개 메소드들

메소드 설명
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