C# 클래스 DND_Monster.AddActionForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: FallenWyvern/DnD-Monster-Generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActionName System.Windows.Forms.Label
AttackAbilityDescription System.Windows.Forms.Label
AttackAbilityDescriptionField System.Windows.Forms.RichTextBox
AttackAbilityNameField System.Windows.Forms.TextBox
AttackBonusUpDown System.Windows.Forms.NumericUpDown
AttackHitEffect System.Windows.Forms.Label
AttackName System.Windows.Forms.Label
AttackNameField System.Windows.Forms.TextBox
AttackRange System.Windows.Forms.Label
AttackTarget System.Windows.Forms.Label
AttackToHitBonus System.Windows.Forms.Label
AttackType System.Windows.Forms.Label
AttackTypeDropdown System.Windows.Forms.ComboBox
DescriptionLabel System.Windows.Forms.Label
HitDamageEffect System.Windows.Forms.TextBox
HitDamageType System.Windows.Forms.ComboBox
HitDiceBonusDamage System.Windows.Forms.NumericUpDown
HitDiceType System.Windows.Forms.ComboBox
HitNumberOfDice System.Windows.Forms.NumericUpDown
NewAbility Ability
NewAttack Ability
NewReaction Ability
RangeUpDownClose System.Windows.Forms.NumericUpDown
RangeUpDownFar System.Windows.Forms.NumericUpDown
Reach System.Windows.Forms.Label
ReachUpDown System.Windows.Forms.NumericUpDown
ReactionDescription System.Windows.Forms.RichTextBox
ReactionName System.Windows.Forms.TextBox
ReactionNameLabel System.Windows.Forms.Label
ReactionSave System.Windows.Forms.Button
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label8 System.Windows.Forms.Label
multiAttackDescription System.Windows.Forms.RichTextBox
tabControl1 System.Windows.Forms.TabControl
tabPage1 System.Windows.Forms.TabPage
tabPage2 System.Windows.Forms.TabPage
tabPage3 System.Windows.Forms.TabPage

공개 메소드들

메소드 설명
AddActionForm ( string currentCR = "" ) : System
LoadAction ( Ability values ) : void
LoadAttack ( Ability values ) : void
LoadReaction ( Ability values ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddActionForm_Load ( object sender, EventArgs e ) : void
AverageDamage ( int numOfDie, string sizeOfDie, int bonus ) : int
ConfigureRange ( object sender, EventArgs e ) : void
DexterityAttackButton_Click ( object sender, EventArgs e ) : void
FillActionOnTabChange ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Save ( object sender, EventArgs e ) : void
StrengthAttackButton_Click ( object sender, EventArgs e ) : void
diceSize ( string sizeOfDie ) : int

메소드 상세

AddActionForm() 공개 메소드

public AddActionForm ( string currentCR = "" ) : System
currentCR string
리턴 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

LoadAction() 공개 메소드

public LoadAction ( Ability values ) : void
values Ability
리턴 void

LoadAttack() 공개 메소드

public LoadAttack ( Ability values ) : void
values Ability
리턴 void

LoadReaction() 공개 메소드

public LoadReaction ( Ability values ) : void
values Ability
리턴 void

프로퍼티 상세

ActionName 공개적으로 프로퍼티

public System.Windows.Forms.Label ActionName
리턴 System.Windows.Forms.Label

AttackAbilityDescription 공개적으로 프로퍼티

public System.Windows.Forms.Label AttackAbilityDescription
리턴 System.Windows.Forms.Label

AttackAbilityDescriptionField 공개적으로 프로퍼티

public System.Windows.Forms.RichTextBox AttackAbilityDescriptionField
리턴 System.Windows.Forms.RichTextBox

AttackAbilityNameField 공개적으로 프로퍼티

public System.Windows.Forms.TextBox AttackAbilityNameField
리턴 System.Windows.Forms.TextBox

AttackBonusUpDown 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown AttackBonusUpDown
리턴 System.Windows.Forms.NumericUpDown

AttackHitEffect 공개적으로 프로퍼티

public System.Windows.Forms.Label AttackHitEffect
리턴 System.Windows.Forms.Label

AttackName 공개적으로 프로퍼티

public System.Windows.Forms.Label AttackName
리턴 System.Windows.Forms.Label

AttackNameField 공개적으로 프로퍼티

public System.Windows.Forms.TextBox AttackNameField
리턴 System.Windows.Forms.TextBox

AttackRange 공개적으로 프로퍼티

public System.Windows.Forms.Label AttackRange
리턴 System.Windows.Forms.Label

AttackTarget 공개적으로 프로퍼티

public System.Windows.Forms.Label AttackTarget
리턴 System.Windows.Forms.Label

AttackToHitBonus 공개적으로 프로퍼티

public System.Windows.Forms.Label AttackToHitBonus
리턴 System.Windows.Forms.Label

AttackType 공개적으로 프로퍼티

public System.Windows.Forms.Label AttackType
리턴 System.Windows.Forms.Label

AttackTypeDropdown 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox AttackTypeDropdown
리턴 System.Windows.Forms.ComboBox

DescriptionLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label DescriptionLabel
리턴 System.Windows.Forms.Label

HitDamageEffect 공개적으로 프로퍼티

public System.Windows.Forms.TextBox HitDamageEffect
리턴 System.Windows.Forms.TextBox

HitDamageType 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox HitDamageType
리턴 System.Windows.Forms.ComboBox

HitDiceBonusDamage 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown HitDiceBonusDamage
리턴 System.Windows.Forms.NumericUpDown

HitDiceType 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox HitDiceType
리턴 System.Windows.Forms.ComboBox

HitNumberOfDice 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown HitNumberOfDice
리턴 System.Windows.Forms.NumericUpDown

NewAbility 공개적으로 프로퍼티

public Ability,DND_Monster NewAbility
리턴 Ability

NewAttack 공개적으로 프로퍼티

public Ability,DND_Monster NewAttack
리턴 Ability

NewReaction 공개적으로 프로퍼티

public Ability,DND_Monster NewReaction
리턴 Ability

RangeUpDownClose 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown RangeUpDownClose
리턴 System.Windows.Forms.NumericUpDown

RangeUpDownFar 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown RangeUpDownFar
리턴 System.Windows.Forms.NumericUpDown

Reach 공개적으로 프로퍼티

public System.Windows.Forms.Label Reach
리턴 System.Windows.Forms.Label

ReachUpDown 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown ReachUpDown
리턴 System.Windows.Forms.NumericUpDown

ReactionDescription 공개적으로 프로퍼티

public System.Windows.Forms.RichTextBox ReactionDescription
리턴 System.Windows.Forms.RichTextBox

ReactionName 공개적으로 프로퍼티

public System.Windows.Forms.TextBox ReactionName
리턴 System.Windows.Forms.TextBox

ReactionNameLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label ReactionNameLabel
리턴 System.Windows.Forms.Label

ReactionSave 공개적으로 프로퍼티

public System.Windows.Forms.Button ReactionSave
리턴 System.Windows.Forms.Button

label1 공개적으로 프로퍼티

public System.Windows.Forms.Label label1
리턴 System.Windows.Forms.Label

label2 공개적으로 프로퍼티

public System.Windows.Forms.Label label2
리턴 System.Windows.Forms.Label

label8 공개적으로 프로퍼티

public System.Windows.Forms.Label label8
리턴 System.Windows.Forms.Label

multiAttackDescription 공개적으로 프로퍼티

public System.Windows.Forms.RichTextBox multiAttackDescription
리턴 System.Windows.Forms.RichTextBox

tabControl1 공개적으로 프로퍼티

public System.Windows.Forms.TabControl tabControl1
리턴 System.Windows.Forms.TabControl

tabPage1 공개적으로 프로퍼티

public System.Windows.Forms.TabPage tabPage1
리턴 System.Windows.Forms.TabPage

tabPage2 공개적으로 프로퍼티

public System.Windows.Forms.TabPage tabPage2
리턴 System.Windows.Forms.TabPage

tabPage3 공개적으로 프로퍼티

public System.Windows.Forms.TabPage tabPage3
리턴 System.Windows.Forms.TabPage