C# Class wottools.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: katzsmile/WoTModTools

Méthodes publiques

Свойство Type Description
Binary_Header System.Int32
PF Primitive_File_Reader.Primitive_File
PS Packed_Section_Reader.Packed_Section
PackedFileName string
mnuMain System.Windows.Forms.MenuStrip
stitle string
sver string
txtOut System.Windows.Forms.RichTextBox
xDoc System.Xml.XmlDocument

Méthodes publiques

Méthode Description
DecodePackedFile ( BinaryReader reader ) : void
MainForm ( string args ) : System
ReadPrimitiveFile ( string file ) : void
openFile ( string file ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormatXml ( string sUnformattedXml ) : string
InitializeComponent ( ) : void

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

MainForm_DragDrop ( object sender, DragEventArgs e ) : void
MainForm_DragEnter ( object sender, DragEventArgs e ) : void
MainForm_Load ( object sender, EventArgs e ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
newToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
optionsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveAsToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

DecodePackedFile() public méthode

public DecodePackedFile ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Dispose() protected méthode

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

MainForm() public méthode

public MainForm ( string args ) : System
args string
Résultat System

ReadPrimitiveFile() public méthode

public ReadPrimitiveFile ( string file ) : void
file string
Résultat void

openFile() public méthode

public openFile ( string file ) : void
file string
Résultat void

Property Details

Binary_Header public_oe static_oe property

public static Int32,System Binary_Header
Résultat System.Int32

PF public_oe property

public Primitive_File,Primitive_File_Reader PF
Résultat Primitive_File_Reader.Primitive_File

PS public_oe property

public Packed_Section,Packed_Section_Reader PS
Résultat Packed_Section_Reader.Packed_Section

PackedFileName public_oe property

public string PackedFileName
Résultat string

mnuMain public_oe property

public System.Windows.Forms.MenuStrip mnuMain
Résultat System.Windows.Forms.MenuStrip

stitle public_oe static_oe property

public static string stitle
Résultat string

sver public_oe static_oe property

public static string sver
Résultat string

txtOut public_oe property

public System.Windows.Forms.RichTextBox txtOut
Résultat System.Windows.Forms.RichTextBox

xDoc public_oe property

public XmlDocument,System.Xml xDoc
Résultat System.Xml.XmlDocument