C# 클래스 Framework.FrmMain1

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

공개 메소드들

메소드 설명
FrmMain1 ( ) : System

보호된 메소드들

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

清理所有正在使用的资源。

비공개 메소드들

메소드 설명
BtnAdd_Click ( object sender, System e ) : void
BtnHelp_Click ( object sender, System e ) : void
BtnOpen_Click ( object sender, System e ) : void
BtnQuit_Click ( object sender, System e ) : void
BtnRestart_Click ( object sender, System e ) : void
BtnSave_Click ( object sender, System e ) : void
CreateChapterTree ( System xmlNode, DevComponents treeNode ) : void
CreateItem ( string title, string @class, object arg ) : void
CreateTheme ( string title, DevComponents style ) : void
FrmMain1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

MainManager_DockTabClosing ( object sender, DevComponents e ) : void
MapItem_Click ( object sender, System e ) : void
RefreshChapterTree ( ) : void
SaveAlert ( ) : void
SelectItem ( string arg ) : bool
SetParent ( System hWndChild, System hWndNewParent ) : IntPtr
ShowWindow ( System hwnd, int nCmdShow ) : int
buttonItem1_Click ( object sender, System e ) : void
killProcess ( ) : void

메소드 상세

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

FrmMain1() 공개 메소드

public FrmMain1 ( ) : System
리턴 System