C# 클래스 NewProjectCreator.Form1

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
CreateProjectDirectoryCheckBox System.Windows.Forms.CheckBox
DifferentNamespaceTextbox System.Windows.Forms.TextBox
InfoBar System.Windows.Forms.StatusStrip
InfoBarLabel System.Windows.Forms.ToolStripStatusLabel
ProjectLocationTextBox System.Windows.Forms.TextBox
ProjectNameTextBox System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
ApplyViewToViewModel ( ) : void
Form1 ( ) : System
Main ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Button_Click ( object sender, EventArgs e ) : void
CreateProjectDirectoryCheckBoxChanged ( object sender, EventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
HandleSelectLocationClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MakeMyProjectClick ( object sender, EventArgs e ) : void
ProcessCommandLineArguments ( ) : void
ProjectLocationTextBox_TextChanged ( object sender, EventArgs e ) : void
ProjectNameTextBox_TextChanged ( object sender, EventArgs e ) : void
ProjectTypeListBox_SelectedIndexChanged ( object sender, EventArgs args ) : void
SetInitialProjectLocation ( ) : void
UseDifferentNamespaceCheckBoxChanged ( object sender, EventArgs e ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
folderBrowserDialog1_HelpRequest ( object sender, EventArgs e ) : void
viewTemplateZipFolderToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

ApplyViewToViewModel() 공개 메소드

public ApplyViewToViewModel ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

프로퍼티 상세

CreateProjectDirectoryCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox CreateProjectDirectoryCheckBox
리턴 System.Windows.Forms.CheckBox

DifferentNamespaceTextbox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox DifferentNamespaceTextbox
리턴 System.Windows.Forms.TextBox

InfoBar 공개적으로 프로퍼티

public System.Windows.Forms.StatusStrip InfoBar
리턴 System.Windows.Forms.StatusStrip

InfoBarLabel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel InfoBarLabel
리턴 System.Windows.Forms.ToolStripStatusLabel

ProjectLocationTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox ProjectLocationTextBox
리턴 System.Windows.Forms.TextBox

ProjectNameTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox ProjectNameTextBox
리턴 System.Windows.Forms.TextBox