Files
d20-srd-spell-lists/d20 SRD Spell Lists/FrmCredits.Designer.cs
Melissa Avery-Weir c330e590b0 Sorts by level now.
Signed-off-by: Melissa Avery-Weir <melissa.avery@wellsfargo.com>
2011-09-16 13:32:39 -04:00

55 lines
1.9 KiB
C#

namespace d20_SRD_Spell_Lists {
partial class FrmCredits {
/// <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() {
this.lblCredits = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblCredits
//
this.lblCredits.AutoSize = true;
this.lblCredits.Location = new System.Drawing.Point(12, 66);
this.lblCredits.Name = "lblCredits";
this.lblCredits.Size = new System.Drawing.Size(35, 13);
this.lblCredits.TabIndex = 0;
this.lblCredits.Text = "label1";
//
// FrmCredits
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.lblCredits);
this.Name = "FrmCredits";
this.Text = "Credits";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblCredits;
}
}