C# Class winmaped2.MapPropertiesWnd

Summary description for MapPropertiesWnd.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Public Properties

Property Type Description
n_px System.Windows.Forms.NumericUpDown
n_py System.Windows.Forms.NumericUpDown
t_aescript System.Windows.Forms.TextBox
t_music System.Windows.Forms.TextBox
t_rstring System.Windows.Forms.TextBox
t_title System.Windows.Forms.TextBox

Public Methods

Method Description
MapPropertiesWnd ( ) : System

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.

b_browse_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

MapPropertiesWnd() public method

public MapPropertiesWnd ( ) : System
return System

Property Details

n_px public_oe property

public NumericUpDown,System.Windows.Forms n_px
return System.Windows.Forms.NumericUpDown

n_py public_oe property

public NumericUpDown,System.Windows.Forms n_py
return System.Windows.Forms.NumericUpDown

t_aescript public_oe property

public TextBox,System.Windows.Forms t_aescript
return System.Windows.Forms.TextBox

t_music public_oe property

public TextBox,System.Windows.Forms t_music
return System.Windows.Forms.TextBox

t_rstring public_oe property

public TextBox,System.Windows.Forms t_rstring
return System.Windows.Forms.TextBox

t_title public_oe property

public TextBox,System.Windows.Forms t_title
return System.Windows.Forms.TextBox