C# Class Studyzy.LearnEnglishBySubtitle.Forms.ImportForm

Afficher le fichier Open project: studyzy/LearnEnglishBySubtitle

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
ImportForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Import_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode 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 méthode

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

ImportForm() public méthode

public ImportForm ( ) : System
Résultat System

Import_Click() protected méthode

protected Import_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

btnImport protected_oe property

protected System.Windows.Forms.Button btnImport
Résultat System.Windows.Forms.Button

btnOpenFile protected_oe property

protected System.Windows.Forms.Button btnOpenFile
Résultat System.Windows.Forms.Button

openFileDialog1 protected_oe property

protected System.Windows.Forms.OpenFileDialog openFileDialog1
Résultat System.Windows.Forms.OpenFileDialog

richTextBox1 protected_oe property

protected System.Windows.Forms.RichTextBox richTextBox1
Résultat System.Windows.Forms.RichTextBox

txbFilePath protected_oe property

protected System.Windows.Forms.TextBox txbFilePath
Résultat System.Windows.Forms.TextBox