C# 클래스 ARCed.Dialogs.NewProjectForm

Dialog for creating a new ARCed project.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
NewProjectForm ( ) : System

Object initialization

비공개 메소드들

메소드 설명
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

메소드 상세

NewProjectForm() 공개 메소드

Object initialization
public NewProjectForm ( ) : System
리턴 System