C# Class Studyzy.LearnEnglishBySubtitle.Forms.ImportForm

Show file Open project: studyzy/LearnEnglishBySubtitle

Protected Properties

Property Type Description
btnImport System.Windows.Forms.Button
btnOpenFile System.Windows.Forms.Button
openFileDialog1 System.Windows.Forms.OpenFileDialog
richTextBox1 System.Windows.Forms.RichTextBox
txbFilePath System.Windows.Forms.TextBox

Public Methods

Method Description
ImportForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Import_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnImport_Click ( object sender, EventArgs e ) : void
btnOpenFile_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ImportForm() public method

public ImportForm ( ) : System
return System

Import_Click() protected method

protected Import_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnImport protected property

protected System.Windows.Forms.Button btnImport
return System.Windows.Forms.Button

btnOpenFile protected property

protected System.Windows.Forms.Button btnOpenFile
return System.Windows.Forms.Button

openFileDialog1 protected property

protected System.Windows.Forms.OpenFileDialog openFileDialog1
return System.Windows.Forms.OpenFileDialog

richTextBox1 protected property

protected System.Windows.Forms.RichTextBox richTextBox1
return System.Windows.Forms.RichTextBox

txbFilePath protected property

protected System.Windows.Forms.TextBox txbFilePath
return System.Windows.Forms.TextBox