C# Class QiyiFLV2MP4_GUI.Main

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: fengmoxi/QiyiFLV2MP4

Public Properties

Property Type Description
ConvertSuccess int
inputPath string

Public Methods

Method Description
Main ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要修改 使用代码编辑器修改此方法的内容。

Main_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
Main_Load ( object sender, EventArgs e ) : void
PromptOverwrite ( string path ) : bool
SortOutputHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
convert ( string args, bool delete ) : bool
listBox1_DragDrop ( object sender, DragEventArgs e ) : void
listBox1_DragEnter ( object sender, DragEventArgs e ) : void
listBox1_DragOver ( object sender, DragEventArgs e ) : void
richTextBox1_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

Main() public method

public Main ( ) : System
return System

Property Details

ConvertSuccess public_oe property

public int ConvertSuccess
return int

inputPath public_oe static_oe property

public static string inputPath
return string