namespace TIProDevExtension.ValueEditor
{
partial class DataNodeEditorDebug
{
///
/// 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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.typesTextBox = new System.Windows.Forms.TextBox();
this.restoreRulesTextBox = new System.Windows.Forms.TextBox();
this.objectsTextBox = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(574, 529);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.typesTextBox);
this.tabPage1.Location = new System.Drawing.Point(8, 39);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(558, 482);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Types";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.restoreRulesTextBox);
this.tabPage2.Location = new System.Drawing.Point(8, 39);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(558, 482);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Restore Rules";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.objectsTextBox);
this.tabPage3.Location = new System.Drawing.Point(8, 39);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(558, 482);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Objects";
this.tabPage3.UseVisualStyleBackColor = true;
//
// typesTextBox
//
this.typesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.typesTextBox.Location = new System.Drawing.Point(3, 3);
this.typesTextBox.Multiline = true;
this.typesTextBox.Name = "typesTextBox";
this.typesTextBox.ReadOnly = true;
this.typesTextBox.Size = new System.Drawing.Size(552, 476);
this.typesTextBox.TabIndex = 0;
//
// restoreRulesTextBox
//
this.restoreRulesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.restoreRulesTextBox.Location = new System.Drawing.Point(3, 3);
this.restoreRulesTextBox.Multiline = true;
this.restoreRulesTextBox.Name = "restoreRulesTextBox";
this.restoreRulesTextBox.ReadOnly = true;
this.restoreRulesTextBox.Size = new System.Drawing.Size(552, 476);
this.restoreRulesTextBox.TabIndex = 1;
//
// objectsTextBox
//
this.objectsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.objectsTextBox.Location = new System.Drawing.Point(3, 3);
this.objectsTextBox.Multiline = true;
this.objectsTextBox.Name = "objectsTextBox";
this.objectsTextBox.ReadOnly = true;
this.objectsTextBox.Size = new System.Drawing.Size(552, 476);
this.objectsTextBox.TabIndex = 1;
//
// DataNodeEditorDebug
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(574, 529);
this.Controls.Add(this.tabControl1);
this.Name = "DataNodeEditorDebug";
this.Text = "DataNodeEditorDebug";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TextBox typesTextBox;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TextBox restoreRulesTextBox;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TextBox objectsTextBox;
}
}