C# Class SLWModLoader.EditPropertyForm

Afficher le fichier Open project: Radfordhound/SLW-Mod-Loader

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
EditPropertyForm ( string name, string value, string type, string group, ListViewGroupCollection groups ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

EditPropertyForm() public méthode

public EditPropertyForm ( string name, string value, string type, string group, ListViewGroupCollection groups ) : System
name string
value string
type string
group string
groups ListViewGroupCollection
Résultat System

Property Details

groupComboBx public_oe property

public System.Windows.Forms.ComboBox groupComboBx
Résultat System.Windows.Forms.ComboBox

nameTxtBx public_oe property

public System.Windows.Forms.TextBox nameTxtBx
Résultat System.Windows.Forms.TextBox

typeComboBx public_oe property

public System.Windows.Forms.ComboBox typeComboBx
Résultat System.Windows.Forms.ComboBox

valueComboBx public_oe property

public System.Windows.Forms.ComboBox valueComboBx
Résultat System.Windows.Forms.ComboBox

valueNud public_oe property

public System.Windows.Forms.NumericUpDown valueNud
Résultat System.Windows.Forms.NumericUpDown