C# Class ME3Explorer.PropertyManager

显示文件 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
UPR UPropertyReader
actionToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
addClassToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
addPropertyToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
components System.ComponentModel.IContainer
deleteClassToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
deletePropertyToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
importFromFileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
listBox1 System.Windows.Forms.ListBox
listBox2 System.Windows.Forms.ListBox
loadDefaultToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
loadDefinitonsToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
menuStrip1 System.Windows.Forms.MenuStrip
newToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
rtb1 System.Windows.Forms.RichTextBox
saveAsDefaultToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
saveDefinitionsToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
splitContainer1 System.Windows.Forms.SplitContainer
splitContainer2 System.Windows.Forms.SplitContainer
toolStripMenuItem1 System.Windows.Forms.ToolStripMenuItem

Public Methods

Method Description
InitializeComponent ( ) : void

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

PropertyManager ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
PropertyManager_Load ( object sender, EventArgs e ) : void
RefreshView ( ) : void
RefreshView ( int n ) : void
addClassToolStripMenuItem_Click ( object sender, EventArgs e ) : void
addPropertyToolStripMenuItem_Click ( object sender, EventArgs e ) : void
copyClassToolStripMenuItem_Click ( object sender, EventArgs e ) : void
deleteClassToolStripMenuItem_Click ( object sender, EventArgs e ) : void
deletePropertyToolStripMenuItem_Click ( object sender, EventArgs e ) : void
importFromFileToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
listBox2_SelectedIndexChanged ( object sender, EventArgs e ) : void
loadDefaultToolStripMenuItem_Click ( object sender, EventArgs e ) : void
loadDefinitonsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
newToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveAsDefaultToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveDefinitionsToolStripMenuItem_Click ( object sender, EventArgs e ) : void

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

InitializeComponent() public method

Required method for Designer support - do not modify the contents of this method with the code editor.
public InitializeComponent ( ) : void
return void

PropertyManager() public method

public PropertyManager ( ) : System
return System

Property Details

UPR public_oe property

public UPropertyReader UPR
return UPropertyReader

actionToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem actionToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

addClassToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem addClassToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

addPropertyToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem addPropertyToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

components public_oe property

Required designer variable.
public System.ComponentModel.IContainer components
return System.ComponentModel.IContainer

deleteClassToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem deleteClassToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

deletePropertyToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem deletePropertyToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

fileToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

importFromFileToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem importFromFileToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

listBox1 public_oe property

public System.Windows.Forms.ListBox listBox1
return System.Windows.Forms.ListBox

listBox2 public_oe property

public System.Windows.Forms.ListBox listBox2
return System.Windows.Forms.ListBox

loadDefaultToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem loadDefaultToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

loadDefinitonsToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem loadDefinitonsToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

menuStrip1 public_oe property

public System.Windows.Forms.MenuStrip menuStrip1
return System.Windows.Forms.MenuStrip

newToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

rtb1 public_oe property

public System.Windows.Forms.RichTextBox rtb1
return System.Windows.Forms.RichTextBox

saveAsDefaultToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

saveDefinitionsToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem saveDefinitionsToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

splitContainer1 public_oe property

public System.Windows.Forms.SplitContainer splitContainer1
return System.Windows.Forms.SplitContainer

splitContainer2 public_oe property

public System.Windows.Forms.SplitContainer splitContainer2
return System.Windows.Forms.SplitContainer

toolStripMenuItem1 public_oe property

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1
return System.Windows.Forms.ToolStripMenuItem