C# 클래스 pGina.Plugin.UsernameMod.Configuration

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: MutonUfoAI/pgina 1 사용 예제들

공개 메소드들

메소드 설명
Configuration ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
Btn_help ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

btnAddRule_Click ( object sender, EventArgs e ) : void

Validates input and adds the rule to the ListOfRules. Displays warning if validation fails.

btnCancel_Click ( object sender, EventArgs e ) : void

Discards any changes without saving.

btnMove_Click ( object sender, EventArgs e ) : void

Called when either the up or down arrow is pressed. Determines which and updates the ListOfRules and ListView accordingly.

btnRemRule_Click ( object sender, EventArgs e ) : void

If a rule is selected in the rule list, it is removed from the ListOfRules, as well as ListView

btnSave_Click ( object sender, EventArgs e ) : void

Run when the save button is hit. If an error is encountered due to improper input, a prompt will be shown and the save/exit will be cancelled.

dropDownActionChange ( object sender, EventArgs e ) : void

Executed when the Action drop down box (rule list) is changed. Changes the forms.

resetForm ( ) : void

Resets the forms based on the action dropdown box (list of rules)

setForm ( string label1, string label2 ) : void
updateListView ( ) : void

Clears and reloads the list of rules.

메소드 상세

Configuration() 공개 메소드

public Configuration ( ) : System
리턴 System

Dispose() 보호된 메소드

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