C# Class DND_Monster.AddAbilityForm

Afficher le fichier Open project: FallenWyvern/DnD-Monster-Generator Class Usage Examples

Méthodes publiques

Свойство Type Description
AbilityDescription System.Windows.Forms.Label
AbilityName System.Windows.Forms.Label
AbilityNameTextBox System.Windows.Forms.TextBox
AddSpell System.Windows.Forms.Button
AtWillLabel System.Windows.Forms.Label
CantripLabel System.Windows.Forms.Label
CastingAbilityLabel System.Windows.Forms.Label
DescriptionTextBox System.Windows.Forms.RichTextBox
EighthLevelSpellSlotLabel System.Windows.Forms.Label
FifthLevelSpellSlotLabel System.Windows.Forms.Label
FirstLevelSpellSlotLabel System.Windows.Forms.Label
FourthLevelSpellSlotLabel System.Windows.Forms.Label
InnateCheckbox System.Windows.Forms.CheckBox
NewAbility Ability
NinethLevelSpellSlotLabel System.Windows.Forms.Label
SaveButton System.Windows.Forms.Button
SecondLevelSpellSlotLabel System.Windows.Forms.Label
SeventhLevelSpellSlotLabel System.Windows.Forms.Label
SixthLevelSpellSlotLabel System.Windows.Forms.Label
SpellCastingAbility System.Windows.Forms.ComboBox
SpellCastingTable System.Windows.Forms.TableLayoutPanel
SpellClass System.Windows.Forms.ComboBox
SpellClassLabel System.Windows.Forms.Label
SpellLevel System.Windows.Forms.NumericUpDown
SpellLevelLabel System.Windows.Forms.Label
SpellList System.Windows.Forms.ListBox
SpellNameLabel System.Windows.Forms.Label
SpellcastingLevel System.Windows.Forms.NumericUpDown
SpellcastingLevelLabel System.Windows.Forms.Label
SpellcastingSave System.Windows.Forms.Button
Spellslot1 System.Windows.Forms.NumericUpDown
Spellslot2 System.Windows.Forms.NumericUpDown
Spellslot3 System.Windows.Forms.NumericUpDown
Spellslot4 System.Windows.Forms.NumericUpDown
Spellslot5 System.Windows.Forms.NumericUpDown
Spellslot6 System.Windows.Forms.NumericUpDown
Spellslot7 System.Windows.Forms.NumericUpDown
Spellslot8 System.Windows.Forms.NumericUpDown
Spellslot9 System.Windows.Forms.NumericUpDown
ThirdLevelSpellSlotLabel System.Windows.Forms.Label
advancedCasterAbility System.Windows.Forms.ComboBox
advancedCasterLevel System.Windows.Forms.NumericUpDown
advancedSpellType System.Windows.Forms.ComboBox
label5 System.Windows.Forms.Label
label6 System.Windows.Forms.Label
label7 System.Windows.Forms.Label
tabControl1 System.Windows.Forms.TabControl
tabPage1 System.Windows.Forms.TabPage
tabPage2 System.Windows.Forms.TabPage
textBox1 System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
AddAbilityForm ( ) : System
LoadAbility ( ) : void
LoadAbility ( Ability values ) : void
LoadSpell ( Ability values ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddSpellToList ( object sender, EventArgs e ) : void
AdjustSlots ( object sender, EventArgs e ) : void
AdjustSpell ( object sender, EventArgs e ) : void
AdvancedSpellText ( ) : void
ChangeSpellLevelMax ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

InnateCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
Save ( object sender, EventArgs e ) : void
SpellListItemRemove ( object sender, EventArgs e ) : void
ToDescription_Innate ( ) : string
ToDescription_NotInnate ( ) : string
UpdatePopOutTitle ( object sender, EventArgs e ) : void

Method Details

AddAbilityForm() public méthode

public AddAbilityForm ( ) : System
Résultat System

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

LoadAbility() public méthode

public LoadAbility ( ) : void
Résultat void

LoadAbility() public méthode

public LoadAbility ( Ability values ) : void
values Ability
Résultat void

LoadSpell() public méthode

public LoadSpell ( Ability values ) : void
values Ability
Résultat void

Property Details

AbilityDescription public_oe property

public System.Windows.Forms.Label AbilityDescription
Résultat System.Windows.Forms.Label

AbilityName public_oe property

public System.Windows.Forms.Label AbilityName
Résultat System.Windows.Forms.Label

AbilityNameTextBox public_oe property

public System.Windows.Forms.TextBox AbilityNameTextBox
Résultat System.Windows.Forms.TextBox

AddSpell public_oe property

public System.Windows.Forms.Button AddSpell
Résultat System.Windows.Forms.Button

AtWillLabel public_oe property

public System.Windows.Forms.Label AtWillLabel
Résultat System.Windows.Forms.Label

CantripLabel public_oe property

public System.Windows.Forms.Label CantripLabel
Résultat System.Windows.Forms.Label

CastingAbilityLabel public_oe property

public System.Windows.Forms.Label CastingAbilityLabel
Résultat System.Windows.Forms.Label

DescriptionTextBox public_oe property

public System.Windows.Forms.RichTextBox DescriptionTextBox
Résultat System.Windows.Forms.RichTextBox

EighthLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label EighthLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

FifthLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label FifthLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

FirstLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label FirstLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

FourthLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label FourthLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

InnateCheckbox public_oe property

public System.Windows.Forms.CheckBox InnateCheckbox
Résultat System.Windows.Forms.CheckBox

NewAbility public_oe property

public Ability,DND_Monster NewAbility
Résultat Ability

NinethLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label NinethLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

SaveButton public_oe property

public System.Windows.Forms.Button SaveButton
Résultat System.Windows.Forms.Button

SecondLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label SecondLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

SeventhLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label SeventhLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

SixthLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label SixthLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

SpellCastingAbility public_oe property

public System.Windows.Forms.ComboBox SpellCastingAbility
Résultat System.Windows.Forms.ComboBox

SpellCastingTable public_oe property

public System.Windows.Forms.TableLayoutPanel SpellCastingTable
Résultat System.Windows.Forms.TableLayoutPanel

SpellClass public_oe property

public System.Windows.Forms.ComboBox SpellClass
Résultat System.Windows.Forms.ComboBox

SpellClassLabel public_oe property

public System.Windows.Forms.Label SpellClassLabel
Résultat System.Windows.Forms.Label

SpellLevel public_oe property

public System.Windows.Forms.NumericUpDown SpellLevel
Résultat System.Windows.Forms.NumericUpDown

SpellLevelLabel public_oe property

public System.Windows.Forms.Label SpellLevelLabel
Résultat System.Windows.Forms.Label

SpellList public_oe property

public System.Windows.Forms.ListBox SpellList
Résultat System.Windows.Forms.ListBox

SpellNameLabel public_oe property

public System.Windows.Forms.Label SpellNameLabel
Résultat System.Windows.Forms.Label

SpellcastingLevel public_oe property

public System.Windows.Forms.NumericUpDown SpellcastingLevel
Résultat System.Windows.Forms.NumericUpDown

SpellcastingLevelLabel public_oe property

public System.Windows.Forms.Label SpellcastingLevelLabel
Résultat System.Windows.Forms.Label

SpellcastingSave public_oe property

public System.Windows.Forms.Button SpellcastingSave
Résultat System.Windows.Forms.Button

Spellslot1 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot1
Résultat System.Windows.Forms.NumericUpDown

Spellslot2 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot2
Résultat System.Windows.Forms.NumericUpDown

Spellslot3 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot3
Résultat System.Windows.Forms.NumericUpDown

Spellslot4 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot4
Résultat System.Windows.Forms.NumericUpDown

Spellslot5 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot5
Résultat System.Windows.Forms.NumericUpDown

Spellslot6 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot6
Résultat System.Windows.Forms.NumericUpDown

Spellslot7 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot7
Résultat System.Windows.Forms.NumericUpDown

Spellslot8 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot8
Résultat System.Windows.Forms.NumericUpDown

Spellslot9 public_oe property

public System.Windows.Forms.NumericUpDown Spellslot9
Résultat System.Windows.Forms.NumericUpDown

ThirdLevelSpellSlotLabel public_oe property

public System.Windows.Forms.Label ThirdLevelSpellSlotLabel
Résultat System.Windows.Forms.Label

advancedCasterAbility public_oe property

public System.Windows.Forms.ComboBox advancedCasterAbility
Résultat System.Windows.Forms.ComboBox

advancedCasterLevel public_oe property

public System.Windows.Forms.NumericUpDown advancedCasterLevel
Résultat System.Windows.Forms.NumericUpDown

advancedSpellType public_oe property

public System.Windows.Forms.ComboBox advancedSpellType
Résultat System.Windows.Forms.ComboBox

label5 public_oe property

public System.Windows.Forms.Label label5
Résultat System.Windows.Forms.Label

label6 public_oe property

public System.Windows.Forms.Label label6
Résultat System.Windows.Forms.Label

label7 public_oe property

public System.Windows.Forms.Label label7
Résultat System.Windows.Forms.Label

tabControl1 public_oe property

public System.Windows.Forms.TabControl tabControl1
Résultat System.Windows.Forms.TabControl

tabPage1 public_oe property

public System.Windows.Forms.TabPage tabPage1
Résultat System.Windows.Forms.TabPage

tabPage2 public_oe property

public System.Windows.Forms.TabPage tabPage2
Résultat System.Windows.Forms.TabPage

textBox1 public_oe property

public System.Windows.Forms.TextBox textBox1
Résultat System.Windows.Forms.TextBox