C# Class BF2Statistics.SnapshotFilterForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
EndDateTime System.Windows.Forms.DateTimePicker
MapNameBox System.Windows.Forms.TextBox
PrefixBox System.Windows.Forms.TextBox
StartDateTime System.Windows.Forms.DateTimePicker

Public Methods

Method Description
SnapshotFilterForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

SnapshotFilterForm() public method

public SnapshotFilterForm ( ) : System
return System

Property Details

EndDateTime public_oe property

public System.Windows.Forms.DateTimePicker EndDateTime
return System.Windows.Forms.DateTimePicker

MapNameBox public_oe property

public System.Windows.Forms.TextBox MapNameBox
return System.Windows.Forms.TextBox

PrefixBox public_oe property

public System.Windows.Forms.TextBox PrefixBox
return System.Windows.Forms.TextBox

StartDateTime public_oe property

public System.Windows.Forms.DateTimePicker StartDateTime
return System.Windows.Forms.DateTimePicker