C# Class ARCed.Dialogs.NewProjectForm

Dialog for creating a new ARCed project.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
NewProjectForm ( ) : System

Object initialization

Private Methods

Method Description
ButtonBrowseClick ( object sender, EventArgs e ) : void

Opens the folder browser dialog to select a project location

ButtonOkClick ( object sender, EventArgs e ) : void

Sets the dialog result and closes the dialog

NewProjectFormLoad ( object sender, EventArgs e ) : void

Fills the default name in with first new directory in sequence

RefreshTemplates ( ) : void

Iterates over installed .zip templates and adds their names to the combo control

TextBoxFolderNameTextChanged ( object sender, EventArgs e ) : void

Updates the title and location when the text changes

TextBoxLocationTextChanged ( object sender, EventArgs e ) : void

Updates the location when the text changes

Method Details

NewProjectForm() public method

Object initialization
public NewProjectForm ( ) : System
return System