C# Class Editor.MainForm

Datei anzeigen Open project: Geardome/ozone-ios Class Usage Examples

Public Properties

Property Type Description
abrirToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
archivoToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
buttonSave System.Windows.Forms.Button
checkBox1 System.Windows.Forms.CheckBox
checkBoxDecorations System.Windows.Forms.CheckBox
checkBoxLock System.Windows.Forms.CheckBox
checkBoxPantalla System.Windows.Forms.CheckBox
checkBoxRects System.Windows.Forms.CheckBox
checkBoxScriptLabels System.Windows.Forms.CheckBox
checkBoxScripts System.Windows.Forms.CheckBox
checkBoxSelector System.Windows.Forms.CheckBox
checkBoxWireframe System.Windows.Forms.CheckBox
comboBoxEstilos System.Windows.Forms.ComboBox
comboBoxFondo System.Windows.Forms.ComboBox
comboBoxPiso System.Windows.Forms.ComboBox
comboBoxScripts System.Windows.Forms.ComboBox
guardarComoToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
horizontalScrollBar System.Windows.Forms.HScrollBar
imageListCubos System.Windows.Forms.ImageList
imageListDeco System.Windows.Forms.ImageList
imageListEnems System.Windows.Forms.ImageList
imageListItems System.Windows.Forms.ImageList
imageListTrans System.Windows.Forms.ImageList
label5 System.Windows.Forms.Label
labelCubos System.Windows.Forms.Label
labelGemas System.Windows.Forms.Label
labelTeleport System.Windows.Forms.Label
labelX System.Windows.Forms.Label
labelY System.Windows.Forms.Label
listViewTextures System.Windows.Forms.ListView
menuStrip System.Windows.Forms.MenuStrip
numericUpDownCursorX System.Windows.Forms.NumericUpDown
numericUpDownCursorY System.Windows.Forms.NumericUpDown
pictureBoxRendering System.Windows.Forms.PictureBox
radioCubos System.Windows.Forms.RadioButton
radioDecoration System.Windows.Forms.RadioButton
radioEnemigos System.Windows.Forms.RadioButton
radioItems System.Windows.Forms.RadioButton
radioTransport System.Windows.Forms.RadioButton
salirToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
textBoxCubos System.Windows.Forms.TextBox
textBoxElements System.Windows.Forms.TextBox
textBoxGemas System.Windows.Forms.TextBox
textBoxTeleport System.Windows.Forms.TextBox
textBoxX System.Windows.Forms.TextBox
textBoxY System.Windows.Forms.TextBox
toolStripSeparator1 System.Windows.Forms.ToolStripSeparator
verticalScrollBar System.Windows.Forms.VScrollBar

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.

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

Property Details

abrirToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem abrirToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

archivoToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem archivoToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

buttonSave public_oe property

public System.Windows.Forms.Button buttonSave
return System.Windows.Forms.Button

checkBox1 public_oe property

public System.Windows.Forms.CheckBox checkBox1
return System.Windows.Forms.CheckBox

checkBoxDecorations public_oe property

public System.Windows.Forms.CheckBox checkBoxDecorations
return System.Windows.Forms.CheckBox

checkBoxLock public_oe property

public System.Windows.Forms.CheckBox checkBoxLock
return System.Windows.Forms.CheckBox

checkBoxPantalla public_oe property

public System.Windows.Forms.CheckBox checkBoxPantalla
return System.Windows.Forms.CheckBox

checkBoxRects public_oe property

public System.Windows.Forms.CheckBox checkBoxRects
return System.Windows.Forms.CheckBox

checkBoxScriptLabels public_oe property

public System.Windows.Forms.CheckBox checkBoxScriptLabels
return System.Windows.Forms.CheckBox

checkBoxScripts public_oe property

public System.Windows.Forms.CheckBox checkBoxScripts
return System.Windows.Forms.CheckBox

checkBoxSelector public_oe property

public System.Windows.Forms.CheckBox checkBoxSelector
return System.Windows.Forms.CheckBox

checkBoxWireframe public_oe property

public System.Windows.Forms.CheckBox checkBoxWireframe
return System.Windows.Forms.CheckBox

comboBoxEstilos public_oe property

public System.Windows.Forms.ComboBox comboBoxEstilos
return System.Windows.Forms.ComboBox

comboBoxFondo public_oe property

public System.Windows.Forms.ComboBox comboBoxFondo
return System.Windows.Forms.ComboBox

comboBoxPiso public_oe property

public System.Windows.Forms.ComboBox comboBoxPiso
return System.Windows.Forms.ComboBox

comboBoxScripts public_oe property

public System.Windows.Forms.ComboBox comboBoxScripts
return System.Windows.Forms.ComboBox

guardarComoToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem guardarComoToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

horizontalScrollBar public_oe property

public System.Windows.Forms.HScrollBar horizontalScrollBar
return System.Windows.Forms.HScrollBar

imageListCubos public_oe property

public System.Windows.Forms.ImageList imageListCubos
return System.Windows.Forms.ImageList

imageListDeco public_oe property

public System.Windows.Forms.ImageList imageListDeco
return System.Windows.Forms.ImageList

imageListEnems public_oe property

public System.Windows.Forms.ImageList imageListEnems
return System.Windows.Forms.ImageList

imageListItems public_oe property

public System.Windows.Forms.ImageList imageListItems
return System.Windows.Forms.ImageList

imageListTrans public_oe property

public System.Windows.Forms.ImageList imageListTrans
return System.Windows.Forms.ImageList

label5 public_oe property

public System.Windows.Forms.Label label5
return System.Windows.Forms.Label

labelCubos public_oe property

public System.Windows.Forms.Label labelCubos
return System.Windows.Forms.Label

labelGemas public_oe property

public System.Windows.Forms.Label labelGemas
return System.Windows.Forms.Label

labelTeleport public_oe property

public System.Windows.Forms.Label labelTeleport
return System.Windows.Forms.Label

labelX public_oe property

public System.Windows.Forms.Label labelX
return System.Windows.Forms.Label

labelY public_oe property

public System.Windows.Forms.Label labelY
return System.Windows.Forms.Label

listViewTextures public_oe property

public System.Windows.Forms.ListView listViewTextures
return System.Windows.Forms.ListView

menuStrip public_oe property

public System.Windows.Forms.MenuStrip menuStrip
return System.Windows.Forms.MenuStrip

numericUpDownCursorX public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownCursorX
return System.Windows.Forms.NumericUpDown

numericUpDownCursorY public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownCursorY
return System.Windows.Forms.NumericUpDown

pictureBoxRendering public_oe property

public System.Windows.Forms.PictureBox pictureBoxRendering
return System.Windows.Forms.PictureBox

radioCubos public_oe property

public System.Windows.Forms.RadioButton radioCubos
return System.Windows.Forms.RadioButton

radioDecoration public_oe property

public System.Windows.Forms.RadioButton radioDecoration
return System.Windows.Forms.RadioButton

radioEnemigos public_oe property

public System.Windows.Forms.RadioButton radioEnemigos
return System.Windows.Forms.RadioButton

radioItems public_oe property

public System.Windows.Forms.RadioButton radioItems
return System.Windows.Forms.RadioButton

radioTransport public_oe property

public System.Windows.Forms.RadioButton radioTransport
return System.Windows.Forms.RadioButton

salirToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem salirToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

textBoxCubos public_oe property

public System.Windows.Forms.TextBox textBoxCubos
return System.Windows.Forms.TextBox

textBoxElements public_oe property

public System.Windows.Forms.TextBox textBoxElements
return System.Windows.Forms.TextBox

textBoxGemas public_oe property

public System.Windows.Forms.TextBox textBoxGemas
return System.Windows.Forms.TextBox

textBoxTeleport public_oe property

public System.Windows.Forms.TextBox textBoxTeleport
return System.Windows.Forms.TextBox

textBoxX public_oe property

public System.Windows.Forms.TextBox textBoxX
return System.Windows.Forms.TextBox

textBoxY public_oe property

public System.Windows.Forms.TextBox textBoxY
return System.Windows.Forms.TextBox

toolStripSeparator1 public_oe property

public System.Windows.Forms.ToolStripSeparator toolStripSeparator1
return System.Windows.Forms.ToolStripSeparator

verticalScrollBar public_oe property

public System.Windows.Forms.VScrollBar verticalScrollBar
return System.Windows.Forms.VScrollBar