C# Class SukuSuku.ShortcutForm

ショートカットキー(ホットキー)の登録をするためのフォーム
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: furaga/SukuSuku

Public Methods

Method Description
SetShortcutsDataGridView ( bool saveToConfigFile = false ) : void

shortcutsDataGridViewの内容をセット

ShortcutForm ( MainForm owner ) : System

コンストラクタ

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ShortcutForm_Load ( object sender, EventArgs e ) : void

フォームが開いた瞬間(?)に呼ばれる

assignButton_Click ( object sender, EventArgs e ) : void

ホットキーを登録

scriptPathButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

SetShortcutsDataGridView() public method

shortcutsDataGridViewの内容をセット
public SetShortcutsDataGridView ( bool saveToConfigFile = false ) : void
saveToConfigFile bool コンフィグファイルにセットした内容を保存するか
return void

ShortcutForm() public method

コンストラクタ
public ShortcutForm ( MainForm owner ) : System
owner MainForm
return System