504 lines
27 KiB
C#
504 lines
27 KiB
C#
|
namespace FirstPlugin.Forms
|
|||
|
{
|
|||
|
partial class GFLXMaterialEditor
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GFLXMaterialEditor));
|
|||
|
this.stTabControl1 = new Toolbox.Library.Forms.STTabControl();
|
|||
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|||
|
this.stPanel1 = new Toolbox.Library.Forms.STPanel();
|
|||
|
this.stFlowLayoutPanel1 = new Toolbox.Library.Forms.STFlowLayoutPanel();
|
|||
|
this.stDropDownPanel1 = new Toolbox.Library.Forms.STDropDownPanel();
|
|||
|
this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom();
|
|||
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.stDropDownPanel2 = new Toolbox.Library.Forms.STDropDownPanel();
|
|||
|
this.stLabel2 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.stTextBox2 = new Toolbox.Library.Forms.STTextBox();
|
|||
|
this.stLabel1 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.stTextBox1 = new Toolbox.Library.Forms.STTextBox();
|
|||
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|||
|
this.pictureBoxCustom1 = new Toolbox.Library.Forms.PictureBoxCustom();
|
|||
|
this.stLabel3 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.stLabel4 = new Toolbox.Library.Forms.STLabel();
|
|||
|
this.stComboBox1 = new Toolbox.Library.Forms.STComboBox();
|
|||
|
this.stComboBox2 = new Toolbox.Library.Forms.STComboBox();
|
|||
|
this.barSlider1 = new BarSlider.BarSlider();
|
|||
|
this.barSlider2 = new BarSlider.BarSlider();
|
|||
|
this.barSlider3 = new BarSlider.BarSlider();
|
|||
|
this.barSlider4 = new BarSlider.BarSlider();
|
|||
|
this.stPanel2 = new Toolbox.Library.Forms.STPanel();
|
|||
|
this.stTabControl1.SuspendLayout();
|
|||
|
this.tabPage1.SuspendLayout();
|
|||
|
this.stPanel1.SuspendLayout();
|
|||
|
this.stFlowLayoutPanel1.SuspendLayout();
|
|||
|
this.stDropDownPanel1.SuspendLayout();
|
|||
|
this.stDropDownPanel2.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCustom1)).BeginInit();
|
|||
|
this.stPanel2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// 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(575, 769);
|
|||
|
this.stTabControl1.TabIndex = 0;
|
|||
|
//
|
|||
|
// tabPage1
|
|||
|
//
|
|||
|
this.tabPage1.Controls.Add(this.stPanel1);
|
|||
|
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(567, 740);
|
|||
|
this.tabPage1.TabIndex = 0;
|
|||
|
this.tabPage1.Text = "Texture Maps";
|
|||
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// stPanel1
|
|||
|
//
|
|||
|
this.stPanel1.Controls.Add(this.stFlowLayoutPanel1);
|
|||
|
this.stPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.stPanel1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.stPanel1.Name = "stPanel1";
|
|||
|
this.stPanel1.Size = new System.Drawing.Size(561, 734);
|
|||
|
this.stPanel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// 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(0, 0);
|
|||
|
this.stFlowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.stFlowLayoutPanel1.Name = "stFlowLayoutPanel1";
|
|||
|
this.stFlowLayoutPanel1.Size = new System.Drawing.Size(561, 734);
|
|||
|
this.stFlowLayoutPanel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// stDropDownPanel1
|
|||
|
//
|
|||
|
this.stDropDownPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|||
|
this.stDropDownPanel1.Controls.Add(this.listViewCustom1);
|
|||
|
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 = "Textures";
|
|||
|
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(561, 207);
|
|||
|
this.stDropDownPanel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// 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.listViewCustom1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|||
|
this.listViewCustom1.HideSelection = false;
|
|||
|
this.listViewCustom1.Location = new System.Drawing.Point(3, 22);
|
|||
|
this.listViewCustom1.Name = "listViewCustom1";
|
|||
|
this.listViewCustom1.OwnerDraw = true;
|
|||
|
this.listViewCustom1.Size = new System.Drawing.Size(570, 185);
|
|||
|
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 = "Name";
|
|||
|
this.columnHeader1.Width = 384;
|
|||
|
//
|
|||
|
// stDropDownPanel2
|
|||
|
//
|
|||
|
this.stDropDownPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stPanel2);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stComboBox2);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stComboBox1);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stLabel4);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stLabel3);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.pictureBoxCustom1);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stLabel2);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stTextBox2);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stLabel1);
|
|||
|
this.stDropDownPanel2.Controls.Add(this.stTextBox1);
|
|||
|
this.stDropDownPanel2.ExpandedHeight = 0;
|
|||
|
this.stDropDownPanel2.IsExpanded = true;
|
|||
|
this.stDropDownPanel2.Location = new System.Drawing.Point(0, 207);
|
|||
|
this.stDropDownPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.stDropDownPanel2.Name = "stDropDownPanel2";
|
|||
|
this.stDropDownPanel2.PanelName = "Texture Params";
|
|||
|
this.stDropDownPanel2.PanelValueName = "";
|
|||
|
this.stDropDownPanel2.SetIcon = null;
|
|||
|
this.stDropDownPanel2.SetIconAlphaColor = System.Drawing.Color.Transparent;
|
|||
|
this.stDropDownPanel2.SetIconColor = System.Drawing.Color.Transparent;
|
|||
|
this.stDropDownPanel2.Size = new System.Drawing.Size(561, 495);
|
|||
|
this.stDropDownPanel2.TabIndex = 1;
|
|||
|
//
|
|||
|
// stLabel2
|
|||
|
//
|
|||
|
this.stLabel2.AutoSize = true;
|
|||
|
this.stLabel2.Location = new System.Drawing.Point(14, 62);
|
|||
|
this.stLabel2.Name = "stLabel2";
|
|||
|
this.stLabel2.Size = new System.Drawing.Size(38, 13);
|
|||
|
this.stLabel2.TabIndex = 4;
|
|||
|
this.stLabel2.Text = "Effect:";
|
|||
|
//
|
|||
|
// stTextBox2
|
|||
|
//
|
|||
|
this.stTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.stTextBox2.Location = new System.Drawing.Point(67, 60);
|
|||
|
this.stTextBox2.Name = "stTextBox2";
|
|||
|
this.stTextBox2.Size = new System.Drawing.Size(208, 20);
|
|||
|
this.stTextBox2.TabIndex = 3;
|
|||
|
//
|
|||
|
// stLabel1
|
|||
|
//
|
|||
|
this.stLabel1.AutoSize = true;
|
|||
|
this.stLabel1.Location = new System.Drawing.Point(14, 36);
|
|||
|
this.stLabel1.Name = "stLabel1";
|
|||
|
this.stLabel1.Size = new System.Drawing.Size(38, 13);
|
|||
|
this.stLabel1.TabIndex = 2;
|
|||
|
this.stLabel1.Text = "Name:";
|
|||
|
//
|
|||
|
// stTextBox1
|
|||
|
//
|
|||
|
this.stTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.stTextBox1.Location = new System.Drawing.Point(67, 34);
|
|||
|
this.stTextBox1.Name = "stTextBox1";
|
|||
|
this.stTextBox1.Size = new System.Drawing.Size(208, 20);
|
|||
|
this.stTextBox1.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage2
|
|||
|
//
|
|||
|
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(529, 525);
|
|||
|
this.tabPage2.TabIndex = 1;
|
|||
|
this.tabPage2.Text = "Params";
|
|||
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// pictureBoxCustom1
|
|||
|
//
|
|||
|
this.pictureBoxCustom1.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.pictureBoxCustom1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.pictureBoxCustom1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxCustom1.BackgroundImage")));
|
|||
|
this.pictureBoxCustom1.Location = new System.Drawing.Point(17, 133);
|
|||
|
this.pictureBoxCustom1.Name = "pictureBoxCustom1";
|
|||
|
this.pictureBoxCustom1.Size = new System.Drawing.Size(508, 378);
|
|||
|
this.pictureBoxCustom1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pictureBoxCustom1.TabIndex = 5;
|
|||
|
this.pictureBoxCustom1.TabStop = false;
|
|||
|
//
|
|||
|
// stLabel3
|
|||
|
//
|
|||
|
this.stLabel3.AutoSize = true;
|
|||
|
this.stLabel3.Location = new System.Drawing.Point(292, 36);
|
|||
|
this.stLabel3.Name = "stLabel3";
|
|||
|
this.stLabel3.Size = new System.Drawing.Size(74, 13);
|
|||
|
this.stLabel3.TabIndex = 6;
|
|||
|
this.stLabel3.Text = "Wrap Mode U";
|
|||
|
//
|
|||
|
// stLabel4
|
|||
|
//
|
|||
|
this.stLabel4.AutoSize = true;
|
|||
|
this.stLabel4.Location = new System.Drawing.Point(292, 62);
|
|||
|
this.stLabel4.Name = "stLabel4";
|
|||
|
this.stLabel4.Size = new System.Drawing.Size(73, 13);
|
|||
|
this.stLabel4.TabIndex = 7;
|
|||
|
this.stLabel4.Text = "Wrap Mode V";
|
|||
|
//
|
|||
|
// stComboBox1
|
|||
|
//
|
|||
|
this.stComboBox1.BorderColor = System.Drawing.Color.Empty;
|
|||
|
this.stComboBox1.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
|
|||
|
this.stComboBox1.ButtonColor = System.Drawing.Color.Empty;
|
|||
|
this.stComboBox1.FormattingEnabled = true;
|
|||
|
this.stComboBox1.IsReadOnly = false;
|
|||
|
this.stComboBox1.Location = new System.Drawing.Point(372, 33);
|
|||
|
this.stComboBox1.Name = "stComboBox1";
|
|||
|
this.stComboBox1.Size = new System.Drawing.Size(153, 21);
|
|||
|
this.stComboBox1.TabIndex = 8;
|
|||
|
//
|
|||
|
// stComboBox2
|
|||
|
//
|
|||
|
this.stComboBox2.BorderColor = System.Drawing.Color.Empty;
|
|||
|
this.stComboBox2.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
|
|||
|
this.stComboBox2.ButtonColor = System.Drawing.Color.Empty;
|
|||
|
this.stComboBox2.FormattingEnabled = true;
|
|||
|
this.stComboBox2.IsReadOnly = false;
|
|||
|
this.stComboBox2.Location = new System.Drawing.Point(371, 60);
|
|||
|
this.stComboBox2.Name = "stComboBox2";
|
|||
|
this.stComboBox2.Size = new System.Drawing.Size(154, 21);
|
|||
|
this.stComboBox2.TabIndex = 9;
|
|||
|
//
|
|||
|
// barSlider1
|
|||
|
//
|
|||
|
this.barSlider1.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.barSlider1.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.barSlider1.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.barSlider1.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.barSlider1.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.barSlider1.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.barSlider1.DataType = null;
|
|||
|
this.barSlider1.DrawSemitransparentThumb = false;
|
|||
|
this.barSlider1.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|||
|
this.barSlider1.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.barSlider1.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.barSlider1.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.barSlider1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.barSlider1.IncrementAmount = 0.01F;
|
|||
|
this.barSlider1.InputName = "Param1";
|
|||
|
this.barSlider1.LargeChange = 5F;
|
|||
|
this.barSlider1.Location = new System.Drawing.Point(6, 4);
|
|||
|
this.barSlider1.Maximum = 100F;
|
|||
|
this.barSlider1.Minimum = 0F;
|
|||
|
this.barSlider1.Name = "barSlider1";
|
|||
|
this.barSlider1.Precision = 0.01F;
|
|||
|
this.barSlider1.ScaleDivisions = 1;
|
|||
|
this.barSlider1.ScaleSubDivisions = 2;
|
|||
|
this.barSlider1.ShowDivisionsText = false;
|
|||
|
this.barSlider1.ShowSmallScale = false;
|
|||
|
this.barSlider1.Size = new System.Drawing.Size(122, 25);
|
|||
|
this.barSlider1.SmallChange = 1F;
|
|||
|
this.barSlider1.TabIndex = 1;
|
|||
|
this.barSlider1.Text = "barSlider1";
|
|||
|
this.barSlider1.ThumbInnerColor = System.Drawing.Color.Empty;
|
|||
|
this.barSlider1.ThumbPenColor = System.Drawing.Color.Empty;
|
|||
|
this.barSlider1.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barSlider1.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barSlider1.TickAdd = 0F;
|
|||
|
this.barSlider1.TickColor = System.Drawing.Color.White;
|
|||
|
this.barSlider1.TickDivide = 0F;
|
|||
|
this.barSlider1.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.barSlider1.UseInterlapsedBar = true;
|
|||
|
this.barSlider1.Value = 30F;
|
|||
|
//
|
|||
|
// barSlider2
|
|||
|
//
|
|||
|
this.barSlider2.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.barSlider2.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.barSlider2.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.barSlider2.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.barSlider2.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.barSlider2.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.barSlider2.DataType = null;
|
|||
|
this.barSlider2.DrawSemitransparentThumb = false;
|
|||
|
this.barSlider2.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|||
|
this.barSlider2.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.barSlider2.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.barSlider2.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.barSlider2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.barSlider2.IncrementAmount = 0.01F;
|
|||
|
this.barSlider2.InputName = "Param2";
|
|||
|
this.barSlider2.LargeChange = 5F;
|
|||
|
this.barSlider2.Location = new System.Drawing.Point(134, 4);
|
|||
|
this.barSlider2.Maximum = 100F;
|
|||
|
this.barSlider2.Minimum = 0F;
|
|||
|
this.barSlider2.Name = "barSlider2";
|
|||
|
this.barSlider2.Precision = 0.01F;
|
|||
|
this.barSlider2.ScaleDivisions = 1;
|
|||
|
this.barSlider2.ScaleSubDivisions = 2;
|
|||
|
this.barSlider2.ShowDivisionsText = false;
|
|||
|
this.barSlider2.ShowSmallScale = false;
|
|||
|
this.barSlider2.Size = new System.Drawing.Size(122, 25);
|
|||
|
this.barSlider2.SmallChange = 1F;
|
|||
|
this.barSlider2.TabIndex = 10;
|
|||
|
this.barSlider2.Text = "barSlider2";
|
|||
|
this.barSlider2.ThumbInnerColor = System.Drawing.Color.Empty;
|
|||
|
this.barSlider2.ThumbPenColor = System.Drawing.Color.Empty;
|
|||
|
this.barSlider2.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barSlider2.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barSlider2.TickAdd = 0F;
|
|||
|
this.barSlider2.TickColor = System.Drawing.Color.White;
|
|||
|
this.barSlider2.TickDivide = 0F;
|
|||
|
this.barSlider2.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.barSlider2.UseInterlapsedBar = true;
|
|||
|
this.barSlider2.Value = 30F;
|
|||
|
//
|
|||
|
// barSlider3
|
|||
|
//
|
|||
|
this.barSlider3.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.barSlider3.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.barSlider3.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.barSlider3.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.barSlider3.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.barSlider3.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.barSlider3.DataType = null;
|
|||
|
this.barSlider3.DrawSemitransparentThumb = false;
|
|||
|
this.barSlider3.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|||
|
this.barSlider3.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.barSlider3.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.barSlider3.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.barSlider3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.barSlider3.IncrementAmount = 0.01F;
|
|||
|
this.barSlider3.InputName = "Param4";
|
|||
|
this.barSlider3.LargeChange = 5F;
|
|||
|
this.barSlider3.Location = new System.Drawing.Point(392, 5);
|
|||
|
this.barSlider3.Maximum = 100F;
|
|||
|
this.barSlider3.Minimum = 0F;
|
|||
|
this.barSlider3.Name = "barSlider3";
|
|||
|
this.barSlider3.Precision = 0.01F;
|
|||
|
this.barSlider3.ScaleDivisions = 1;
|
|||
|
this.barSlider3.ScaleSubDivisions = 2;
|
|||
|
this.barSlider3.ShowDivisionsText = false;
|
|||
|
this.barSlider3.ShowSmallScale = false;
|
|||
|
this.barSlider3.Size = new System.Drawing.Size(122, 25);
|
|||
|
this.barSlider3.SmallChange = 1F;
|
|||
|
this.barSlider3.TabIndex = 12;
|
|||
|
this.barSlider3.Text = "barSlider3";
|
|||
|
this.barSlider3.ThumbInnerColor = System.Drawing.Color.Empty;
|
|||
|
this.barSlider3.ThumbPenColor = System.Drawing.Color.Empty;
|
|||
|
this.barSlider3.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barSlider3.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barSlider3.TickAdd = 0F;
|
|||
|
this.barSlider3.TickColor = System.Drawing.Color.White;
|
|||
|
this.barSlider3.TickDivide = 0F;
|
|||
|
this.barSlider3.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.barSlider3.UseInterlapsedBar = true;
|
|||
|
this.barSlider3.Value = 30F;
|
|||
|
//
|
|||
|
// barSlider4
|
|||
|
//
|
|||
|
this.barSlider4.ActiveEditColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|||
|
this.barSlider4.BarInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|||
|
this.barSlider4.BarPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.barSlider4.BarPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.barSlider4.BarPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.barSlider4.BorderRoundRectSize = new System.Drawing.Size(32, 32);
|
|||
|
this.barSlider4.DataType = null;
|
|||
|
this.barSlider4.DrawSemitransparentThumb = false;
|
|||
|
this.barSlider4.ElapsedInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(121)))), ((int)(((byte)(180)))));
|
|||
|
this.barSlider4.ElapsedPenColorBottom = System.Drawing.Color.Empty;
|
|||
|
this.barSlider4.ElapsedPenColorMiddle = System.Drawing.Color.Empty;
|
|||
|
this.barSlider4.ElapsedPenColorTop = System.Drawing.Color.Empty;
|
|||
|
this.barSlider4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
|||
|
this.barSlider4.IncrementAmount = 0.01F;
|
|||
|
this.barSlider4.InputName = "Param3";
|
|||
|
this.barSlider4.LargeChange = 5F;
|
|||
|
this.barSlider4.Location = new System.Drawing.Point(264, 5);
|
|||
|
this.barSlider4.Maximum = 100F;
|
|||
|
this.barSlider4.Minimum = 0F;
|
|||
|
this.barSlider4.Name = "barSlider4";
|
|||
|
this.barSlider4.Precision = 0.01F;
|
|||
|
this.barSlider4.ScaleDivisions = 1;
|
|||
|
this.barSlider4.ScaleSubDivisions = 2;
|
|||
|
this.barSlider4.ShowDivisionsText = false;
|
|||
|
this.barSlider4.ShowSmallScale = false;
|
|||
|
this.barSlider4.Size = new System.Drawing.Size(122, 25);
|
|||
|
this.barSlider4.SmallChange = 1F;
|
|||
|
this.barSlider4.TabIndex = 11;
|
|||
|
this.barSlider4.Text = "barSlider4";
|
|||
|
this.barSlider4.ThumbInnerColor = System.Drawing.Color.Empty;
|
|||
|
this.barSlider4.ThumbPenColor = System.Drawing.Color.Empty;
|
|||
|
this.barSlider4.ThumbRoundRectSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barSlider4.ThumbSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barSlider4.TickAdd = 0F;
|
|||
|
this.barSlider4.TickColor = System.Drawing.Color.White;
|
|||
|
this.barSlider4.TickDivide = 0F;
|
|||
|
this.barSlider4.TickStyle = System.Windows.Forms.TickStyle.None;
|
|||
|
this.barSlider4.UseInterlapsedBar = true;
|
|||
|
this.barSlider4.Value = 30F;
|
|||
|
//
|
|||
|
// stPanel2
|
|||
|
//
|
|||
|
this.stPanel2.Controls.Add(this.barSlider2);
|
|||
|
this.stPanel2.Controls.Add(this.barSlider1);
|
|||
|
this.stPanel2.Controls.Add(this.barSlider3);
|
|||
|
this.stPanel2.Controls.Add(this.barSlider4);
|
|||
|
this.stPanel2.Location = new System.Drawing.Point(3, 87);
|
|||
|
this.stPanel2.Name = "stPanel2";
|
|||
|
this.stPanel2.Size = new System.Drawing.Size(555, 40);
|
|||
|
this.stPanel2.TabIndex = 13;
|
|||
|
//
|
|||
|
// GFLXMaterialEditor
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.Controls.Add(this.stTabControl1);
|
|||
|
this.Name = "GFLXMaterialEditor";
|
|||
|
this.Size = new System.Drawing.Size(575, 769);
|
|||
|
this.stTabControl1.ResumeLayout(false);
|
|||
|
this.tabPage1.ResumeLayout(false);
|
|||
|
this.stPanel1.ResumeLayout(false);
|
|||
|
this.stFlowLayoutPanel1.ResumeLayout(false);
|
|||
|
this.stDropDownPanel1.ResumeLayout(false);
|
|||
|
this.stDropDownPanel1.PerformLayout();
|
|||
|
this.stDropDownPanel2.ResumeLayout(false);
|
|||
|
this.stDropDownPanel2.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCustom1)).EndInit();
|
|||
|
this.stPanel2.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Toolbox.Library.Forms.STTabControl stTabControl1;
|
|||
|
private System.Windows.Forms.TabPage tabPage1;
|
|||
|
private Toolbox.Library.Forms.STPanel stPanel1;
|
|||
|
private System.Windows.Forms.TabPage tabPage2;
|
|||
|
private Toolbox.Library.Forms.STFlowLayoutPanel stFlowLayoutPanel1;
|
|||
|
private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel1;
|
|||
|
private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel2;
|
|||
|
private Toolbox.Library.Forms.ListViewCustom listViewCustom1;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel2;
|
|||
|
private Toolbox.Library.Forms.STTextBox stTextBox2;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel1;
|
|||
|
private Toolbox.Library.Forms.STTextBox stTextBox1;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|||
|
private Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1;
|
|||
|
private Toolbox.Library.Forms.STComboBox stComboBox2;
|
|||
|
private Toolbox.Library.Forms.STComboBox stComboBox1;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel4;
|
|||
|
private Toolbox.Library.Forms.STLabel stLabel3;
|
|||
|
private BarSlider.BarSlider barSlider3;
|
|||
|
private BarSlider.BarSlider barSlider4;
|
|||
|
private BarSlider.BarSlider barSlider2;
|
|||
|
private BarSlider.BarSlider barSlider1;
|
|||
|
private Toolbox.Library.Forms.STPanel stPanel2;
|
|||
|
}
|
|||
|
}
|