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(this.valueSelector1_ValueChanged); // // newControlButton // this.newControlButton.Location = new System.Drawing.Point(205, 413); this.newControlButton.Name = "newControlButton"; this.newControlButton.Size = new System.Drawing.Size(180, 46); this.newControlButton.TabIndex = 11; this.newControlButton.Text = "New Control"; this.newControlButton.UseVisualStyleBackColor = true; this.newControlButton.Click += new System.EventHandler(this.newControlButton_Click); // // pasteControlsButton // this.pasteControlsButton.Location = new System.Drawing.Point(12, 413); this.pasteControlsButton.Name = "pasteControlsButton"; this.pasteControlsButton.Size = new System.Drawing.Size(186, 46); this.pasteControlsButton.TabIndex = 6; this.pasteControlsButton.Text = "Paste Controls"; this.pasteControlsButton.UseVisualStyleBackColor = true; this.pasteControlsButton.Click += new System.EventHandler(this.pasteControlsButton_Click); // // copyControlsButton // this.copyControlsButton.Location = new System.Drawing.Point(204, 361); this.copyControlsButton.Name = "copyControlsButton"; this.copyControlsButton.Size = new System.Drawing.Size(181, 46); this.copyControlsButton.TabIndex = 5; this.copyControlsButton.Text = "Copy Controls"; this.copyControlsButton.UseVisualStyleBackColor = true; this.copyControlsButton.Click += new System.EventHandler(this.copyControlsButton_Click); // // cutControlsButton // this.cutControlsButton.Location = new System.Drawing.Point(12, 361); this.cutControlsButton.Name = "cutControlsButton"; this.cutControlsButton.Size = new System.Drawing.Size(186, 46); this.cutControlsButton.TabIndex = 4; this.cutControlsButton.Text = "Cut Controls"; this.cutControlsButton.UseVisualStyleBackColor = true; this.cutControlsButton.Click += new System.EventHandler(this.cutControlsButton_Click); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(158, 675); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(139, 46); this.cancelButton.TabIndex = 8; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // okButton // this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(10, 675); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(139, 46); this.okButton.TabIndex = 7; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // autoAdjustVGroupBox // this.autoAdjustVGroupBox.Controls.Add(this.bottomRadioButton); this.autoAdjustVGroupBox.Controls.Add(this.heightRadioButton); this.autoAdjustVGroupBox.Controls.Add(this.topRadioButton); this.autoAdjustVGroupBox.Location = new System.Drawing.Point(12, 281); this.autoAdjustVGroupBox.Name = "autoAdjustVGroupBox"; this.autoAdjustVGroupBox.Size = new System.Drawing.Size(323, 74); this.autoAdjustVGroupBox.TabIndex = 3; this.autoAdjustVGroupBox.TabStop = false; this.autoAdjustVGroupBox.Text = "Auto Adjust Vertical"; // // bottomRadioButton // this.bottomRadioButton.AutoSize = true; this.bottomRadioButton.Location = new System.Drawing.Point(200, 27); this.bottomRadioButton.Name = "bottomRadioButton"; this.bottomRadioButton.Size = new System.Drawing.Size(110, 29); this.bottomRadioButton.TabIndex = 2; this.bottomRadioButton.TabStop = true; this.bottomRadioButton.Text = "Bottom"; this.bottomRadioButton.UseVisualStyleBackColor = true; this.bottomRadioButton.CheckedChanged += new System.EventHandler(this.verticalRadioButton_CheckedChanged); // // heightRadioButton // this.heightRadioButton.AutoSize = true; this.heightRadioButton.Location = new System.Drawing.Point(89, 27); this.heightRadioButton.Name = "heightRadioButton"; this.heightRadioButton.Size = new System.Drawing.Size(105, 29); this.heightRadioButton.TabIndex = 1; this.heightRadioButton.TabStop = true; this.heightRadioButton.Text = "Height"; this.heightRadioButton.UseVisualStyleBackColor = true; this.heightRadioButton.CheckedChanged += new System.EventHandler(this.verticalRadioButton_CheckedChanged); // // topRadioButton // this.topRadioButton.AutoSize = true; this.topRadioButton.Location = new System.Drawing.Point(3, 27); this.topRadioButton.Name = "topRadioButton"; this.topRadioButton.Size = new System.Drawing.Size(80, 29); this.topRadioButton.TabIndex = 0; this.topRadioButton.TabStop = true; this.topRadioButton.Text = "Top"; this.topRadioButton.UseVisualStyleBackColor = true; this.topRadioButton.CheckedChanged += new System.EventHandler(this.verticalRadioButton_CheckedChanged); // // autoAdjustHGroupBox // this.autoAdjustHGroupBox.Controls.Add(this.rightRadioButton); this.autoAdjustHGroupBox.Controls.Add(this.widthRadioButton); this.autoAdjustHGroupBox.Controls.Add(this.leftRadioButton); this.autoAdjustHGroupBox.Location = new System.Drawing.Point(12, 201); this.autoAdjustHGroupBox.Name = "autoAdjustHGroupBox"; this.autoAdjustHGroupBox.Size = new System.Drawing.Size(323, 74); this.autoAdjustHGroupBox.TabIndex = 2; this.autoAdjustHGroupBox.TabStop = false; this.autoAdjustHGroupBox.Text = "Auto Adjust Horizontal"; // // rightRadioButton // this.rightRadioButton.AutoSize = true; this.rightRadioButton.Location = new System.Drawing.Point(192, 27); this.rightRadioButton.Name = "rightRadioButton"; this.rightRadioButton.Size = new System.Drawing.Size(93, 29); this.rightRadioButton.TabIndex = 2; this.rightRadioButton.TabStop = true; this.rightRadioButton.Text = "Right"; this.rightRadioButton.UseVisualStyleBackColor = true; this.rightRadioButton.CheckedChanged += new System.EventHandler(this.horizontalRadioButton_CheckedChanged); // // widthRadioButton // this.widthRadioButton.AutoSize = true; this.widthRadioButton.Location = new System.Drawing.Point(88, 27); this.widthRadioButton.Name = "widthRadioButton"; this.widthRadioButton.Size = new System.Drawing.Size(98, 29); this.widthRadioButton.TabIndex = 1; this.widthRadioButton.TabStop = true; this.widthRadioButton.Text = "Width"; this.widthRadioButton.UseVisualStyleBackColor = true; this.widthRadioButton.CheckedChanged += new System.EventHandler(this.horizontalRadioButton_CheckedChanged); // // leftRadioButton // this.leftRadioButton.AutoSize = true; this.leftRadioButton.Location = new System.Drawing.Point(3, 27); this.leftRadioButton.Name = "leftRadioButton"; this.leftRadioButton.Size = new System.Drawing.Size(79, 29); this.leftRadioButton.TabIndex = 0; this.leftRadioButton.TabStop = true; this.leftRadioButton.Text = "Left"; this.leftRadioButton.UseVisualStyleBackColor = true; this.leftRadioButton.CheckedChanged += new System.EventHandler(this.horizontalRadioButton_CheckedChanged); // // adjustGroupBox // this.adjustGroupBox.Controls.Add(this.pixelsTextBox); this.adjustGroupBox.Controls.Add(this.setButton); this.adjustGroupBox.Controls.Add(this.moveRightDownButton); this.adjustGroupBox.Controls.Add(this.moveLeftUpButton); this.adjustGroupBox.Controls.Add(this.bottomEdgeCheckBox); this.adjustGroupBox.Controls.Add(this.topEdgeCheckBox); this.adjustGroupBox.Controls.Add(this.rightEdgeCheckBox); this.adjustGroupBox.Controls.Add(this.leftEdgeCheckBox); this.adjustGroupBox.Location = new System.Drawing.Point(12, 3); this.adjustGroupBox.Name = "adjustGroupBox"; this.adjustGroupBox.Size = new System.Drawing.Size(472, 192); this.adjustGroupBox.TabIndex = 1; this.adjustGroupBox.TabStop = false; this.adjustGroupBox.Text = "Adjust X && Y"; // // pixelsTextBox // this.pixelsTextBox.Location = new System.Drawing.Point(6, 152); this.pixelsTextBox.Name = "pixelsTextBox"; this.pixelsTextBox.Size = new System.Drawing.Size(122, 31); this.pixelsTextBox.TabIndex = 7; this.pixelsTextBox.Text = "10"; this.pixelsTextBox.TextChanged += new System.EventHandler(this.pixelsTextBox_TextChanged); // // setButton // this.setButton.Location = new System.Drawing.Point(300, 100); this.setButton.Name = "setButton"; this.setButton.Size = new System.Drawing.Size(166, 46); this.setButton.TabIndex = 6; this.setButton.Text = "Set"; this.setButton.UseVisualStyleBackColor = true; this.setButton.Click += new System.EventHandler(this.setButton_Click); // // moveRightDownButton // this.moveRightDownButton.Location = new System.Drawing.Point(148, 100); this.moveRightDownButton.Name = "moveRightDownButton"; this.moveRightDownButton.Size = new System.Drawing.Size(146, 46); this.moveRightDownButton.TabIndex = 5; this.moveRightDownButton.Text = "Move Right"; this.moveRightDownButton.UseVisualStyleBackColor = true; this.moveRightDownButton.Click += new System.EventHandler(this.moveRightDownButton_Click); // // moveLeftUpButton // this.moveLeftUpButton.Location = new System.Drawing.Point(6, 100); this.moveLeftUpButton.Name = "moveLeftUpButton"; this.moveLeftUpButton.Size = new System.Drawing.Size(136, 46); this.moveLeftUpButton.TabIndex = 4; this.moveLeftUpButton.Text = "Move Left"; this.moveLeftUpButton.UseVisualStyleBackColor = true; this.moveLeftUpButton.Click += new System.EventHandler(this.moveLeftUpButton_Click); // // bottomEdgeCheckBox // this.bottomEdgeCheckBox.AutoSize = true; this.bottomEdgeCheckBox.Location = new System.Drawing.Point(162, 65); this.bottomEdgeCheckBox.Name = "bottomEdgeCheckBox"; this.bottomEdgeCheckBox.Size = new System.Drawing.Size(167, 29); this.bottomEdgeCheckBox.TabIndex = 3; this.bottomEdgeCheckBox.Text = "Bottom Edge"; this.bottomEdgeCheckBox.UseVisualStyleBackColor = true; this.bottomEdgeCheckBox.CheckedChanged += new System.EventHandler(this.bottomEdgeCheckBox_CheckedChanged); // // topEdgeCheckBox // this.topEdgeCheckBox.AutoSize = true; this.topEdgeCheckBox.Location = new System.Drawing.Point(162, 30); this.topEdgeCheckBox.Name = "topEdgeCheckBox"; this.topEdgeCheckBox.Size = new System.Drawing.Size(137, 29); this.topEdgeCheckBox.TabIndex = 2; this.topEdgeCheckBox.Text = "Top Edge"; this.topEdgeCheckBox.UseVisualStyleBackColor = true; this.topEdgeCheckBox.CheckedChanged += new System.EventHandler(this.topEdgeCheckBox_CheckedChanged); // // rightEdgeCheckBox // this.rightEdgeCheckBox.AutoSize = true; this.rightEdgeCheckBox.Location = new System.Drawing.Point(6, 65); this.rightEdgeCheckBox.Name = "rightEdgeCheckBox"; this.rightEdgeCheckBox.Size = new System.Drawing.Size(150, 29); this.rightEdgeCheckBox.TabIndex = 1; this.rightEdgeCheckBox.Text = "Right Edge"; this.rightEdgeCheckBox.UseVisualStyleBackColor = true; this.rightEdgeCheckBox.CheckedChanged += new System.EventHandler(this.rightEdgeCheckBox_CheckedChanged); // // leftEdgeCheckBox // this.leftEdgeCheckBox.AutoSize = true; this.leftEdgeCheckBox.Location = new System.Drawing.Point(6, 30); this.leftEdgeCheckBox.Name = "leftEdgeCheckBox"; this.leftEdgeCheckBox.Size = new System.Drawing.Size(136, 29); this.leftEdgeCheckBox.TabIndex = 0; this.leftEdgeCheckBox.Text = "Left Edge"; this.leftEdgeCheckBox.UseVisualStyleBackColor = true; this.leftEdgeCheckBox.CheckedChanged += new System.EventHandler(this.leftEdgeCheckBox_CheckedChanged); // // rightSplitContainer // this.rightSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.rightSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.rightSplitContainer.Location = new System.Drawing.Point(0, 0); this.rightSplitContainer.Name = "rightSplitContainer"; this.rightSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // rightSplitContainer.Panel1 // this.rightSplitContainer.Panel1.Resize += new System.EventHandler(this.rightSplitContainer_Panel1_Resize); // // rightSplitContainer.Panel2 // this.rightSplitContainer.Panel2.Controls.Add(this.childrenDataGridView); this.rightSplitContainer.Size = new System.Drawing.Size(695, 946); this.rightSplitContainer.SplitterDistance = 357; this.rightSplitContainer.TabIndex = 0; // // childrenDataGridView // this.childrenDataGridView.AllowUserToAddRows = false; this.childrenDataGridView.AllowUserToDeleteRows = false; this.childrenDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.childrenDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.childrenDataGridView.Location = new System.Drawing.Point(0, 0); this.childrenDataGridView.Name = "childrenDataGridView"; this.childrenDataGridView.ReadOnly = true; this.childrenDataGridView.RowHeadersVisible = false; this.childrenDataGridView.RowTemplate.Height = 33; this.childrenDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.childrenDataGridView.Size = new System.Drawing.Size(691, 581); this.childrenDataGridView.TabIndex = 0; this.childrenDataGridView.SelectionChanged += new System.EventHandler(this.childrenDataGridView_SelectionChanged); // // PanelEditor // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(1395, 946); this.Controls.Add(this.mainSplitContainer); this.Name = "PanelEditor"; this.Text = "PanelEditor"; this.mainSplitContainer.Panel1.ResumeLayout(false); this.mainSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).EndInit(); this.mainSplitContainer.ResumeLayout(false); this.leftSplitContainer.Panel2.ResumeLayout(false); this.leftSplitContainer.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.leftSplitContainer)).EndInit(); this.leftSplitContainer.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.autoAdjustVGroupBox.ResumeLayout(false); this.autoAdjustVGroupBox.PerformLayout(); this.autoAdjustHGroupBox.ResumeLayout(false); this.autoAdjustHGroupBox.PerformLayout(); this.adjustGroupBox.ResumeLayout(false); this.adjustGroupBox.PerformLayout(); this.rightSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.rightSplitContainer)).EndInit(); this.rightSplitContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.childrenDataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer mainSplitContainer; private System.Windows.Forms.SplitContainer leftSplitContainer; private System.Windows.Forms.Button pasteControlsButton; private System.Windows.Forms.Button copyControlsButton; private System.Windows.Forms.Button cutControlsButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.GroupBox autoAdjustVGroupBox; private System.Windows.Forms.RadioButton bottomRadioButton; private System.Windows.Forms.RadioButton heightRadioButton; private System.Windows.Forms.RadioButton topRadioButton; private System.Windows.Forms.GroupBox autoAdjustHGroupBox; private System.Windows.Forms.RadioButton rightRadioButton; private System.Windows.Forms.RadioButton widthRadioButton; private System.Windows.Forms.RadioButton leftRadioButton; private System.Windows.Forms.GroupBox adjustGroupBox; private System.Windows.Forms.TextBox pixelsTextBox; private System.Windows.Forms.Button setButton; private System.Windows.Forms.Button moveRightDownButton; private System.Windows.Forms.Button moveLeftUpButton; private System.Windows.Forms.CheckBox bottomEdgeCheckBox; private System.Windows.Forms.CheckBox topEdgeCheckBox; private System.Windows.Forms.CheckBox rightEdgeCheckBox; private System.Windows.Forms.CheckBox leftEdgeCheckBox; private System.Windows.Forms.SplitContainer rightSplitContainer; private System.Windows.Forms.DataGridView childrenDataGridView; private System.Windows.Forms.Button moveDownButton; private System.Windows.Forms.Button moveUpButton; private System.Windows.Forms.Button newControlButton; private ValueSelector valueSelector1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox relativeToTextBox; private System.Windows.Forms.RadioButton relativeToCustomRadioButton; private System.Windows.Forms.RadioButton rightSampleRadioButton; private System.Windows.Forms.RadioButton leftSampleRadioButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox symbolTextBox; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label2; } }