C# Class Framework.FrmMain1

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: callme119/civil

Public Methods

Method Description
FrmMain1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

FrmMain1() public method

public FrmMain1 ( ) : System
return System