Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RenderSettingsForm));
     this.collapsiblePanelBar1 = new Salamander.Windows.Forms.CollapsiblePanelBar();
     this.pnlResolution = new Salamander.Windows.Forms.CollapsiblePanel();
     this.label7 = new System.Windows.Forms.Label();
     this.txtHeight = new MidgetUI.NumberEnhancedTextBox();
     this.txtWidth = new MidgetUI.NumberEnhancedTextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.collapsiblePanel1 = new Salamander.Windows.Forms.CollapsiblePanel();
     this.label10 = new System.Windows.Forms.Label();
     this.txtEndFrame = new MidgetUI.NumberEnhancedTextBox();
     this.txtStartFrame = new MidgetUI.NumberEnhancedTextBox();
     this.lblEndFrame = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.cboCameras = new System.Windows.Forms.ComboBox();
     this.pnlImageFile = new Salamander.Windows.Forms.CollapsiblePanel();
     this.label6 = new System.Windows.Forms.Label();
     this.cboFileType = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtFileName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.btnPathBrowse = new System.Windows.Forms.Button();
     this.txtBoxFilePath = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.collapsiblePanelBar1)).BeginInit();
     this.collapsiblePanelBar1.SuspendLayout();
     this.pnlResolution.SuspendLayout();
     this.collapsiblePanel1.SuspendLayout();
     this.pnlImageFile.SuspendLayout();
     this.SuspendLayout();
     //
     // collapsiblePanelBar1
     //
     this.collapsiblePanelBar1.AutoScroll = true;
     this.collapsiblePanelBar1.BackColor = System.Drawing.SystemColors.ControlDark;
     this.collapsiblePanelBar1.Border = 8;
     this.collapsiblePanelBar1.Controls.Add(this.pnlResolution);
     this.collapsiblePanelBar1.Controls.Add(this.collapsiblePanel1);
     this.collapsiblePanelBar1.Controls.Add(this.pnlImageFile);
     this.collapsiblePanelBar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.collapsiblePanelBar1.Location = new System.Drawing.Point(0, 0);
     this.collapsiblePanelBar1.Name = "collapsiblePanelBar1";
     this.collapsiblePanelBar1.Size = new System.Drawing.Size(368, 461);
     this.collapsiblePanelBar1.Spacing = 8;
     this.collapsiblePanelBar1.TabIndex = 1;
     //
     // pnlResolution
     //
     this.pnlResolution.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlResolution.BackColor = System.Drawing.SystemColors.Control;
     this.pnlResolution.Controls.Add(this.label7);
     this.pnlResolution.Controls.Add(this.txtHeight);
     this.pnlResolution.Controls.Add(this.txtWidth);
     this.pnlResolution.Controls.Add(this.label5);
     this.pnlResolution.EndColour = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlResolution.Image = null;
     this.pnlResolution.Location = new System.Drawing.Point(8, 328);
     this.pnlResolution.Name = "pnlResolution";
     this.pnlResolution.PanelState = Salamander.Windows.Forms.PanelState.Expanded;
     this.pnlResolution.Size = new System.Drawing.Size(352, 120);
     this.pnlResolution.StartColour = System.Drawing.SystemColors.Highlight;
     this.pnlResolution.TabIndex = 6;
     this.pnlResolution.TitleFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pnlResolution.TitleFontColour = System.Drawing.Color.White;
     this.pnlResolution.TitleText = "Resolution";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(112, 48);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(48, 16);
     this.label7.TabIndex = 10;
     this.label7.Text = "Width";
     //
     // txtHeight
     //
     this.txtHeight.Location = new System.Drawing.Point(160, 72);
     this.txtHeight.Name = "txtHeight";
     this.txtHeight.NegativeAllowed = false;
     this.txtHeight.Size = new System.Drawing.Size(64, 20);
     this.txtHeight.TabIndex = 9;
     this.txtHeight.Text = "";
     this.txtHeight.TextBoxType = MidgetUI.TextBoxType.Integer;
     this.txtHeight.TextChanged += new System.EventHandler(this.txtHeight_TextChanged);
     //
     // txtWidth
     //
     this.txtWidth.Location = new System.Drawing.Point(160, 40);
     this.txtWidth.Name = "txtWidth";
     this.txtWidth.NegativeAllowed = false;
     this.txtWidth.Size = new System.Drawing.Size(64, 20);
     this.txtWidth.TabIndex = 8;
     this.txtWidth.Text = "";
     this.txtWidth.TextBoxType = MidgetUI.TextBoxType.Integer;
     this.txtWidth.TextChanged += new System.EventHandler(this.txtWidth_TextChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(112, 72);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(48, 16);
     this.label5.TabIndex = 7;
     this.label5.Text = "Height";
     //
     // collapsiblePanel1
     //
     this.collapsiblePanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.collapsiblePanel1.BackColor = System.Drawing.SystemColors.Control;
     this.collapsiblePanel1.Controls.Add(this.label10);
     this.collapsiblePanel1.Controls.Add(this.txtEndFrame);
     this.collapsiblePanel1.Controls.Add(this.txtStartFrame);
     this.collapsiblePanel1.Controls.Add(this.lblEndFrame);
     this.collapsiblePanel1.Controls.Add(this.label9);
     this.collapsiblePanel1.Controls.Add(this.cboCameras);
     this.collapsiblePanel1.EndColour = System.Drawing.SystemColors.InactiveCaptionText;
     this.collapsiblePanel1.Image = null;
     this.collapsiblePanel1.Location = new System.Drawing.Point(8, 176);
     this.collapsiblePanel1.Name = "collapsiblePanel1";
     this.collapsiblePanel1.PanelState = Salamander.Windows.Forms.PanelState.Expanded;
     this.collapsiblePanel1.Size = new System.Drawing.Size(352, 144);
     this.collapsiblePanel1.StartColour = System.Drawing.SystemColors.Highlight;
     this.collapsiblePanel1.TabIndex = 5;
     this.collapsiblePanel1.TitleFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.collapsiblePanel1.TitleFontColour = System.Drawing.Color.White;
     this.collapsiblePanel1.TitleText = "Movie Options";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(72, 88);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(80, 16);
     this.label10.TabIndex = 22;
     this.label10.Text = "Start Frame:";
     //
     // txtEndFrame
     //
     this.txtEndFrame.Location = new System.Drawing.Point(152, 112);
     this.txtEndFrame.Name = "txtEndFrame";
     this.txtEndFrame.NegativeAllowed = false;
     this.txtEndFrame.Size = new System.Drawing.Size(64, 20);
     this.txtEndFrame.TabIndex = 21;
     this.txtEndFrame.Text = "";
     this.txtEndFrame.TextBoxType = MidgetUI.TextBoxType.Integer;
     this.txtEndFrame.TextChanged += new System.EventHandler(this.txtEndFrame_TextChanged);
     //
     // txtStartFrame
     //
     this.txtStartFrame.Location = new System.Drawing.Point(152, 80);
     this.txtStartFrame.Name = "txtStartFrame";
     this.txtStartFrame.NegativeAllowed = false;
     this.txtStartFrame.Size = new System.Drawing.Size(64, 20);
     this.txtStartFrame.TabIndex = 20;
     this.txtStartFrame.Text = "";
     this.txtStartFrame.TextBoxType = MidgetUI.TextBoxType.Integer;
     this.txtStartFrame.TextChanged += new System.EventHandler(this.txtStartFrame_TextChanged);
     //
     // lblEndFrame
     //
     this.lblEndFrame.Location = new System.Drawing.Point(80, 112);
     this.lblEndFrame.Name = "lblEndFrame";
     this.lblEndFrame.Size = new System.Drawing.Size(72, 16);
     this.lblEndFrame.TabIndex = 19;
     this.lblEndFrame.Text = "End Frame";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(88, 40);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(48, 16);
     this.label9.TabIndex = 18;
     this.label9.Text = "Camera";
     //
     // cboCameras
     //
     this.cboCameras.Location = new System.Drawing.Point(148, 40);
     this.cboCameras.Name = "cboCameras";
     this.cboCameras.Size = new System.Drawing.Size(120, 21);
     this.cboCameras.TabIndex = 17;
     this.cboCameras.SelectionChangeCommitted += new System.EventHandler(this.cboCameras_SelectionChangeCommitted);
     //
     // pnlImageFile
     //
     this.pnlImageFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlImageFile.BackColor = System.Drawing.SystemColors.Control;
     this.pnlImageFile.Controls.Add(this.label6);
     this.pnlImageFile.Controls.Add(this.cboFileType);
     this.pnlImageFile.Controls.Add(this.label8);
     this.pnlImageFile.Controls.Add(this.txtFileName);
     this.pnlImageFile.Controls.Add(this.label2);
     this.pnlImageFile.Controls.Add(this.btnPathBrowse);
     this.pnlImageFile.Controls.Add(this.txtBoxFilePath);
     this.pnlImageFile.EndColour = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlImageFile.Image = null;
     this.pnlImageFile.Location = new System.Drawing.Point(8, 8);
     this.pnlImageFile.Name = "pnlImageFile";
     this.pnlImageFile.PanelState = Salamander.Windows.Forms.PanelState.Expanded;
     this.pnlImageFile.Size = new System.Drawing.Size(352, 160);
     this.pnlImageFile.StartColour = System.Drawing.SystemColors.Highlight;
     this.pnlImageFile.TabIndex = 1;
     this.pnlImageFile.TitleFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pnlImageFile.TitleFontColour = System.Drawing.Color.White;
     this.pnlImageFile.TitleText = "Image File Output";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 32);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(88, 16);
     this.label6.TabIndex = 16;
     this.label6.Text = "Output Directory";
     //
     // cboFileType
     //
     this.cboFileType.Location = new System.Drawing.Point(136, 128);
     this.cboFileType.Name = "cboFileType";
     this.cboFileType.Size = new System.Drawing.Size(120, 21);
     this.cboFileType.TabIndex = 13;
     this.cboFileType.SelectedIndexChanged += new System.EventHandler(this.cboFileType_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(72, 128);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(64, 16);
     this.label8.TabIndex = 12;
     this.label8.Text = "File Type:";
     //
     // txtFileName
     //
     this.txtFileName.Location = new System.Drawing.Point(136, 96);
     this.txtFileName.Name = "txtFileName";
     this.txtFileName.Size = new System.Drawing.Size(120, 20);
     this.txtFileName.TabIndex = 11;
     this.txtFileName.Text = "";
     this.txtFileName.TextChanged += new System.EventHandler(this.txtFileName_TextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(72, 96);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 16);
     this.label2.TabIndex = 10;
     this.label2.Text = "File Name";
     //
     // btnPathBrowse
     //
     this.btnPathBrowse.Location = new System.Drawing.Point(288, 56);
     this.btnPathBrowse.Name = "btnPathBrowse";
     this.btnPathBrowse.Size = new System.Drawing.Size(56, 24);
     this.btnPathBrowse.TabIndex = 9;
     this.btnPathBrowse.Text = "Browse";
     this.btnPathBrowse.Click += new System.EventHandler(this.btnPathBrowse_Click);
     //
     // txtBoxFilePath
     //
     this.txtBoxFilePath.Enabled = false;
     this.txtBoxFilePath.Location = new System.Drawing.Point(16, 56);
     this.txtBoxFilePath.Name = "txtBoxFilePath";
     this.txtBoxFilePath.Size = new System.Drawing.Size(264, 20);
     this.txtBoxFilePath.TabIndex = 8;
     this.txtBoxFilePath.Text = "";
     this.txtBoxFilePath.TextChanged += new System.EventHandler(this.txtBoxFilePath_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name = "label3";
     this.label3.TabIndex = 0;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(0, 0);
     this.label4.Name = "label4";
     this.label4.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.TabIndex = 0;
     //
     // RenderSettingsForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(368, 461);
     this.Controls.Add(this.collapsiblePanelBar1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "RenderSettingsForm";
     this.Text = "Render Settings";
     ((System.ComponentModel.ISupportInitialize)(this.collapsiblePanelBar1)).EndInit();
     this.collapsiblePanelBar1.ResumeLayout(false);
     this.pnlResolution.ResumeLayout(false);
     this.collapsiblePanel1.ResumeLayout(false);
     this.pnlImageFile.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <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.btnRemove = new System.Windows.Forms.Button();
     this.lstModifiers = new System.Windows.Forms.ListBox();
     ((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, 512);
     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.Bottom)
         | 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, 208);
     this.parameterPanel.Name = "parameterPanel";
     this.parameterPanel.PanelState = Salamander.Windows.Forms.PanelState.Expanded;
     this.parameterPanel.Size = new System.Drawing.Size(224, 296);
     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, 256);
     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.btnRemove);
     this.mainPanel.Controls.Add(this.lstModifiers);
     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, 192);
     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 = "Modifiers";
     //
     // btnRemove
     //
     this.btnRemove.Location = new System.Drawing.Point(40, 160);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(144, 24);
     this.btnRemove.TabIndex = 2;
     this.btnRemove.Text = "&Remove";
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // lstModifiers
     //
     this.lstModifiers.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lstModifiers.Location = new System.Drawing.Point(8, 32);
     this.lstModifiers.Name = "lstModifiers";
     this.lstModifiers.Size = new System.Drawing.Size(208, 119);
     this.lstModifiers.TabIndex = 1;
     this.lstModifiers.SelectedIndexChanged += new System.EventHandler(this.lstModifiers_SelectedIndexChanged);
     //
     // ModifierShelf
     //
     this.Controls.Add(this.panelBar);
     this.Name = "ModifierShelf";
     this.Size = new System.Drawing.Size(240, 512);
     this.Resize += new System.EventHandler(this.ModifierShelf_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.panelBar)).EndInit();
     this.panelBar.ResumeLayout(false);
     this.parameterPanel.ResumeLayout(false);
     this.mainPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RenderSettingsForm));
     this.collapsiblePanelBar1 = new Salamander.Windows.Forms.CollapsiblePanelBar();
     this.pnlResolution        = new Salamander.Windows.Forms.CollapsiblePanel();
     this.label7              = new System.Windows.Forms.Label();
     this.txtHeight           = new MidgetUI.NumberEnhancedTextBox();
     this.txtWidth            = new MidgetUI.NumberEnhancedTextBox();
     this.label5              = new System.Windows.Forms.Label();
     this.collapsiblePanel1   = new Salamander.Windows.Forms.CollapsiblePanel();
     this.label10             = new System.Windows.Forms.Label();
     this.txtEndFrame         = new MidgetUI.NumberEnhancedTextBox();
     this.txtStartFrame       = new MidgetUI.NumberEnhancedTextBox();
     this.lblEndFrame         = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.cboCameras          = new System.Windows.Forms.ComboBox();
     this.pnlImageFile        = new Salamander.Windows.Forms.CollapsiblePanel();
     this.label6              = new System.Windows.Forms.Label();
     this.cboFileType         = new System.Windows.Forms.ComboBox();
     this.label8              = new System.Windows.Forms.Label();
     this.txtFileName         = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.btnPathBrowse       = new System.Windows.Forms.Button();
     this.txtBoxFilePath      = new System.Windows.Forms.TextBox();
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.collapsiblePanelBar1)).BeginInit();
     this.collapsiblePanelBar1.SuspendLayout();
     this.pnlResolution.SuspendLayout();
     this.collapsiblePanel1.SuspendLayout();
     this.pnlImageFile.SuspendLayout();
     this.SuspendLayout();
     //
     // collapsiblePanelBar1
     //
     this.collapsiblePanelBar1.AutoScroll = true;
     this.collapsiblePanelBar1.BackColor  = System.Drawing.SystemColors.ControlDark;
     this.collapsiblePanelBar1.Border     = 8;
     this.collapsiblePanelBar1.Controls.Add(this.pnlResolution);
     this.collapsiblePanelBar1.Controls.Add(this.collapsiblePanel1);
     this.collapsiblePanelBar1.Controls.Add(this.pnlImageFile);
     this.collapsiblePanelBar1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.collapsiblePanelBar1.Location = new System.Drawing.Point(0, 0);
     this.collapsiblePanelBar1.Name     = "collapsiblePanelBar1";
     this.collapsiblePanelBar1.Size     = new System.Drawing.Size(368, 461);
     this.collapsiblePanelBar1.Spacing  = 8;
     this.collapsiblePanelBar1.TabIndex = 1;
     //
     // pnlResolution
     //
     this.pnlResolution.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlResolution.BackColor = System.Drawing.SystemColors.Control;
     this.pnlResolution.Controls.Add(this.label7);
     this.pnlResolution.Controls.Add(this.txtHeight);
     this.pnlResolution.Controls.Add(this.txtWidth);
     this.pnlResolution.Controls.Add(this.label5);
     this.pnlResolution.EndColour       = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlResolution.Image           = null;
     this.pnlResolution.Location        = new System.Drawing.Point(8, 328);
     this.pnlResolution.Name            = "pnlResolution";
     this.pnlResolution.PanelState      = Salamander.Windows.Forms.PanelState.Expanded;
     this.pnlResolution.Size            = new System.Drawing.Size(352, 120);
     this.pnlResolution.StartColour     = System.Drawing.SystemColors.Highlight;
     this.pnlResolution.TabIndex        = 6;
     this.pnlResolution.TitleFont       = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pnlResolution.TitleFontColour = System.Drawing.Color.White;
     this.pnlResolution.TitleText       = "Resolution";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(112, 48);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 16);
     this.label7.TabIndex = 10;
     this.label7.Text     = "Width";
     //
     // txtHeight
     //
     this.txtHeight.Location        = new System.Drawing.Point(160, 72);
     this.txtHeight.Name            = "txtHeight";
     this.txtHeight.NegativeAllowed = false;
     this.txtHeight.Size            = new System.Drawing.Size(64, 20);
     this.txtHeight.TabIndex        = 9;
     this.txtHeight.Text            = "";
     this.txtHeight.TextBoxType     = MidgetUI.TextBoxType.Integer;
     this.txtHeight.TextChanged    += new System.EventHandler(this.txtHeight_TextChanged);
     //
     // txtWidth
     //
     this.txtWidth.Location        = new System.Drawing.Point(160, 40);
     this.txtWidth.Name            = "txtWidth";
     this.txtWidth.NegativeAllowed = false;
     this.txtWidth.Size            = new System.Drawing.Size(64, 20);
     this.txtWidth.TabIndex        = 8;
     this.txtWidth.Text            = "";
     this.txtWidth.TextBoxType     = MidgetUI.TextBoxType.Integer;
     this.txtWidth.TextChanged    += new System.EventHandler(this.txtWidth_TextChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(112, 72);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 16);
     this.label5.TabIndex = 7;
     this.label5.Text     = "Height";
     //
     // collapsiblePanel1
     //
     this.collapsiblePanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.collapsiblePanel1.BackColor = System.Drawing.SystemColors.Control;
     this.collapsiblePanel1.Controls.Add(this.label10);
     this.collapsiblePanel1.Controls.Add(this.txtEndFrame);
     this.collapsiblePanel1.Controls.Add(this.txtStartFrame);
     this.collapsiblePanel1.Controls.Add(this.lblEndFrame);
     this.collapsiblePanel1.Controls.Add(this.label9);
     this.collapsiblePanel1.Controls.Add(this.cboCameras);
     this.collapsiblePanel1.EndColour       = System.Drawing.SystemColors.InactiveCaptionText;
     this.collapsiblePanel1.Image           = null;
     this.collapsiblePanel1.Location        = new System.Drawing.Point(8, 176);
     this.collapsiblePanel1.Name            = "collapsiblePanel1";
     this.collapsiblePanel1.PanelState      = Salamander.Windows.Forms.PanelState.Expanded;
     this.collapsiblePanel1.Size            = new System.Drawing.Size(352, 144);
     this.collapsiblePanel1.StartColour     = System.Drawing.SystemColors.Highlight;
     this.collapsiblePanel1.TabIndex        = 5;
     this.collapsiblePanel1.TitleFont       = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.collapsiblePanel1.TitleFontColour = System.Drawing.Color.White;
     this.collapsiblePanel1.TitleText       = "Movie Options";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(72, 88);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(80, 16);
     this.label10.TabIndex = 22;
     this.label10.Text     = "Start Frame:";
     //
     // txtEndFrame
     //
     this.txtEndFrame.Location        = new System.Drawing.Point(152, 112);
     this.txtEndFrame.Name            = "txtEndFrame";
     this.txtEndFrame.NegativeAllowed = false;
     this.txtEndFrame.Size            = new System.Drawing.Size(64, 20);
     this.txtEndFrame.TabIndex        = 21;
     this.txtEndFrame.Text            = "";
     this.txtEndFrame.TextBoxType     = MidgetUI.TextBoxType.Integer;
     this.txtEndFrame.TextChanged    += new System.EventHandler(this.txtEndFrame_TextChanged);
     //
     // txtStartFrame
     //
     this.txtStartFrame.Location        = new System.Drawing.Point(152, 80);
     this.txtStartFrame.Name            = "txtStartFrame";
     this.txtStartFrame.NegativeAllowed = false;
     this.txtStartFrame.Size            = new System.Drawing.Size(64, 20);
     this.txtStartFrame.TabIndex        = 20;
     this.txtStartFrame.Text            = "";
     this.txtStartFrame.TextBoxType     = MidgetUI.TextBoxType.Integer;
     this.txtStartFrame.TextChanged    += new System.EventHandler(this.txtStartFrame_TextChanged);
     //
     // lblEndFrame
     //
     this.lblEndFrame.Location = new System.Drawing.Point(80, 112);
     this.lblEndFrame.Name     = "lblEndFrame";
     this.lblEndFrame.Size     = new System.Drawing.Size(72, 16);
     this.lblEndFrame.TabIndex = 19;
     this.lblEndFrame.Text     = "End Frame";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(88, 40);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(48, 16);
     this.label9.TabIndex = 18;
     this.label9.Text     = "Camera";
     //
     // cboCameras
     //
     this.cboCameras.Location = new System.Drawing.Point(148, 40);
     this.cboCameras.Name     = "cboCameras";
     this.cboCameras.Size     = new System.Drawing.Size(120, 21);
     this.cboCameras.TabIndex = 17;
     this.cboCameras.SelectionChangeCommitted += new System.EventHandler(this.cboCameras_SelectionChangeCommitted);
     //
     // pnlImageFile
     //
     this.pnlImageFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlImageFile.BackColor = System.Drawing.SystemColors.Control;
     this.pnlImageFile.Controls.Add(this.label6);
     this.pnlImageFile.Controls.Add(this.cboFileType);
     this.pnlImageFile.Controls.Add(this.label8);
     this.pnlImageFile.Controls.Add(this.txtFileName);
     this.pnlImageFile.Controls.Add(this.label2);
     this.pnlImageFile.Controls.Add(this.btnPathBrowse);
     this.pnlImageFile.Controls.Add(this.txtBoxFilePath);
     this.pnlImageFile.EndColour       = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlImageFile.Image           = null;
     this.pnlImageFile.Location        = new System.Drawing.Point(8, 8);
     this.pnlImageFile.Name            = "pnlImageFile";
     this.pnlImageFile.PanelState      = Salamander.Windows.Forms.PanelState.Expanded;
     this.pnlImageFile.Size            = new System.Drawing.Size(352, 160);
     this.pnlImageFile.StartColour     = System.Drawing.SystemColors.Highlight;
     this.pnlImageFile.TabIndex        = 1;
     this.pnlImageFile.TitleFont       = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pnlImageFile.TitleFontColour = System.Drawing.Color.White;
     this.pnlImageFile.TitleText       = "Image File Output";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 32);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(88, 16);
     this.label6.TabIndex = 16;
     this.label6.Text     = "Output Directory";
     //
     // cboFileType
     //
     this.cboFileType.Location              = new System.Drawing.Point(136, 128);
     this.cboFileType.Name                  = "cboFileType";
     this.cboFileType.Size                  = new System.Drawing.Size(120, 21);
     this.cboFileType.TabIndex              = 13;
     this.cboFileType.SelectedIndexChanged += new System.EventHandler(this.cboFileType_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(72, 128);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(64, 16);
     this.label8.TabIndex = 12;
     this.label8.Text     = "File Type:";
     //
     // txtFileName
     //
     this.txtFileName.Location     = new System.Drawing.Point(136, 96);
     this.txtFileName.Name         = "txtFileName";
     this.txtFileName.Size         = new System.Drawing.Size(120, 20);
     this.txtFileName.TabIndex     = 11;
     this.txtFileName.Text         = "";
     this.txtFileName.TextChanged += new System.EventHandler(this.txtFileName_TextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(72, 96);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 16);
     this.label2.TabIndex = 10;
     this.label2.Text     = "File Name";
     //
     // btnPathBrowse
     //
     this.btnPathBrowse.Location = new System.Drawing.Point(288, 56);
     this.btnPathBrowse.Name     = "btnPathBrowse";
     this.btnPathBrowse.Size     = new System.Drawing.Size(56, 24);
     this.btnPathBrowse.TabIndex = 9;
     this.btnPathBrowse.Text     = "Browse";
     this.btnPathBrowse.Click   += new System.EventHandler(this.btnPathBrowse_Click);
     //
     // txtBoxFilePath
     //
     this.txtBoxFilePath.Enabled      = false;
     this.txtBoxFilePath.Location     = new System.Drawing.Point(16, 56);
     this.txtBoxFilePath.Name         = "txtBoxFilePath";
     this.txtBoxFilePath.Size         = new System.Drawing.Size(264, 20);
     this.txtBoxFilePath.TabIndex     = 8;
     this.txtBoxFilePath.Text         = "";
     this.txtBoxFilePath.TextChanged += new System.EventHandler(this.txtBoxFilePath_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name     = "label3";
     this.label3.TabIndex = 0;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(0, 0);
     this.label4.Name     = "label4";
     this.label4.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 0;
     //
     // RenderSettingsForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(368, 461);
     this.Controls.Add(this.collapsiblePanelBar1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "RenderSettingsForm";
     this.Text = "Render Settings";
     ((System.ComponentModel.ISupportInitialize)(this.collapsiblePanelBar1)).EndInit();
     this.collapsiblePanelBar1.ResumeLayout(false);
     this.pnlResolution.ResumeLayout(false);
     this.collapsiblePanel1.ResumeLayout(false);
     this.pnlImageFile.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.colorDialog    = new System.Windows.Forms.ColorDialog();
     this.pnlBar         = new Salamander.Windows.Forms.CollapsiblePanelBar();
     this.pnlTexture     = new Salamander.Windows.Forms.CollapsiblePanel();
     this.btnBrowse      = new System.Windows.Forms.Button();
     this.picTexture     = new System.Windows.Forms.PictureBox();
     this.pnlColorProp   = new Salamander.Windows.Forms.CollapsiblePanel();
     this.picSpecular    = new System.Windows.Forms.PictureBox();
     this.label8         = new System.Windows.Forms.Label();
     this.picEmissive    = new System.Windows.Forms.PictureBox();
     this.label6         = new System.Windows.Forms.Label();
     this.picDiffuse     = new System.Windows.Forms.PictureBox();
     this.label4         = new System.Windows.Forms.Label();
     this.picAmbient     = new System.Windows.Forms.PictureBox();
     this.label1         = new System.Windows.Forms.Label();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBar)).BeginInit();
     this.pnlBar.SuspendLayout();
     this.pnlTexture.SuspendLayout();
     this.pnlColorProp.SuspendLayout();
     this.SuspendLayout();
     //
     // colorDialog
     //
     this.colorDialog.AnyColor = true;
     this.colorDialog.FullOpen = true;
     //
     // pnlBar
     //
     this.pnlBar.BackColor = System.Drawing.SystemColors.Control;
     this.pnlBar.Border    = 8;
     this.pnlBar.Controls.Add(this.pnlTexture);
     this.pnlBar.Controls.Add(this.pnlColorProp);
     this.pnlBar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBar.Location = new System.Drawing.Point(0, 0);
     this.pnlBar.Name     = "pnlBar";
     this.pnlBar.Size     = new System.Drawing.Size(216, 536);
     this.pnlBar.Spacing  = 8;
     this.pnlBar.TabIndex = 7;
     this.pnlBar.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelBar_Paint);
     //
     // pnlTexture
     //
     this.pnlTexture.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.pnlTexture.BackColor = System.Drawing.Color.White;
     this.pnlTexture.Controls.Add(this.btnBrowse);
     this.pnlTexture.Controls.Add(this.picTexture);
     this.pnlTexture.EndColour       = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlTexture.Image           = null;
     this.pnlTexture.Location        = new System.Drawing.Point(8, 296);
     this.pnlTexture.Name            = "pnlTexture";
     this.pnlTexture.PanelState      = Salamander.Windows.Forms.PanelState.Expanded;
     this.pnlTexture.Size            = new System.Drawing.Size(200, 232);
     this.pnlTexture.StartColour     = System.Drawing.SystemColors.Highlight;
     this.pnlTexture.TabIndex        = 5;
     this.pnlTexture.TitleFont       = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pnlTexture.TitleFontColour = System.Drawing.Color.White;
     this.pnlTexture.TitleText       = "Texture";
     //
     // btnBrowse
     //
     this.btnBrowse.Location = new System.Drawing.Point(40, 192);
     this.btnBrowse.Name     = "btnBrowse";
     this.btnBrowse.Size     = new System.Drawing.Size(120, 23);
     this.btnBrowse.TabIndex = 2;
     this.btnBrowse.Text     = "&Browse";
     this.btnBrowse.Click   += new System.EventHandler(this.btnBrowse_Click);
     //
     // picTexture
     //
     this.picTexture.BackColor   = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     this.picTexture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picTexture.Location    = new System.Drawing.Point(16, 40);
     this.picTexture.Name        = "picTexture";
     this.picTexture.Size        = new System.Drawing.Size(168, 136);
     this.picTexture.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picTexture.TabIndex    = 1;
     this.picTexture.TabStop     = false;
     //
     // pnlColorProp
     //
     this.pnlColorProp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlColorProp.BackColor = System.Drawing.Color.White;
     this.pnlColorProp.Controls.Add(this.picSpecular);
     this.pnlColorProp.Controls.Add(this.label8);
     this.pnlColorProp.Controls.Add(this.picEmissive);
     this.pnlColorProp.Controls.Add(this.label6);
     this.pnlColorProp.Controls.Add(this.picDiffuse);
     this.pnlColorProp.Controls.Add(this.label4);
     this.pnlColorProp.Controls.Add(this.picAmbient);
     this.pnlColorProp.Controls.Add(this.label1);
     this.pnlColorProp.EndColour       = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlColorProp.Image           = null;
     this.pnlColorProp.Location        = new System.Drawing.Point(8, 8);
     this.pnlColorProp.Name            = "pnlColorProp";
     this.pnlColorProp.PanelState      = Salamander.Windows.Forms.PanelState.Expanded;
     this.pnlColorProp.Size            = new System.Drawing.Size(200, 280);
     this.pnlColorProp.StartColour     = System.Drawing.SystemColors.Highlight;
     this.pnlColorProp.TabIndex        = 4;
     this.pnlColorProp.TitleFont       = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pnlColorProp.TitleFontColour = System.Drawing.Color.White;
     this.pnlColorProp.TitleText       = "Color";
     //
     // picSpecular
     //
     this.picSpecular.BackColor   = System.Drawing.SystemColors.ActiveCaption;
     this.picSpecular.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picSpecular.Location    = new System.Drawing.Point(56, 208);
     this.picSpecular.Name        = "picSpecular";
     this.picSpecular.Size        = new System.Drawing.Size(128, 16);
     this.picSpecular.TabIndex    = 18;
     this.picSpecular.TabStop     = false;
     this.picSpecular.Click      += new System.EventHandler(this.picSpecular_Click);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 208);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(56, 16);
     this.label8.TabIndex = 17;
     this.label8.Text     = "Specular";
     //
     // picEmissive
     //
     this.picEmissive.BackColor   = System.Drawing.SystemColors.ActiveCaption;
     this.picEmissive.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEmissive.Location    = new System.Drawing.Point(56, 152);
     this.picEmissive.Name        = "picEmissive";
     this.picEmissive.Size        = new System.Drawing.Size(128, 16);
     this.picEmissive.TabIndex    = 14;
     this.picEmissive.TabStop     = false;
     this.picEmissive.Click      += new System.EventHandler(this.picEmissive_Click);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 152);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(56, 16);
     this.label6.TabIndex = 13;
     this.label6.Text     = "Emissive";
     //
     // picDiffuse
     //
     this.picDiffuse.BackColor   = System.Drawing.SystemColors.ActiveCaption;
     this.picDiffuse.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picDiffuse.Location    = new System.Drawing.Point(56, 96);
     this.picDiffuse.Name        = "picDiffuse";
     this.picDiffuse.Size        = new System.Drawing.Size(128, 16);
     this.picDiffuse.TabIndex    = 10;
     this.picDiffuse.TabStop     = false;
     this.picDiffuse.Click      += new System.EventHandler(this.picDiffuse_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 16);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Diffuse";
     //
     // picAmbient
     //
     this.picAmbient.BackColor   = System.Drawing.SystemColors.ActiveCaption;
     this.picAmbient.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picAmbient.Location    = new System.Drawing.Point(56, 40);
     this.picAmbient.Name        = "picAmbient";
     this.picAmbient.Size        = new System.Drawing.Size(128, 16);
     this.picAmbient.TabIndex    = 6;
     this.picAmbient.TabStop     = false;
     this.picAmbient.Click      += new System.EventHandler(this.picAmbient_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Ambient";
     //
     // MaterialEditor
     //
     this.AutoScroll = true;
     this.Controls.Add(this.pnlBar);
     this.Name = "MaterialEditor";
     this.Size = new System.Drawing.Size(216, 536);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBar)).EndInit();
     this.pnlBar.ResumeLayout(false);
     this.pnlTexture.ResumeLayout(false);
     this.pnlColorProp.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #5
0
 /// <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);
 }
Exemple #6
0
 /// <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);
 }
Exemple #7
0
 /// <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.btnRemove      = new System.Windows.Forms.Button();
     this.lstModifiers   = new System.Windows.Forms.ListBox();
     ((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, 512);
     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.Bottom)
                                                                         | 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, 208);
     this.parameterPanel.Name            = "parameterPanel";
     this.parameterPanel.PanelState      = Salamander.Windows.Forms.PanelState.Expanded;
     this.parameterPanel.Size            = new System.Drawing.Size(224, 296);
     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, 256);
     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.btnRemove);
     this.mainPanel.Controls.Add(this.lstModifiers);
     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, 192);
     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       = "Modifiers";
     //
     // btnRemove
     //
     this.btnRemove.Location = new System.Drawing.Point(40, 160);
     this.btnRemove.Name     = "btnRemove";
     this.btnRemove.Size     = new System.Drawing.Size(144, 24);
     this.btnRemove.TabIndex = 2;
     this.btnRemove.Text     = "&Remove";
     this.btnRemove.Click   += new System.EventHandler(this.btnRemove_Click);
     //
     // lstModifiers
     //
     this.lstModifiers.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lstModifiers.Location              = new System.Drawing.Point(8, 32);
     this.lstModifiers.Name                  = "lstModifiers";
     this.lstModifiers.Size                  = new System.Drawing.Size(208, 119);
     this.lstModifiers.TabIndex              = 1;
     this.lstModifiers.SelectedIndexChanged += new System.EventHandler(this.lstModifiers_SelectedIndexChanged);
     //
     // ModifierShelf
     //
     this.Controls.Add(this.panelBar);
     this.Name    = "ModifierShelf";
     this.Size    = new System.Drawing.Size(240, 512);
     this.Resize += new System.EventHandler(this.ModifierShelf_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.panelBar)).EndInit();
     this.panelBar.ResumeLayout(false);
     this.parameterPanel.ResumeLayout(false);
     this.mainPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #8
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.colorDialog = new System.Windows.Forms.ColorDialog();
     this.pnlBar = new Salamander.Windows.Forms.CollapsiblePanelBar();
     this.pnlTexture = new Salamander.Windows.Forms.CollapsiblePanel();
     this.btnBrowse = new System.Windows.Forms.Button();
     this.picTexture = new System.Windows.Forms.PictureBox();
     this.pnlColorProp = new Salamander.Windows.Forms.CollapsiblePanel();
     this.picSpecular = new System.Windows.Forms.PictureBox();
     this.label8 = new System.Windows.Forms.Label();
     this.picEmissive = new System.Windows.Forms.PictureBox();
     this.label6 = new System.Windows.Forms.Label();
     this.picDiffuse = new System.Windows.Forms.PictureBox();
     this.label4 = new System.Windows.Forms.Label();
     this.picAmbient = new System.Windows.Forms.PictureBox();
     this.label1 = new System.Windows.Forms.Label();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBar)).BeginInit();
     this.pnlBar.SuspendLayout();
     this.pnlTexture.SuspendLayout();
     this.pnlColorProp.SuspendLayout();
     this.SuspendLayout();
     //
     // colorDialog
     //
     this.colorDialog.AnyColor = true;
     this.colorDialog.FullOpen = true;
     //
     // pnlBar
     //
     this.pnlBar.BackColor = System.Drawing.SystemColors.Control;
     this.pnlBar.Border = 8;
     this.pnlBar.Controls.Add(this.pnlTexture);
     this.pnlBar.Controls.Add(this.pnlColorProp);
     this.pnlBar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBar.Location = new System.Drawing.Point(0, 0);
     this.pnlBar.Name = "pnlBar";
     this.pnlBar.Size = new System.Drawing.Size(216, 536);
     this.pnlBar.Spacing = 8;
     this.pnlBar.TabIndex = 7;
     this.pnlBar.Paint += new System.Windows.Forms.PaintEventHandler(this.panelBar_Paint);
     //
     // pnlTexture
     //
     this.pnlTexture.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.pnlTexture.BackColor = System.Drawing.Color.White;
     this.pnlTexture.Controls.Add(this.btnBrowse);
     this.pnlTexture.Controls.Add(this.picTexture);
     this.pnlTexture.EndColour = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlTexture.Image = null;
     this.pnlTexture.Location = new System.Drawing.Point(8, 296);
     this.pnlTexture.Name = "pnlTexture";
     this.pnlTexture.PanelState = Salamander.Windows.Forms.PanelState.Expanded;
     this.pnlTexture.Size = new System.Drawing.Size(200, 232);
     this.pnlTexture.StartColour = System.Drawing.SystemColors.Highlight;
     this.pnlTexture.TabIndex = 5;
     this.pnlTexture.TitleFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pnlTexture.TitleFontColour = System.Drawing.Color.White;
     this.pnlTexture.TitleText = "Texture";
     //
     // btnBrowse
     //
     this.btnBrowse.Location = new System.Drawing.Point(40, 192);
     this.btnBrowse.Name = "btnBrowse";
     this.btnBrowse.Size = new System.Drawing.Size(120, 23);
     this.btnBrowse.TabIndex = 2;
     this.btnBrowse.Text = "&Browse";
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // picTexture
     //
     this.picTexture.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     this.picTexture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picTexture.Location = new System.Drawing.Point(16, 40);
     this.picTexture.Name = "picTexture";
     this.picTexture.Size = new System.Drawing.Size(168, 136);
     this.picTexture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picTexture.TabIndex = 1;
     this.picTexture.TabStop = false;
     //
     // pnlColorProp
     //
     this.pnlColorProp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlColorProp.BackColor = System.Drawing.Color.White;
     this.pnlColorProp.Controls.Add(this.picSpecular);
     this.pnlColorProp.Controls.Add(this.label8);
     this.pnlColorProp.Controls.Add(this.picEmissive);
     this.pnlColorProp.Controls.Add(this.label6);
     this.pnlColorProp.Controls.Add(this.picDiffuse);
     this.pnlColorProp.Controls.Add(this.label4);
     this.pnlColorProp.Controls.Add(this.picAmbient);
     this.pnlColorProp.Controls.Add(this.label1);
     this.pnlColorProp.EndColour = System.Drawing.SystemColors.InactiveCaptionText;
     this.pnlColorProp.Image = null;
     this.pnlColorProp.Location = new System.Drawing.Point(8, 8);
     this.pnlColorProp.Name = "pnlColorProp";
     this.pnlColorProp.PanelState = Salamander.Windows.Forms.PanelState.Expanded;
     this.pnlColorProp.Size = new System.Drawing.Size(200, 280);
     this.pnlColorProp.StartColour = System.Drawing.SystemColors.Highlight;
     this.pnlColorProp.TabIndex = 4;
     this.pnlColorProp.TitleFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pnlColorProp.TitleFontColour = System.Drawing.Color.White;
     this.pnlColorProp.TitleText = "Color";
     //
     // picSpecular
     //
     this.picSpecular.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.picSpecular.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picSpecular.Location = new System.Drawing.Point(56, 208);
     this.picSpecular.Name = "picSpecular";
     this.picSpecular.Size = new System.Drawing.Size(128, 16);
     this.picSpecular.TabIndex = 18;
     this.picSpecular.TabStop = false;
     this.picSpecular.Click += new System.EventHandler(this.picSpecular_Click);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 208);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(56, 16);
     this.label8.TabIndex = 17;
     this.label8.Text = "Specular";
     //
     // picEmissive
     //
     this.picEmissive.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.picEmissive.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEmissive.Location = new System.Drawing.Point(56, 152);
     this.picEmissive.Name = "picEmissive";
     this.picEmissive.Size = new System.Drawing.Size(128, 16);
     this.picEmissive.TabIndex = 14;
     this.picEmissive.TabStop = false;
     this.picEmissive.Click += new System.EventHandler(this.picEmissive_Click);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 152);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(56, 16);
     this.label6.TabIndex = 13;
     this.label6.Text = "Emissive";
     //
     // picDiffuse
     //
     this.picDiffuse.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.picDiffuse.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picDiffuse.Location = new System.Drawing.Point(56, 96);
     this.picDiffuse.Name = "picDiffuse";
     this.picDiffuse.Size = new System.Drawing.Size(128, 16);
     this.picDiffuse.TabIndex = 10;
     this.picDiffuse.TabStop = false;
     this.picDiffuse.Click += new System.EventHandler(this.picDiffuse_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 96);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(48, 16);
     this.label4.TabIndex = 9;
     this.label4.Text = "Diffuse";
     //
     // picAmbient
     //
     this.picAmbient.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.picAmbient.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picAmbient.Location = new System.Drawing.Point(56, 40);
     this.picAmbient.Name = "picAmbient";
     this.picAmbient.Size = new System.Drawing.Size(128, 16);
     this.picAmbient.TabIndex = 6;
     this.picAmbient.TabStop = false;
     this.picAmbient.Click += new System.EventHandler(this.picAmbient_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 40);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 16);
     this.label1.TabIndex = 3;
     this.label1.Text = "Ambient";
     //
     // MaterialEditor
     //
     this.AutoScroll = true;
     this.Controls.Add(this.pnlBar);
     this.Name = "MaterialEditor";
     this.Size = new System.Drawing.Size(216, 536);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBar)).EndInit();
     this.pnlBar.ResumeLayout(false);
     this.pnlTexture.ResumeLayout(false);
     this.pnlColorProp.ResumeLayout(false);
     this.ResumeLayout(false);
 }