namespace _DMatcher
{
partial class Form1
{
///
/// 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.lBox = new System.Windows.Forms.TextBox();
this.rBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lPanel = new System.Windows.Forms.Panel();
this.rPanel = new System.Windows.Forms.Panel();
this.lPrevButton = new System.Windows.Forms.Button();
this.lNextButton = new System.Windows.Forms.Button();
this.lUnmatchedButton = new System.Windows.Forms.Button();
this.rUnmatchedButton = new System.Windows.Forms.Button();
this.rNextButton = new System.Windows.Forms.Button();
this.rPrevButton = new System.Windows.Forms.Button();
this.matchButton = new System.Windows.Forms.Button();
this.lNextPanel = new System.Windows.Forms.Panel();
this.lPrevPanel = new System.Windows.Forms.Panel();
this.rNextPanel = new System.Windows.Forms.Panel();
this.rPrevPanel = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// lBox
//
this.lBox.Location = new System.Drawing.Point(329, 6);
this.lBox.Name = "lBox";
this.lBox.Size = new System.Drawing.Size(248, 20);
this.lBox.TabIndex = 0;
this.lBox.TextChanged += new System.EventHandler(this.lBox_TextChanged);
//
// rBox
//
this.rBox.Location = new System.Drawing.Point(33, 6);
this.rBox.Name = "rBox";
this.rBox.Size = new System.Drawing.Size(248, 20);
this.rBox.TabIndex = 1;
this.rBox.TextChanged += new System.EventHandler(this.rBox_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(307, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(16, 13);
this.label1.TabIndex = 2;
this.label1.Text = "L:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(18, 13);
this.label2.TabIndex = 3;
this.label2.Text = "R:";
//
// lPanel
//
this.lPanel.Location = new System.Drawing.Point(310, 32);
this.lPanel.Name = "lPanel";
this.lPanel.Size = new System.Drawing.Size(267, 246);
this.lPanel.TabIndex = 4;
//
// rPanel
//
this.rPanel.Location = new System.Drawing.Point(12, 32);
this.rPanel.Name = "rPanel";
this.rPanel.Size = new System.Drawing.Size(267, 246);
this.rPanel.TabIndex = 5;
//
// lPrevButton
//
this.lPrevButton.Location = new System.Drawing.Point(394, 284);
this.lPrevButton.Name = "lPrevButton";
this.lPrevButton.Size = new System.Drawing.Size(22, 23);
this.lPrevButton.TabIndex = 6;
this.lPrevButton.Text = "<";
this.lPrevButton.UseVisualStyleBackColor = true;
this.lPrevButton.Click += new System.EventHandler(this.lPrevButton_Click);
//
// lNextButton
//
this.lNextButton.Location = new System.Drawing.Point(450, 284);
this.lNextButton.Name = "lNextButton";
this.lNextButton.Size = new System.Drawing.Size(22, 23);
this.lNextButton.TabIndex = 7;
this.lNextButton.Text = ">";
this.lNextButton.UseVisualStyleBackColor = true;
this.lNextButton.Click += new System.EventHandler(this.lNextButton_Click);
//
// lUnmatchedButton
//
this.lUnmatchedButton.Location = new System.Drawing.Point(422, 284);
this.lUnmatchedButton.Name = "lUnmatchedButton";
this.lUnmatchedButton.Size = new System.Drawing.Size(22, 23);
this.lUnmatchedButton.TabIndex = 8;
this.lUnmatchedButton.Text = "?";
this.lUnmatchedButton.UseVisualStyleBackColor = true;
this.lUnmatchedButton.Click += new System.EventHandler(this.lUnmatchedButton_Click);
//
// rUnmatchedButton
//
this.rUnmatchedButton.Location = new System.Drawing.Point(136, 284);
this.rUnmatchedButton.Name = "rUnmatchedButton";
this.rUnmatchedButton.Size = new System.Drawing.Size(22, 23);
this.rUnmatchedButton.TabIndex = 11;
this.rUnmatchedButton.Text = "?";
this.rUnmatchedButton.UseVisualStyleBackColor = true;
this.rUnmatchedButton.Click += new System.EventHandler(this.rUnmatchedButton_Click);
//
// rNextButton
//
this.rNextButton.Location = new System.Drawing.Point(164, 284);
this.rNextButton.Name = "rNextButton";
this.rNextButton.Size = new System.Drawing.Size(22, 23);
this.rNextButton.TabIndex = 10;
this.rNextButton.Text = ">";
this.rNextButton.UseVisualStyleBackColor = true;
this.rNextButton.Click += new System.EventHandler(this.rNextButton_Click);
//
// rPrevButton
//
this.rPrevButton.Location = new System.Drawing.Point(108, 284);
this.rPrevButton.Name = "rPrevButton";
this.rPrevButton.Size = new System.Drawing.Size(22, 23);
this.rPrevButton.TabIndex = 9;
this.rPrevButton.Text = "<";
this.rPrevButton.UseVisualStyleBackColor = true;
this.rPrevButton.Click += new System.EventHandler(this.rPrevButton_Click);
//
// matchButton
//
this.matchButton.Location = new System.Drawing.Point(248, 285);
this.matchButton.Name = "matchButton";
this.matchButton.Size = new System.Drawing.Size(86, 41);
this.matchButton.TabIndex = 12;
this.matchButton.Text = "Match!";
this.matchButton.UseVisualStyleBackColor = true;
this.matchButton.Click += new System.EventHandler(this.matchButton_Click);
//
// lNextPanel
//
this.lNextPanel.Location = new System.Drawing.Point(478, 284);
this.lNextPanel.Name = "lNextPanel";
this.lNextPanel.Size = new System.Drawing.Size(52, 39);
this.lNextPanel.TabIndex = 13;
//
// lPrevPanel
//
this.lPrevPanel.Location = new System.Drawing.Point(340, 284);
this.lPrevPanel.Name = "lPrevPanel";
this.lPrevPanel.Size = new System.Drawing.Size(52, 39);
this.lPrevPanel.TabIndex = 14;
//
// rNextPanel
//
this.rNextPanel.Location = new System.Drawing.Point(192, 284);
this.rNextPanel.Name = "rNextPanel";
this.rNextPanel.Size = new System.Drawing.Size(52, 39);
this.rNextPanel.TabIndex = 14;
//
// rPrevPanel
//
this.rPrevPanel.Location = new System.Drawing.Point(50, 284);
this.rPrevPanel.Name = "rPrevPanel";
this.rPrevPanel.Size = new System.Drawing.Size(52, 39);
this.rPrevPanel.TabIndex = 14;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(589, 338);
this.Controls.Add(this.rPrevPanel);
this.Controls.Add(this.rNextPanel);
this.Controls.Add(this.lPrevPanel);
this.Controls.Add(this.lNextPanel);
this.Controls.Add(this.matchButton);
this.Controls.Add(this.rUnmatchedButton);
this.Controls.Add(this.rNextButton);
this.Controls.Add(this.rPrevButton);
this.Controls.Add(this.lUnmatchedButton);
this.Controls.Add(this.lNextButton);
this.Controls.Add(this.lPrevButton);
this.Controls.Add(this.rPanel);
this.Controls.Add(this.lPanel);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.rBox);
this.Controls.Add(this.lBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "Form1";
this.Text = "3D Matcher";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox lBox;
private System.Windows.Forms.TextBox rBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel lPanel;
private System.Windows.Forms.Panel rPanel;
private System.Windows.Forms.Button lPrevButton;
private System.Windows.Forms.Button lNextButton;
private System.Windows.Forms.Button lUnmatchedButton;
private System.Windows.Forms.Button rUnmatchedButton;
private System.Windows.Forms.Button rNextButton;
private System.Windows.Forms.Button rPrevButton;
private System.Windows.Forms.Button matchButton;
private System.Windows.Forms.Panel lNextPanel;
private System.Windows.Forms.Panel lPrevPanel;
private System.Windows.Forms.Panel rNextPanel;
private System.Windows.Forms.Panel rPrevPanel;
}
}