namespace TIProDevExtension.ValueEditor
{
partial class PanelEditor
{
///
/// 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.mainSplitContainer = new System.Windows.Forms.SplitContainer();
this.leftSplitContainer = new System.Windows.Forms.SplitContainer();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.moveUpButton = new System.Windows.Forms.Button();
this.moveDownButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.symbolTextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.relativeToTextBox = new System.Windows.Forms.TextBox();
this.relativeToCustomRadioButton = new System.Windows.Forms.RadioButton();
this.rightSampleRadioButton = new System.Windows.Forms.RadioButton();
this.leftSampleRadioButton = new System.Windows.Forms.RadioButton();
this.valueSelector1 = new TIProDevExtension.ValueEditor.ValueSelector();
this.newControlButton = new System.Windows.Forms.Button();
this.pasteControlsButton = new System.Windows.Forms.Button();
this.copyControlsButton = new System.Windows.Forms.Button();
this.cutControlsButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.autoAdjustVGroupBox = new System.Windows.Forms.GroupBox();
this.bottomRadioButton = new System.Windows.Forms.RadioButton();
this.heightRadioButton = new System.Windows.Forms.RadioButton();
this.topRadioButton = new System.Windows.Forms.RadioButton();
this.autoAdjustHGroupBox = new System.Windows.Forms.GroupBox();
this.rightRadioButton = new System.Windows.Forms.RadioButton();
this.widthRadioButton = new System.Windows.Forms.RadioButton();
this.leftRadioButton = new System.Windows.Forms.RadioButton();
this.adjustGroupBox = new System.Windows.Forms.GroupBox();
this.pixelsTextBox = new System.Windows.Forms.TextBox();
this.setButton = new System.Windows.Forms.Button();
this.moveRightDownButton = new System.Windows.Forms.Button();
this.moveLeftUpButton = new System.Windows.Forms.Button();
this.bottomEdgeCheckBox = new System.Windows.Forms.CheckBox();
this.topEdgeCheckBox = new System.Windows.Forms.CheckBox();
this.rightEdgeCheckBox = new System.Windows.Forms.CheckBox();
this.leftEdgeCheckBox = new System.Windows.Forms.CheckBox();
this.rightSplitContainer = new System.Windows.Forms.SplitContainer();
this.childrenDataGridView = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).BeginInit();
this.mainSplitContainer.Panel1.SuspendLayout();
this.mainSplitContainer.Panel2.SuspendLayout();
this.mainSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.leftSplitContainer)).BeginInit();
this.leftSplitContainer.Panel2.SuspendLayout();
this.leftSplitContainer.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.autoAdjustVGroupBox.SuspendLayout();
this.autoAdjustHGroupBox.SuspendLayout();
this.adjustGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rightSplitContainer)).BeginInit();
this.rightSplitContainer.Panel2.SuspendLayout();
this.rightSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.childrenDataGridView)).BeginInit();
this.SuspendLayout();
//
// mainSplitContainer
//
this.mainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainSplitContainer.Location = new System.Drawing.Point(0, 0);
this.mainSplitContainer.Name = "mainSplitContainer";
//
// mainSplitContainer.Panel1
//
this.mainSplitContainer.Panel1.Controls.Add(this.leftSplitContainer);
//
// mainSplitContainer.Panel2
//
this.mainSplitContainer.Panel2.Controls.Add(this.rightSplitContainer);
this.mainSplitContainer.Size = new System.Drawing.Size(1395, 946);
this.mainSplitContainer.SplitterDistance = 696;
this.mainSplitContainer.TabIndex = 0;
//
// leftSplitContainer
//
this.leftSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.leftSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.leftSplitContainer.Location = new System.Drawing.Point(0, 0);
this.leftSplitContainer.Name = "leftSplitContainer";
this.leftSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// leftSplitContainer.Panel1
//
this.leftSplitContainer.Panel1.Resize += new System.EventHandler(this.leftSplitContainer_Panel1_Resize);
//
// leftSplitContainer.Panel2
//
this.leftSplitContainer.Panel2.Controls.Add(this.label2);
this.leftSplitContainer.Panel2.Controls.Add(this.groupBox2);
this.leftSplitContainer.Panel2.Controls.Add(this.label1);
this.leftSplitContainer.Panel2.Controls.Add(this.symbolTextBox);
this.leftSplitContainer.Panel2.Controls.Add(this.groupBox1);
this.leftSplitContainer.Panel2.Controls.Add(this.valueSelector1);
this.leftSplitContainer.Panel2.Controls.Add(this.newControlButton);
this.leftSplitContainer.Panel2.Controls.Add(this.pasteControlsButton);
this.leftSplitContainer.Panel2.Controls.Add(this.copyControlsButton);
this.leftSplitContainer.Panel2.Controls.Add(this.cutControlsButton);
this.leftSplitContainer.Panel2.Controls.Add(this.cancelButton);
this.leftSplitContainer.Panel2.Controls.Add(this.okButton);
this.leftSplitContainer.Panel2.Controls.Add(this.autoAdjustVGroupBox);
this.leftSplitContainer.Panel2.Controls.Add(this.autoAdjustHGroupBox);
this.leftSplitContainer.Panel2.Controls.Add(this.adjustGroupBox);
this.leftSplitContainer.Size = new System.Drawing.Size(696, 946);
this.leftSplitContainer.SplitterDistance = 207;
this.leftSplitContainer.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 575);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(120, 25);
this.label2.TabIndex = 17;
this.label2.Text = "To Display:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.moveUpButton);
this.groupBox2.Controls.Add(this.moveDownButton);
this.groupBox2.Location = new System.Drawing.Point(12, 465);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(492, 89);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Adjust Z";
//
// moveUpButton
//
this.moveUpButton.Location = new System.Drawing.Point(6, 30);
this.moveUpButton.Name = "moveUpButton";
this.moveUpButton.Size = new System.Drawing.Size(288, 46);
this.moveUpButton.TabIndex = 9;
this.moveUpButton.Text = "Move Up (Toward User)";
this.moveUpButton.UseVisualStyleBackColor = true;
this.moveUpButton.Click += new System.EventHandler(this.moveUpButton_Click);
//
// moveDownButton
//
this.moveDownButton.Location = new System.Drawing.Point(300, 30);
this.moveDownButton.Name = "moveDownButton";
this.moveDownButton.Size = new System.Drawing.Size(182, 46);
this.moveDownButton.TabIndex = 10;
this.moveDownButton.Text = "Move Down";
this.moveDownButton.UseVisualStyleBackColor = true;
this.moveDownButton.Click += new System.EventHandler(this.moveDownButton_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 629);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(203, 25);
this.label1.TabIndex = 15;
this.label1.Text = "Symbol for Samples";
//
// symbolTextBox
//
this.symbolTextBox.Location = new System.Drawing.Point(222, 626);
this.symbolTextBox.Name = "symbolTextBox";
this.symbolTextBox.Size = new System.Drawing.Size(152, 31);
this.symbolTextBox.TabIndex = 14;
this.symbolTextBox.Text = "MSFT";
this.symbolTextBox.TextChanged += new System.EventHandler(this.symbolTextBox_TextChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.relativeToTextBox);
this.groupBox1.Controls.Add(this.relativeToCustomRadioButton);
this.groupBox1.Controls.Add(this.rightSampleRadioButton);
this.groupBox1.Controls.Add(this.leftSampleRadioButton);
this.groupBox1.Location = new System.Drawing.Point(341, 201);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 154);
this.groupBox1.TabIndex = 13;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Relative To";
//
// relativeToTextBox
//
this.relativeToTextBox.Location = new System.Drawing.Point(39, 100);
this.relativeToTextBox.Name = "relativeToTextBox";
this.relativeToTextBox.Size = new System.Drawing.Size(138, 31);
this.relativeToTextBox.TabIndex = 3;
//
// relativeToCustomRadioButton
//
this.relativeToCustomRadioButton.AutoSize = true;
this.relativeToCustomRadioButton.Location = new System.Drawing.Point(6, 101);
this.relativeToCustomRadioButton.Name = "relativeToCustomRadioButton";
this.relativeToCustomRadioButton.Size = new System.Drawing.Size(27, 26);
this.relativeToCustomRadioButton.TabIndex = 2;
this.relativeToCustomRadioButton.UseVisualStyleBackColor = true;
//
// rightSampleRadioButton
//
this.rightSampleRadioButton.AutoSize = true;
this.rightSampleRadioButton.Checked = true;
this.rightSampleRadioButton.Location = new System.Drawing.Point(6, 65);
this.rightSampleRadioButton.Name = "rightSampleRadioButton";
this.rightSampleRadioButton.Size = new System.Drawing.Size(171, 29);
this.rightSampleRadioButton.TabIndex = 1;
this.rightSampleRadioButton.TabStop = true;
this.rightSampleRadioButton.Text = "Right Sample";
this.rightSampleRadioButton.UseVisualStyleBackColor = true;
this.rightSampleRadioButton.CheckedChanged += new System.EventHandler(this.rightSampleRadioButton_CheckedChanged);
//
// leftSampleRadioButton
//
this.leftSampleRadioButton.AutoSize = true;
this.leftSampleRadioButton.Location = new System.Drawing.Point(6, 30);
this.leftSampleRadioButton.Name = "leftSampleRadioButton";
this.leftSampleRadioButton.Size = new System.Drawing.Size(157, 29);
this.leftSampleRadioButton.TabIndex = 0;
this.leftSampleRadioButton.Text = "Left Sample";
this.leftSampleRadioButton.UseVisualStyleBackColor = true;
this.leftSampleRadioButton.CheckedChanged += new System.EventHandler(this.leftSampleRadioButton_CheckedChanged);
//
// valueSelector1
//
this.valueSelector1.BackColor = System.Drawing.SystemColors.Control;
this.valueSelector1.ForeColor = System.Drawing.SystemColors.ControlText;
this.valueSelector1.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.ControlFactory;
this.valueSelector1.Location = new System.Drawing.Point(139, 564);
this.valueSelector1.Name = "valueSelector1";
this.valueSelector1.SampleData = null;
this.valueSelector1.Size = new System.Drawing.Size(355, 46);
this.valueSelector1.Source = null;
this.valueSelector1.TabIndex = 12;
this.valueSelector1.Text = "valueSelector1";
this.valueSelector1.UseVisualStyleBackColor = false;
this.valueSelector1.Value = null;
this.valueSelector1.ValueChanged += new System.Action