C# 클래스 ME3Explorer.AFCExtract

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
components System.ComponentModel.IContainer
entr List
extractToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
listBox1 System.Windows.Forms.ListBox
listBox2 System.Windows.Forms.ListBox
menuStrip1 System.Windows.Forms.MenuStrip
openToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
selectedToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
splitContainer1 System.Windows.Forms.SplitContainer

공개 메소드들

메소드 설명
AFCExtract ( ) : System
InitializeComponent ( ) : void

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

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
allToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
selectedToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

AFCExtract() 공개 메소드

public AFCExtract ( ) : System
리턴 System

Dispose() 보호된 메소드

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

InitializeComponent() 공개 메소드

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

프로퍼티 상세

allToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

components 공개적으로 프로퍼티

Required designer variable.
public System.ComponentModel.IContainer components
리턴 System.ComponentModel.IContainer

entr 공개적으로 프로퍼티

public List entr
리턴 List

extractToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem extractToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

fileToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

listBox1 공개적으로 프로퍼티

public System.Windows.Forms.ListBox listBox1
리턴 System.Windows.Forms.ListBox

listBox2 공개적으로 프로퍼티

public System.Windows.Forms.ListBox listBox2
리턴 System.Windows.Forms.ListBox

menuStrip1 공개적으로 프로퍼티

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

openToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

selectedToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

splitContainer1 공개적으로 프로퍼티

public System.Windows.Forms.SplitContainer splitContainer1
리턴 System.Windows.Forms.SplitContainer