Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
EditPropertyForm ( string name, string value, string type, string group, ListViewGroupCollection groups ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public EditPropertyForm ( string name, string value, string type, string group, ListViewGroupCollection groups ) : System | ||
name | string | |
value | string | |
type | string | |
group | string | |
groups | ListViewGroupCollection | |
Результат | System |
public System.Windows.Forms.ComboBox groupComboBx | ||
Результат | System.Windows.Forms.ComboBox |
public System.Windows.Forms.TextBox nameTxtBx | ||
Результат | System.Windows.Forms.TextBox |
public System.Windows.Forms.ComboBox typeComboBx | ||
Результат | System.Windows.Forms.ComboBox |
public System.Windows.Forms.ComboBox valueComboBx | ||
Результат | System.Windows.Forms.ComboBox |