Sorts by level now.
Signed-off-by: Melissa Avery-Weir <melissa.avery@wellsfargo.com>
This commit is contained in:
322
d20 SRD Spell Lists/FrmMain.Designer.cs
generated
Normal file
322
d20 SRD Spell Lists/FrmMain.Designer.cs
generated
Normal file
@@ -0,0 +1,322 @@
|
||||
namespace d20_SRD_Spell_Lists {
|
||||
partial class FrmMain {
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing) {
|
||||
if (disposing && (components != null)) {
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent() {
|
||||
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.classComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.characterTab = new System.Windows.Forms.TabPage();
|
||||
this.mainToolStrip = new System.Windows.Forms.ToolStrip();
|
||||
this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
|
||||
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.mainTabControl.SuspendLayout();
|
||||
this.spellListTab.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.spellsDataGridView)).BeginInit();
|
||||
this.mainToolStrip.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// mainTabControl
|
||||
//
|
||||
this.mainTabControl.Controls.Add(this.spellListTab);
|
||||
this.mainTabControl.Controls.Add(this.characterTab);
|
||||
this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.mainTabControl.Location = new System.Drawing.Point(0, 30);
|
||||
this.mainTabControl.Multiline = true;
|
||||
this.mainTabControl.Name = "mainTabControl";
|
||||
this.mainTabControl.SelectedIndex = 0;
|
||||
this.mainTabControl.Size = new System.Drawing.Size(571, 375);
|
||||
this.mainTabControl.TabIndex = 0;
|
||||
//
|
||||
// spellListTab
|
||||
//
|
||||
this.spellListTab.Controls.Add(this.spellsDataGridView);
|
||||
this.spellListTab.Controls.Add(this.classComboBox);
|
||||
this.spellListTab.Controls.Add(this.label1);
|
||||
this.spellListTab.Location = new System.Drawing.Point(4, 22);
|
||||
this.spellListTab.Name = "spellListTab";
|
||||
this.spellListTab.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.spellListTab.Size = new System.Drawing.Size(563, 349);
|
||||
this.spellListTab.TabIndex = 0;
|
||||
this.spellListTab.Text = "Spell List";
|
||||
this.spellListTab.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// spellsDataGridView
|
||||
//
|
||||
this.spellsDataGridView.AllowUserToOrderColumns = true;
|
||||
this.spellsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.spellsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.prepColumn,
|
||||
this.spellNameColumn,
|
||||
this.componentColumn,
|
||||
this.descColumn,
|
||||
this.customColumn,
|
||||
this.charCustomColumn});
|
||||
this.spellsDataGridView.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.spellsDataGridView.Location = new System.Drawing.Point(3, 44);
|
||||
this.spellsDataGridView.Name = "spellsDataGridView";
|
||||
this.spellsDataGridView.Size = new System.Drawing.Size(557, 302);
|
||||
this.spellsDataGridView.TabIndex = 2;
|
||||
//
|
||||
// classComboBox
|
||||
//
|
||||
this.classComboBox.FormattingEnabled = true;
|
||||
this.classComboBox.Location = new System.Drawing.Point(49, 6);
|
||||
this.classComboBox.Name = "classComboBox";
|
||||
this.classComboBox.Size = new System.Drawing.Size(121, 21);
|
||||
this.classComboBox.TabIndex = 1;
|
||||
this.classComboBox.Text = "Choose a class:";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(6, 9);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(35, 13);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Class:";
|
||||
//
|
||||
// characterTab
|
||||
//
|
||||
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.TabIndex = 1;
|
||||
this.characterTab.Text = "Character";
|
||||
this.characterTab.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// mainToolStrip
|
||||
//
|
||||
this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.newToolStripButton,
|
||||
this.openToolStripButton,
|
||||
this.saveToolStripButton,
|
||||
this.printToolStripButton,
|
||||
this.toolStripSeparator,
|
||||
this.cutToolStripButton,
|
||||
this.copyToolStripButton,
|
||||
this.pasteToolStripButton,
|
||||
this.toolStripSeparator1,
|
||||
this.helpToolStripButton});
|
||||
this.mainToolStrip.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainToolStrip.Name = "mainToolStrip";
|
||||
this.mainToolStrip.Size = new System.Drawing.Size(571, 25);
|
||||
this.mainToolStrip.TabIndex = 1;
|
||||
//
|
||||
// newToolStripButton
|
||||
//
|
||||
this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
|
||||
this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.newToolStripButton.Name = "newToolStripButton";
|
||||
this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.newToolStripButton.Text = "&New";
|
||||
//
|
||||
// openToolStripButton
|
||||
//
|
||||
this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
|
||||
this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.openToolStripButton.Name = "openToolStripButton";
|
||||
this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.openToolStripButton.Text = "&Open";
|
||||
//
|
||||
// saveToolStripButton
|
||||
//
|
||||
this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
|
||||
this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.saveToolStripButton.Name = "saveToolStripButton";
|
||||
this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.saveToolStripButton.Text = "&Save";
|
||||
//
|
||||
// printToolStripButton
|
||||
//
|
||||
this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
|
||||
this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.printToolStripButton.Name = "printToolStripButton";
|
||||
this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.printToolStripButton.Text = "&Print";
|
||||
//
|
||||
// toolStripSeparator
|
||||
//
|
||||
this.toolStripSeparator.Name = "toolStripSeparator";
|
||||
this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// cutToolStripButton
|
||||
//
|
||||
this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
|
||||
this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.cutToolStripButton.Name = "cutToolStripButton";
|
||||
this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.cutToolStripButton.Text = "C&ut";
|
||||
//
|
||||
// copyToolStripButton
|
||||
//
|
||||
this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
|
||||
this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.copyToolStripButton.Name = "copyToolStripButton";
|
||||
this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.copyToolStripButton.Text = "&Copy";
|
||||
//
|
||||
// pasteToolStripButton
|
||||
//
|
||||
this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
|
||||
this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.pasteToolStripButton.Name = "pasteToolStripButton";
|
||||
this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.pasteToolStripButton.Text = "&Paste";
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// helpToolStripButton
|
||||
//
|
||||
this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
|
||||
this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.helpToolStripButton.Name = "helpToolStripButton";
|
||||
this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
|
||||
this.helpToolStripButton.Text = "He&lp";
|
||||
//
|
||||
// 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.AllCells;
|
||||
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 = "A?";
|
||||
this.customColumn.Name = "customColumn";
|
||||
this.customColumn.ReadOnly = true;
|
||||
this.customColumn.Width = 26;
|
||||
//
|
||||
// charCustomColumn
|
||||
//
|
||||
this.charCustomColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||||
this.charCustomColumn.DataPropertyName = "IsCharCustom";
|
||||
this.charCustomColumn.HeaderText = "C";
|
||||
this.charCustomColumn.Name = "charCustomColumn";
|
||||
this.charCustomColumn.ReadOnly = true;
|
||||
this.charCustomColumn.Width = 20;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(571, 405);
|
||||
this.Controls.Add(this.mainToolStrip);
|
||||
this.Controls.Add(this.mainTabControl);
|
||||
this.Name = "FrmMain";
|
||||
this.Text = "D&D 3.5 SRD Spell Lists";
|
||||
this.mainTabControl.ResumeLayout(false);
|
||||
this.spellListTab.ResumeLayout(false);
|
||||
this.spellListTab.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.spellsDataGridView)).EndInit();
|
||||
this.mainToolStrip.ResumeLayout(false);
|
||||
this.mainToolStrip.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TabControl mainTabControl;
|
||||
private System.Windows.Forms.TabPage spellListTab;
|
||||
private System.Windows.Forms.TabPage characterTab;
|
||||
private System.Windows.Forms.ToolStrip mainToolStrip;
|
||||
private System.Windows.Forms.ToolStripButton newToolStripButton;
|
||||
private System.Windows.Forms.ToolStripButton openToolStripButton;
|
||||
private System.Windows.Forms.ToolStripButton saveToolStripButton;
|
||||
private System.Windows.Forms.ToolStripButton printToolStripButton;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
|
||||
private System.Windows.Forms.ToolStripButton cutToolStripButton;
|
||||
private System.Windows.Forms.ToolStripButton copyToolStripButton;
|
||||
private System.Windows.Forms.ToolStripButton pasteToolStripButton;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||
private System.Windows.Forms.ToolStripButton helpToolStripButton;
|
||||
private System.Windows.Forms.ComboBox classComboBox;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.DataGridView spellsDataGridView;
|
||||
private System.Windows.Forms.DataGridViewCheckBoxColumn prepColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn spellNameColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn componentColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn descColumn;
|
||||
private System.Windows.Forms.DataGridViewCheckBoxColumn customColumn;
|
||||
private System.Windows.Forms.DataGridViewCheckBoxColumn charCustomColumn;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user