C# Class VixenModules.App.Shows.SequenceTypeEditor

Inheritance: TypeEditorBase
Exibir arquivo Open project: sall/vixen

Public Properties

Property Type Description
ContolButtonSelectSequence System.Windows.Forms.Button
ContolLabel1 System.Windows.Forms.Label
ContolLabelSequence System.Windows.Forms.Label
ContolTextBoxSequence System.Windows.Forms.TextBox
_showItem ShowItem

Public Methods

Method Description
SequenceTypeEditor ( ShowItem showItem ) : System

Private Methods

Method Description
SequenceTypeEditor_Load ( object sender, EventArgs e ) : void
buttonSelectSequence_Click ( object sender, EventArgs e ) : void
textBoxSequence_TextChanged ( object sender, EventArgs e ) : void

Method Details

SequenceTypeEditor() public method

public SequenceTypeEditor ( ShowItem showItem ) : System
showItem ShowItem
return System

Property Details

ContolButtonSelectSequence public_oe static_oe property

public static Button,System.Windows.Forms ContolButtonSelectSequence
return System.Windows.Forms.Button

ContolLabel1 public_oe static_oe property

public static Label,System.Windows.Forms ContolLabel1
return System.Windows.Forms.Label

ContolLabelSequence public_oe static_oe property

public static Label,System.Windows.Forms ContolLabelSequence
return System.Windows.Forms.Label

ContolTextBoxSequence public_oe static_oe property

public static TextBox,System.Windows.Forms ContolTextBoxSequence
return System.Windows.Forms.TextBox

_showItem public_oe static_oe property

public static ShowItem,VixenModules.App.Shows _showItem
return ShowItem