C# 클래스 wottools.MainForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: katzsmile/WoTModTools

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
DecodePackedFile ( BinaryReader reader ) : void
MainForm ( string args ) : System
ReadPrimitiveFile ( string file ) : void
openFile ( string file ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

DecodePackedFile() 공개 메소드

public DecodePackedFile ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Dispose() 보호된 메소드

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

MainForm() 공개 메소드

public MainForm ( string args ) : System
args string
리턴 System

ReadPrimitiveFile() 공개 메소드

public ReadPrimitiveFile ( string file ) : void
file string
리턴 void

openFile() 공개 메소드

public openFile ( string file ) : void
file string
리턴 void

프로퍼티 상세

Binary_Header 공개적으로 정적으로 프로퍼티

public static Int32,System Binary_Header
리턴 System.Int32

PF 공개적으로 프로퍼티

public Primitive_File,Primitive_File_Reader PF
리턴 Primitive_File_Reader.Primitive_File

PS 공개적으로 프로퍼티

public Packed_Section,Packed_Section_Reader PS
리턴 Packed_Section_Reader.Packed_Section

PackedFileName 공개적으로 프로퍼티

public string PackedFileName
리턴 string

mnuMain 공개적으로 프로퍼티

public System.Windows.Forms.MenuStrip mnuMain
리턴 System.Windows.Forms.MenuStrip

stitle 공개적으로 정적으로 프로퍼티

public static string stitle
리턴 string

sver 공개적으로 정적으로 프로퍼티

public static string sver
리턴 string

txtOut 공개적으로 프로퍼티

public System.Windows.Forms.RichTextBox txtOut
리턴 System.Windows.Forms.RichTextBox

xDoc 공개적으로 프로퍼티

public XmlDocument,System.Xml xDoc
리턴 System.Xml.XmlDocument