C# Class NewProjectCreator.Form1

显示文件 Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
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

Public Methods

Method Description
ApplyViewToViewModel ( ) : void
Form1 ( ) : System
Main ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

ApplyViewToViewModel() public method

public ApplyViewToViewModel ( ) : void
return void

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

Form1() public method

public Form1 ( ) : System
return System

Main() public static method

public static Main ( ) : void
return void

Property Details

CreateProjectDirectoryCheckBox public_oe property

public System.Windows.Forms.CheckBox CreateProjectDirectoryCheckBox
return System.Windows.Forms.CheckBox

DifferentNamespaceTextbox public_oe property

public System.Windows.Forms.TextBox DifferentNamespaceTextbox
return System.Windows.Forms.TextBox

InfoBar public_oe property

public System.Windows.Forms.StatusStrip InfoBar
return System.Windows.Forms.StatusStrip

InfoBarLabel public_oe property

public System.Windows.Forms.ToolStripStatusLabel InfoBarLabel
return System.Windows.Forms.ToolStripStatusLabel

ProjectLocationTextBox public_oe property

public System.Windows.Forms.TextBox ProjectLocationTextBox
return System.Windows.Forms.TextBox

ProjectNameTextBox public_oe property

public System.Windows.Forms.TextBox ProjectNameTextBox
return System.Windows.Forms.TextBox