LSLEditor/source/Tools/RuntimeInternal.Designer.cs
2022-11-20 07:05:44 -07:00

313 lines
11 KiB
C#

namespace LSLEditor.Tools
{
partial class RuntimeInternal
{
/// <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.groupBox4 = new System.Windows.Forms.GroupBox();
this.XSecondLifeShard = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.RegionFPS = new System.Windows.Forms.TextBox();
this.RegionName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.AvatarKey = new System.Windows.Forms.TextBox();
this.AvatarName = new System.Windows.Forms.TextBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBoxParcelArea = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.textBoxParcelGroup = new System.Windows.Forms.TextBox();
this.textBoxParcelOwner = new System.Windows.Forms.TextBox();
this.textBoxParcelDescription = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBoxParcelName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox4.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox4
//
this.groupBox4.Controls.Add(this.XSecondLifeShard);
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.RegionFPS);
this.groupBox4.Controls.Add(this.RegionName);
this.groupBox4.Controls.Add(this.label7);
this.groupBox4.Location = new System.Drawing.Point(0, 72);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(392, 64);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Sim";
//
// XSecondLifeShard
//
this.XSecondLifeShard.Location = new System.Drawing.Point(256, 40);
this.XSecondLifeShard.Name = "XSecondLifeShard";
this.XSecondLifeShard.Size = new System.Drawing.Size(120, 20);
this.XSecondLifeShard.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(144, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(102, 13);
this.label2.TabIndex = 0;
this.label2.Text = "X-SecondLife-Shard";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(16, 40);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(61, 13);
this.label8.TabIndex = 0;
this.label8.Text = "RegionFPS";
//
// RegionFPS
//
this.RegionFPS.Location = new System.Drawing.Point(80, 40);
this.RegionFPS.Name = "RegionFPS";
this.RegionFPS.Size = new System.Drawing.Size(48, 20);
this.RegionFPS.TabIndex = 5;
//
// RegionName
//
this.RegionName.Location = new System.Drawing.Point(80, 16);
this.RegionName.Name = "RegionName";
this.RegionName.Size = new System.Drawing.Size(272, 20);
this.RegionName.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(8, 16);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(69, 13);
this.label7.TabIndex = 0;
this.label7.Text = "RegionName";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.AvatarKey);
this.groupBox1.Controls.Add(this.AvatarName);
this.groupBox1.Controls.Add(this.linkLabel1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(392, 64);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Avatar";
//
// AvatarKey
//
this.AvatarKey.Location = new System.Drawing.Point(80, 40);
this.AvatarKey.Name = "AvatarKey";
this.AvatarKey.Size = new System.Drawing.Size(272, 20);
this.AvatarKey.TabIndex = 3;
//
// AvatarName
//
this.AvatarName.Location = new System.Drawing.Point(80, 16);
this.AvatarName.Name = "AvatarName";
this.AvatarName.Size = new System.Drawing.Size(272, 20);
this.AvatarName.TabIndex = 1;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(48, 40);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(24, 13);
this.linkLabel1.TabIndex = 2;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "key";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(40, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Name";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.textBoxParcelArea);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.textBoxParcelGroup);
this.groupBox2.Controls.Add(this.textBoxParcelOwner);
this.groupBox2.Controls.Add(this.textBoxParcelDescription);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.textBoxParcelName);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(0, 144);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(392, 120);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Parcel";
//
// textBoxParcelArea
//
this.textBoxParcelArea.Location = new System.Drawing.Point(320, 40);
this.textBoxParcelArea.Name = "textBoxParcelArea";
this.textBoxParcelArea.Size = new System.Drawing.Size(56, 20);
this.textBoxParcelArea.TabIndex = 13;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(320, 24);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 13);
this.label9.TabIndex = 0;
this.label9.Text = "Area";
//
// textBoxParcelGroup
//
this.textBoxParcelGroup.Location = new System.Drawing.Point(80, 88);
this.textBoxParcelGroup.Name = "textBoxParcelGroup";
this.textBoxParcelGroup.Size = new System.Drawing.Size(224, 20);
this.textBoxParcelGroup.TabIndex = 12;
//
// textBoxParcelOwner
//
this.textBoxParcelOwner.Location = new System.Drawing.Point(80, 64);
this.textBoxParcelOwner.Name = "textBoxParcelOwner";
this.textBoxParcelOwner.Size = new System.Drawing.Size(224, 20);
this.textBoxParcelOwner.TabIndex = 10;
//
// textBoxParcelDescription
//
this.textBoxParcelDescription.Location = new System.Drawing.Point(80, 40);
this.textBoxParcelDescription.Name = "textBoxParcelDescription";
this.textBoxParcelDescription.Size = new System.Drawing.Size(224, 20);
this.textBoxParcelDescription.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 40);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(60, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Description";
//
// textBoxParcelName
//
this.textBoxParcelName.Location = new System.Drawing.Point(80, 16);
this.textBoxParcelName.Name = "textBoxParcelName";
this.textBoxParcelName.Size = new System.Drawing.Size(224, 20);
this.textBoxParcelName.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(32, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 13);
this.label5.TabIndex = 0;
this.label5.Text = "Name";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 64);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(64, 13);
this.label4.TabIndex = 0;
this.label4.Text = "Owner (key)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 88);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(62, 13);
this.label6.TabIndex = 0;
this.label6.Text = "Group (key)";
//
// RuntimeInternal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox1);
this.Name = "RuntimeInternal";
this.Size = new System.Drawing.Size(392, 272);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox RegionFPS;
private System.Windows.Forms.TextBox RegionName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox AvatarKey;
private System.Windows.Forms.TextBox AvatarName;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox XSecondLifeShard;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBoxParcelName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBoxParcelDescription;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxParcelArea;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBoxParcelGroup;
private System.Windows.Forms.TextBox textBoxParcelOwner;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
}
}