namespace FirstPlugin.Forms { partial class TexSrtPanel { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.scalingModeCN = new Switch_Toolbox.Library.Forms.STComboBox(); this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); this.scaYUD = new BarSlider.BarSlider(); this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); this.scaXUD = new BarSlider.BarSlider(); this.rotXUD = new BarSlider.BarSlider(); this.transXUD = new BarSlider.BarSlider(); this.transYUD = new BarSlider.BarSlider(); this.SuspendLayout(); // // scalingModeCN // this.scalingModeCN.BorderColor = System.Drawing.Color.Empty; this.scalingModeCN.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Inset; this.scalingModeCN.ButtonColor = System.Drawing.Color.Empty; this.scalingModeCN.FormattingEnabled = true; this.scalingModeCN.Location = new System.Drawing.Point(214, 25); this.scalingModeCN.Name = "scalingModeCN"; this.scalingModeCN.ReadOnly = true; this.scalingModeCN.Size = new System.Drawing.Size(121, 21); this.scalingModeCN.TabIndex = 0; this.scalingModeCN.SelectedIndexChanged += new System.EventHandler(this.barSlider_ValueChanged); // // stLabel1 // this.stLabel1.AutoSize = true; this.stLabel1.Location = new System.Drawing.Point(133, 28); this.stLabel1.Name = "stLabel1"; this.stLabel1.Size = new System.Drawing.Size(75, 13); this.stLabel1.TabIndex = 1; this.stLabel1.Text = "Scaling Mode:"; // // scaYUD // this.scaYUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.scaYUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaYUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.scaYUD.BarPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.scaYUD.BarPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); this.scaYUD.BarPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.scaYUD.BorderRoundRectSize = new System.Drawing.Size(32, 32); this.scaYUD.DrawSemitransparentThumb = false; this.scaYUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaYUD.ElapsedPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaYUD.ElapsedPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65))))); this.scaYUD.ElapsedPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaYUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.scaYUD.ForeColor = System.Drawing.Color.White; this.scaYUD.InputName = "Y"; this.scaYUD.LargeChange = 5F; this.scaYUD.Location = new System.Drawing.Point(204, 57); this.scaYUD.Maximum = 100F; this.scaYUD.Minimum = 0F; this.scaYUD.Name = "scaYUD"; this.scaYUD.Precision = 0.01F; this.scaYUD.ScaleDivisions = 1; this.scaYUD.ScaleSubDivisions = 2; this.scaYUD.ShowDivisionsText = false; this.scaYUD.ShowSmallScale = false; this.scaYUD.Size = new System.Drawing.Size(131, 25); this.scaYUD.SmallChange = 0.01F; this.scaYUD.TabIndex = 1; this.scaYUD.Text = "barSlider1"; this.scaYUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaYUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaYUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1); this.scaYUD.ThumbSize = new System.Drawing.Size(1, 1); this.scaYUD.TickAdd = 0F; this.scaYUD.TickColor = System.Drawing.Color.White; this.scaYUD.TickDivide = 0F; this.scaYUD.TickStyle = System.Windows.Forms.TickStyle.None; this.scaYUD.UseInterlapsedBar = false; this.scaYUD.Value = 30F; this.scaYUD.ValueChanged += new System.EventHandler(this.barSlider_ValueChanged); // // stLabel2 // this.stLabel2.AutoSize = true; this.stLabel2.Location = new System.Drawing.Point(7, 57); this.stLabel2.Name = "stLabel2"; this.stLabel2.Size = new System.Drawing.Size(37, 13); this.stLabel2.TabIndex = 2; this.stLabel2.Text = "Scale:"; // // stLabel3 // this.stLabel3.AutoSize = true; this.stLabel3.Location = new System.Drawing.Point(7, 91); this.stLabel3.Name = "stLabel3"; this.stLabel3.Size = new System.Drawing.Size(50, 13); this.stLabel3.TabIndex = 3; this.stLabel3.Text = "Rotation:"; // // stLabel4 // this.stLabel4.AutoSize = true; this.stLabel4.Location = new System.Drawing.Point(0, 125); this.stLabel4.Name = "stLabel4"; this.stLabel4.Size = new System.Drawing.Size(62, 13); this.stLabel4.TabIndex = 4; this.stLabel4.Text = "Translation:"; // // scaXUD // this.scaXUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.scaXUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaXUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.scaXUD.BarPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.scaXUD.BarPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); this.scaXUD.BarPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.scaXUD.BorderRoundRectSize = new System.Drawing.Size(32, 32); this.scaXUD.DrawSemitransparentThumb = false; this.scaXUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaXUD.ElapsedPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaXUD.ElapsedPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65))))); this.scaXUD.ElapsedPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaXUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.scaXUD.ForeColor = System.Drawing.Color.White; this.scaXUD.InputName = "X"; this.scaXUD.LargeChange = 5F; this.scaXUD.Location = new System.Drawing.Point(67, 57); this.scaXUD.Maximum = 100F; this.scaXUD.Minimum = 0F; this.scaXUD.Name = "scaXUD"; this.scaXUD.Precision = 0.01F; this.scaXUD.ScaleDivisions = 1; this.scaXUD.ScaleSubDivisions = 2; this.scaXUD.ShowDivisionsText = false; this.scaXUD.ShowSmallScale = false; this.scaXUD.Size = new System.Drawing.Size(131, 25); this.scaXUD.SmallChange = 0.01F; this.scaXUD.TabIndex = 5; this.scaXUD.Text = "barSlider2"; this.scaXUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaXUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.scaXUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1); this.scaXUD.ThumbSize = new System.Drawing.Size(1, 1); this.scaXUD.TickAdd = 0F; this.scaXUD.TickColor = System.Drawing.Color.White; this.scaXUD.TickDivide = 0F; this.scaXUD.TickStyle = System.Windows.Forms.TickStyle.None; this.scaXUD.UseInterlapsedBar = false; this.scaXUD.Value = 30F; this.scaXUD.ValueChanged += new System.EventHandler(this.barSlider_ValueChanged); // // rotXUD // this.rotXUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.rotXUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.rotXUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.rotXUD.BarPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.rotXUD.BarPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); this.rotXUD.BarPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.rotXUD.BorderRoundRectSize = new System.Drawing.Size(32, 32); 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.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.rotXUD.ElapsedPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65))))); this.rotXUD.ElapsedPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.rotXUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.rotXUD.ForeColor = System.Drawing.Color.White; this.rotXUD.InputName = "X"; this.rotXUD.LargeChange = 5F; this.rotXUD.Location = new System.Drawing.Point(67, 88); this.rotXUD.Maximum = 100F; this.rotXUD.Minimum = 0F; 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(131, 25); this.rotXUD.SmallChange = 0.01F; this.rotXUD.TabIndex = 7; this.rotXUD.Text = "barSlider3"; 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; this.rotXUD.ValueChanged += new System.EventHandler(this.barSlider_ValueChanged); // // transXUD // this.transXUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.transXUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transXUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.transXUD.BarPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.transXUD.BarPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); this.transXUD.BarPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.transXUD.BorderRoundRectSize = new System.Drawing.Size(32, 32); this.transXUD.DrawSemitransparentThumb = false; this.transXUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transXUD.ElapsedPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transXUD.ElapsedPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65))))); this.transXUD.ElapsedPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transXUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.transXUD.ForeColor = System.Drawing.Color.White; this.transXUD.InputName = "X"; this.transXUD.LargeChange = 5F; this.transXUD.Location = new System.Drawing.Point(67, 119); this.transXUD.Maximum = 100F; this.transXUD.Minimum = 0F; this.transXUD.Name = "transXUD"; this.transXUD.Precision = 0.01F; this.transXUD.ScaleDivisions = 1; this.transXUD.ScaleSubDivisions = 2; this.transXUD.ShowDivisionsText = false; this.transXUD.ShowSmallScale = false; this.transXUD.Size = new System.Drawing.Size(131, 25); this.transXUD.SmallChange = 0.01F; this.transXUD.TabIndex = 9; this.transXUD.Text = "barSlider5"; this.transXUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transXUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transXUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1); this.transXUD.ThumbSize = new System.Drawing.Size(1, 1); this.transXUD.TickAdd = 0F; this.transXUD.TickColor = System.Drawing.Color.White; this.transXUD.TickDivide = 0F; this.transXUD.TickStyle = System.Windows.Forms.TickStyle.None; this.transXUD.UseInterlapsedBar = false; this.transXUD.Value = 30F; this.transXUD.ValueChanged += new System.EventHandler(this.barSlider_ValueChanged); // // transYUD // this.transYUD.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.transYUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transYUD.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.transYUD.BarPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.transYUD.BarPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(45))))); this.transYUD.BarPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.transYUD.BorderRoundRectSize = new System.Drawing.Size(32, 32); this.transYUD.DrawSemitransparentThumb = false; this.transYUD.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transYUD.ElapsedPenColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transYUD.ElapsedPenColorMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65))))); this.transYUD.ElapsedPenColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transYUD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.transYUD.ForeColor = System.Drawing.Color.White; this.transYUD.InputName = "Y"; this.transYUD.LargeChange = 5F; this.transYUD.Location = new System.Drawing.Point(204, 119); this.transYUD.Maximum = 100F; this.transYUD.Minimum = 0F; this.transYUD.Name = "transYUD"; this.transYUD.Precision = 0.01F; this.transYUD.ScaleDivisions = 1; this.transYUD.ScaleSubDivisions = 2; this.transYUD.ShowDivisionsText = false; this.transYUD.ShowSmallScale = false; this.transYUD.Size = new System.Drawing.Size(131, 25); this.transYUD.SmallChange = 0.01F; this.transYUD.TabIndex = 8; this.transYUD.Text = "barSlider6"; this.transYUD.ThumbInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transYUD.ThumbPenColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.transYUD.ThumbRoundRectSize = new System.Drawing.Size(1, 1); this.transYUD.ThumbSize = new System.Drawing.Size(1, 1); this.transYUD.TickAdd = 0F; this.transYUD.TickColor = System.Drawing.Color.White; this.transYUD.TickDivide = 0F; this.transYUD.TickStyle = System.Windows.Forms.TickStyle.None; this.transYUD.UseInterlapsedBar = false; this.transYUD.Value = 30F; this.transYUD.ValueChanged += new System.EventHandler(this.barSlider_ValueChanged); // // TexSrtPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.transXUD); this.Controls.Add(this.transYUD); this.Controls.Add(this.rotXUD); this.Controls.Add(this.scaXUD); this.Controls.Add(this.stLabel4); this.Controls.Add(this.stLabel3); this.Controls.Add(this.stLabel2); this.Controls.Add(this.scaYUD); this.Controls.Add(this.stLabel1); this.Controls.Add(this.scalingModeCN); this.Name = "TexSrtPanel"; this.Size = new System.Drawing.Size(338, 150); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Switch_Toolbox.Library.Forms.STComboBox scalingModeCN; private Switch_Toolbox.Library.Forms.STLabel stLabel1; private BarSlider.BarSlider scaYUD; private Switch_Toolbox.Library.Forms.STLabel stLabel2; private Switch_Toolbox.Library.Forms.STLabel stLabel3; private Switch_Toolbox.Library.Forms.STLabel stLabel4; private BarSlider.BarSlider scaXUD; private BarSlider.BarSlider rotXUD; private BarSlider.BarSlider transXUD; private BarSlider.BarSlider transYUD; } }