C# Class DND_Monster.Main

Mostrar archivo Open project: FallenWyvern/DnD-Monster-Generator

Public Properties

Property Type Description
ACSourceTextBox System.Windows.Forms.TextBox
ACUpDown System.Windows.Forms.NumericUpDown
AbilityScores System.Windows.Forms.Label
AddAbilityButton System.Windows.Forms.Button
AddActionButton System.Windows.Forms.Button
AddLanguageButton System.Windows.Forms.Button
AddLegendaryButton System.Windows.Forms.Button
AddSaved System.Windows.Forms.Button
AddSenseButton System.Windows.Forms.Button
AddSkillButton System.Windows.Forms.Button
AddVulnerabilityButton System.Windows.Forms.Button
Alignment System.Windows.Forms.Label
AlignmentDropDown System.Windows.Forms.ComboBox
ArmorClass System.Windows.Forms.Label
BackgroundCheckbox System.Windows.Forms.CheckBox
BonusModifierLabel System.Windows.Forms.Label
Burrow System.Windows.Forms.Label
CRHelperLabel System.Windows.Forms.Label
Cha System.Windows.Forms.Label
ChaBonus System.Windows.Forms.Label
ChaSaveBonus System.Windows.Forms.Label
ChaSaveBonusUpDown System.Windows.Forms.NumericUpDown
ChaUpDown System.Windows.Forms.NumericUpDown
ChallengeRating System.Windows.Forms.Label
ChallengeRatingDropDown System.Windows.Forms.ComboBox
Climb System.Windows.Forms.Label
ClimbUpDown System.Windows.Forms.NumericUpDown
ColumnWidthLabel System.Windows.Forms.Label
ColumnWidthUpDown System.Windows.Forms.NumericUpDown
ColumnsLabel System.Windows.Forms.Label
Con System.Windows.Forms.Label
ConBonus System.Windows.Forms.Label
ConSaveBonus System.Windows.Forms.Label
ConSaveBonusUpDown System.Windows.Forms.NumericUpDown
ConUpDown System.Windows.Forms.NumericUpDown
DamageConditionDropDown System.Windows.Forms.ComboBox
DamageModificationLabel System.Windows.Forms.Label
DamageModificationType System.Windows.Forms.ComboBox
DeleteTraitButton System.Windows.Forms.Button
Dex System.Windows.Forms.Label
DexBonus System.Windows.Forms.Label
DexSaveBonus System.Windows.Forms.Label
DexSaveBonusUpDown System.Windows.Forms.NumericUpDown
DexUpDown System.Windows.Forms.NumericUpDown
Distance System.Windows.Forms.Label
DistanceUpDown System.Windows.Forms.NumericUpDown
EditTraitButton System.Windows.Forms.Button
ExceptionSourceLabel System.Windows.Forms.Label
ExceptionText System.Windows.Forms.Label
ExceptionTypeLabel System.Windows.Forms.Label
ExportCSV System.Windows.Forms.Button
ExportPNG System.Windows.Forms.Button
ExportReddit System.Windows.Forms.Button
ExportWeb System.Windows.Forms.Button
Fly System.Windows.Forms.Label
FlyUpDown System.Windows.Forms.NumericUpDown
GenderDropDown System.Windows.Forms.ComboBox
GenderLabel System.Windows.Forms.Label
GenerateHPBonus System.Windows.Forms.Button
HitDieDropDown System.Windows.Forms.ComboBox
HitDieTextBox System.Windows.Forms.TextBox
HitDieUpDown System.Windows.Forms.NumericUpDown
HitPoints System.Windows.Forms.Label
HoverCheckBox System.Windows.Forms.CheckBox
Int System.Windows.Forms.Label
IntBonus System.Windows.Forms.Label
IntSaveBonus System.Windows.Forms.Label
IntSaveBonusUpDown System.Windows.Forms.NumericUpDown
IntUpDown System.Windows.Forms.NumericUpDown
LanguageComboBox System.Windows.Forms.ComboBox
LanguageHeaderLabel System.Windows.Forms.Label
LoadButton System.Windows.Forms.Button
MonsterName System.Windows.Forms.Label
MonsterNameTextBox System.Windows.Forms.TextBox
MoveTraitDownButton System.Windows.Forms.Button
MoveTraitUpButton System.Windows.Forms.Button
NewMonsterButton System.Windows.Forms.Button
PreviewButton System.Windows.Forms.Button
PreviewColumns System.Windows.Forms.NumericUpDown
PreviewTemplateSelector System.Windows.Forms.ComboBox
PrintButton System.Windows.Forms.Button
ProfBonus System.Windows.Forms.Label
Profiency System.Windows.Forms.Label
RollHPBonus System.Windows.Forms.Button
SaveButton System.Windows.Forms.Button
SavingThrowBonuses System.Windows.Forms.Label
SensesDropDown System.Windows.Forms.ComboBox
SensesHeaderLabel System.Windows.Forms.Label
SensesLabel System.Windows.Forms.Label
SizeDropDown System.Windows.Forms.ComboBox
SizeLabel System.Windows.Forms.Label
SkillBonus System.Windows.Forms.NumericUpDown
SkillBonusCheckBox System.Windows.Forms.CheckBox
SkillDropDown System.Windows.Forms.ComboBox
SkillHeaderLabel System.Windows.Forms.Label
SkillProfCheckBox System.Windows.Forms.CheckBox
SkillSelectionLabel System.Windows.Forms.Label
SkillStatCheckBox System.Windows.Forms.CheckBox
Speed System.Windows.Forms.Label
SpeedHelperLabel System.Windows.Forms.Label
SpeedUpDown System.Windows.Forms.NumericUpDown
SpeedsHeaderLabel System.Windows.Forms.Label
Str System.Windows.Forms.Label
StrBonus System.Windows.Forms.Label
StrSaveBonus System.Windows.Forms.Label
StrSaveBonusUpDown System.Windows.Forms.NumericUpDown
StrUpDown System.Windows.Forms.NumericUpDown
Swim System.Windows.Forms.Label
SwimUpDown System.Windows.Forms.NumericUpDown
TagDropDown System.Windows.Forms.ComboBox
TraitException System.Windows.Forms.TextBox
TraitsList System.Windows.Forms.ListBox
TraitsListHelperLabel System.Windows.Forms.Label
TraitsListPopUp System.Windows.Forms.ToolTip
TypeAndTag System.Windows.Forms.Label
TypeDropDown System.Windows.Forms.ComboBox
UniqueCheckBox System.Windows.Forms.CheckBox
Wis System.Windows.Forms.Label
WisBonus System.Windows.Forms.Label
WisSaveBonus System.Windows.Forms.Label
WisSaveBonusUpDown System.Windows.Forms.NumericUpDown
WisUpDown System.Windows.Forms.NumericUpDown
burrowUpDown System.Windows.Forms.NumericUpDown
button1 System.Windows.Forms.Button
panel1 System.Windows.Forms.Panel
panel2 System.Windows.Forms.Panel
tableLayoutPanel1 System.Windows.Forms.TableLayoutPanel
tableLayoutPanel2 System.Windows.Forms.TableLayoutPanel
tableLayoutPanel3 System.Windows.Forms.TableLayoutPanel
tableLayoutPanel4 System.Windows.Forms.TableLayoutPanel
tableLayoutPanel5 System.Windows.Forms.TableLayoutPanel

Public Methods

Method Description
AddLocalizationItem ( Control c, string filename, string type ) : void
Clear ( ) : void
Main ( ) : System
MonsterWorkbench ( ) : void
ShowMonsterInBrowser ( ) : void
ShowMonsterInText ( ) : void
sDoddler ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AbilityValueChanged ( object sender, EventArgs e ) : void
AddLegendary ( object sender, EventArgs e ) : void
AddSavedAbility ( AddSavedTrait trait, string creatureName ) : void
AddSavedAction ( AddSavedTrait trait, string creatureName ) : void
AddSavedLegendary ( AddSavedTrait trait, string creatureName ) : void
AddSavedReaction ( AddSavedTrait trait, string creatureName ) : void
AddSaved_Click ( object sender, EventArgs e ) : void
AddVulnerabilityButton_Click ( object sender, EventArgs e ) : void
CefStartup ( ) : void
ChallengeRatingDropDown_MouseHover ( object sender, EventArgs e ) : void
ClearUI ( ) : void
ColumnWidthUpDown_ValueChanged ( object sender, EventArgs e ) : void
CustomizeSpeed ( object sender, EventArgs e ) : void
DisplayBitmap ( Task task ) : void
EditTraitButton_Click ( object sender, EventArgs e ) : void
ExportCSV_Click ( object sender, EventArgs e ) : void
ExportHTML ( object sender, EventArgs e ) : void
ExportPNG_Click ( object sender, EventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
GenderDropDown_SelectedIndexChanged ( object sender, EventArgs e ) : void
GenerateMonsterData ( ) : void
GenerateTranslationText ( object sender, EventArgs e ) : void
GuessCR_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.

LoadData ( object sender, EventArgs e ) : void
Main_FormClosing ( object sender, FormClosingEventArgs e ) : void
MonsterNameTextBox_TextChanged ( object sender, EventArgs e ) : void
MonsterName_MouseHover ( object sender, EventArgs e ) : void
MoveItem ( int direction, ListBox target ) : void
MoveTraitDownButton_Click ( object sender, EventArgs e ) : void
MoveTraitUpButton_Click ( object sender, EventArgs e ) : void
NewMonsterButton_Click ( object sender, EventArgs e ) : void
Preview ( object sender, EventArgs e ) : void
PreviewColumns_ValueChanged ( object sender, EventArgs e ) : void
PreviewTemplateSelector_SelectedIndexChanged ( object sender, EventArgs e ) : void
PreviewTemplateSelector_SelectedIndexChanged ( object sender, KeyPressEventArgs e ) : void
Previs ( ) : void
Print_Click ( object sender, EventArgs e ) : void
RecalculateAC ( string source ) : void
RedditOutput ( object sender, EventArgs e ) : void
ResolveHP ( bool RollHP ) : void

Either rolls or uses the average for HP.

SaveData ( object sender, EventArgs e ) : void
Screenshot ( string filename ) : void
SelectTranslation ( object sender, EventArgs e ) : void
SortTraits ( ) : void
Speed_MouseHover ( object sender, EventArgs e ) : void
TraitsListHoverHelp ( object sender, EventArgs e ) : void
TraitsList_KeyDown ( object sender, KeyEventArgs e ) : void
TraitsList_MouseHover ( object sender, EventArgs e ) : void
UniqueCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
UpdateModifier ( NumericUpDown value, Label target ) : void

Takes a numericUpDown and a Label and derives the ability modifier, updating the label.

addAbility ( object sender, EventArgs e ) : void
addAction ( object sender, EventArgs e ) : void
addCondition ( object sender, EventArgs e ) : void
addLanguage ( object sender, EventArgs e ) : void
addSense ( object sender, EventArgs e ) : void
addSkill ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
crChangedUpdateProficiency ( object sender, EventArgs e ) : void
deleteTrait ( object sender, MouseEventArgs e ) : void
editTrait ( object sender, MouseEventArgs e ) : void
generateHP ( object sender, EventArgs e ) : void
getStatMod ( string mod ) : int
modchanged_ValueChanged ( object sender, EventArgs e ) : void
panel2_Paint ( object sender, PaintEventArgs e ) : void
rollHP ( object sender, EventArgs e ) : void

Method Details

AddLocalizationItem() public method

public AddLocalizationItem ( Control c, string filename, string type ) : void
c Control
filename string
type string
return void

Clear() public method

public Clear ( ) : void
return void

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

Main() public method

public Main ( ) : System
return System

MonsterWorkbench() public method

public MonsterWorkbench ( ) : void
return void

ShowMonsterInBrowser() public method

public ShowMonsterInBrowser ( ) : void
return void

ShowMonsterInText() public method

public ShowMonsterInText ( ) : void
return void

sDoddler() public method

public sDoddler ( ) : void
return void

Property Details

ACSourceTextBox public_oe property

public System.Windows.Forms.TextBox ACSourceTextBox
return System.Windows.Forms.TextBox

ACUpDown public_oe property

public System.Windows.Forms.NumericUpDown ACUpDown
return System.Windows.Forms.NumericUpDown

AbilityScores public_oe property

public System.Windows.Forms.Label AbilityScores
return System.Windows.Forms.Label

AddAbilityButton public_oe property

public System.Windows.Forms.Button AddAbilityButton
return System.Windows.Forms.Button

AddActionButton public_oe property

public System.Windows.Forms.Button AddActionButton
return System.Windows.Forms.Button

AddLanguageButton public_oe property

public System.Windows.Forms.Button AddLanguageButton
return System.Windows.Forms.Button

AddLegendaryButton public_oe property

public System.Windows.Forms.Button AddLegendaryButton
return System.Windows.Forms.Button

AddSaved public_oe property

public System.Windows.Forms.Button AddSaved
return System.Windows.Forms.Button

AddSenseButton public_oe property

public System.Windows.Forms.Button AddSenseButton
return System.Windows.Forms.Button

AddSkillButton public_oe property

public System.Windows.Forms.Button AddSkillButton
return System.Windows.Forms.Button

AddVulnerabilityButton public_oe property

public System.Windows.Forms.Button AddVulnerabilityButton
return System.Windows.Forms.Button

Alignment public_oe property

public System.Windows.Forms.Label Alignment
return System.Windows.Forms.Label

AlignmentDropDown public_oe property

public System.Windows.Forms.ComboBox AlignmentDropDown
return System.Windows.Forms.ComboBox

ArmorClass public_oe property

public System.Windows.Forms.Label ArmorClass
return System.Windows.Forms.Label

BackgroundCheckbox public_oe property

public System.Windows.Forms.CheckBox BackgroundCheckbox
return System.Windows.Forms.CheckBox

BonusModifierLabel public_oe property

public System.Windows.Forms.Label BonusModifierLabel
return System.Windows.Forms.Label

Burrow public_oe property

public System.Windows.Forms.Label Burrow
return System.Windows.Forms.Label

CRHelperLabel public_oe property

public System.Windows.Forms.Label CRHelperLabel
return System.Windows.Forms.Label

Cha public_oe property

public System.Windows.Forms.Label Cha
return System.Windows.Forms.Label

ChaBonus public_oe property

public System.Windows.Forms.Label ChaBonus
return System.Windows.Forms.Label

ChaSaveBonus public_oe property

public System.Windows.Forms.Label ChaSaveBonus
return System.Windows.Forms.Label

ChaSaveBonusUpDown public_oe property

public System.Windows.Forms.NumericUpDown ChaSaveBonusUpDown
return System.Windows.Forms.NumericUpDown

ChaUpDown public_oe property

public System.Windows.Forms.NumericUpDown ChaUpDown
return System.Windows.Forms.NumericUpDown

ChallengeRating public_oe property

public System.Windows.Forms.Label ChallengeRating
return System.Windows.Forms.Label

ChallengeRatingDropDown public_oe property

public System.Windows.Forms.ComboBox ChallengeRatingDropDown
return System.Windows.Forms.ComboBox

Climb public_oe property

public System.Windows.Forms.Label Climb
return System.Windows.Forms.Label

ClimbUpDown public_oe property

public System.Windows.Forms.NumericUpDown ClimbUpDown
return System.Windows.Forms.NumericUpDown

ColumnWidthLabel public_oe property

public System.Windows.Forms.Label ColumnWidthLabel
return System.Windows.Forms.Label

ColumnWidthUpDown public_oe property

public System.Windows.Forms.NumericUpDown ColumnWidthUpDown
return System.Windows.Forms.NumericUpDown

ColumnsLabel public_oe property

public System.Windows.Forms.Label ColumnsLabel
return System.Windows.Forms.Label

Con public_oe property

public System.Windows.Forms.Label Con
return System.Windows.Forms.Label

ConBonus public_oe property

public System.Windows.Forms.Label ConBonus
return System.Windows.Forms.Label

ConSaveBonus public_oe property

public System.Windows.Forms.Label ConSaveBonus
return System.Windows.Forms.Label

ConSaveBonusUpDown public_oe property

public System.Windows.Forms.NumericUpDown ConSaveBonusUpDown
return System.Windows.Forms.NumericUpDown

ConUpDown public_oe property

public System.Windows.Forms.NumericUpDown ConUpDown
return System.Windows.Forms.NumericUpDown

DamageConditionDropDown public_oe property

public System.Windows.Forms.ComboBox DamageConditionDropDown
return System.Windows.Forms.ComboBox

DamageModificationLabel public_oe property

public System.Windows.Forms.Label DamageModificationLabel
return System.Windows.Forms.Label

DamageModificationType public_oe property

public System.Windows.Forms.ComboBox DamageModificationType
return System.Windows.Forms.ComboBox

DeleteTraitButton public_oe property

public System.Windows.Forms.Button DeleteTraitButton
return System.Windows.Forms.Button

Dex public_oe property

public System.Windows.Forms.Label Dex
return System.Windows.Forms.Label

DexBonus public_oe property

public System.Windows.Forms.Label DexBonus
return System.Windows.Forms.Label

DexSaveBonus public_oe property

public System.Windows.Forms.Label DexSaveBonus
return System.Windows.Forms.Label

DexSaveBonusUpDown public_oe property

public System.Windows.Forms.NumericUpDown DexSaveBonusUpDown
return System.Windows.Forms.NumericUpDown

DexUpDown public_oe property

public System.Windows.Forms.NumericUpDown DexUpDown
return System.Windows.Forms.NumericUpDown

Distance public_oe property

public System.Windows.Forms.Label Distance
return System.Windows.Forms.Label

DistanceUpDown public_oe property

public System.Windows.Forms.NumericUpDown DistanceUpDown
return System.Windows.Forms.NumericUpDown

EditTraitButton public_oe property

public System.Windows.Forms.Button EditTraitButton
return System.Windows.Forms.Button

ExceptionSourceLabel public_oe property

public System.Windows.Forms.Label ExceptionSourceLabel
return System.Windows.Forms.Label

ExceptionText public_oe property

public System.Windows.Forms.Label ExceptionText
return System.Windows.Forms.Label

ExceptionTypeLabel public_oe property

public System.Windows.Forms.Label ExceptionTypeLabel
return System.Windows.Forms.Label

ExportCSV public_oe property

public System.Windows.Forms.Button ExportCSV
return System.Windows.Forms.Button

ExportPNG public_oe property

public System.Windows.Forms.Button ExportPNG
return System.Windows.Forms.Button

ExportReddit public_oe property

public System.Windows.Forms.Button ExportReddit
return System.Windows.Forms.Button

ExportWeb public_oe property

public System.Windows.Forms.Button ExportWeb
return System.Windows.Forms.Button

Fly public_oe property

public System.Windows.Forms.Label Fly
return System.Windows.Forms.Label

FlyUpDown public_oe property

public System.Windows.Forms.NumericUpDown FlyUpDown
return System.Windows.Forms.NumericUpDown

GenderDropDown public_oe property

public System.Windows.Forms.ComboBox GenderDropDown
return System.Windows.Forms.ComboBox

GenderLabel public_oe property

public System.Windows.Forms.Label GenderLabel
return System.Windows.Forms.Label

GenerateHPBonus public_oe property

public System.Windows.Forms.Button GenerateHPBonus
return System.Windows.Forms.Button

HitDieDropDown public_oe property

public System.Windows.Forms.ComboBox HitDieDropDown
return System.Windows.Forms.ComboBox

HitDieTextBox public_oe property

public System.Windows.Forms.TextBox HitDieTextBox
return System.Windows.Forms.TextBox

HitDieUpDown public_oe property

public System.Windows.Forms.NumericUpDown HitDieUpDown
return System.Windows.Forms.NumericUpDown

HitPoints public_oe property

public System.Windows.Forms.Label HitPoints
return System.Windows.Forms.Label

HoverCheckBox public_oe property

public System.Windows.Forms.CheckBox HoverCheckBox
return System.Windows.Forms.CheckBox

Int public_oe property

public System.Windows.Forms.Label Int
return System.Windows.Forms.Label

IntBonus public_oe property

public System.Windows.Forms.Label IntBonus
return System.Windows.Forms.Label

IntSaveBonus public_oe property

public System.Windows.Forms.Label IntSaveBonus
return System.Windows.Forms.Label

IntSaveBonusUpDown public_oe property

public System.Windows.Forms.NumericUpDown IntSaveBonusUpDown
return System.Windows.Forms.NumericUpDown

IntUpDown public_oe property

public System.Windows.Forms.NumericUpDown IntUpDown
return System.Windows.Forms.NumericUpDown

LanguageComboBox public_oe property

public System.Windows.Forms.ComboBox LanguageComboBox
return System.Windows.Forms.ComboBox

LanguageHeaderLabel public_oe property

public System.Windows.Forms.Label LanguageHeaderLabel
return System.Windows.Forms.Label

LoadButton public_oe property

public System.Windows.Forms.Button LoadButton
return System.Windows.Forms.Button

MonsterName public_oe property

public System.Windows.Forms.Label MonsterName
return System.Windows.Forms.Label

MonsterNameTextBox public_oe property

public System.Windows.Forms.TextBox MonsterNameTextBox
return System.Windows.Forms.TextBox

MoveTraitDownButton public_oe property

public System.Windows.Forms.Button MoveTraitDownButton
return System.Windows.Forms.Button

MoveTraitUpButton public_oe property

public System.Windows.Forms.Button MoveTraitUpButton
return System.Windows.Forms.Button

NewMonsterButton public_oe property

public System.Windows.Forms.Button NewMonsterButton
return System.Windows.Forms.Button

PreviewButton public_oe property

public System.Windows.Forms.Button PreviewButton
return System.Windows.Forms.Button

PreviewColumns public_oe property

public System.Windows.Forms.NumericUpDown PreviewColumns
return System.Windows.Forms.NumericUpDown

PreviewTemplateSelector public_oe property

public System.Windows.Forms.ComboBox PreviewTemplateSelector
return System.Windows.Forms.ComboBox

PrintButton public_oe property

public System.Windows.Forms.Button PrintButton
return System.Windows.Forms.Button

ProfBonus public_oe property

public System.Windows.Forms.Label ProfBonus
return System.Windows.Forms.Label

Profiency public_oe property

public System.Windows.Forms.Label Profiency
return System.Windows.Forms.Label

RollHPBonus public_oe property

public System.Windows.Forms.Button RollHPBonus
return System.Windows.Forms.Button

SaveButton public_oe property

public System.Windows.Forms.Button SaveButton
return System.Windows.Forms.Button

SavingThrowBonuses public_oe property

public System.Windows.Forms.Label SavingThrowBonuses
return System.Windows.Forms.Label

SensesDropDown public_oe property

public System.Windows.Forms.ComboBox SensesDropDown
return System.Windows.Forms.ComboBox

SensesHeaderLabel public_oe property

public System.Windows.Forms.Label SensesHeaderLabel
return System.Windows.Forms.Label

SensesLabel public_oe property

public System.Windows.Forms.Label SensesLabel
return System.Windows.Forms.Label

SizeDropDown public_oe property

public System.Windows.Forms.ComboBox SizeDropDown
return System.Windows.Forms.ComboBox

SizeLabel public_oe property

public System.Windows.Forms.Label SizeLabel
return System.Windows.Forms.Label

SkillBonus public_oe property

public System.Windows.Forms.NumericUpDown SkillBonus
return System.Windows.Forms.NumericUpDown

SkillBonusCheckBox public_oe property

public System.Windows.Forms.CheckBox SkillBonusCheckBox
return System.Windows.Forms.CheckBox

SkillDropDown public_oe property

public System.Windows.Forms.ComboBox SkillDropDown
return System.Windows.Forms.ComboBox

SkillHeaderLabel public_oe property

public System.Windows.Forms.Label SkillHeaderLabel
return System.Windows.Forms.Label

SkillProfCheckBox public_oe property

public System.Windows.Forms.CheckBox SkillProfCheckBox
return System.Windows.Forms.CheckBox

SkillSelectionLabel public_oe property

public System.Windows.Forms.Label SkillSelectionLabel
return System.Windows.Forms.Label

SkillStatCheckBox public_oe property

public System.Windows.Forms.CheckBox SkillStatCheckBox
return System.Windows.Forms.CheckBox

Speed public_oe property

public System.Windows.Forms.Label Speed
return System.Windows.Forms.Label

SpeedHelperLabel public_oe property

public System.Windows.Forms.Label SpeedHelperLabel
return System.Windows.Forms.Label

SpeedUpDown public_oe property

public System.Windows.Forms.NumericUpDown SpeedUpDown
return System.Windows.Forms.NumericUpDown

SpeedsHeaderLabel public_oe property

public System.Windows.Forms.Label SpeedsHeaderLabel
return System.Windows.Forms.Label

Str public_oe property

public System.Windows.Forms.Label Str
return System.Windows.Forms.Label

StrBonus public_oe property

public System.Windows.Forms.Label StrBonus
return System.Windows.Forms.Label

StrSaveBonus public_oe property

public System.Windows.Forms.Label StrSaveBonus
return System.Windows.Forms.Label

StrSaveBonusUpDown public_oe property

public System.Windows.Forms.NumericUpDown StrSaveBonusUpDown
return System.Windows.Forms.NumericUpDown

StrUpDown public_oe property

public System.Windows.Forms.NumericUpDown StrUpDown
return System.Windows.Forms.NumericUpDown

Swim public_oe property

public System.Windows.Forms.Label Swim
return System.Windows.Forms.Label

SwimUpDown public_oe property

public System.Windows.Forms.NumericUpDown SwimUpDown
return System.Windows.Forms.NumericUpDown

TagDropDown public_oe property

public System.Windows.Forms.ComboBox TagDropDown
return System.Windows.Forms.ComboBox

TraitException public_oe property

public System.Windows.Forms.TextBox TraitException
return System.Windows.Forms.TextBox

TraitsList public_oe property

public System.Windows.Forms.ListBox TraitsList
return System.Windows.Forms.ListBox

TraitsListHelperLabel public_oe property

public System.Windows.Forms.Label TraitsListHelperLabel
return System.Windows.Forms.Label

TraitsListPopUp public_oe property

public System.Windows.Forms.ToolTip TraitsListPopUp
return System.Windows.Forms.ToolTip

TypeAndTag public_oe property

public System.Windows.Forms.Label TypeAndTag
return System.Windows.Forms.Label

TypeDropDown public_oe property

public System.Windows.Forms.ComboBox TypeDropDown
return System.Windows.Forms.ComboBox

UniqueCheckBox public_oe property

public System.Windows.Forms.CheckBox UniqueCheckBox
return System.Windows.Forms.CheckBox

Wis public_oe property

public System.Windows.Forms.Label Wis
return System.Windows.Forms.Label

WisBonus public_oe property

public System.Windows.Forms.Label WisBonus
return System.Windows.Forms.Label

WisSaveBonus public_oe property

public System.Windows.Forms.Label WisSaveBonus
return System.Windows.Forms.Label

WisSaveBonusUpDown public_oe property

public System.Windows.Forms.NumericUpDown WisSaveBonusUpDown
return System.Windows.Forms.NumericUpDown

WisUpDown public_oe property

public System.Windows.Forms.NumericUpDown WisUpDown
return System.Windows.Forms.NumericUpDown

burrowUpDown public_oe property

public System.Windows.Forms.NumericUpDown burrowUpDown
return System.Windows.Forms.NumericUpDown

button1 public_oe property

public System.Windows.Forms.Button button1
return System.Windows.Forms.Button

panel1 public_oe property

public System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel

panel2 public_oe property

public System.Windows.Forms.Panel panel2
return System.Windows.Forms.Panel

tableLayoutPanel1 public_oe property

public System.Windows.Forms.TableLayoutPanel tableLayoutPanel1
return System.Windows.Forms.TableLayoutPanel

tableLayoutPanel2 public_oe property

public System.Windows.Forms.TableLayoutPanel tableLayoutPanel2
return System.Windows.Forms.TableLayoutPanel

tableLayoutPanel3 public_oe property

public System.Windows.Forms.TableLayoutPanel tableLayoutPanel3
return System.Windows.Forms.TableLayoutPanel

tableLayoutPanel4 public_oe property

public System.Windows.Forms.TableLayoutPanel tableLayoutPanel4
return System.Windows.Forms.TableLayoutPanel

tableLayoutPanel5 public_oe property

public System.Windows.Forms.TableLayoutPanel tableLayoutPanel5
return System.Windows.Forms.TableLayoutPanel