125 lines
5.2 KiB
C#
125 lines
5.2 KiB
C#
namespace UKing.Actors.Forms
|
|
{
|
|
partial class BotwActorEditorControl
|
|
{
|
|
/// <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.stTabControl1 = new Toolbox.Library.Forms.STTabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.stTabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// stTabControl1
|
|
//
|
|
this.stTabControl1.Controls.Add(this.tabPage1);
|
|
this.stTabControl1.Controls.Add(this.tabPage2);
|
|
this.stTabControl1.Controls.Add(this.tabPage3);
|
|
this.stTabControl1.Controls.Add(this.tabPage4);
|
|
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(691, 528);
|
|
this.stTabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.stPropertyGrid1);
|
|
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(683, 499);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Actor Info";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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(683, 499);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Actor Params";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// stPropertyGrid1
|
|
//
|
|
this.stPropertyGrid1.AutoScroll = true;
|
|
this.stPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.stPropertyGrid1.Location = new System.Drawing.Point(3, 3);
|
|
this.stPropertyGrid1.Name = "stPropertyGrid1";
|
|
this.stPropertyGrid1.ShowHintDisplay = true;
|
|
this.stPropertyGrid1.Size = new System.Drawing.Size(677, 493);
|
|
this.stPropertyGrid1.TabIndex = 0;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Size = new System.Drawing.Size(683, 499);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "Actor Preview";
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Size = new System.Drawing.Size(683, 499);
|
|
this.tabPage4.TabIndex = 3;
|
|
this.tabPage4.Text = "Actor Message Data";
|
|
//
|
|
// BotwActorEditorControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.stTabControl1);
|
|
this.Name = "BotwActorEditorControl";
|
|
this.Size = new System.Drawing.Size(691, 528);
|
|
this.stTabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Toolbox.Library.Forms.STTabControl stTabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
}
|
|
}
|