556 lines
25 KiB
C#
556 lines
25 KiB
C#
|
namespace FirstPlugin.Forms
|
|||
|
{
|
|||
|
partial class SubMeshEditor
|
|||
|
{
|
|||
|
/// <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 Windows Form 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.radiusUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|||
|
this.label22 = new System.Windows.Forms.Label();
|
|||
|
this.extendZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|||
|
this.extendYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|||
|
this.extendXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|||
|
this.label18 = new System.Windows.Forms.Label();
|
|||
|
this.label19 = new System.Windows.Forms.Label();
|
|||
|
this.label20 = new System.Windows.Forms.Label();
|
|||
|
this.label21 = new System.Windows.Forms.Label();
|
|||
|
this.centerZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|||
|
this.centerYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|||
|
this.centerXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
|
|||
|
this.label14 = new System.Windows.Forms.Label();
|
|||
|
this.label15 = new System.Windows.Forms.Label();
|
|||
|
this.label16 = new System.Windows.Forms.Label();
|
|||
|
this.label17 = new System.Windows.Forms.Label();
|
|||
|
this.FaceCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint();
|
|||
|
this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel();
|
|||
|
this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel();
|
|||
|
this.offsetUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint();
|
|||
|
this.stButton1 = new Switch_Toolbox.Library.Forms.STButton();
|
|||
|
this.btnOk = new Switch_Toolbox.Library.Forms.STButton();
|
|||
|
this.btnRemove = new Switch_Toolbox.Library.Forms.STButton();
|
|||
|
this.btnAdd = new Switch_Toolbox.Library.Forms.STButton();
|
|||
|
this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom();
|
|||
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton();
|
|||
|
this.btnScrollDown = new Switch_Toolbox.Library.Forms.STButton();
|
|||
|
this.contentContainer.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radiusUD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.extendZUD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.extendYUD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.extendXUD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.centerZUD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.centerYUD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.centerXUD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.FaceCountUD)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.offsetUD)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// contentContainer
|
|||
|
//
|
|||
|
this.contentContainer.Controls.Add(this.btnRemove);
|
|||
|
this.contentContainer.Controls.Add(this.btnAdd);
|
|||
|
this.contentContainer.Controls.Add(this.listViewCustom1);
|
|||
|
this.contentContainer.Controls.Add(this.btnScrollUp);
|
|||
|
this.contentContainer.Controls.Add(this.btnScrollDown);
|
|||
|
this.contentContainer.Controls.Add(this.btnOk);
|
|||
|
this.contentContainer.Controls.Add(this.stButton1);
|
|||
|
this.contentContainer.Controls.Add(this.offsetUD);
|
|||
|
this.contentContainer.Controls.Add(this.stLabel2);
|
|||
|
this.contentContainer.Controls.Add(this.stLabel1);
|
|||
|
this.contentContainer.Controls.Add(this.FaceCountUD);
|
|||
|
this.contentContainer.Controls.Add(this.radiusUD);
|
|||
|
this.contentContainer.Controls.Add(this.label22);
|
|||
|
this.contentContainer.Controls.Add(this.extendZUD);
|
|||
|
this.contentContainer.Controls.Add(this.extendYUD);
|
|||
|
this.contentContainer.Controls.Add(this.extendXUD);
|
|||
|
this.contentContainer.Controls.Add(this.label18);
|
|||
|
this.contentContainer.Controls.Add(this.label19);
|
|||
|
this.contentContainer.Controls.Add(this.label20);
|
|||
|
this.contentContainer.Controls.Add(this.label21);
|
|||
|
this.contentContainer.Controls.Add(this.centerZUD);
|
|||
|
this.contentContainer.Controls.Add(this.centerYUD);
|
|||
|
this.contentContainer.Controls.Add(this.centerXUD);
|
|||
|
this.contentContainer.Controls.Add(this.label14);
|
|||
|
this.contentContainer.Controls.Add(this.label15);
|
|||
|
this.contentContainer.Controls.Add(this.label16);
|
|||
|
this.contentContainer.Controls.Add(this.label17);
|
|||
|
this.contentContainer.Size = new System.Drawing.Size(690, 260);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label17, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label16, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label15, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label14, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.centerXUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.centerYUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.centerZUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label21, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label20, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label19, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label18, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.extendXUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.extendYUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.extendZUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.label22, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.radiusUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.FaceCountUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.stLabel1, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.stLabel2, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.offsetUD, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.stButton1, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.btnOk, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.btnScrollDown, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.btnScrollUp, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.listViewCustom1, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.btnAdd, 0);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.btnRemove, 0);
|
|||
|
//
|
|||
|
// radiusUD
|
|||
|
//
|
|||
|
this.radiusUD.DecimalPlaces = 5;
|
|||
|
this.radiusUD.Increment = new decimal(new int[] {
|
|||
|
5,
|
|||
|
0,
|
|||
|
0,
|
|||
|
196608});
|
|||
|
this.radiusUD.Location = new System.Drawing.Point(297, 188);
|
|||
|
this.radiusUD.Maximum = new decimal(new int[] {
|
|||
|
1000000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.radiusUD.Minimum = new decimal(new int[] {
|
|||
|
100000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
-2147483648});
|
|||
|
this.radiusUD.Name = "radiusUD";
|
|||
|
this.radiusUD.Size = new System.Drawing.Size(105, 20);
|
|||
|
this.radiusUD.TabIndex = 58;
|
|||
|
//
|
|||
|
// label22
|
|||
|
//
|
|||
|
this.label22.AutoSize = true;
|
|||
|
this.label22.Location = new System.Drawing.Point(216, 190);
|
|||
|
this.label22.Name = "label22";
|
|||
|
this.label22.Size = new System.Drawing.Size(40, 13);
|
|||
|
this.label22.TabIndex = 57;
|
|||
|
this.label22.Text = "Radius";
|
|||
|
//
|
|||
|
// extendZUD
|
|||
|
//
|
|||
|
this.extendZUD.DecimalPlaces = 5;
|
|||
|
this.extendZUD.Increment = new decimal(new int[] {
|
|||
|
5,
|
|||
|
0,
|
|||
|
0,
|
|||
|
196608});
|
|||
|
this.extendZUD.Location = new System.Drawing.Point(559, 146);
|
|||
|
this.extendZUD.Maximum = new decimal(new int[] {
|
|||
|
1000000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.extendZUD.Minimum = new decimal(new int[] {
|
|||
|
100000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
-2147483648});
|
|||
|
this.extendZUD.Name = "extendZUD";
|
|||
|
this.extendZUD.Size = new System.Drawing.Size(120, 20);
|
|||
|
this.extendZUD.TabIndex = 56;
|
|||
|
//
|
|||
|
// extendYUD
|
|||
|
//
|
|||
|
this.extendYUD.DecimalPlaces = 5;
|
|||
|
this.extendYUD.Increment = new decimal(new int[] {
|
|||
|
5,
|
|||
|
0,
|
|||
|
0,
|
|||
|
196608});
|
|||
|
this.extendYUD.Location = new System.Drawing.Point(428, 146);
|
|||
|
this.extendYUD.Maximum = new decimal(new int[] {
|
|||
|
1000000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.extendYUD.Minimum = new decimal(new int[] {
|
|||
|
100000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
-2147483648});
|
|||
|
this.extendYUD.Name = "extendYUD";
|
|||
|
this.extendYUD.Size = new System.Drawing.Size(104, 20);
|
|||
|
this.extendYUD.TabIndex = 55;
|
|||
|
//
|
|||
|
// extendXUD
|
|||
|
//
|
|||
|
this.extendXUD.DecimalPlaces = 5;
|
|||
|
this.extendXUD.Increment = new decimal(new int[] {
|
|||
|
5,
|
|||
|
0,
|
|||
|
0,
|
|||
|
196608});
|
|||
|
this.extendXUD.Location = new System.Drawing.Point(297, 146);
|
|||
|
this.extendXUD.Maximum = new decimal(new int[] {
|
|||
|
1000000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.extendXUD.Minimum = new decimal(new int[] {
|
|||
|
100000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
-2147483648});
|
|||
|
this.extendXUD.Name = "extendXUD";
|
|||
|
this.extendXUD.Size = new System.Drawing.Size(105, 20);
|
|||
|
this.extendXUD.TabIndex = 54;
|
|||
|
//
|
|||
|
// label18
|
|||
|
//
|
|||
|
this.label18.AutoSize = true;
|
|||
|
this.label18.Location = new System.Drawing.Point(216, 148);
|
|||
|
this.label18.Name = "label18";
|
|||
|
this.label18.Size = new System.Drawing.Size(37, 13);
|
|||
|
this.label18.TabIndex = 50;
|
|||
|
this.label18.Text = "Extent";
|
|||
|
//
|
|||
|
// label19
|
|||
|
//
|
|||
|
this.label19.AutoSize = true;
|
|||
|
this.label19.BackColor = System.Drawing.Color.Red;
|
|||
|
this.label19.Location = new System.Drawing.Point(277, 151);
|
|||
|
this.label19.Name = "label19";
|
|||
|
this.label19.Size = new System.Drawing.Size(14, 13);
|
|||
|
this.label19.TabIndex = 51;
|
|||
|
this.label19.Text = "X";
|
|||
|
//
|
|||
|
// label20
|
|||
|
//
|
|||
|
this.label20.AutoSize = true;
|
|||
|
this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|||
|
this.label20.Location = new System.Drawing.Point(408, 151);
|
|||
|
this.label20.Name = "label20";
|
|||
|
this.label20.Size = new System.Drawing.Size(14, 13);
|
|||
|
this.label20.TabIndex = 52;
|
|||
|
this.label20.Text = "Y";
|
|||
|
//
|
|||
|
// label21
|
|||
|
//
|
|||
|
this.label21.AutoSize = true;
|
|||
|
this.label21.BackColor = System.Drawing.Color.Blue;
|
|||
|
this.label21.Location = new System.Drawing.Point(539, 151);
|
|||
|
this.label21.Name = "label21";
|
|||
|
this.label21.Size = new System.Drawing.Size(14, 13);
|
|||
|
this.label21.TabIndex = 53;
|
|||
|
this.label21.Text = "Z";
|
|||
|
//
|
|||
|
// centerZUD
|
|||
|
//
|
|||
|
this.centerZUD.DecimalPlaces = 5;
|
|||
|
this.centerZUD.Increment = new decimal(new int[] {
|
|||
|
5,
|
|||
|
0,
|
|||
|
0,
|
|||
|
196608});
|
|||
|
this.centerZUD.Location = new System.Drawing.Point(559, 120);
|
|||
|
this.centerZUD.Maximum = new decimal(new int[] {
|
|||
|
1000000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.centerZUD.Minimum = new decimal(new int[] {
|
|||
|
100000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
-2147483648});
|
|||
|
this.centerZUD.Name = "centerZUD";
|
|||
|
this.centerZUD.Size = new System.Drawing.Size(120, 20);
|
|||
|
this.centerZUD.TabIndex = 49;
|
|||
|
//
|
|||
|
// centerYUD
|
|||
|
//
|
|||
|
this.centerYUD.DecimalPlaces = 5;
|
|||
|
this.centerYUD.Increment = new decimal(new int[] {
|
|||
|
5,
|
|||
|
0,
|
|||
|
0,
|
|||
|
196608});
|
|||
|
this.centerYUD.Location = new System.Drawing.Point(428, 120);
|
|||
|
this.centerYUD.Maximum = new decimal(new int[] {
|
|||
|
1000000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.centerYUD.Minimum = new decimal(new int[] {
|
|||
|
100000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
-2147483648});
|
|||
|
this.centerYUD.Name = "centerYUD";
|
|||
|
this.centerYUD.Size = new System.Drawing.Size(104, 20);
|
|||
|
this.centerYUD.TabIndex = 48;
|
|||
|
//
|
|||
|
// centerXUD
|
|||
|
//
|
|||
|
this.centerXUD.DecimalPlaces = 5;
|
|||
|
this.centerXUD.Increment = new decimal(new int[] {
|
|||
|
5,
|
|||
|
0,
|
|||
|
0,
|
|||
|
196608});
|
|||
|
this.centerXUD.Location = new System.Drawing.Point(297, 120);
|
|||
|
this.centerXUD.Maximum = new decimal(new int[] {
|
|||
|
1000000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.centerXUD.Minimum = new decimal(new int[] {
|
|||
|
100000000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
-2147483648});
|
|||
|
this.centerXUD.Name = "centerXUD";
|
|||
|
this.centerXUD.Size = new System.Drawing.Size(105, 20);
|
|||
|
this.centerXUD.TabIndex = 47;
|
|||
|
//
|
|||
|
// label14
|
|||
|
//
|
|||
|
this.label14.AutoSize = true;
|
|||
|
this.label14.Location = new System.Drawing.Point(216, 122);
|
|||
|
this.label14.Name = "label14";
|
|||
|
this.label14.Size = new System.Drawing.Size(38, 13);
|
|||
|
this.label14.TabIndex = 43;
|
|||
|
this.label14.Text = "Center";
|
|||
|
//
|
|||
|
// label15
|
|||
|
//
|
|||
|
this.label15.AutoSize = true;
|
|||
|
this.label15.BackColor = System.Drawing.Color.Red;
|
|||
|
this.label15.Location = new System.Drawing.Point(277, 125);
|
|||
|
this.label15.Name = "label15";
|
|||
|
this.label15.Size = new System.Drawing.Size(14, 13);
|
|||
|
this.label15.TabIndex = 44;
|
|||
|
this.label15.Text = "X";
|
|||
|
//
|
|||
|
// label16
|
|||
|
//
|
|||
|
this.label16.AutoSize = true;
|
|||
|
this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|||
|
this.label16.Location = new System.Drawing.Point(408, 125);
|
|||
|
this.label16.Name = "label16";
|
|||
|
this.label16.Size = new System.Drawing.Size(14, 13);
|
|||
|
this.label16.TabIndex = 45;
|
|||
|
this.label16.Text = "Y";
|
|||
|
//
|
|||
|
// label17
|
|||
|
//
|
|||
|
this.label17.AutoSize = true;
|
|||
|
this.label17.BackColor = System.Drawing.Color.Blue;
|
|||
|
this.label17.Location = new System.Drawing.Point(539, 125);
|
|||
|
this.label17.Name = "label17";
|
|||
|
this.label17.Size = new System.Drawing.Size(14, 13);
|
|||
|
this.label17.TabIndex = 46;
|
|||
|
this.label17.Text = "Z";
|
|||
|
//
|
|||
|
// FaceCountUD
|
|||
|
//
|
|||
|
this.FaceCountUD.Location = new System.Drawing.Point(287, 53);
|
|||
|
this.FaceCountUD.Maximum = new decimal(new int[] {
|
|||
|
2147483647,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.FaceCountUD.Name = "FaceCountUD";
|
|||
|
this.FaceCountUD.Size = new System.Drawing.Size(120, 20);
|
|||
|
this.FaceCountUD.TabIndex = 59;
|
|||
|
//
|
|||
|
// stLabel1
|
|||
|
//
|
|||
|
this.stLabel1.AutoSize = true;
|
|||
|
this.stLabel1.Location = new System.Drawing.Point(216, 55);
|
|||
|
this.stLabel1.Name = "stLabel1";
|
|||
|
this.stLabel1.Size = new System.Drawing.Size(65, 13);
|
|||
|
this.stLabel1.TabIndex = 60;
|
|||
|
this.stLabel1.Text = "Face Count:";
|
|||
|
//
|
|||
|
// stLabel2
|
|||
|
//
|
|||
|
this.stLabel2.AutoSize = true;
|
|||
|
this.stLabel2.Location = new System.Drawing.Point(216, 83);
|
|||
|
this.stLabel2.Name = "stLabel2";
|
|||
|
this.stLabel2.Size = new System.Drawing.Size(38, 13);
|
|||
|
this.stLabel2.TabIndex = 61;
|
|||
|
this.stLabel2.Text = "Offset:";
|
|||
|
//
|
|||
|
// offsetUD
|
|||
|
//
|
|||
|
this.offsetUD.Location = new System.Drawing.Point(287, 81);
|
|||
|
this.offsetUD.Maximum = new decimal(new int[] {
|
|||
|
2147483647,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.offsetUD.Name = "offsetUD";
|
|||
|
this.offsetUD.Size = new System.Drawing.Size(120, 20);
|
|||
|
this.offsetUD.TabIndex = 62;
|
|||
|
//
|
|||
|
// stButton1
|
|||
|
//
|
|||
|
this.stButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.stButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.stButton1.Location = new System.Drawing.Point(605, 230);
|
|||
|
this.stButton1.Name = "stButton1";
|
|||
|
this.stButton1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.stButton1.TabIndex = 63;
|
|||
|
this.stButton1.Text = "Cancel";
|
|||
|
this.stButton1.UseVisualStyleBackColor = false;
|
|||
|
//
|
|||
|
// btnOk
|
|||
|
//
|
|||
|
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|||
|
this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btnOk.Location = new System.Drawing.Point(524, 230);
|
|||
|
this.btnOk.Name = "btnOk";
|
|||
|
this.btnOk.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.btnOk.TabIndex = 64;
|
|||
|
this.btnOk.Text = "Ok";
|
|||
|
this.btnOk.UseVisualStyleBackColor = false;
|
|||
|
//
|
|||
|
// btnRemove
|
|||
|
//
|
|||
|
this.btnRemove.Enabled = false;
|
|||
|
this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btnRemove.Location = new System.Drawing.Point(90, 24);
|
|||
|
this.btnRemove.Name = "btnRemove";
|
|||
|
this.btnRemove.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.btnRemove.TabIndex = 69;
|
|||
|
this.btnRemove.Text = "Remove";
|
|||
|
this.btnRemove.UseVisualStyleBackColor = false;
|
|||
|
//
|
|||
|
// btnAdd
|
|||
|
//
|
|||
|
this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btnAdd.Location = new System.Drawing.Point(9, 24);
|
|||
|
this.btnAdd.Name = "btnAdd";
|
|||
|
this.btnAdd.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.btnAdd.TabIndex = 68;
|
|||
|
this.btnAdd.Text = "Add";
|
|||
|
this.btnAdd.UseVisualStyleBackColor = false;
|
|||
|
//
|
|||
|
// listViewCustom1
|
|||
|
//
|
|||
|
this.listViewCustom1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.listViewCustom1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|||
|
this.columnHeader1});
|
|||
|
this.listViewCustom1.ForeColor = System.Drawing.Color.White;
|
|||
|
this.listViewCustom1.FullRowSelect = true;
|
|||
|
this.listViewCustom1.Location = new System.Drawing.Point(9, 53);
|
|||
|
this.listViewCustom1.Name = "listViewCustom1";
|
|||
|
this.listViewCustom1.OwnerDraw = true;
|
|||
|
this.listViewCustom1.Size = new System.Drawing.Size(154, 207);
|
|||
|
this.listViewCustom1.TabIndex = 67;
|
|||
|
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 = "Samplers";
|
|||
|
this.columnHeader1.Width = 154;
|
|||
|
//
|
|||
|
// btnScrollUp
|
|||
|
//
|
|||
|
this.btnScrollUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btnScrollUp.Location = new System.Drawing.Point(169, 83);
|
|||
|
this.btnScrollUp.Name = "btnScrollUp";
|
|||
|
this.btnScrollUp.Size = new System.Drawing.Size(32, 24);
|
|||
|
this.btnScrollUp.TabIndex = 66;
|
|||
|
this.btnScrollUp.Text = "▼";
|
|||
|
this.btnScrollUp.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// btnScrollDown
|
|||
|
//
|
|||
|
this.btnScrollDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btnScrollDown.Location = new System.Drawing.Point(169, 53);
|
|||
|
this.btnScrollDown.Name = "btnScrollDown";
|
|||
|
this.btnScrollDown.Size = new System.Drawing.Size(32, 24);
|
|||
|
this.btnScrollDown.TabIndex = 65;
|
|||
|
this.btnScrollDown.Text = "▲";
|
|||
|
this.btnScrollDown.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// SubMeshEditor
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(696, 265);
|
|||
|
this.Name = "SubMeshEditor";
|
|||
|
this.Text = "SubMeshEditor";
|
|||
|
this.contentContainer.ResumeLayout(false);
|
|||
|
this.contentContainer.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radiusUD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.extendZUD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.extendYUD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.extendXUD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.centerZUD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.centerYUD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.centerXUD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.FaceCountUD)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.offsetUD)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat radiusUD;
|
|||
|
private System.Windows.Forms.Label label22;
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat extendZUD;
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat extendYUD;
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat extendXUD;
|
|||
|
private System.Windows.Forms.Label label18;
|
|||
|
private System.Windows.Forms.Label label19;
|
|||
|
private System.Windows.Forms.Label label20;
|
|||
|
private System.Windows.Forms.Label label21;
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat centerZUD;
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat centerYUD;
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownFloat centerXUD;
|
|||
|
private System.Windows.Forms.Label label14;
|
|||
|
private System.Windows.Forms.Label label15;
|
|||
|
private System.Windows.Forms.Label label16;
|
|||
|
private System.Windows.Forms.Label label17;
|
|||
|
private Switch_Toolbox.Library.Forms.STButton btnOk;
|
|||
|
private Switch_Toolbox.Library.Forms.STButton stButton1;
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownUint offsetUD;
|
|||
|
private Switch_Toolbox.Library.Forms.STLabel stLabel2;
|
|||
|
private Switch_Toolbox.Library.Forms.STLabel stLabel1;
|
|||
|
private Switch_Toolbox.Library.Forms.NumericUpDownUint FaceCountUD;
|
|||
|
private Switch_Toolbox.Library.Forms.STButton btnRemove;
|
|||
|
private Switch_Toolbox.Library.Forms.STButton btnAdd;
|
|||
|
private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|||
|
private Switch_Toolbox.Library.Forms.STButton btnScrollUp;
|
|||
|
private Switch_Toolbox.Library.Forms.STButton btnScrollDown;
|
|||
|
}
|
|||
|
}
|