C# Class PKHeX.SAV_EventFlagsXY

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: gnmmarechal/PKHeX_gnmmarechal

Méthodes publiques

Свойство Type Description
Constants ushort[]
chka System.Windows.Forms.CheckBox[]
flags bool[]
savshift int

Méthodes publiques

Méthode Description
SAV_EventFlagsXY ( Form1 frm1 ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
B_Cancel_Click ( object sender, EventArgs e ) : void
B_Save_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Setup ( ) : void
changeConstantIndex ( object sender, EventArgs e ) : void
changeCustomBool ( object sender, EventArgs e ) : void
changeCustomFlag ( object sender, EventArgs e ) : void
changeCustomFlag ( object sender, KeyEventArgs e ) : void
changeSAV ( object sender, EventArgs e ) : void
diffSaves ( ) : void
getFlagNum ( CheckBox chk ) : int
loadSAV ( object sender, string path ) : void
openSAV ( object sender, EventArgs e ) : void
popFlags ( ) : void
tabMain_DragDrop ( object sender, DragEventArgs e ) : void
tabMain_DragEnter ( object sender, DragEventArgs e ) : void
toggleFlag ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

SAV_EventFlagsXY() public méthode

public SAV_EventFlagsXY ( Form1 frm1 ) : System
frm1 Form1
Résultat System

Property Details

Constants public_oe property

public ushort[] Constants
Résultat ushort[]

chka public_oe property

public CheckBox[],System.Windows.Forms chka
Résultat System.Windows.Forms.CheckBox[]

flags public_oe property

public bool[] flags
Résultat bool[]

savshift public_oe property

public int savshift
Résultat int