
| メニュー | サブメニュー | イベントハンドラ |
|---|---|---|
| ファイル(&F) | 開く(&O) | FileOpen |
| 終了(&X) | FileExit | |
| 表示(&V) | 次ページ(&N) | NextPage |
| 前ページ(&P) | PreviousPage | |
| utf-16(&6) | utf16 | |
| utf-8(&8) | utf8 | |
| Shift_JIS(&J) | jis | |
| none(&N) | none | |
| 編集(&E) | 修正(&U) | Update |
| 書き込み(&W) | Write | |
| ヘルプ(&H) | バージョン情報(&A) | HelpAbout |
| メニュー | イベントハンドラ |
|---|---|
| 次ページ(&N) | NextPage |
| 前ページ(&P) | PreviousPage |
| 修正(&U) | Update |

this.toolStripButton1.Click += new System.EventHandler(this.NextPage);
this.toolStripButton2.Click += new System.EventHandler(this.PreviousPage);
this.toolStripButton3.Click += new System.EventHandler(this.Update);
|
![]()
[Next Chapter ↓] 入出力と描画の制御
※・