C# Class entity.MapForms.GetNameDialog

Exibir arquivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
button1 System.Windows.Forms.Button
label1 System.Windows.Forms.Label
textBox1 System.Windows.Forms.TextBox

Public Methods

Method Description
GetNameDialog ( string formName, string label, string name, string buttonName ) : System

Initializes a new instance of the getNameDialog class.

Show ( string formName, string label, string name, string buttonName ) : string

The show.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void

The button 1_ click.

Method Details

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

GetNameDialog() public method

Initializes a new instance of the getNameDialog class.
public GetNameDialog ( string formName, string label, string name, string buttonName ) : System
formName string Name of the form.
label string The label.
name string The name.
buttonName string Name of the button.
return System

Show() public static method

The show.
public static Show ( string formName, string label, string name, string buttonName ) : string
formName string The form name.
label string The label.
name string The name.
buttonName string The button name.
return string

Property Details

button1 public_oe property

public System.Windows.Forms.Button button1
return System.Windows.Forms.Button

label1 public_oe property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

textBox1 public_oe property

public System.Windows.Forms.TextBox textBox1
return System.Windows.Forms.TextBox