C# 클래스 DND_Monster.AddLegendaryForm

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

공개 프로퍼티들

프로퍼티 타입 설명
AbilityName System.Windows.Forms.TextBox
AbilityNameLabel System.Windows.Forms.Label
LegendaryAbility Legendary
LegendaryAbilityName System.Windows.Forms.TextBox
ListHelperLabel System.Windows.Forms.Label
LoadTrait System.Windows.Forms.Button
NameLabel System.Windows.Forms.Label
SaveTrait System.Windows.Forms.Button
TraitDescriptionBox System.Windows.Forms.RichTextBox
Traits System.Windows.Forms.ListBox
numberOfLegendaryActions System.Windows.Forms.NumericUpDown

공개 메소드들

메소드 설명
AddLegendaryForm ( ) : System
LoadLegendary ( Legendary target ) : void
SerializeTraits ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

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

LoadTrait_Click ( object sender, EventArgs e ) : void
MoveItem ( int direction, ListBox target ) : void
RemoveTrait ( object sender, MouseEventArgs e ) : void
SaveTrait_Click ( object sender, EventArgs e ) : void
TraitsList_KeyDown ( object sender, KeyEventArgs e ) : void
UpdateTitle ( object sender, EventArgs e ) : void

메소드 상세

AddLegendaryForm() 공개 메소드

public AddLegendaryForm ( ) : 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

LoadLegendary() 공개 메소드

public LoadLegendary ( Legendary target ) : void
target Legendary
리턴 void

SerializeTraits() 공개 메소드

public SerializeTraits ( ) : void
리턴 void

프로퍼티 상세

AbilityName 공개적으로 프로퍼티

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

AbilityNameLabel 공개적으로 프로퍼티

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

LegendaryAbility 공개적으로 프로퍼티

public Legendary,DND_Monster LegendaryAbility
리턴 Legendary

LegendaryAbilityName 공개적으로 프로퍼티

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

ListHelperLabel 공개적으로 프로퍼티

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

LoadTrait 공개적으로 프로퍼티

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

NameLabel 공개적으로 프로퍼티

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

SaveTrait 공개적으로 프로퍼티

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

TraitDescriptionBox 공개적으로 프로퍼티

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

Traits 공개적으로 프로퍼티

public System.Windows.Forms.ListBox Traits
리턴 System.Windows.Forms.ListBox

numberOfLegendaryActions 공개적으로 프로퍼티

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