Visual entry of character stats works and validates and shows mods.
Signed-off-by: Melissa Avery-Weir <melissa.avery@wellsfargo.com>
This commit is contained in:
410
d20 SRD Spell Lists/FrmMain.Designer.cs
generated
410
d20 SRD Spell Lists/FrmMain.Designer.cs
generated
@@ -23,13 +23,43 @@
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent() {
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
||||
this.mainTabControl = new System.Windows.Forms.TabControl();
|
||||
this.spellListTab = new System.Windows.Forms.TabPage();
|
||||
this.spellsDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.prepColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.spellNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.componentColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.descColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.customColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.charCustomColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.classComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.characterTab = new System.Windows.Forms.TabPage();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.txtStrength = new System.Windows.Forms.MaskedTextBox();
|
||||
this.lblDexMod = new System.Windows.Forms.Label();
|
||||
this.lblConMod = new System.Windows.Forms.Label();
|
||||
this.lblIntMod = new System.Windows.Forms.Label();
|
||||
this.lblWisMod = new System.Windows.Forms.Label();
|
||||
this.lblChaMod = new System.Windows.Forms.Label();
|
||||
this.lblStrMod = new System.Windows.Forms.Label();
|
||||
this.lblModifiers = new System.Windows.Forms.Label();
|
||||
this.txtDexterity = new System.Windows.Forms.MaskedTextBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.txtConstitution = new System.Windows.Forms.MaskedTextBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.txtIntelligence = new System.Windows.Forms.MaskedTextBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.txtWisdom = new System.Windows.Forms.MaskedTextBox();
|
||||
this.lblIntelligence = new System.Windows.Forms.Label();
|
||||
this.txtCharisma = new System.Windows.Forms.MaskedTextBox();
|
||||
this.lblWisdom = new System.Windows.Forms.Label();
|
||||
this.lblCharisma = new System.Windows.Forms.Label();
|
||||
this.txtCharacter = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.lblDirections = new System.Windows.Forms.Label();
|
||||
this.mainToolStrip = new System.Windows.Forms.ToolStrip();
|
||||
this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
@@ -41,16 +71,14 @@
|
||||
this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.prepColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.spellNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.componentColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.descColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.customColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.charCustomColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
||||
this.mainTabControl.SuspendLayout();
|
||||
this.spellListTab.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.spellsDataGridView)).BeginInit();
|
||||
this.characterTab.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.mainToolStrip.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// mainTabControl
|
||||
@@ -97,6 +125,55 @@
|
||||
this.spellsDataGridView.Size = new System.Drawing.Size(770, 461);
|
||||
this.spellsDataGridView.TabIndex = 2;
|
||||
//
|
||||
// prepColumn
|
||||
//
|
||||
this.prepColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.prepColumn.DataPropertyName = "IsPrepped";
|
||||
this.prepColumn.HeaderText = "Prep?";
|
||||
this.prepColumn.Name = "prepColumn";
|
||||
this.prepColumn.Width = 41;
|
||||
//
|
||||
// spellNameColumn
|
||||
//
|
||||
this.spellNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||||
this.spellNameColumn.DataPropertyName = "Name";
|
||||
this.spellNameColumn.HeaderText = "Name";
|
||||
this.spellNameColumn.Name = "spellNameColumn";
|
||||
this.spellNameColumn.Width = 60;
|
||||
//
|
||||
// componentColumn
|
||||
//
|
||||
this.componentColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.componentColumn.DataPropertyName = "Components";
|
||||
this.componentColumn.HeaderText = "Comp";
|
||||
this.componentColumn.Name = "componentColumn";
|
||||
this.componentColumn.Width = 59;
|
||||
//
|
||||
// descColumn
|
||||
//
|
||||
this.descColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.descColumn.DataPropertyName = "ShortDescription";
|
||||
this.descColumn.HeaderText = "Description";
|
||||
this.descColumn.Name = "descColumn";
|
||||
//
|
||||
// customColumn
|
||||
//
|
||||
this.customColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.customColumn.DataPropertyName = "IsCustom";
|
||||
this.customColumn.HeaderText = "Custom?";
|
||||
this.customColumn.Name = "customColumn";
|
||||
this.customColumn.ReadOnly = true;
|
||||
this.customColumn.Width = 54;
|
||||
//
|
||||
// charCustomColumn
|
||||
//
|
||||
this.charCustomColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.charCustomColumn.DataPropertyName = "IsCharCustom";
|
||||
this.charCustomColumn.HeaderText = "Char?";
|
||||
this.charCustomColumn.Name = "charCustomColumn";
|
||||
this.charCustomColumn.ReadOnly = true;
|
||||
this.charCustomColumn.Width = 41;
|
||||
//
|
||||
// classComboBox
|
||||
//
|
||||
this.classComboBox.FormattingEnabled = true;
|
||||
@@ -117,13 +194,254 @@
|
||||
//
|
||||
// characterTab
|
||||
//
|
||||
this.characterTab.Controls.Add(this.groupBox1);
|
||||
this.characterTab.Controls.Add(this.txtCharacter);
|
||||
this.characterTab.Controls.Add(this.label2);
|
||||
this.characterTab.Controls.Add(this.lblDirections);
|
||||
this.characterTab.Location = new System.Drawing.Point(4, 22);
|
||||
this.characterTab.Name = "characterTab";
|
||||
this.characterTab.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.characterTab.Size = new System.Drawing.Size(563, 349);
|
||||
this.characterTab.Size = new System.Drawing.Size(776, 508);
|
||||
this.characterTab.TabIndex = 1;
|
||||
this.characterTab.Text = "Character";
|
||||
this.characterTab.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.txtStrength);
|
||||
this.groupBox1.Controls.Add(this.lblDexMod);
|
||||
this.groupBox1.Controls.Add(this.lblConMod);
|
||||
this.groupBox1.Controls.Add(this.lblIntMod);
|
||||
this.groupBox1.Controls.Add(this.lblWisMod);
|
||||
this.groupBox1.Controls.Add(this.lblChaMod);
|
||||
this.groupBox1.Controls.Add(this.lblStrMod);
|
||||
this.groupBox1.Controls.Add(this.lblModifiers);
|
||||
this.groupBox1.Controls.Add(this.txtDexterity);
|
||||
this.groupBox1.Controls.Add(this.label3);
|
||||
this.groupBox1.Controls.Add(this.txtConstitution);
|
||||
this.groupBox1.Controls.Add(this.label4);
|
||||
this.groupBox1.Controls.Add(this.txtIntelligence);
|
||||
this.groupBox1.Controls.Add(this.label5);
|
||||
this.groupBox1.Controls.Add(this.txtWisdom);
|
||||
this.groupBox1.Controls.Add(this.lblIntelligence);
|
||||
this.groupBox1.Controls.Add(this.txtCharisma);
|
||||
this.groupBox1.Controls.Add(this.lblWisdom);
|
||||
this.groupBox1.Controls.Add(this.lblCharisma);
|
||||
this.groupBox1.Location = new System.Drawing.Point(15, 79);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(251, 229);
|
||||
this.groupBox1.TabIndex = 15;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Attributes";
|
||||
//
|
||||
// txtStrength
|
||||
//
|
||||
this.txtStrength.Location = new System.Drawing.Point(104, 40);
|
||||
this.txtStrength.Mask = "00";
|
||||
this.txtStrength.Name = "txtStrength";
|
||||
this.txtStrength.Size = new System.Drawing.Size(33, 20);
|
||||
this.txtStrength.TabIndex = 20;
|
||||
this.txtStrength.Text = "10";
|
||||
this.txtStrength.ValidatingType = typeof(int);
|
||||
this.txtStrength.TextChanged += new System.EventHandler(txtStrength_TextChanged);
|
||||
//
|
||||
// lblDexMod
|
||||
//
|
||||
this.lblDexMod.AutoSize = true;
|
||||
this.lblDexMod.Location = new System.Drawing.Point(163, 69);
|
||||
this.lblDexMod.Name = "lblDexMod";
|
||||
this.lblDexMod.Size = new System.Drawing.Size(13, 13);
|
||||
this.lblDexMod.TabIndex = 21;
|
||||
this.lblDexMod.Text = "0";
|
||||
//
|
||||
// lblConMod
|
||||
//
|
||||
this.lblConMod.AutoSize = true;
|
||||
this.lblConMod.Location = new System.Drawing.Point(163, 95);
|
||||
this.lblConMod.Name = "lblConMod";
|
||||
this.lblConMod.Size = new System.Drawing.Size(13, 13);
|
||||
this.lblConMod.TabIndex = 20;
|
||||
this.lblConMod.Text = "0";
|
||||
//
|
||||
// lblIntMod
|
||||
//
|
||||
this.lblIntMod.AutoSize = true;
|
||||
this.lblIntMod.Location = new System.Drawing.Point(163, 121);
|
||||
this.lblIntMod.Name = "lblIntMod";
|
||||
this.lblIntMod.Size = new System.Drawing.Size(13, 13);
|
||||
this.lblIntMod.TabIndex = 19;
|
||||
this.lblIntMod.Text = "0";
|
||||
//
|
||||
// lblWisMod
|
||||
//
|
||||
this.lblWisMod.AutoSize = true;
|
||||
this.lblWisMod.Location = new System.Drawing.Point(163, 147);
|
||||
this.lblWisMod.Name = "lblWisMod";
|
||||
this.lblWisMod.Size = new System.Drawing.Size(13, 13);
|
||||
this.lblWisMod.TabIndex = 18;
|
||||
this.lblWisMod.Text = "0";
|
||||
//
|
||||
// lblChaMod
|
||||
//
|
||||
this.lblChaMod.AutoSize = true;
|
||||
this.lblChaMod.Location = new System.Drawing.Point(163, 173);
|
||||
this.lblChaMod.Name = "lblChaMod";
|
||||
this.lblChaMod.Size = new System.Drawing.Size(13, 13);
|
||||
this.lblChaMod.TabIndex = 17;
|
||||
this.lblChaMod.Text = "0";
|
||||
//
|
||||
// lblStrMod
|
||||
//
|
||||
this.lblStrMod.AutoSize = true;
|
||||
this.lblStrMod.Location = new System.Drawing.Point(163, 43);
|
||||
this.lblStrMod.Name = "lblStrMod";
|
||||
this.lblStrMod.Size = new System.Drawing.Size(13, 13);
|
||||
this.lblStrMod.TabIndex = 16;
|
||||
this.lblStrMod.Text = "0";
|
||||
//
|
||||
// lblModifiers
|
||||
//
|
||||
this.lblModifiers.AutoSize = true;
|
||||
this.lblModifiers.Location = new System.Drawing.Point(153, 16);
|
||||
this.lblModifiers.Name = "lblModifiers";
|
||||
this.lblModifiers.Size = new System.Drawing.Size(52, 13);
|
||||
this.lblModifiers.TabIndex = 15;
|
||||
this.lblModifiers.Text = "Modifiers:";
|
||||
//
|
||||
// txtDexterity
|
||||
//
|
||||
this.txtDexterity.Location = new System.Drawing.Point(104, 66);
|
||||
this.txtDexterity.Name = "txtDexterity";
|
||||
this.txtDexterity.Size = new System.Drawing.Size(33, 20);
|
||||
this.txtDexterity.TabIndex = 21;
|
||||
this.txtDexterity.Text = "10";
|
||||
this.txtDexterity.TextChanged += new System.EventHandler(this.txtDexterity_TextChanged);
|
||||
this.txtDexterity.Mask = "00";
|
||||
this.txtDexterity.ValidatingType = typeof(int);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(6, 43);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(50, 13);
|
||||
this.label3.TabIndex = 2;
|
||||
this.label3.Text = "Strength:";
|
||||
//
|
||||
// txtConstitution
|
||||
//
|
||||
this.txtConstitution.Location = new System.Drawing.Point(104, 92);
|
||||
this.txtConstitution.Name = "txtConstitution";
|
||||
this.txtConstitution.Size = new System.Drawing.Size(33, 20);
|
||||
this.txtConstitution.TabIndex = 13;
|
||||
this.txtConstitution.Text = "10";
|
||||
this.txtConstitution.TextChanged += new System.EventHandler(this.txtConstitution_TextChanged);
|
||||
this.txtConstitution.Mask = "00";
|
||||
this.txtConstitution.ValidatingType = typeof(int);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(6, 69);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(51, 13);
|
||||
this.label4.TabIndex = 3;
|
||||
this.label4.Text = "Dexterity:";
|
||||
//
|
||||
// txtIntelligence
|
||||
//
|
||||
this.txtIntelligence.Location = new System.Drawing.Point(104, 118);
|
||||
this.txtIntelligence.Name = "txtIntelligence";
|
||||
this.txtIntelligence.Size = new System.Drawing.Size(33, 20);
|
||||
this.txtIntelligence.TabIndex = 12;
|
||||
this.txtIntelligence.Text = "10";
|
||||
this.txtIntelligence.TextChanged += new System.EventHandler(this.txtIntelligence_TextChanged);
|
||||
this.txtIntelligence.Mask = "00";
|
||||
this.txtIntelligence.ValidatingType = typeof(int);
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(6, 95);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(65, 13);
|
||||
this.label5.TabIndex = 4;
|
||||
this.label5.Text = "Constitution:";
|
||||
//
|
||||
// txtWisdom
|
||||
//
|
||||
this.txtWisdom.Location = new System.Drawing.Point(104, 144);
|
||||
this.txtWisdom.Name = "txtWisdom";
|
||||
this.txtWisdom.Size = new System.Drawing.Size(33, 20);
|
||||
this.txtWisdom.TabIndex = 11;
|
||||
this.txtWisdom.Text = "10";
|
||||
this.txtWisdom.TextChanged += new System.EventHandler(this.txtWisdom_TextChanged);
|
||||
this.txtWisdom.Mask = "00";
|
||||
this.txtWisdom.ValidatingType = typeof(int);
|
||||
//
|
||||
// lblIntelligence
|
||||
//
|
||||
this.lblIntelligence.AutoSize = true;
|
||||
this.lblIntelligence.Location = new System.Drawing.Point(6, 121);
|
||||
this.lblIntelligence.Name = "lblIntelligence";
|
||||
this.lblIntelligence.Size = new System.Drawing.Size(64, 13);
|
||||
this.lblIntelligence.TabIndex = 5;
|
||||
this.lblIntelligence.Text = "Intelligence:";
|
||||
//
|
||||
// txtCharisma
|
||||
//
|
||||
this.txtCharisma.Location = new System.Drawing.Point(104, 170);
|
||||
this.txtCharisma.Name = "txtCharisma";
|
||||
this.txtCharisma.Size = new System.Drawing.Size(33, 20);
|
||||
this.txtCharisma.TabIndex = 10;
|
||||
this.txtCharisma.Text = "10";
|
||||
this.txtCharisma.TextChanged += new System.EventHandler(this.txtCharisma_TextChanged);
|
||||
this.txtCharisma.Mask = "00";
|
||||
this.txtCharisma.ValidatingType = typeof(int);
|
||||
//
|
||||
// lblWisdom
|
||||
//
|
||||
this.lblWisdom.AutoSize = true;
|
||||
this.lblWisdom.Location = new System.Drawing.Point(6, 147);
|
||||
this.lblWisdom.Name = "lblWisdom";
|
||||
this.lblWisdom.Size = new System.Drawing.Size(48, 13);
|
||||
this.lblWisdom.TabIndex = 6;
|
||||
this.lblWisdom.Text = "Wisdom:";
|
||||
//
|
||||
// lblCharisma
|
||||
//
|
||||
this.lblCharisma.AutoSize = true;
|
||||
this.lblCharisma.Location = new System.Drawing.Point(6, 173);
|
||||
this.lblCharisma.Name = "lblCharisma";
|
||||
this.lblCharisma.Size = new System.Drawing.Size(53, 13);
|
||||
this.lblCharisma.TabIndex = 7;
|
||||
this.lblCharisma.Text = "Charisma:";
|
||||
//
|
||||
// txtCharacter
|
||||
//
|
||||
this.txtCharacter.Location = new System.Drawing.Point(110, 37);
|
||||
this.txtCharacter.Name = "txtCharacter";
|
||||
this.txtCharacter.Size = new System.Drawing.Size(156, 20);
|
||||
this.txtCharacter.TabIndex = 8;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(12, 42);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(92, 13);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "Character\'s name:";
|
||||
//
|
||||
// lblDirections
|
||||
//
|
||||
this.lblDirections.AutoSize = true;
|
||||
this.lblDirections.Location = new System.Drawing.Point(8, 12);
|
||||
this.lblDirections.Name = "lblDirections";
|
||||
this.lblDirections.Size = new System.Drawing.Size(578, 13);
|
||||
this.lblDirections.TabIndex = 0;
|
||||
this.lblDirections.Text = "Provide as much or as little information as you\'d like. We\'ll use your class and " +
|
||||
"spellcasting attribute to determine spell DCs.";
|
||||
//
|
||||
// mainToolStrip
|
||||
//
|
||||
@@ -225,54 +543,9 @@
|
||||
this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.helpToolStripButton.Text = "He&lp";
|
||||
//
|
||||
// prepColumn
|
||||
// errorProvider
|
||||
//
|
||||
this.prepColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.prepColumn.DataPropertyName = "IsPrepped";
|
||||
this.prepColumn.HeaderText = "Prep?";
|
||||
this.prepColumn.Name = "prepColumn";
|
||||
this.prepColumn.Width = 41;
|
||||
//
|
||||
// spellNameColumn
|
||||
//
|
||||
this.spellNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||||
this.spellNameColumn.DataPropertyName = "Name";
|
||||
this.spellNameColumn.HeaderText = "Name";
|
||||
this.spellNameColumn.Name = "spellNameColumn";
|
||||
this.spellNameColumn.Width = 60;
|
||||
//
|
||||
// componentColumn
|
||||
//
|
||||
this.componentColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.componentColumn.DataPropertyName = "Components";
|
||||
this.componentColumn.HeaderText = "Comp";
|
||||
this.componentColumn.Name = "componentColumn";
|
||||
this.componentColumn.Width = 59;
|
||||
//
|
||||
// descColumn
|
||||
//
|
||||
this.descColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.descColumn.DataPropertyName = "ShortDescription";
|
||||
this.descColumn.HeaderText = "Description";
|
||||
this.descColumn.Name = "descColumn";
|
||||
//
|
||||
// customColumn
|
||||
//
|
||||
this.customColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.customColumn.DataPropertyName = "IsCustom";
|
||||
this.customColumn.HeaderText = "Custom?";
|
||||
this.customColumn.Name = "customColumn";
|
||||
this.customColumn.ReadOnly = true;
|
||||
this.customColumn.Width = 54;
|
||||
//
|
||||
// charCustomColumn
|
||||
//
|
||||
this.charCustomColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.charCustomColumn.DataPropertyName = "IsCharCustom";
|
||||
this.charCustomColumn.HeaderText = "Char?";
|
||||
this.charCustomColumn.Name = "charCustomColumn";
|
||||
this.charCustomColumn.ReadOnly = true;
|
||||
this.charCustomColumn.Width = 41;
|
||||
this.errorProvider.ContainerControl = this;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
@@ -287,8 +560,13 @@
|
||||
this.spellListTab.ResumeLayout(false);
|
||||
this.spellListTab.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.spellsDataGridView)).EndInit();
|
||||
this.characterTab.ResumeLayout(false);
|
||||
this.characterTab.PerformLayout();
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.mainToolStrip.ResumeLayout(false);
|
||||
this.mainToolStrip.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -319,6 +597,30 @@
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn descColumn;
|
||||
private System.Windows.Forms.DataGridViewCheckBoxColumn customColumn;
|
||||
private System.Windows.Forms.DataGridViewCheckBoxColumn charCustomColumn;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label lblDirections;
|
||||
private System.Windows.Forms.Label lblCharisma;
|
||||
private System.Windows.Forms.Label lblWisdom;
|
||||
private System.Windows.Forms.Label lblIntelligence;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.TextBox txtCharacter;
|
||||
private System.Windows.Forms.MaskedTextBox txtDexterity;
|
||||
private System.Windows.Forms.MaskedTextBox txtConstitution;
|
||||
private System.Windows.Forms.MaskedTextBox txtIntelligence;
|
||||
private System.Windows.Forms.MaskedTextBox txtWisdom;
|
||||
private System.Windows.Forms.MaskedTextBox txtCharisma;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.Label lblDexMod;
|
||||
private System.Windows.Forms.Label lblConMod;
|
||||
private System.Windows.Forms.Label lblIntMod;
|
||||
private System.Windows.Forms.Label lblWisMod;
|
||||
private System.Windows.Forms.Label lblChaMod;
|
||||
private System.Windows.Forms.Label lblStrMod;
|
||||
private System.Windows.Forms.Label lblModifiers;
|
||||
private System.Windows.Forms.ErrorProvider errorProvider;
|
||||
private System.Windows.Forms.MaskedTextBox txtStrength;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -36,5 +36,55 @@ namespace d20_SRD_Spell_Lists {
|
||||
string charClass = classList.SelectedItem.ToString();
|
||||
this.spellsDataGridView.DataSource = spells.byClass((Character.SpellCastingClasses)Enum.Parse(typeof(Character.SpellCastingClasses), charClass, true));
|
||||
}
|
||||
|
||||
private void txtStrength_Validating(object sender, CancelEventArgs e) {
|
||||
int val;
|
||||
if (txtStrength.Text != "" && !int.TryParse(txtStrength.Text, out val)) {
|
||||
errorProvider.SetError(txtStrength, "Strength should be a number or empty.");
|
||||
e.Cancel = true;
|
||||
}
|
||||
}
|
||||
|
||||
private void txtStrength_TextChanged(object sender, EventArgs e) {
|
||||
if (txtStrength.Text != "") {
|
||||
character.Strength = int.Parse(txtStrength.Text);
|
||||
lblStrMod.Text = String.Format((character.StrengthMod >= 0) ? "+{0:D}" : "{0:D}", character.StrengthMod);
|
||||
}
|
||||
}
|
||||
|
||||
private void txtDexterity_TextChanged(object sender, EventArgs e) {
|
||||
if (txtDexterity.Text != "") {
|
||||
character.Dexterity = int.Parse(txtDexterity.Text);
|
||||
lblDexMod.Text = String.Format((character.DexterityMod >= 0) ? "+{0:D}" : "{0:D}", character.DexterityMod);
|
||||
}
|
||||
}
|
||||
|
||||
private void txtConstitution_TextChanged(object sender, EventArgs e) {
|
||||
if (txtConstitution.Text != "") {
|
||||
character.Constitution = int.Parse(txtConstitution.Text);
|
||||
lblConMod.Text = String.Format((character.Constitution >= 0) ? "+{0:D}" : "{0:D}", character.ConstitutionMod);
|
||||
}
|
||||
}
|
||||
|
||||
private void txtIntelligence_TextChanged(object sender, EventArgs e) {
|
||||
if (txtIntelligence.Text != "") {
|
||||
character.Intelligence = int.Parse(txtIntelligence.Text);
|
||||
lblIntMod.Text = String.Format((character.Intelligence >= 0) ? "+{0:D}" : "{0:D}", character.IntelligenceMod);
|
||||
}
|
||||
}
|
||||
|
||||
private void txtWisdom_TextChanged(object sender, EventArgs e) {
|
||||
if (txtWisdom.Text != "") {
|
||||
character.Wisdom = int.Parse(txtWisdom.Text);
|
||||
lblWisMod.Text = String.Format((character.Wisdom >= 0) ? "+{0:D}" : "{0:D}", character.WisdomMod);
|
||||
}
|
||||
}
|
||||
|
||||
private void txtCharisma_TextChanged(object sender, EventArgs e) {
|
||||
if (txtCharisma.Text != "") {
|
||||
character.Charisma = int.Parse(txtCharisma.Text);
|
||||
lblChaMod.Text = String.Format((character.Charisma >= 0) ? "+{0:D}" : "{0:D}", character.CharismaMod);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,118 +142,125 @@
|
||||
<data name="newToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEPSURBVDhPrdPZasJAFAZgX8q+Q32N9o2kXkjphQsigoJC
|
||||
ixa1VAWXiohG7IakbmjcNcYl5i8TCQSdGXPhgcPczHwz5xzGZrtWRN+bOM1wqo5gvAJfrIBy4w/cu8hh
|
||||
VjyG3nDjuOcjkbTABB58cSRy9SMiiPSXhF6rTMDpedEPG0ktJfD8wQT26gEEMSAq4I3mqYCmaZCVHQZj
|
||||
WQfst3f0Ep7CGSqw3amYzBWI/TkfcAdTZ4B60LCQt+hJK3yJEz7g8ifOAGWzhzRdo9WdofYt8QFSnzlI
|
||||
42bLDdqDBZqtMUpC3zpgbtxPe4rq5xDZSsc6YG6c8DtCodZDsihaA4x5s1bmGI0Zkw2X8lofWHf+AdjM
|
||||
9sNc+xBlAAAAAElFTkSuQmCC
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAQ9JREFUOE+t09lq
|
||||
wkAUBmBfyr5DfY32jaReSOmFCyKCgkKLFrVUBZeKiEbshqRuaNw1xiXmLxMJBJ0Zc+GBw9zMfDPnHMZm
|
||||
u1ZE35s4zXCqjmC8Al+sgHLjD9y7yGFWPIbecOO45yORtMAEHnxxJHL1IyKI9JeEXqtMwOl50Q8bSS0l
|
||||
8PzBBPbqAQQxICrgjeapgKZpkJUdBmNZB+y3d/QSnsIZKrDdqZjMFYj9OR9wB1NngHrQsJC36EkrfIkT
|
||||
PuDyJ84AZbOHNF2j1Z2h9i3xAVKfOUjjZssN2oMFmq0xSkLfOmBu3E97iurnENlKxzpgbpzwO0Kh1kOy
|
||||
KFoDjHmzVuYYjRmTDZfyWh9Yd/4B2Mz2w1z7EGUAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="openToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJQSURBVDhPlZNdSNNRGMb/F110ZZEVhVBgeeHNICiiuggp
|
||||
olAUyyxI0oSaH1QYC3N+tKnp5ubm1JUua5uuqdPKMgr7kApFItTUkWZqVhSVYmao5Nev/xyoQ4k88Nyc
|
||||
8z6/93nP4QjCfy6lwc4ltZVso4P/tMyXRcmMHqZ0EeY6jZQVInzuf0e1Tb9Ina3P/tkpLD6XkNg8BJe5
|
||||
u93C+HDVrP4M2ZkcMOOw5tLZ9nxJyJE4HSExBoKkBQhVpTrGhso9zNPfiph0JlB+U01ZcRbmwnRMeWlc
|
||||
08opUCV6QissGsZ+WOY6z4hmuuXglC6pRYBbJSp+fzXNxnaZ66o1s3rkyKHWruJuWRYOcwZ2kxKr8TI3
|
||||
DCkU6+QYNUnuNGWmLEY+5uOK3degoKZcx3SfEvozPfVB3OtNhi4ZvI2nrTIc23U9gtmYwa8eNXzScq8i
|
||||
l6bHWnfRwhHeREJzGFONgYw/CeB9qQSZNNR9FyUGBT87lfQ3plJj1zLTq4COGDegLVo0HmeqKZjx+gOM
|
||||
PNzDYPU2lLF+4jhyN6BIl8pgexK3bRpaXopJuhJEwGloiWDmVSgTLw4xWreXoZrtfK/wp/nKak4E+s6/
|
||||
hDFHTkd9GndsOdCTBq1i3NdHmWgIYvRpAMO1OxlwSPhi2YpT641CuoWzsSfnAfnZiVRZ1Tjvx9GsF+bU
|
||||
pF1BvWolD9JXUZmyDnOiD1cvbCZiYXfXCPrMi+gVZ8hOiiL53DHORwdzKnw/hw/uYt9uCTskfvj7+rBp
|
||||
41rWr/Fig7fX8j/Tsn/fcgx/ARfG3ml6M3rzAAAAAElFTkSuQmCC
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAlpJREFUOE+tk21I
|
||||
k1EYhif0oyA0sqIQCix/+GcQFFH9CCmiUBTLLEjShJofVBgL2fxoU9Pp5ubUlS5rU9f8rCyjsA+pUCRC
|
||||
TR1ppmVFUSlmhq78unrnQF1KGHTg/nEOz30993PO+7qJFrmUeiv2n+Mij+XLRLLYULdF2pxlEVIDcw0p
|
||||
AsyxD5fmI/rQ94pqi26eOlsfuZj+7BgSm01QdA4ih7m73Yx9qGpavwatjPebqCzOprPt8YKQgzFagqL0
|
||||
BEjyEFWVaBkdLHMxT34uYNwWR9nVTEoL0zHlp2DMSeaSRk6eKt4VWm5WM/rVPNN5SjDTLQebZEHNA1wr
|
||||
UvHjk3E6tsNcV62e1r3KLGqtKm6WplNpSsVqVFJsOM8VfSKFWjkGtcyZptSYzvC7XByx3zQoqCnTMvlG
|
||||
CX1prnornPUmQJcUXsbSVhGK5bIOkcmQyveeTHiv4VZ5Nk33Nc6iuSO8CIfmECYa/bE/8ON1iRipJNh5
|
||||
F0V6Bd86lfQ1JlFj1TDVq4COKCegLVIwHmGiKRB7/V6G7+5koHozymgfYRy5E1CgTWKgXcZ1i5qWp0KS
|
||||
rjgBcAJawph6FszYk/2M1O1isGYLX8p9ab6wgqP+3rMvYciS01GfzA1LFvQkQ6sQ9/khxhoCGHnox1Dt
|
||||
NvorxXw0b8Km8UQh2cip6GOzgNyMeKqKM7HdjqFZJ5pRk2YJ9aql3EnxoCJxNaZ4Ly6e3UDY3O6OEXRp
|
||||
59ApTpIhiyDh9GHORAZyPHQPB/ZtZ/cOMVvFPvh6e7F+3SrWrHRnraf7Xz/xf/rJ/kvxb84I3U1y+9/W
|
||||
AAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="saveToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIsSURBVDhPrZPdS5NxFMf3L3TfTdBFtzU1hmuxGjzlHMqq
|
||||
YVgRvT2RL+XSZZqoWJlGLV8gW+HSScvpJJxU+AamSI2hTCVLM1e0xKGm2EQw+PY7v+j5tTIvoh+cy8/n
|
||||
POec76NS/Y/37GkUVL72ZbR5l/DYvYDGhgjuO2ZQW/MJ9tsh3CifQmnJBAoLXiMvdxQXzgeh9Cawtweo
|
||||
qV7FRm9ldQ3GtF4cTnvCSxF4Wxe5oLLiy195giMLK9htfg61WoblkEcI3I/muaC05PO6gp/w+/Ai4kw+
|
||||
FFyexgFzkxA462e54JLt3R+CX+GRyQi2SV5Yc8aRmuIUgrq7YS7IzhqNEfwODwbD2Kx3Q5YDMJkcQlBd
|
||||
9ZEL5DMBRbAe3OP/gE2JDThy9AWSkmqF4GblNLq7wE4JHD/5CpZjA3zbtDCamT6bOv+A+3DQ0glJsgvB
|
||||
1bJJdPjAMgA0ub6xu39F+fU5vlRaGM2cmRFU4OTUdhgMFUJwpXAcnmbgoXONBScKY3pOTJlP2JB+roh3
|
||||
Tk5h8H4P9PoyIbDljTEYqLoT5Z1JwEKCOK2EobezGJuag5x7DXuNbRzW7nFBpysSAoql4x6UzyYBwWfz
|
||||
b+FNaB6hmSVcLLYjXu9icCPidz2ANjFfCDIzhtncy3zmrQYPtuyQ0NLRD1/XILr7/Bh4OYR9JgvUunok
|
||||
MHi7pg4ajVUIKNOnT/XzeFLCKCR0ZzoVbZsWRjNTVyqCdyZkxwr+9a/+Dk60OMVjMFpXAAAAAElFTkSu
|
||||
QmCC
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAixJREFUOE+tk91L
|
||||
k3EUx/cvdN9N0EW3NTWGa7EaPOUcyqphWBG9PZEv5dJlmqhYmUYtXyBb4dJJy+kknFT4BqZIjaFMJUsz
|
||||
V7TEoabYRDD49ju/6Pm1Mi+iH5zLz+c855zvo1L9j/fsaRRUvvZltHmX8Ni9gMaGCO47ZlBb8wn22yHc
|
||||
KJ9CackECgteIy93FBfOB6H0JrC3B6ipXsVGb2V1Dca0XhxOe8JLEXhbF7mgsuLLX3mCIwsr2G1+DrVa
|
||||
huWQRwjcj+a5oLTk87qCn/D78CLiTD4UXJ7GAXOTEDjrZ7ngku3dH4Jf4ZHJCLZJXlhzxpGa4hSCurth
|
||||
LsjOGo0R/A4PBsPYrHdDlgMwmRxCUF31kQvkMwFFsB7c4/+ATYkNOHL0BZKSaoXgZuU0urvATgkcP/kK
|
||||
lmMDfNu0MJqZPps6/4D7cNDSCUmyC8HVskl0+MAyADS5vrG7f0X59Tm+VFoYzZyZEVTg5NR2GAwVQnCl
|
||||
cByeZuChc40FJwpjek5MmU/YkH6uiHdOTmHwfg/0+jIhsOWNMRiouhPlnUnAQoI4rYSht7MYm5qDnHsN
|
||||
e41tHNbucUGnKxICiqXjHpTPJgHBZ/Nv4U1oHqGZJVwstiNe72JwI+J3PYA2MV8IMjOG2dzLfOatBg+2
|
||||
7JDQ0tEPX9cguvv8GHg5hH0mC9S6eiQweLumDhqNVQgo06dP9fN4UsIoJHRnOhVtmxZGM1NXKoJ3JmTH
|
||||
Cv71r/4OTrQ4xWMwWlcAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="printToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAItSURBVDhPtZP/T1JRGMb9p1itrVZbbRpqZbawnBENV1I0
|
||||
jGlByTSyKTXJwq2oKZQb1KAv6JCYWSxvdsklKVPETSAnSIQIqBBfnu69VGTA1tY62/vLe8/zfN77nHPK
|
||||
yv7HcnmCML6aKVmG0WmU5NLiMdKNP1fyWxre5VU8MU+giispbaC3fMRmIoUv4Shs9lmmnllJ6EwE7DM+
|
||||
1As7cfRMe3GDd45FEFOLW+A0eS2WgHMhAIOFROWJSzBZiUKDUCQOtYFAOpOFzx/aQjfbPoGc9qKuSY5a
|
||||
vgw31M9xW2vOmzhmPYx4lHQxdJr6k+wPxeHyhHBPZ2X+XdYziAeGcVSdlOYMnPM+9GpHoDF9wF29DQ9f
|
||||
vEevxoL2W3qIOtTgNitwgNpcUd+CY2evQdk/BLFcjf0NF3MGNwdeIhpPFKRON1LpDDaoQOkMguENLK3E
|
||||
IO3WoLG1h5rgx0nI+4wwvZ7CU6sdGuMY7miH0al6DEl3P4RtKvAuKMBp6sBBnhTlx8U4R/XqBFexu1aY
|
||||
m6BNqStKp5vR9SS8/jVMzgXx1hHAELEErqgLlQ2tYFWcyhlIFI8KDKgM8TWWwtzndYw7w2D3bYfuzQqT
|
||||
/GH+FeyqEeQNWq4PIJkCKBjC8SyWI1ksBDKYcG9ieDKGQdsqlCwWVCMRxmAfR5QX0xOI5ffhpgT0x7+p
|
||||
X6P//hhqGmWo5l0Gm7pl5dRx7eU0Y8+R89h5SIAd1aexjc1nqEXF//qavwMB2C9JXlZfHwAAAABJRU5E
|
||||
rkJggg==
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAi1JREFUOE+1k/9P
|
||||
UlEYxv2nWK2tVlttGmpltrCcEQ1XUjSMaUHJNLIpNcnCragplBvUoC/okJhZLG92ySUpU8RNICdIhAio
|
||||
EF+e7r1UZMDW1jrb+8t7z/N83vucc8rK/sdyeYIwvpopWYbRaZTk0uIx0o0/V/JbGt7lVTwxT6CKKylt
|
||||
oLd8xGYihS/hKGz2WaaeWUnoTATsMz7UCztx9Ex7cYN3jkUQU4tb4DR5LZaAcyEAg4VE5YlLMFmJQoNQ
|
||||
JA61gUA6k4XPH9pCN9s+gZz2oq5Jjlq+DDfUz3Fba86bOGY9jHiUdDF0mvqT7A/F4fKEcE9nZf5d1jOI
|
||||
B4ZxVJ2U5gyc8z70akegMX3AXb0ND1+8R6/GgvZbeog61OA2K3CA2lxR34JjZ69B2T8EsVyN/Q0XcwY3
|
||||
B14iGk8UpE43UukMNqhA6QyC4Q0srcQg7dagsbWHmuDHScj7jDC9nsJTqx0a4xjuaIfRqXoMSXc/hG0q
|
||||
8C4owGnqwEGeFOXHxThH9eoEV7G7VpiboE2pK0qnm9H1JLz+NUzOBfHWEcAQsQSuqAuVDa1gVZzKGUgU
|
||||
jwoMqAzxNZbC3Od1jDvDYPdth+7NCpP8Yf4V7KoR5A1arg8gmQIoGMLxLJYjWSwEMphwb2J4MoZB2yqU
|
||||
LBZUIxHGYB9HlBfTE4jl9+GmBPTHv6lfo//+GGoaZajmXQabumXl1HHt5TRjz5Hz2HlIgB3Vp7GNzWeo
|
||||
RcX/+pq/AwHYL0leVl8fAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="cutToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGHSURBVDhPrdNNS0JREAbgfk3QpkVRCUUSFrUQFJSrEIRZ
|
||||
pKWULSIlsgJTMD+SpF0tLIS6hhZIKBalkJmkUdqiL1OxTMFoXfCWV5BcdLlRsznDYeY5A8Opq/vvuEje
|
||||
wen247v7kHnGJumtufvx3ZdiCabVjZpici+A8FmcGVCW7Wsk/EcRqiFfKEGmmkX68ZE5sOM9hvlrimwu
|
||||
j2A4DpFEiaenHHPgIHSOJbsD2x4f1AsW9EtGmTeXx05nnzE1b8HwxByIgTHoDKbfAWVEoTaBkEyCkBsQ
|
||||
PE0yBzKFDxhdbxDr01h03IKniUGoTcC6lUIkUaSHUvl3DNpeIdbdgyN1gD+6BqEmBN5MEj0KH5Y3Kpv5
|
||||
MYyuEgh9Dl0jHrSLbFAtusGbjlabWISNHhDrs9WCNoGZygXaa+okfVdo5CjpAUKXogq8oRRa+HoqH7de
|
||||
olO6jYaOIdQ3NNEDqpUbsKUkmvlGsLmV3QciGbD6FGjplsK1H6MHDqM5cGXraO2Vw7l7wnx1f/nRn6qq
|
||||
3+OKoLtvAAAAAElFTkSuQmCC
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAYdJREFUOE+t001L
|
||||
QlEQBuB+TdCmRVEJRRIWtRAUlKsQhFmkpZQtIiWyAlMwP5KkXS0shLqGFkgoFqWQmaRR2qIvU7FMwWhd
|
||||
8JZXkFx0uVGzOcNh5jkDw6mr+++4SN7B6fbju/uQecYm6a25+/Hdl2IJptWNmmJyL4DwWZwZUJbtayT8
|
||||
RxGqIV8oQaaaRfrxkTmw4z2G+WuKbC6PYDgOkUSJp6ccc+AgdI4luwPbHh/UCxb0S0aZN5fHTmefMTVv
|
||||
wfDEHIiBMegMpt8BZUShNoGQTIKQGxA8TTIHMoUPGF1vEOvTWHTcgqeJQahNwLqVQiRRpIdS+XcM2l4h
|
||||
1t2DI3WAP7oGoSYE3kwSPQofljcqm/kxjK4SCH0OXSMetItsUC26wZuOVptYhI0eEOuz1YI2gZnKBdpr
|
||||
6iR9V2jkKOkBQpeiCryhFFr4eioft16iU7qNho4h1Dc00QOqlRuwpSSa+UawuZXdByIZsPoUaOmWwrUf
|
||||
owcOozlwZeto7ZXDuXvCfHV/+dGfqqrf44qgu28AAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="copyToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHiSURBVDhPpZPRT5JRGMb9U0rHnHXtH9BaWa0222pe1EVb
|
||||
2briQq+6atlsyzVstIkhzcLSAfahtJbS0mESaQaJlIGTzBkslPEpiSDor+87LAnawM13e+7O+3uf55z3
|
||||
VFUdtBwT31AljQeELCNe+hwfCC//Yl9stbm0zMMerrc9J7i4XBliHwsU9ed2dunqf4PTHeBSS2dliGXU
|
||||
JwDOEEifwR+WeWh+jTQpY5tIYHUleDKaQD8UFwquZIpd9Tk8ew4y2znkjTSRWFIASqt9YJX6Zje+hfUC
|
||||
xGRziXO97m10IzK3pZ+0Pg3T/3btP0CLMYZjSuZo0zCf5uN5iEHJq+beTGVZTaRYiqzzNbyG6VVUADqk
|
||||
nJBfmXpFF+VI00vqLgxS2/gsD1DzbqWze5O1phA3DF94YF0qciD/zrKwsoV7bgOjNIPm3OMCQE6mmf8e
|
||||
wxeM4PH/YPzjIm29+ee9NZBEa4hy+X6I83dmhYzSNJoz3QVA/emrlKpVPysAWSVeLJFlLrzJmFfG/i7O
|
||||
o0EPNQ368jtyrX1KAP6d/NdBt+091Sd05QEXb7pIZXYwDXnpsc9gfDEtJqvNBsskh4/fKw9o0DqV27YK
|
||||
1Taa0ZztoeZUF9UnO5XmDg4du1t5zff1mQ566A8dAOcMIXbZrQAAAABJRU5ErkJggg==
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAeJJREFUOE+lk9FP
|
||||
klEYxv1TSsecde0f0FpZrTbbal7URVvZuuJCr7pq2WzLNWy0iSHNwtIB9qG0ltLSYRJpBomUgZPMGSyU
|
||||
8SmJIOiv7zssCdrAzXd77s77e5/nnPdUVR20HBPfUCWNB4QsI176HB8IL/9iX2y1ubTMwx6utz0nuLhc
|
||||
GWIfCxT153Z26ep/g9Md4FJLZ2WIZdQnAM4QSJ/BH5Z5aH6NNCljm0hgdSV4MppAPxQXCq5kil31OTx7
|
||||
DjLbOeSNNJFYUgBKq31glfpmN76F9QLEZHOJc73ubXQjMreln7Q+DdP/du0/QIsxhmNK5mjTMJ/m43mI
|
||||
Qcmr5t5MZVlNpFiKrPM1vIbpVVQAOqSckF+ZekUX5UjTS+ouDFLb+CwPUPNupbN7k7WmEDcMX3hgXSpy
|
||||
IP/OsrCyhXtuA6M0g+bc4wJATqaZ/x7DF4zg8f9g/OMibb355701kERriHL5fojzd2aFjNI0mjPdBUD9
|
||||
6auUqlU/KwBZJV4skWUuvMmYV8b+Ls6jQQ81DfryO3KtfUoA/p3810G37T3VJ3TlARdvukhldjANeemx
|
||||
z2B8MS0mq80GyySHj98rD2jQOpXbtgrVNprRnO2h5lQX1Sc7leYODh27W3nN9/WZDnroDx0A5wwhdtmt
|
||||
AAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="pasteToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJQSURBVDhPtZNZSJRhFIZ/6MJuihbqqquC6CaKCKqLjMIs
|
||||
TDOMxIysiRiVEpXJ0iE1NUUnt0nTxshlUHOrRFEpEiFxaNdwjBaJ1Mhpsuafcc/i6f8/GWxo86YDL+fm
|
||||
vM9Z+D5J+h/R2ZxB+81UGssSmBe/oTIPt8pyjuCwVTFmu8ZgXzZntb7kpeu4YtBjTI/7FagaJ+V6pp11
|
||||
TDqqMRfrGB+pICclihdd8Zw/7U+8ZjO2zmOMtK4mOmy/J0QFqOZpZw1FGUfptmQjvy9guE/PW8sJmkoC
|
||||
CQ/1pipxFU/zJCIP7/ME1FXkzALkGxgSw0jWhaCPCuZcZBA6bSAxGn8iQn3Ij14jACF+3p6A6lIDU3It
|
||||
U3YT40OZ2J9HYa1YLtRbvozu4kU8MnoJsyqfbRs9AWZTBhP2MiYG0hh/eYqxZweRmxeTW95KpqmRC5dr
|
||||
iTeYiUktITzBSFhsliegtDCV0UEjY31aRh/747q/iY+3VwizO6ZnvuFwTjIw7CA4IoWA4/o5SEluEvKr
|
||||
NFwPfXF1rMfZtpLBckl0VqP0VqeQqaad3n6bMN/tsrInSDMLKcxK4HPPGZzt65BblmKv96L/uiTG/jrz
|
||||
nS8upfMHB71vbFh63uEXGoOvYt619wDe23cg5V+Mw/4gQjEv4VPDQoYqF2AtkohWdlbHdk9wVZmgwNxG
|
||||
U4dVZFVbN6xFupQcKx6I+8rurFUO9nPne5bXwlx/p5ua1idzAHWN3KSTygsLRBO0m4CdWwRZvba6s7vb
|
||||
77KY4E9xSLm2WvAvzeuz/a3oB0747y0N60d/AAAAAElFTkSuQmCC
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAlBJREFUOE+1k1lI
|
||||
lGEUhn/owm6KFuqqq4LoJooIqouMwixMM4zEjKyJGJUSlcnSITU1RSe3SdPGyGVQc6tEUSkSIXFo13CM
|
||||
FonUyGmy5p9xz+Lp/z8ZbGjzpgMv5+a8z1n4Pkn6H9HZnEH7zVQayxKYF7+hMg+3ynKO4LBVMWa7xmBf
|
||||
Nme1vuSl67hi0GNMj/sVqBon5XqmnXVMOqoxF+sYH6kgJyWKF13xnD/tT7xmM7bOY4y0riY6bL8nRAWo
|
||||
5mlnDUUZR+m2ZCO/L2C4T89bywmaSgIJD/WmKnEVT/MkIg/v8wTUVeTMAuQbGBLDSNaFoI8K5lxkEDpt
|
||||
IDEafyJCfciPXiMAIX7enoDqUgNTci1TdhPjQ5nYn0dhrVgu1Fu+jO7iRTwyegmzKp9tGz0BZlMGE/Yy
|
||||
JgbSGH95irFnB5GbF5Nb3kqmqZELl2uJN5iJSS0hPMFIWGyWJ6C0MJXRQSNjfVpGH/vjur+Jj7dXCLM7
|
||||
pme+4XBOMjDsIDgihYDj+jlISW4S8qs0XA99cXWsx9m2ksFySXRWo/RWp5Cppp3efpsw3+2ysidIMwsp
|
||||
zErgc88ZnO3rkFuWYq/3ov+6JMb+OvOdLy6l8wcHvW9sWHre4Rcag69i3rX3AN7bdyDlX4zD/iBCMS/h
|
||||
U8NChioXYC2SiFZ2Vsd2T3BVmaDA3EZTh1VkVVs3rEW6lBwrHoj7yu6sVQ72c+d7ltfCXH+nm5rWJ3MA
|
||||
dY3cpJPKCwtEE7SbgJ1bBFm9trqzu9vvspjgT3FIubZa8C/N67P9regHTvjvLQ3rR38AAAAASUVORK5C
|
||||
YII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="helpToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIYSURBVDhPtVNPaxNBFO9HyEfYj1AUPHjK0eOiDeSYQg89
|
||||
qAQPEgRxKQjBYBuRosHSXatiI6nupXaN1q5oa4tIF2s1tmGzLVHTZpuObpX+0fx8M1NYSyM5+eCxb4b5
|
||||
/XlvZzo6/kdMLwS4U1xH+m4FfcNLGCyUMf7qM9pqvXO3kZ9qQC+uwavv4tvWHliwS/UOruZLSOsOiq9X
|
||||
WxNx8AN7E/6PJmwH0EYBNS2T17bD4G42cWlwBuMvyodJuPLGzyYMG4imAMMC2DZEeAxI3uR7DBUiOZd5
|
||||
dpBg+v0WHs83hDIH88M8zFkgkZVfThZNMaoZdOsDcvk3Icm9p3V8Yb+E1WhS2s6aQCfVSi9DMksWKFSN
|
||||
IZF2sOQG6L4wFhJk7q+KgamaBHX2ylQoEwTm6naJQVFtKHEbNT/Asdj1kODybZemvSfsSyAdTjByIpVN
|
||||
m9YEjKgmfU3U6t9xRB0ICXIPK1jxd6h3CVTinsjsqCSIqA6lJFBTNkrlKrrOGCHBxMxXWI4vBsSBkTgH
|
||||
ONSSR3OhNQefMEUalocxaxFXbk0e/BOZkQUs+79JdR9AIF4LB/tgzXDwad3HqdP64XswOVdFX24OboPu
|
||||
AqmomiP65slrvrdc3UCMrA8XZlvfxomXFZzvn4Lx5CPmF1ewRtOu1QPRM7fdRcr6v8B/P5Shwlv0XHyE
|
||||
4/EbOHryGmJnR5AZet7+MbV9bS0O/AGd2vKsTr+IQwAAAABJRU5ErkJggg==
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAhhJREFUOE+1U09r
|
||||
E0EU70fIR9iPUBQ8eMrR46IN5JhCDz2oBA8SBHEpCMFgG5GiwdJdq2Ijqe6ldo3Wrmhri0gXazW2YbMt
|
||||
UdNmm45ulf7R/HwzU1hLIzn54LFvhvn9eW9nOjr+R0wvBLhTXEf6bgV9w0sYLJQx/uoz2mq9c7eRn2pA
|
||||
L67Bq+/i29YeWLBL9Q6u5ktI6w6Kr1dbE3HwA3sT/o8mbAfQRgE1LZPXtsPgbjZxaXAG4y/Kh0m48sbP
|
||||
JgwbiKYAwwLYNkR4DEje5HsMFSI5l3l2kGD6/RYezzeEMgfzwzzMWSCRlV9OFk0xqhl06wNy+Tchyb2n
|
||||
dXxhv4TVaFLazppAJ9VKL0MySxYoVI0hkXaw5AbovjAWEmTur4qBqZoEdfbKVCgTBObqdolBUW0ocRs1
|
||||
P8Cx2PWQ4PJtl6a9J+xLIB1OMHIilU2b1gSMqCZ9TdTq33FEHQgJcg8rWPF3qHcJVOKeyOyoJIioDqUk
|
||||
UFM2SuUqus4YIcHEzFdYji8GxIGROAc41JJHc6E1B58wRRqWhzFrEVduTR78E5mRBSz7v0l1H0AgXgsH
|
||||
+2DNcPBp3cep0/rhezA5V0Vfbg5ug+4CqaiaI/rmyWu+t1zdQIysDxdmW9/GiZcVnO+fgvHkI+YXV7BG
|
||||
067VA9Ezt91Fyvq/wH8/lKHCW/RcfITj8Rs4evIaYmdHkBl63v4xtX1tLQ78AZ3a8qxOv4hDAAAAAElF
|
||||
TkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>137, 17</value>
|
||||
</metadata>
|
||||
</root>
|
||||
@@ -108,6 +108,7 @@
|
||||
<ItemGroup>
|
||||
<Content Include="AppData\MasterSpellList.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="AppData\UserSpellList.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user