C# Class SLWModLoader.EditPropertyForm

Mostrar archivo Open project: Radfordhound/SLW-Mod-Loader

Public Properties

Property Type Description
groupComboBx System.Windows.Forms.ComboBox
nameTxtBx System.Windows.Forms.TextBox
typeComboBx System.Windows.Forms.ComboBox
valueComboBx System.Windows.Forms.ComboBox
valueNud System.Windows.Forms.NumericUpDown

Public Methods

Method Description
EditPropertyForm ( string name, string value, string type, string group, ListViewGroupCollection groups ) : 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.

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

EditPropertyForm() public method

public EditPropertyForm ( string name, string value, string type, string group, ListViewGroupCollection groups ) : System
name string
value string
type string
group string
groups ListViewGroupCollection
return System

Property Details

groupComboBx public_oe property

public System.Windows.Forms.ComboBox groupComboBx
return System.Windows.Forms.ComboBox

nameTxtBx public_oe property

public System.Windows.Forms.TextBox nameTxtBx
return System.Windows.Forms.TextBox

typeComboBx public_oe property

public System.Windows.Forms.ComboBox typeComboBx
return System.Windows.Forms.ComboBox

valueComboBx public_oe property

public System.Windows.Forms.ComboBox valueComboBx
return System.Windows.Forms.ComboBox

valueNud public_oe property

public System.Windows.Forms.NumericUpDown valueNud
return System.Windows.Forms.NumericUpDown