C# 클래스 entity.MapForms.GetNameDialog

파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
button1 System.Windows.Forms.Button
label1 System.Windows.Forms.Label
textBox1 System.Windows.Forms.TextBox

공개 메소드들

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

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

GetNameDialog() 공개 메소드

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.
리턴 System

Show() 공개 정적인 메소드

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.
리턴 string

프로퍼티 상세

button1 공개적으로 프로퍼티

public System.Windows.Forms.Button button1
리턴 System.Windows.Forms.Button

label1 공개적으로 프로퍼티

public System.Windows.Forms.Label label1
리턴 System.Windows.Forms.Label

textBox1 공개적으로 프로퍼티

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