C# Class BF2Statistics.SnapshotFilterForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
EndDateTime System.Windows.Forms.DateTimePicker
MapNameBox System.Windows.Forms.TextBox
PrefixBox System.Windows.Forms.TextBox
StartDateTime System.Windows.Forms.DateTimePicker

Méthodes publiques

Méthode Description
SnapshotFilterForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

textBox1_TextChanged ( 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

SnapshotFilterForm() public méthode

public SnapshotFilterForm ( ) : System
Résultat System

Property Details

EndDateTime public_oe property

public System.Windows.Forms.DateTimePicker EndDateTime
Résultat System.Windows.Forms.DateTimePicker

MapNameBox public_oe property

public System.Windows.Forms.TextBox MapNameBox
Résultat System.Windows.Forms.TextBox

PrefixBox public_oe property

public System.Windows.Forms.TextBox PrefixBox
Résultat System.Windows.Forms.TextBox

StartDateTime public_oe property

public System.Windows.Forms.DateTimePicker StartDateTime
Résultat System.Windows.Forms.DateTimePicker