C# Class TeX2img.PreambleForm

Show file Open project: abenori/TeX2img Class Usage Examples

Public Methods

Method Description
PreambleForm ( MainForm _mainForm ) : System
setLocation ( int x, int y ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Method Description
ChangeReturnCode ( string str ) : string
ChangeReturnCode ( string str, string returncode ) : string
Copy_Click ( object sender, EventArgs e ) : void
Cut_Click ( object sender, EventArgs e ) : void
Delete_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

Paste_Click ( object sender, EventArgs e ) : void
PreambleForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
Redo_Click ( object sender, EventArgs e ) : void
SelectAll_Click ( object sender, EventArgs e ) : void
TemplateButon_Click ( object sender, EventArgs e ) : void
Undo_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

PreambleForm() public method

public PreambleForm ( MainForm _mainForm ) : System
_mainForm MainForm
return System

setLocation() public method

public setLocation ( int x, int y ) : void
x int
y int
return void