C# Class BindaTests.NeededObjects.PostWithOptionsPrefixForm

显示文件 Open project: minton/binda Class Usage Examples

Public Properties

Property Type Description
cbPublishState System.Windows.Forms.ComboBox
cboCategory System.Windows.Forms.ComboBox
dpDate System.Windows.Forms.DateTimePicker
nudHitCount System.Windows.Forms.NumericUpDown
txtAuthor System.Windows.Forms.TextBox
txtBody System.Windows.Forms.TextBox
txtPostLocation System.Windows.Forms.TextBox
txtTitle System.Windows.Forms.TextBox

Public Methods

Method Description
PostWithOptionsPrefixForm ( ) : System.Windows.Forms

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.

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

PostWithOptionsPrefixForm() public method

public PostWithOptionsPrefixForm ( ) : System.Windows.Forms
return System.Windows.Forms

Property Details

cbPublishState public_oe property

public System.Windows.Forms.ComboBox cbPublishState
return System.Windows.Forms.ComboBox

cboCategory public_oe property

public System.Windows.Forms.ComboBox cboCategory
return System.Windows.Forms.ComboBox

dpDate public_oe property

public System.Windows.Forms.DateTimePicker dpDate
return System.Windows.Forms.DateTimePicker

nudHitCount public_oe property

public System.Windows.Forms.NumericUpDown nudHitCount
return System.Windows.Forms.NumericUpDown

txtAuthor public_oe property

public System.Windows.Forms.TextBox txtAuthor
return System.Windows.Forms.TextBox

txtBody public_oe property

public System.Windows.Forms.TextBox txtBody
return System.Windows.Forms.TextBox

txtPostLocation public_oe property

public System.Windows.Forms.TextBox txtPostLocation
return System.Windows.Forms.TextBox

txtTitle public_oe property

public System.Windows.Forms.TextBox txtTitle
return System.Windows.Forms.TextBox