namespace Truffles
{
partial class DebugFrm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugFrm));
this.txtDebug = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txt1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt2 = new System.Windows.Forms.TextBox();
this.btnGenerate = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtDebug
//
this.txtDebug.Location = new System.Drawing.Point(18, 27);
this.txtDebug.Multiline = true;
this.txtDebug.Name = "txtDebug";
this.txtDebug.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtDebug.Size = new System.Drawing.Size(325, 351);
this.txtDebug.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(73, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Column Links:";
//
// txt1
//
this.txt1.Location = new System.Drawing.Point(92, 4);
this.txt1.Name = "txt1";
this.txt1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txt1.Size = new System.Drawing.Size(30, 20);
this.txt1.TabIndex = 2;
this.txt1.Text = "1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(140, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(26, 13);
this.label2.TabIndex = 3;
this.label2.Text = "with";
//
// txt2
//
this.txt2.Location = new System.Drawing.Point(183, 4);
this.txt2.Name = "txt2";
this.txt2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txt2.Size = new System.Drawing.Size(35, 20);
this.txt2.TabIndex = 4;
this.txt2.Text = "2";
//
// btnGenerate
//
this.btnGenerate.Location = new System.Drawing.Point(248, 5);
this.btnGenerate.Name = "btnGenerate";
this.btnGenerate.Size = new System.Drawing.Size(71, 19);
this.btnGenerate.TabIndex = 5;
this.btnGenerate.Text = "Generate";
this.btnGenerate.UseVisualStyleBackColor = true;
this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(19, 380);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(250, 13);
this.label3.TabIndex = 6;
this.label3.Text = "Please enter the 2 columns that are linked together.";
//
// DebugFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(355, 413);
this.Controls.Add(this.label3);
this.Controls.Add(this.btnGenerate);
this.Controls.Add(this.txt2);
this.Controls.Add(this.label2);
this.Controls.Add(this.txt1);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtDebug);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DebugFrm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "DebugFrm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtDebug;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt2;
private System.Windows.Forms.Button btnGenerate;
private System.Windows.Forms.Label label3;
}
}