C# Class RFID_Explorer.ExportForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: mti-rfid/RFID_Explorer

Méthodes publiques

Свойство Type Description
ExportTargetComboBox System.Windows.Forms.ComboBox
ExportViewCheckedListBox System.Windows.Forms.CheckedListBox

Private Properties

Свойство Type Description
ClearAllButton_Click void
ExportViewCheckedListBox_ItemCheck void
InitializeComponent void
btnBrowser_Click void
btnDefaultPath_Click void
selectAllButton_Click void

Méthodes publiques

Méthode Description
ExportForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ClearAllButton_Click ( object sender, EventArgs e ) : void
ExportViewCheckedListBox_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
InitializeComponent ( ) : void

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

btnBrowser_Click ( object sender, EventArgs e ) : void
btnDefaultPath_Click ( object sender, EventArgs e ) : void
selectAllButton_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

ExportForm() public méthode

public ExportForm ( ) : System
Résultat System

Property Details

ExportTargetComboBox public_oe property

public System.Windows.Forms.ComboBox ExportTargetComboBox
Résultat System.Windows.Forms.ComboBox

ExportViewCheckedListBox public_oe property

public System.Windows.Forms.CheckedListBox ExportViewCheckedListBox
Résultat System.Windows.Forms.CheckedListBox