C# Class Canguro.Commands.Forms.MaterialsGUI

ファイルを表示 Open project: rforsbach/Treu-Structure Class Usage Examples

Public Methods

Method Description
MaterialsGUI ( ) : System
MaterialsGUI ( Material mat ) : System
UpdateMaterial ( ) : void
UpdateMaterialList ( ) : void
UpdatePage1 ( ) : void
UpdatePage2 ( ) : void

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.

MaterialsGUI_Load ( object sender, EventArgs e ) : void
addButton_Click ( object sender, EventArgs e ) : void
applyButton_Click ( object sender, EventArgs e ) : void
backButton_Click ( object sender, EventArgs e ) : void
deleteButton_Click ( object sender, EventArgs e ) : void
designComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
editButton_Click ( object sender, EventArgs e ) : void
materialIsUsed ( ) : bool
materialsListBox_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
materialsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
typeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
wizardControl_SelectedIndexChanged ( 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

MaterialsGUI() public method

public MaterialsGUI ( ) : System
return System

MaterialsGUI() public method

public MaterialsGUI ( Material mat ) : System
mat Material
return System

UpdateMaterial() public method

public UpdateMaterial ( ) : void
return void

UpdateMaterialList() public method

public UpdateMaterialList ( ) : void
return void

UpdatePage1() public method

public UpdatePage1 ( ) : void
return void

UpdatePage2() public method

public UpdatePage2 ( ) : void
return void