namespace iQuest
{
partial class frmNewQuest
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.txtTitle = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtDesc = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtQID = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.lblMax = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(30, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Title:";
//
// txtTitle
//
this.txtTitle.Location = new System.Drawing.Point(48, 6);
this.txtTitle.Name = "txtTitle";
this.txtTitle.Size = new System.Drawing.Size(78, 20);
this.txtTitle.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(146, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(245, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Enter a NUMBER - Create new text with ResEditor";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 39);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 13);
this.label3.TabIndex = 3;
this.label3.Text = "Desc:";
//
// txtDesc
//
this.txtDesc.Location = new System.Drawing.Point(48, 36);
this.txtDesc.Name = "txtDesc";
this.txtDesc.Size = new System.Drawing.Size(78, 20);
this.txtDesc.TabIndex = 4;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 93);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(46, 13);
this.label4.TabIndex = 5;
this.label4.Text = "QuestID";
//
// txtQID
//
this.txtQID.Location = new System.Drawing.Point(67, 90);
this.txtQID.Name = "txtQID";
this.txtQID.Size = new System.Drawing.Size(59, 20);
this.txtQID.TabIndex = 6;
//
// button1
//
this.button1.Location = new System.Drawing.Point(149, 36);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(95, 46);
this.button1.TabIndex = 7;
this.button1.Text = "Create";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(264, 36);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(96, 45);
this.button2.TabIndex = 8;
this.button2.Text = "ResEditor";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// lblMax
//
this.lblMax.AutoSize = true;
this.lblMax.Location = new System.Drawing.Point(188, 95);
this.lblMax.Name = "lblMax";
this.lblMax.Size = new System.Drawing.Size(35, 13);
this.lblMax.TabIndex = 9;
this.lblMax.Text = "label5";
//
// frmNewQuest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(392, 123);
this.Controls.Add(this.lblMax);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtQID);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtDesc);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtTitle);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "frmNewQuest";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "New Quest";
this.Load += new System.EventHandler(this.frmNewQuest_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtTitle;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtDesc;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtQID;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label lblMax;
}
}