C# Class VixenModules.App.Shows.LaunchTypeEditor

Inheritance: TypeEditorBase
Show file Open project: sall/vixen

Public Properties

Property Type Description
ContolCheckBoxShowCommandWindow System.Windows.Forms.CheckBox
ContolCheckBoxWaitForExit System.Windows.Forms.CheckBox
ContolLabel1 System.Windows.Forms.Label
ContolLabel2 System.Windows.Forms.Label
ContolPanel1 System.Windows.Forms.Panel
_showItem ShowItem

Public Methods

Method Description
LaunchTypeEditor ( ShowItem item ) : System

Private Methods

Method Description
LaunchTypeEditor_Load ( object sender, EventArgs e ) : void
buttonSelectProgram_Click ( object sender, EventArgs e ) : void
buttonTest_Click ( object sender, EventArgs e ) : void
checkBoxShowCommandWindow_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxWaitForExit_CheckedChanged ( object sender, EventArgs e ) : void
textBoxCommandLine_TextChanged ( object sender, EventArgs e ) : void
textBoxProgram_TextChanged ( object sender, EventArgs e ) : void

Method Details

LaunchTypeEditor() public method

public LaunchTypeEditor ( ShowItem item ) : System
item ShowItem
return System

Property Details

ContolCheckBoxShowCommandWindow public static property

public static CheckBox,System.Windows.Forms ContolCheckBoxShowCommandWindow
return System.Windows.Forms.CheckBox

ContolCheckBoxWaitForExit public static property

public static CheckBox,System.Windows.Forms ContolCheckBoxWaitForExit
return System.Windows.Forms.CheckBox

ContolLabel1 public static property

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

ContolLabel2 public static property

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

ContolPanel1 public static property

public static Panel,System.Windows.Forms ContolPanel1
return System.Windows.Forms.Panel

_showItem public static property

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