/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panelBar = new Salamander.Windows.Forms.CollapsiblePanelBar(); this.parameterPanel = new Salamander.Windows.Forms.CollapsiblePanel(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.mainPanel = new Salamander.Windows.Forms.CollapsiblePanel(); this.txtCurrentObject = new MidgetUI.EnhancedTextBox(); this.txtScaleZ = new MidgetUI.NumberEnhancedTextBox(); this.txtScaleY = new MidgetUI.NumberEnhancedTextBox(); this.txtScaleX = new MidgetUI.NumberEnhancedTextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtMoveZ = new MidgetUI.NumberEnhancedTextBox(); this.txtMoveY = new MidgetUI.NumberEnhancedTextBox(); this.txtMoveX = new MidgetUI.NumberEnhancedTextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtRotateZ = new MidgetUI.NumberEnhancedTextBox(); this.txtRotateY = new MidgetUI.NumberEnhancedTextBox(); this.txtRotateX = new MidgetUI.NumberEnhancedTextBox(); this.lblRotate = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.panelBar)).BeginInit(); this.panelBar.SuspendLayout(); this.parameterPanel.SuspendLayout(); this.mainPanel.SuspendLayout(); this.SuspendLayout(); // // panelBar // this.panelBar.BackColor = System.Drawing.SystemColors.Control; this.panelBar.Border = 8; this.panelBar.Controls.Add(this.parameterPanel); this.panelBar.Controls.Add(this.mainPanel); this.panelBar.Dock = System.Windows.Forms.DockStyle.Fill; this.panelBar.Location = new System.Drawing.Point(0, 0); this.panelBar.Name = "panelBar"; this.panelBar.Size = new System.Drawing.Size(240, 520); this.panelBar.Spacing = 8; this.panelBar.TabIndex = 0; this.panelBar.Paint += new System.Windows.Forms.PaintEventHandler(this.panelBar_Paint); // // parameterPanel // this.parameterPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.parameterPanel.BackColor = System.Drawing.SystemColors.ControlLightLight; this.parameterPanel.Controls.Add(this.propertyGrid); this.parameterPanel.EndColour = System.Drawing.SystemColors.InactiveCaptionText; this.parameterPanel.Image = null; this.parameterPanel.Location = new System.Drawing.Point(8, 176); this.parameterPanel.Name = "parameterPanel"; this.parameterPanel.PanelState = Salamander.Windows.Forms.PanelState.Expanded; this.parameterPanel.Size = new System.Drawing.Size(224, 336); this.parameterPanel.StartColour = System.Drawing.SystemColors.Highlight; this.parameterPanel.TabIndex = 1; this.parameterPanel.TitleFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.parameterPanel.TitleFontColour = System.Drawing.Color.White; this.parameterPanel.TitleText = "Parameters"; // // propertyGrid // this.propertyGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.propertyGrid.CommandsBackColor = System.Drawing.SystemColors.ControlLightLight; this.propertyGrid.CommandsVisibleIfAvailable = true; this.propertyGrid.HelpBackColor = System.Drawing.SystemColors.Highlight; this.propertyGrid.HelpForeColor = System.Drawing.Color.White; this.propertyGrid.LargeButtons = false; this.propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar; this.propertyGrid.Location = new System.Drawing.Point(8, 32); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; this.propertyGrid.Size = new System.Drawing.Size(208, 296); this.propertyGrid.TabIndex = 30; this.propertyGrid.Text = "propertyGrid"; this.propertyGrid.ViewBackColor = System.Drawing.SystemColors.Window; this.propertyGrid.ViewForeColor = System.Drawing.SystemColors.WindowText; // // mainPanel // this.mainPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mainPanel.BackColor = System.Drawing.SystemColors.ControlLightLight; this.mainPanel.Controls.Add(this.txtCurrentObject); this.mainPanel.Controls.Add(this.txtScaleZ); this.mainPanel.Controls.Add(this.txtScaleY); this.mainPanel.Controls.Add(this.txtScaleX); this.mainPanel.Controls.Add(this.label5); this.mainPanel.Controls.Add(this.txtMoveZ); this.mainPanel.Controls.Add(this.txtMoveY); this.mainPanel.Controls.Add(this.txtMoveX); this.mainPanel.Controls.Add(this.label4); this.mainPanel.Controls.Add(this.label3); this.mainPanel.Controls.Add(this.label2); this.mainPanel.Controls.Add(this.label1); this.mainPanel.Controls.Add(this.txtRotateZ); this.mainPanel.Controls.Add(this.txtRotateY); this.mainPanel.Controls.Add(this.txtRotateX); this.mainPanel.Controls.Add(this.lblRotate); this.mainPanel.EndColour = System.Drawing.SystemColors.InactiveCaptionText; this.mainPanel.Image = null; this.mainPanel.Location = new System.Drawing.Point(8, 8); this.mainPanel.Name = "mainPanel"; this.mainPanel.PanelState = Salamander.Windows.Forms.PanelState.Expanded; this.mainPanel.Size = new System.Drawing.Size(224, 160); this.mainPanel.StartColour = System.Drawing.SystemColors.Highlight; this.mainPanel.TabIndex = 0; this.mainPanel.TitleFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.mainPanel.TitleFontColour = System.Drawing.Color.White; this.mainPanel.TitleText = "Object"; // // txtCurrentObject // this.txtCurrentObject.Location = new System.Drawing.Point(24, 32); this.txtCurrentObject.Name = "txtCurrentObject"; this.txtCurrentObject.Size = new System.Drawing.Size(176, 20); this.txtCurrentObject.TabIndex = 20; this.txtCurrentObject.Text = ""; this.txtCurrentObject.Leave += new System.EventHandler(this.txtCurrentObject_Leave); this.txtCurrentObject.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCurrentObject_KeyUp); // // txtScaleZ // this.txtScaleZ.Location = new System.Drawing.Point(168, 128); this.txtScaleZ.Name = "txtScaleZ"; this.txtScaleZ.NegativeAllowed = true; this.txtScaleZ.Size = new System.Drawing.Size(48, 20); this.txtScaleZ.TabIndex = 19; this.txtScaleZ.Text = ""; this.txtScaleZ.TextBoxType = MidgetUI.TextBoxType.Float; this.txtScaleZ.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtScaleZ_KeyUp); this.txtScaleZ.Leave += new System.EventHandler(this.txtScaleZ_Leave); // // txtScaleY // this.txtScaleY.Location = new System.Drawing.Point(112, 128); this.txtScaleY.Name = "txtScaleY"; this.txtScaleY.NegativeAllowed = true; this.txtScaleY.Size = new System.Drawing.Size(48, 20); this.txtScaleY.TabIndex = 18; this.txtScaleY.Text = ""; this.txtScaleY.TextBoxType = MidgetUI.TextBoxType.Float; this.txtScaleY.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtScaleY_KeyUp); this.txtScaleY.Leave += new System.EventHandler(this.txtScaleY_Leave); // // txtScaleX // this.txtScaleX.Location = new System.Drawing.Point(56, 128); this.txtScaleX.Name = "txtScaleX"; this.txtScaleX.NegativeAllowed = true; this.txtScaleX.Size = new System.Drawing.Size(48, 20); this.txtScaleX.TabIndex = 17; this.txtScaleX.Text = ""; this.txtScaleX.TextBoxType = MidgetUI.TextBoxType.Float; this.txtScaleX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtScaleX_KeyUp); this.txtScaleX.Leave += new System.EventHandler(this.txtScaleX_Leave); // // label5 // this.label5.Location = new System.Drawing.Point(8, 128); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(48, 16); this.label5.TabIndex = 16; this.label5.Text = "Scale:"; // // txtMoveZ // this.txtMoveZ.Location = new System.Drawing.Point(168, 104); this.txtMoveZ.Name = "txtMoveZ"; this.txtMoveZ.NegativeAllowed = true; this.txtMoveZ.Size = new System.Drawing.Size(48, 20); this.txtMoveZ.TabIndex = 15; this.txtMoveZ.Text = ""; this.txtMoveZ.TextBoxType = MidgetUI.TextBoxType.Float; this.txtMoveZ.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtMoveZ_KeyUp); this.txtMoveZ.Leave += new System.EventHandler(this.txtMoveZ_Leave); // // txtMoveY // this.txtMoveY.Location = new System.Drawing.Point(112, 104); this.txtMoveY.Name = "txtMoveY"; this.txtMoveY.NegativeAllowed = true; this.txtMoveY.Size = new System.Drawing.Size(48, 20); this.txtMoveY.TabIndex = 14; this.txtMoveY.Text = ""; this.txtMoveY.TextBoxType = MidgetUI.TextBoxType.Float; this.txtMoveY.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtMoveY_KeyUp); this.txtMoveY.Leave += new System.EventHandler(this.txtMoveY_Leave); // // txtMoveX // this.txtMoveX.Location = new System.Drawing.Point(56, 104); this.txtMoveX.Name = "txtMoveX"; this.txtMoveX.NegativeAllowed = true; this.txtMoveX.Size = new System.Drawing.Size(48, 20); this.txtMoveX.TabIndex = 13; this.txtMoveX.Text = ""; this.txtMoveX.TextBoxType = MidgetUI.TextBoxType.Float; this.txtMoveX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtMoveX_KeyUp); this.txtMoveX.Leave += new System.EventHandler(this.txtMoveX_Leave); // // label4 // this.label4.Location = new System.Drawing.Point(8, 104); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 16); this.label4.TabIndex = 12; this.label4.Text = "Move:"; // // label3 // this.label3.Location = new System.Drawing.Point(168, 64); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 16); this.label3.TabIndex = 11; this.label3.Text = "Z"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Location = new System.Drawing.Point(112, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(48, 16); this.label2.TabIndex = 10; this.label2.Text = "Y"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.Location = new System.Drawing.Point(56, 64); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 16); this.label1.TabIndex = 9; this.label1.Text = "X"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtRotateZ // this.txtRotateZ.Location = new System.Drawing.Point(168, 80); this.txtRotateZ.Name = "txtRotateZ"; this.txtRotateZ.NegativeAllowed = true; this.txtRotateZ.Size = new System.Drawing.Size(48, 20); this.txtRotateZ.TabIndex = 8; this.txtRotateZ.Text = ""; this.txtRotateZ.TextBoxType = MidgetUI.TextBoxType.Float; this.txtRotateZ.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtRotateZ_KeyUp); this.txtRotateZ.Leave += new System.EventHandler(this.txtRotateZ_Leave); // // txtRotateY // this.txtRotateY.Location = new System.Drawing.Point(112, 80); this.txtRotateY.Name = "txtRotateY"; this.txtRotateY.NegativeAllowed = true; this.txtRotateY.Size = new System.Drawing.Size(48, 20); this.txtRotateY.TabIndex = 7; this.txtRotateY.Text = ""; this.txtRotateY.TextBoxType = MidgetUI.TextBoxType.Float; this.txtRotateY.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtRotateY_KeyUp); this.txtRotateY.Leave += new System.EventHandler(this.txtRotateY_Leave); // // txtRotateX // this.txtRotateX.Location = new System.Drawing.Point(56, 80); this.txtRotateX.Name = "txtRotateX"; this.txtRotateX.NegativeAllowed = true; this.txtRotateX.Size = new System.Drawing.Size(48, 20); this.txtRotateX.TabIndex = 6; this.txtRotateX.Text = ""; this.txtRotateX.TextBoxType = MidgetUI.TextBoxType.Float; this.txtRotateX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtRotateX_KeyUp); this.txtRotateX.Leave += new System.EventHandler(this.txtRotateX_Leave); // // lblRotate // this.lblRotate.Location = new System.Drawing.Point(8, 80); this.lblRotate.Name = "lblRotate"; this.lblRotate.Size = new System.Drawing.Size(48, 16); this.lblRotate.TabIndex = 5; this.lblRotate.Text = "Rotate:"; // // ObjectShelf // this.Controls.Add(this.panelBar); this.Name = "ObjectShelf"; this.Size = new System.Drawing.Size(240, 520); this.Resize += new System.EventHandler(this.ObjectShelf_Resize); ((System.ComponentModel.ISupportInitialize)(this.panelBar)).EndInit(); this.panelBar.ResumeLayout(false); this.parameterPanel.ResumeLayout(false); this.mainPanel.ResumeLayout(false); this.ResumeLayout(false); }