mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-23 13:03:15 +00:00
763 lines
44 KiB
C#
763 lines
44 KiB
C#
|
namespace FirstPlugin.CtrLibrary.Forms
|
|||
|
{
|
|||
|
partial class BCHModelEditor
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Component Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.stFlowLayoutPanel1 = new Toolbox.Library.Forms.STFlowLayoutPanel();
|
|||
|
this.stDropDownPanel1 = new Toolbox.Library.Forms.STDropDownPanel();
|
|||
|
this.stCheckBox1 = new Toolbox.Library.Forms.STCheckBox();
|
|||
|
this.scaleZUD = new BarSlider.BarSlider();
|
|||
|
this.rotZUD = new BarSlider.BarSlider();
|
|||
|
this.tranZUD = new BarSlider.BarSlider();
|
|||
|
this.scaleYUD = new BarSlider.BarSlider();
|
|||
|
this.rotYUD = new BarSlider.BarSlider();
|
|||
|
this.tranYUD = new BarSlider.BarSlider();
|
|||
|
this.scaleXUD = new BarSlider.BarSlider();
|
|||
|
this.rotXUD = new BarSlider.BarSlider();
|
|||
|
this.tranXUD = new BarSlider.BarSlider();
|
|||
|
this.stLabel4 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.stLabel3 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.stLabel6 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.stDropDownPanel2 = new Toolbox.Library.Forms.STDropDownPanel();
|
|||
|
this.stLabel2 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.renderPriorityUD = new BarSlider.BarSlider();
|
|||
|
this.stLabel1 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.meshLayerCB = new Toolbox.Library.Forms.STComboBox();
|
|||
|
this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom();
|
|||
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.stTabControl1 = new Toolbox.Library.Forms.STTabControl();
|
|||
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|||
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|||
|
this.bchUserDataEditor1 = new CtrLibrary.Forms.BCHUserDataEditor();
|
|||
|
this.stFlowLayoutPanel1.SuspendLayout();
|
|||
|
this.stDropDownPanel1.SuspendLayout();
|
|||
|
this.stDropDownPanel2.SuspendLayout();
|
|||
|
this.stTabControl1.SuspendLayout();
|
|||
|
this.tabPage1.SuspendLayout();
|
|||
|
this.tabPage2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// stFlowLayoutPanel1
|
|||
|
//
|
|||
|
this.stFlowLayoutPanel1.Controls.Add(this.stDropDownPanel1);
|
|||
|
this.stFlowLayoutPanel1.Controls.Add(this.stDropDownPanel2);
|
|||
|
this.stFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.stFlowLayoutPanel1.FixedHeight = false;
|
|||
|
this.stFlowLayoutPanel1.FixedWidth = true;
|
|||
|
this.stFlowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.stFlowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.stFlowLayoutPanel1.Name = "stFlowLayoutPanel1";
|
|||
|
this.stFlowLayoutPanel1.Size = new System.Drawing.Size(600, 478);
|
|||
|
this.stFlowLayoutPanel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// stDropDownPanel1
|
|||
|
//
|
|||
|
this.stDropDownPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|||
|
this.stDropDownPanel1.Controls.Add(this.stCheckBox1);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.scaleZUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.rotZUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.tranZUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.scaleYUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.rotYUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.tranYUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.scaleXUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.rotXUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.tranXUD);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.stLabel4);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.stLabel3);
|
|||
|
this.stDropDownPanel1.Controls.Add(this.stLabel6);
|
|||
|
this.stDropDownPanel1.ExpandedHeight = 0;
|
|||
|
this.stDropDownPanel1.IsExpanded = true;
|
|||
|
this.stDropDownPanel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.stDropDownPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.stDropDownPanel1.Name = "stDropDownPanel1";
|
|||
|
this.stDropDownPanel1.PanelName = "Transform";
|
|||
|
this.stDropDownPanel1.PanelValueName = "";
|
|||
|
this.stDropDownPanel1.SetIcon = null;
|
|||
|
this.stDropDownPanel1.SetIconAlphaColor = System.Drawing.Color.Transparent;
|
|||
|
this.stDropDownPanel1.SetIconColor = System.Drawing.Color.Transparent;
|
|||
|
this.stDropDownPanel1.Size = new System.Drawing.Size(600, 143);
|
|||
|
this.stDropDownPanel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// stCheckBox1
|
|||
|
//
|
|||
|
this.stCheckBox1.AutoSize = true;
|
|||
|
this.stCheckBox1.Location = new System.Drawing.Point(451, 97);
|
|||
|
this.stCheckBox1.Name = "stCheckBox1";
|
|||
|
this.stCheckBox1.Size = new System.Drawing.Size(46, 17);
|
|||
|
this.stCheckBox1.TabIndex = 67;
|
|||
|
this.stCheckBox1.Text = "Link";
|
|||
|
this.stCheckBox1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// scaleZUD
|
|||
|
//
|
|||
|
this.scaleZUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.scaleZUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.scaleZUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.scaleZUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.scaleZUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.scaleZUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.scaleZUD.DataType = null;
|
|||
|
this.scaleZUD.DrawSemitransparentThumb = false;
|
|||
|
this.scaleZUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleZUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.scaleZUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.scaleZUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.scaleZUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.scaleZUD.IncrementAmount = 0.01F;
|
|||
|
this.scaleZUD.InputName = "Z";
|
|||
|
this.scaleZUD.LargeChange = 5F;
|
|||
|
this.scaleZUD.Location = new System.Drawing.Point(327, 93);
|
|||
|
this.scaleZUD.Maximum = 300000F;
|
|||
|
this.scaleZUD.Minimum = -300000F;
|
|||
|
this.scaleZUD.Name = "scaleZUD";
|
|||
|
this.scaleZUD.Precision = 0.01F;
|
|||
|
this.scaleZUD.ScaleDivisions = 1;
|
|||
|
this.scaleZUD.ScaleSubDivisions = 2;
|
|||
|
this.scaleZUD.ShowDivisionsText = false;
|
|||
|
this.scaleZUD.ShowSmallScale = false;
|
|||
|
this.scaleZUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.scaleZUD.SmallChange = 0.01F;
|
|||
|
this.scaleZUD.TabIndex = 66;
|
|||
|
this.scaleZUD.Text = "rotXUD";
|
|||
|
this.scaleZUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleZUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleZUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.scaleZUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.scaleZUD.TickAdd = 0F;
|
|||
|
this.scaleZUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.scaleZUD.TickDivide = 0F;
|
|||
|
this.scaleZUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.scaleZUD.UseInterlapsedBar = false;
|
|||
|
this.scaleZUD.Value = 30F;
|
|||
|
//
|
|||
|
// rotZUD
|
|||
|
//
|
|||
|
this.rotZUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.rotZUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.rotZUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.rotZUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.rotZUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.rotZUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.rotZUD.DataType = null;
|
|||
|
this.rotZUD.DrawSemitransparentThumb = false;
|
|||
|
this.rotZUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotZUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.rotZUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.rotZUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.rotZUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.rotZUD.IncrementAmount = 0.01F;
|
|||
|
this.rotZUD.InputName = "Z";
|
|||
|
this.rotZUD.LargeChange = 5F;
|
|||
|
this.rotZUD.Location = new System.Drawing.Point(327, 62);
|
|||
|
this.rotZUD.Maximum = 300000F;
|
|||
|
this.rotZUD.Minimum = -300000F;
|
|||
|
this.rotZUD.Name = "rotZUD";
|
|||
|
this.rotZUD.Precision = 0.01F;
|
|||
|
this.rotZUD.ScaleDivisions = 1;
|
|||
|
this.rotZUD.ScaleSubDivisions = 2;
|
|||
|
this.rotZUD.ShowDivisionsText = false;
|
|||
|
this.rotZUD.ShowSmallScale = false;
|
|||
|
this.rotZUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.rotZUD.SmallChange = 0.01F;
|
|||
|
this.rotZUD.TabIndex = 65;
|
|||
|
this.rotZUD.Text = "rotXUD";
|
|||
|
this.rotZUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotZUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotZUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.rotZUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.rotZUD.TickAdd = 0F;
|
|||
|
this.rotZUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.rotZUD.TickDivide = 0F;
|
|||
|
this.rotZUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.rotZUD.UseInterlapsedBar = false;
|
|||
|
this.rotZUD.Value = 30F;
|
|||
|
//
|
|||
|
// tranZUD
|
|||
|
//
|
|||
|
this.tranZUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.tranZUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.tranZUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.tranZUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.tranZUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.tranZUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.tranZUD.DataType = null;
|
|||
|
this.tranZUD.DrawSemitransparentThumb = false;
|
|||
|
this.tranZUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranZUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.tranZUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.tranZUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.tranZUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.tranZUD.IncrementAmount = 0.01F;
|
|||
|
this.tranZUD.InputName = "Z";
|
|||
|
this.tranZUD.LargeChange = 5F;
|
|||
|
this.tranZUD.Location = new System.Drawing.Point(327, 31);
|
|||
|
this.tranZUD.Maximum = 300000F;
|
|||
|
this.tranZUD.Minimum = -300000F;
|
|||
|
this.tranZUD.Name = "tranZUD";
|
|||
|
this.tranZUD.Precision = 0.01F;
|
|||
|
this.tranZUD.ScaleDivisions = 1;
|
|||
|
this.tranZUD.ScaleSubDivisions = 2;
|
|||
|
this.tranZUD.ShowDivisionsText = false;
|
|||
|
this.tranZUD.ShowSmallScale = false;
|
|||
|
this.tranZUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.tranZUD.SmallChange = 0.01F;
|
|||
|
this.tranZUD.TabIndex = 64;
|
|||
|
this.tranZUD.Text = "barSlider2";
|
|||
|
this.tranZUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranZUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranZUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.tranZUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.tranZUD.TickAdd = 0F;
|
|||
|
this.tranZUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.tranZUD.TickDivide = 0F;
|
|||
|
this.tranZUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.tranZUD.UseInterlapsedBar = false;
|
|||
|
this.tranZUD.Value = 30F;
|
|||
|
//
|
|||
|
// scaleYUD
|
|||
|
//
|
|||
|
this.scaleYUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.scaleYUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.scaleYUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.scaleYUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.scaleYUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.scaleYUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.scaleYUD.DataType = null;
|
|||
|
this.scaleYUD.DrawSemitransparentThumb = false;
|
|||
|
this.scaleYUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleYUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.scaleYUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.scaleYUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.scaleYUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.scaleYUD.IncrementAmount = 0.01F;
|
|||
|
this.scaleYUD.InputName = "Y";
|
|||
|
this.scaleYUD.LargeChange = 5F;
|
|||
|
this.scaleYUD.Location = new System.Drawing.Point(214, 93);
|
|||
|
this.scaleYUD.Maximum = 300000F;
|
|||
|
this.scaleYUD.Minimum = -300000F;
|
|||
|
this.scaleYUD.Name = "scaleYUD";
|
|||
|
this.scaleYUD.Precision = 0.01F;
|
|||
|
this.scaleYUD.ScaleDivisions = 1;
|
|||
|
this.scaleYUD.ScaleSubDivisions = 2;
|
|||
|
this.scaleYUD.ShowDivisionsText = false;
|
|||
|
this.scaleYUD.ShowSmallScale = false;
|
|||
|
this.scaleYUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.scaleYUD.SmallChange = 0.01F;
|
|||
|
this.scaleYUD.TabIndex = 62;
|
|||
|
this.scaleYUD.Text = "barSlider2";
|
|||
|
this.scaleYUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleYUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleYUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.scaleYUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.scaleYUD.TickAdd = 0F;
|
|||
|
this.scaleYUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.scaleYUD.TickDivide = 0F;
|
|||
|
this.scaleYUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.scaleYUD.UseInterlapsedBar = false;
|
|||
|
this.scaleYUD.Value = 30F;
|
|||
|
//
|
|||
|
// rotYUD
|
|||
|
//
|
|||
|
this.rotYUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.rotYUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.rotYUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.rotYUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.rotYUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.rotYUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.rotYUD.DataType = null;
|
|||
|
this.rotYUD.DrawSemitransparentThumb = false;
|
|||
|
this.rotYUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotYUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.rotYUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.rotYUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.rotYUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.rotYUD.IncrementAmount = 0.01F;
|
|||
|
this.rotYUD.InputName = "Y";
|
|||
|
this.rotYUD.LargeChange = 5F;
|
|||
|
this.rotYUD.Location = new System.Drawing.Point(214, 62);
|
|||
|
this.rotYUD.Maximum = 300000F;
|
|||
|
this.rotYUD.Minimum = -300000F;
|
|||
|
this.rotYUD.Name = "rotYUD";
|
|||
|
this.rotYUD.Precision = 0.01F;
|
|||
|
this.rotYUD.ScaleDivisions = 1;
|
|||
|
this.rotYUD.ScaleSubDivisions = 2;
|
|||
|
this.rotYUD.ShowDivisionsText = false;
|
|||
|
this.rotYUD.ShowSmallScale = false;
|
|||
|
this.rotYUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.rotYUD.SmallChange = 0.01F;
|
|||
|
this.rotYUD.TabIndex = 61;
|
|||
|
this.rotYUD.Text = "rotXUD";
|
|||
|
this.rotYUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotYUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotYUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.rotYUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.rotYUD.TickAdd = 0F;
|
|||
|
this.rotYUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.rotYUD.TickDivide = 0F;
|
|||
|
this.rotYUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.rotYUD.UseInterlapsedBar = false;
|
|||
|
this.rotYUD.Value = 30F;
|
|||
|
//
|
|||
|
// tranYUD
|
|||
|
//
|
|||
|
this.tranYUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.tranYUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.tranYUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.tranYUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.tranYUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.tranYUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.tranYUD.DataType = null;
|
|||
|
this.tranYUD.DrawSemitransparentThumb = false;
|
|||
|
this.tranYUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranYUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.tranYUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.tranYUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.tranYUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.tranYUD.IncrementAmount = 0.01F;
|
|||
|
this.tranYUD.InputName = "Y";
|
|||
|
this.tranYUD.LargeChange = 5F;
|
|||
|
this.tranYUD.Location = new System.Drawing.Point(214, 31);
|
|||
|
this.tranYUD.Maximum = 300000F;
|
|||
|
this.tranYUD.Minimum = -300000F;
|
|||
|
this.tranYUD.Name = "tranYUD";
|
|||
|
this.tranYUD.Precision = 0.01F;
|
|||
|
this.tranYUD.ScaleDivisions = 1;
|
|||
|
this.tranYUD.ScaleSubDivisions = 2;
|
|||
|
this.tranYUD.ShowDivisionsText = false;
|
|||
|
this.tranYUD.ShowSmallScale = false;
|
|||
|
this.tranYUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.tranYUD.SmallChange = 0.01F;
|
|||
|
this.tranYUD.TabIndex = 60;
|
|||
|
this.tranYUD.Text = "barSlider2";
|
|||
|
this.tranYUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranYUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranYUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.tranYUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.tranYUD.TickAdd = 0F;
|
|||
|
this.tranYUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.tranYUD.TickDivide = 0F;
|
|||
|
this.tranYUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.tranYUD.UseInterlapsedBar = false;
|
|||
|
this.tranYUD.Value = 30F;
|
|||
|
//
|
|||
|
// scaleXUD
|
|||
|
//
|
|||
|
this.scaleXUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.scaleXUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.scaleXUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.scaleXUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.scaleXUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.scaleXUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.scaleXUD.DataType = null;
|
|||
|
this.scaleXUD.DrawSemitransparentThumb = false;
|
|||
|
this.scaleXUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleXUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.scaleXUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.scaleXUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.scaleXUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.scaleXUD.IncrementAmount = 0.01F;
|
|||
|
this.scaleXUD.InputName = "X";
|
|||
|
this.scaleXUD.LargeChange = 5F;
|
|||
|
this.scaleXUD.Location = new System.Drawing.Point(101, 93);
|
|||
|
this.scaleXUD.Maximum = 300000F;
|
|||
|
this.scaleXUD.Minimum = -300000F;
|
|||
|
this.scaleXUD.Name = "scaleXUD";
|
|||
|
this.scaleXUD.Precision = 0.01F;
|
|||
|
this.scaleXUD.ScaleDivisions = 1;
|
|||
|
this.scaleXUD.ScaleSubDivisions = 2;
|
|||
|
this.scaleXUD.ShowDivisionsText = false;
|
|||
|
this.scaleXUD.ShowSmallScale = false;
|
|||
|
this.scaleXUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.scaleXUD.SmallChange = 0.01F;
|
|||
|
this.scaleXUD.TabIndex = 58;
|
|||
|
this.scaleXUD.Text = "barSlider2";
|
|||
|
this.scaleXUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleXUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.scaleXUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.scaleXUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.scaleXUD.TickAdd = 0F;
|
|||
|
this.scaleXUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.scaleXUD.TickDivide = 0F;
|
|||
|
this.scaleXUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.scaleXUD.UseInterlapsedBar = false;
|
|||
|
this.scaleXUD.Value = 30F;
|
|||
|
//
|
|||
|
// rotXUD
|
|||
|
//
|
|||
|
this.rotXUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.rotXUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.rotXUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.rotXUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.rotXUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.rotXUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.rotXUD.DataType = null;
|
|||
|
this.rotXUD.DrawSemitransparentThumb = false;
|
|||
|
this.rotXUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotXUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.rotXUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.rotXUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.rotXUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.rotXUD.IncrementAmount = 0.01F;
|
|||
|
this.rotXUD.InputName = "X";
|
|||
|
this.rotXUD.LargeChange = 5F;
|
|||
|
this.rotXUD.Location = new System.Drawing.Point(101, 62);
|
|||
|
this.rotXUD.Maximum = 300000F;
|
|||
|
this.rotXUD.Minimum = -300000F;
|
|||
|
this.rotXUD.Name = "rotXUD";
|
|||
|
this.rotXUD.Precision = 0.01F;
|
|||
|
this.rotXUD.ScaleDivisions = 1;
|
|||
|
this.rotXUD.ScaleSubDivisions = 2;
|
|||
|
this.rotXUD.ShowDivisionsText = false;
|
|||
|
this.rotXUD.ShowSmallScale = false;
|
|||
|
this.rotXUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.rotXUD.SmallChange = 0.01F;
|
|||
|
this.rotXUD.TabIndex = 57;
|
|||
|
this.rotXUD.Text = "rotXUD";
|
|||
|
this.rotXUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotXUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.rotXUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.rotXUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.rotXUD.TickAdd = 0F;
|
|||
|
this.rotXUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.rotXUD.TickDivide = 0F;
|
|||
|
this.rotXUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.rotXUD.UseInterlapsedBar = false;
|
|||
|
this.rotXUD.Value = 30F;
|
|||
|
//
|
|||
|
// tranXUD
|
|||
|
//
|
|||
|
this.tranXUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.tranXUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.tranXUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.tranXUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.tranXUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.tranXUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.tranXUD.DataType = null;
|
|||
|
this.tranXUD.DrawSemitransparentThumb = false;
|
|||
|
this.tranXUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranXUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.tranXUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.tranXUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.tranXUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.tranXUD.IncrementAmount = 0.01F;
|
|||
|
this.tranXUD.InputName = "X";
|
|||
|
this.tranXUD.LargeChange = 5F;
|
|||
|
this.tranXUD.Location = new System.Drawing.Point(101, 31);
|
|||
|
this.tranXUD.Maximum = 300000F;
|
|||
|
this.tranXUD.Minimum = -300000F;
|
|||
|
this.tranXUD.Name = "tranXUD";
|
|||
|
this.tranXUD.Precision = 0.01F;
|
|||
|
this.tranXUD.ScaleDivisions = 1;
|
|||
|
this.tranXUD.ScaleSubDivisions = 2;
|
|||
|
this.tranXUD.ShowDivisionsText = false;
|
|||
|
this.tranXUD.ShowSmallScale = false;
|
|||
|
this.tranXUD.Size = new System.Drawing.Size(107, 25);
|
|||
|
this.tranXUD.SmallChange = 0.01F;
|
|||
|
this.tranXUD.TabIndex = 56;
|
|||
|
this.tranXUD.Text = "barSlider2";
|
|||
|
this.tranXUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranXUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.tranXUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.tranXUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.tranXUD.TickAdd = 0F;
|
|||
|
this.tranXUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.tranXUD.TickDivide = 0F;
|
|||
|
this.tranXUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.tranXUD.UseInterlapsedBar = false;
|
|||
|
this.tranXUD.Value = 30F;
|
|||
|
//
|
|||
|
// stLabel4
|
|||
|
//
|
|||
|
this.stLabel4.AutoSize = true;
|
|||
|
this.stLabel4.Location = new System.Drawing.Point(15, 98);
|
|||
|
this.stLabel4.Name = "stLabel4";
|
|||
|
this.stLabel4.Size = new System.Drawing.Size(37, 13);
|
|||
|
this.stLabel4.TabIndex = 54;
|
|||
|
this.stLabel4.Text = "Scale:";
|
|||
|
//
|
|||
|
// stLabel3
|
|||
|
//
|
|||
|
this.stLabel3.AutoSize = true;
|
|||
|
this.stLabel3.Location = new System.Drawing.Point(15, 65);
|
|||
|
this.stLabel3.Name = "stLabel3";
|
|||
|
this.stLabel3.Size = new System.Drawing.Size(42, 13);
|
|||
|
this.stLabel3.TabIndex = 53;
|
|||
|
this.stLabel3.Text = "Rotate:";
|
|||
|
//
|
|||
|
// stLabel6
|
|||
|
//
|
|||
|
this.stLabel6.AutoSize = true;
|
|||
|
this.stLabel6.Location = new System.Drawing.Point(14, 37);
|
|||
|
this.stLabel6.Name = "stLabel6";
|
|||
|
this.stLabel6.Size = new System.Drawing.Size(54, 13);
|
|||
|
this.stLabel6.TabIndex = 52;
|
|||
|
this.stLabel6.Text = "Translate:";
|
|||
|
//
|
|||
|
// stDropDownPanel2
|
|||
|
//
|
|||
|
this.stDropDownPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stLabel2);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.renderPriorityUD);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stLabel1);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.meshLayerCB);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.listViewCustom1);
|
|||
|
this.stDropDownPanel2.ExpandedHeight = 0;
|
|||
|
this.stDropDownPanel2.IsExpanded = true;
|
|||
|
this.stDropDownPanel2.Location = new System.Drawing.Point(0, 143);
|
|||
|
this.stDropDownPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.stDropDownPanel2.Name = "stDropDownPanel2";
|
|||
|
this.stDropDownPanel2.PanelName = "Mesh Rendering";
|
|||
|
this.stDropDownPanel2.PanelValueName = "";
|
|||
|
this.stDropDownPanel2.SetIcon = null;
|
|||
|
this.stDropDownPanel2.SetIconAlphaColor = System.Drawing.SystemColors.Control;
|
|||
|
this.stDropDownPanel2.SetIconColor = System.Drawing.SystemColors.Control;
|
|||
|
this.stDropDownPanel2.Size = new System.Drawing.Size(600, 312);
|
|||
|
this.stDropDownPanel2.TabIndex = 1;
|
|||
|
//
|
|||
|
// stLabel2
|
|||
|
//
|
|||
|
this.stLabel2.AutoSize = true;
|
|||
|
this.stLabel2.Location = new System.Drawing.Point(18, 65);
|
|||
|
this.stLabel2.Name = "stLabel2";
|
|||
|
this.stLabel2.Size = new System.Drawing.Size(41, 13);
|
|||
|
this.stLabel2.TabIndex = 69;
|
|||
|
this.stLabel2.Text = "Priority:";
|
|||
|
//
|
|||
|
// renderPriorityUD
|
|||
|
//
|
|||
|
this.renderPriorityUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.renderPriorityUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.renderPriorityUD.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.renderPriorityUD.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.renderPriorityUD.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.renderPriorityUD.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.renderPriorityUD.DataType = null;
|
|||
|
this.renderPriorityUD.DrawSemitransparentThumb = false;
|
|||
|
this.renderPriorityUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.renderPriorityUD.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.renderPriorityUD.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.renderPriorityUD.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.renderPriorityUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.renderPriorityUD.IncrementAmount = 0.01F;
|
|||
|
this.renderPriorityUD.InputName = "";
|
|||
|
this.renderPriorityUD.LargeChange = 5F;
|
|||
|
this.renderPriorityUD.Location = new System.Drawing.Point(69, 57);
|
|||
|
this.renderPriorityUD.Maximum = 300000F;
|
|||
|
this.renderPriorityUD.Minimum = -300000F;
|
|||
|
this.renderPriorityUD.Name = "renderPriorityUD";
|
|||
|
this.renderPriorityUD.Precision = 0.01F;
|
|||
|
this.renderPriorityUD.ScaleDivisions = 1;
|
|||
|
this.renderPriorityUD.ScaleSubDivisions = 2;
|
|||
|
this.renderPriorityUD.ShowDivisionsText = false;
|
|||
|
this.renderPriorityUD.ShowSmallScale = false;
|
|||
|
this.renderPriorityUD.Size = new System.Drawing.Size(98, 25);
|
|||
|
this.renderPriorityUD.SmallChange = 0.01F;
|
|||
|
this.renderPriorityUD.TabIndex = 68;
|
|||
|
this.renderPriorityUD.Text = "barSlider2";
|
|||
|
this.renderPriorityUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.renderPriorityUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|||
|
this.renderPriorityUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.renderPriorityUD.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.renderPriorityUD.TickAdd = 0F;
|
|||
|
this.renderPriorityUD.TickColor = System.Drawing.Color.White;
|
|||
|
this.renderPriorityUD.TickDivide = 0F;
|
|||
|
this.renderPriorityUD.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.renderPriorityUD.UseInterlapsedBar = false;
|
|||
|
this.renderPriorityUD.Value = 30F;
|
|||
|
this.renderPriorityUD.Scroll += new System.Windows.Forms.ScrollEventHandler(this.renderPriorityUD_Scroll);
|
|||
|
//
|
|||
|
// stLabel1
|
|||
|
//
|
|||
|
this.stLabel1.AutoSize = true;
|
|||
|
this.stLabel1.Location = new System.Drawing.Point(15, 33);
|
|||
|
this.stLabel1.Name = "stLabel1";
|
|||
|
this.stLabel1.Size = new System.Drawing.Size(36, 13);
|
|||
|
this.stLabel1.TabIndex = 3;
|
|||
|
this.stLabel1.Text = "Layer:";
|
|||
|
//
|
|||
|
// meshLayerCB
|
|||
|
//
|
|||
|
this.meshLayerCB.BorderColor = System.Drawing.Color.Empty;
|
|||
|
this.meshLayerCB.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
|
|||
|
this.meshLayerCB.ButtonColor = System.Drawing.Color.Empty;
|
|||
|
this.meshLayerCB.FormattingEnabled = true;
|
|||
|
this.meshLayerCB.IsReadOnly = false;
|
|||
|
this.meshLayerCB.Location = new System.Drawing.Point(69, 30);
|
|||
|
this.meshLayerCB.Name = "meshLayerCB";
|
|||
|
this.meshLayerCB.Size = new System.Drawing.Size(200, 21);
|
|||
|
this.meshLayerCB.TabIndex = 2;
|
|||
|
this.meshLayerCB.SelectedIndexChanged += new System.EventHandler(this.meshLayerCB_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// listViewCustom1
|
|||
|
//
|
|||
|
this.listViewCustom1.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.listViewCustom1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.listViewCustom1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|||
|
this.columnHeader1,
|
|||
|
this.columnHeader2,
|
|||
|
this.columnHeader3,
|
|||
|
this.columnHeader4,
|
|||
|
this.columnHeader5});
|
|||
|
this.listViewCustom1.HideSelection = false;
|
|||
|
this.listViewCustom1.Location = new System.Drawing.Point(0, 87);
|
|||
|
this.listViewCustom1.Name = "listViewCustom1";
|
|||
|
this.listViewCustom1.OwnerDraw = true;
|
|||
|
this.listViewCustom1.Size = new System.Drawing.Size(594, 236);
|
|||
|
this.listViewCustom1.TabIndex = 1;
|
|||
|
this.listViewCustom1.UseCompatibleStateImageBehavior = false;
|
|||
|
this.listViewCustom1.View = System.Windows.Forms.View.Details;
|
|||
|
this.listViewCustom1.SelectedIndexChanged += new System.EventHandler(this.listViewCustom1_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// columnHeader1
|
|||
|
//
|
|||
|
this.columnHeader1.Text = "Order";
|
|||
|
//
|
|||
|
// columnHeader2
|
|||
|
//
|
|||
|
this.columnHeader2.Text = "Material";
|
|||
|
this.columnHeader2.Width = 76;
|
|||
|
//
|
|||
|
// columnHeader3
|
|||
|
//
|
|||
|
this.columnHeader3.Text = "Mesh";
|
|||
|
this.columnHeader3.Width = 106;
|
|||
|
//
|
|||
|
// columnHeader4
|
|||
|
//
|
|||
|
this.columnHeader4.Text = "Layer";
|
|||
|
this.columnHeader4.Width = 108;
|
|||
|
//
|
|||
|
// columnHeader5
|
|||
|
//
|
|||
|
this.columnHeader5.Text = "Priority";
|
|||
|
this.columnHeader5.Width = 244;
|
|||
|
//
|
|||
|
// stTabControl1
|
|||
|
//
|
|||
|
this.stTabControl1.Controls.Add(this.tabPage1);
|
|||
|
this.stTabControl1.Controls.Add(this.tabPage2);
|
|||
|
this.stTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.stTabControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.stTabControl1.myBackColor = System.Drawing.Color.Empty;
|
|||
|
this.stTabControl1.Name = "stTabControl1";
|
|||
|
this.stTabControl1.SelectedIndex = 0;
|
|||
|
this.stTabControl1.Size = new System.Drawing.Size(614, 513);
|
|||
|
this.stTabControl1.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage1
|
|||
|
//
|
|||
|
this.tabPage1.Controls.Add(this.stFlowLayoutPanel1);
|
|||
|
this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
|||
|
this.tabPage1.Name = "tabPage1";
|
|||
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage1.Size = new System.Drawing.Size(606, 484);
|
|||
|
this.tabPage1.TabIndex = 0;
|
|||
|
this.tabPage1.Text = "Model Data";
|
|||
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// tabPage2
|
|||
|
//
|
|||
|
this.tabPage2.Controls.Add(this.bchUserDataEditor1);
|
|||
|
this.tabPage2.Location = new System.Drawing.Point(4, 25);
|
|||
|
this.tabPage2.Name = "tabPage2";
|
|||
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage2.Size = new System.Drawing.Size(606, 484);
|
|||
|
this.tabPage2.TabIndex = 1;
|
|||
|
this.tabPage2.Text = "User Data";
|
|||
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// bchUserDataEditor1
|
|||
|
//
|
|||
|
this.bchUserDataEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.bchUserDataEditor1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.bchUserDataEditor1.Name = "bchUserDataEditor1";
|
|||
|
this.bchUserDataEditor1.Size = new System.Drawing.Size(600, 478);
|
|||
|
this.bchUserDataEditor1.TabIndex = 0;
|
|||
|
//
|
|||
|
// BCHModelEditor
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.Controls.Add(this.stTabControl1);
|
|||
|
this.Name = "BCHModelEditor";
|
|||
|
this.Size = new System.Drawing.Size(614, 513);
|
|||
|
this.Load += new System.EventHandler(this.BCHModelEditor_Load);
|
|||
|
this.stFlowLayoutPanel1.ResumeLayout(false);
|
|||
|
this.stDropDownPanel1.ResumeLayout(false);
|
|||
|
this.stDropDownPanel1.PerformLayout();
|
|||
|
this.stDropDownPanel2.ResumeLayout(false);
|
|||
|
this.stDropDownPanel2.PerformLayout();
|
|||
|
this.stTabControl1.ResumeLayout(false);
|
|||
|
this.tabPage1.ResumeLayout(false);
|
|||
|
this.tabPage2.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Toolbox.Library.Forms.STFlowLayoutPanel stFlowLayoutPanel1;
|
|||
|
private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel1;
|
|||
|
private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel2;
|
|||
|
private Toolbox.Library.Forms.STTabControl stTabControl1;
|
|||
|
private System.Windows.Forms.TabPage tabPage1;
|
|||
|
private System.Windows.Forms.TabPage tabPage2;
|
|||
|
private Toolbox.Library.Forms.ListViewCustom listViewCustom1;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel1;
|
|||
|
private Toolbox.Library.Forms.STComboBox meshLayerCB;
|
|||
|
private BarSlider.BarSlider scaleZUD;
|
|||
|
private BarSlider.BarSlider rotZUD;
|
|||
|
private BarSlider.BarSlider tranZUD;
|
|||
|
private BarSlider.BarSlider scaleYUD;
|
|||
|
private BarSlider.BarSlider rotYUD;
|
|||
|
private BarSlider.BarSlider tranYUD;
|
|||
|
private BarSlider.BarSlider scaleXUD;
|
|||
|
private BarSlider.BarSlider rotXUD;
|
|||
|
private BarSlider.BarSlider tranXUD;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel4;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel3;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel6;
|
|||
|
private Toolbox.Library.Forms.STCheckBox stCheckBox1;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel2;
|
|||
|
private BarSlider.BarSlider renderPriorityUD;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader5;
|
|||
|
private CtrLibrary.Forms.BCHUserDataEditor bchUserDataEditor1;
|
|||
|
}
|
|||
|
}
|