C# Class NewProjectCreator.Form1

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
ApplyViewToViewModel ( ) : void
Form1 ( ) : System
Main ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ApplyViewToViewModel ( ) : void
Résultat void

Dispose() protected méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

Main() public static méthode

public static Main ( ) : void
Résultat void

Property Details

CreateProjectDirectoryCheckBox public_oe property

public System.Windows.Forms.CheckBox CreateProjectDirectoryCheckBox
Résultat System.Windows.Forms.CheckBox

DifferentNamespaceTextbox public_oe property

public System.Windows.Forms.TextBox DifferentNamespaceTextbox
Résultat System.Windows.Forms.TextBox

InfoBar public_oe property

public System.Windows.Forms.StatusStrip InfoBar
Résultat System.Windows.Forms.StatusStrip

InfoBarLabel public_oe property

public System.Windows.Forms.ToolStripStatusLabel InfoBarLabel
Résultat System.Windows.Forms.ToolStripStatusLabel

ProjectLocationTextBox public_oe property

public System.Windows.Forms.TextBox ProjectLocationTextBox
Résultat System.Windows.Forms.TextBox

ProjectNameTextBox public_oe property

public System.Windows.Forms.TextBox ProjectNameTextBox
Résultat System.Windows.Forms.TextBox