2019-08-29 22:33:23 +02:00
|
|
|
|
namespace LayoutBXLYT
|
2019-08-01 23:47:35 +02:00
|
|
|
|
{
|
|
|
|
|
partial class LayoutEditor
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2019-08-27 22:38:06 +02:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayoutEditor));
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.dockPanel1 = new WeifenLuo.WinFormsUI.Docking.DockPanel();
|
2019-09-08 21:15:42 +02:00
|
|
|
|
this.backColorDisplay = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.stLabel1 = new Toolbox.Library.Forms.STLabel();
|
|
|
|
|
this.debugShading = new Toolbox.Library.Forms.STComboBox();
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.viewportBackColorCB = new Toolbox.Library.Forms.STComboBox();
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.stToolStrip1 = new Toolbox.Library.Forms.STToolStrip();
|
2019-09-08 21:15:42 +02:00
|
|
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolstripOrthoBtn = new System.Windows.Forms.ToolStripButton();
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip();
|
2019-08-29 23:17:24 +02:00
|
|
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2019-08-31 00:53:45 +02:00
|
|
|
|
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2019-08-30 01:01:47 +02:00
|
|
|
|
this.clearWorkspaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-01 19:29:24 +02:00
|
|
|
|
this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.textureListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2019-08-31 00:53:45 +02:00
|
|
|
|
this.textConverterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-07 01:12:39 +02:00
|
|
|
|
this.orthographicViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-11 00:42:48 +02:00
|
|
|
|
this.saveAnimationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2019-09-08 21:15:42 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.backColorDisplay)).BeginInit();
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.stToolStrip1.SuspendLayout();
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.stMenuStrip1.SuspendLayout();
|
2019-08-01 23:47:35 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2019-08-29 21:45:32 +02:00
|
|
|
|
// dockPanel1
|
|
|
|
|
//
|
|
|
|
|
this.dockPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dockPanel1.Location = new System.Drawing.Point(0, 49);
|
|
|
|
|
this.dockPanel1.Name = "dockPanel1";
|
|
|
|
|
this.dockPanel1.Size = new System.Drawing.Size(549, 349);
|
|
|
|
|
this.dockPanel1.TabIndex = 6;
|
2019-08-29 23:17:24 +02:00
|
|
|
|
this.dockPanel1.ActiveDocumentChanged += new System.EventHandler(this.dockPanel1_ActiveDocumentChanged);
|
2019-08-29 21:45:32 +02:00
|
|
|
|
//
|
2019-09-08 21:15:42 +02:00
|
|
|
|
// backColorDisplay
|
|
|
|
|
//
|
|
|
|
|
this.backColorDisplay.Location = new System.Drawing.Point(253, 25);
|
|
|
|
|
this.backColorDisplay.Name = "backColorDisplay";
|
|
|
|
|
this.backColorDisplay.Size = new System.Drawing.Size(21, 21);
|
|
|
|
|
this.backColorDisplay.TabIndex = 10;
|
|
|
|
|
this.backColorDisplay.TabStop = false;
|
|
|
|
|
this.backColorDisplay.Click += new System.EventHandler(this.backColorDisplay_Click);
|
|
|
|
|
//
|
|
|
|
|
// stLabel1
|
|
|
|
|
//
|
|
|
|
|
this.stLabel1.AutoSize = true;
|
|
|
|
|
this.stLabel1.Location = new System.Drawing.Point(301, 28);
|
|
|
|
|
this.stLabel1.Name = "stLabel1";
|
|
|
|
|
this.stLabel1.Size = new System.Drawing.Size(84, 13);
|
|
|
|
|
this.stLabel1.TabIndex = 14;
|
|
|
|
|
this.stLabel1.Text = "Debug Shading:";
|
|
|
|
|
//
|
|
|
|
|
// debugShading
|
|
|
|
|
//
|
|
|
|
|
this.debugShading.BorderColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.debugShading.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
|
|
|
|
|
this.debugShading.ButtonColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.debugShading.FormattingEnabled = true;
|
|
|
|
|
this.debugShading.IsReadOnly = false;
|
|
|
|
|
this.debugShading.Location = new System.Drawing.Point(391, 25);
|
|
|
|
|
this.debugShading.Name = "debugShading";
|
|
|
|
|
this.debugShading.Size = new System.Drawing.Size(146, 21);
|
|
|
|
|
this.debugShading.TabIndex = 13;
|
|
|
|
|
this.debugShading.SelectedIndexChanged += new System.EventHandler(this.debugShading_SelectedIndexChanged);
|
|
|
|
|
//
|
2019-08-29 21:45:32 +02:00
|
|
|
|
// viewportBackColorCB
|
|
|
|
|
//
|
|
|
|
|
this.viewportBackColorCB.BorderColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.viewportBackColorCB.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
|
|
|
|
|
this.viewportBackColorCB.ButtonColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.viewportBackColorCB.FormattingEnabled = true;
|
|
|
|
|
this.viewportBackColorCB.IsReadOnly = false;
|
2019-09-06 00:14:15 +02:00
|
|
|
|
this.viewportBackColorCB.Location = new System.Drawing.Point(101, 25);
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.viewportBackColorCB.Name = "viewportBackColorCB";
|
|
|
|
|
this.viewportBackColorCB.Size = new System.Drawing.Size(146, 21);
|
|
|
|
|
this.viewportBackColorCB.TabIndex = 9;
|
|
|
|
|
this.viewportBackColorCB.SelectedIndexChanged += new System.EventHandler(this.viewportBackColorCB_SelectedIndexChanged);
|
|
|
|
|
this.viewportBackColorCB.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.stComboBox1_MouseDoubleClick);
|
|
|
|
|
//
|
2019-08-27 22:38:06 +02:00
|
|
|
|
// stToolStrip1
|
|
|
|
|
//
|
|
|
|
|
this.stToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2019-09-07 01:12:39 +02:00
|
|
|
|
this.toolStripButton1,
|
|
|
|
|
this.toolstripOrthoBtn});
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.stToolStrip1.Location = new System.Drawing.Point(0, 24);
|
|
|
|
|
this.stToolStrip1.Name = "stToolStrip1";
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.stToolStrip1.Size = new System.Drawing.Size(549, 25);
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.stToolStrip1.TabIndex = 3;
|
|
|
|
|
this.stToolStrip1.Text = "stToolStrip1";
|
|
|
|
|
//
|
2019-09-08 21:15:42 +02:00
|
|
|
|
// toolStripButton1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
|
|
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
|
|
|
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
|
|
|
|
|
this.toolStripButton1.Text = "toolStripButton1";
|
|
|
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolstripOrthoBtn
|
|
|
|
|
//
|
|
|
|
|
this.toolstripOrthoBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.toolstripOrthoBtn.Image = global::FirstPlugin.Properties.Resources.OrthoView;
|
|
|
|
|
this.toolstripOrthoBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolstripOrthoBtn.Name = "toolstripOrthoBtn";
|
|
|
|
|
this.toolstripOrthoBtn.Size = new System.Drawing.Size(23, 22);
|
|
|
|
|
this.toolstripOrthoBtn.Text = "Toggle Orthographic";
|
|
|
|
|
this.toolstripOrthoBtn.Click += new System.EventHandler(this.toolstripOrthoBtn_Click);
|
|
|
|
|
//
|
2019-08-28 03:14:37 +02:00
|
|
|
|
// stMenuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.stMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.fileToolStripMenuItem,
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.editToolStripMenuItem,
|
|
|
|
|
this.viewToolStripMenuItem});
|
|
|
|
|
this.stMenuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.stMenuStrip1.Name = "stMenuStrip1";
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.stMenuStrip1.Size = new System.Drawing.Size(549, 24);
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.stMenuStrip1.TabIndex = 0;
|
|
|
|
|
this.stMenuStrip1.Text = "stMenuStrip1";
|
|
|
|
|
//
|
2019-08-29 23:17:24 +02:00
|
|
|
|
// fileToolStripMenuItem
|
|
|
|
|
//
|
2019-08-30 01:01:47 +02:00
|
|
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.openToolStripMenuItem,
|
2019-09-01 19:02:48 +02:00
|
|
|
|
this.clearWorkspaceToolStripMenuItem,
|
2019-09-01 19:29:24 +02:00
|
|
|
|
this.saveToolStripMenuItem1,
|
2019-09-11 00:42:48 +02:00
|
|
|
|
this.saveAnimationToolStripMenuItem,
|
2019-09-01 19:02:48 +02:00
|
|
|
|
this.saveToolStripMenuItem});
|
2019-08-29 23:17:24 +02:00
|
|
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
|
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
|
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
|
|
|
//
|
2019-08-31 00:53:45 +02:00
|
|
|
|
// openToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
2019-09-08 21:15:42 +02:00
|
|
|
|
this.openToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
2019-08-31 00:53:45 +02:00
|
|
|
|
this.openToolStripMenuItem.Text = "Open";
|
|
|
|
|
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
|
|
|
|
//
|
2019-08-30 01:01:47 +02:00
|
|
|
|
// clearWorkspaceToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.clearWorkspaceToolStripMenuItem.Name = "clearWorkspaceToolStripMenuItem";
|
2019-09-08 21:15:42 +02:00
|
|
|
|
this.clearWorkspaceToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
2019-08-30 01:01:47 +02:00
|
|
|
|
this.clearWorkspaceToolStripMenuItem.Text = "Clear Files";
|
|
|
|
|
this.clearWorkspaceToolStripMenuItem.Click += new System.EventHandler(this.clearWorkspaceToolStripMenuItem_Click);
|
|
|
|
|
//
|
2019-09-01 19:29:24 +02:00
|
|
|
|
// saveToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
|
2019-09-08 21:15:42 +02:00
|
|
|
|
this.saveToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
2019-09-11 00:42:48 +02:00
|
|
|
|
this.saveToolStripMenuItem1.Text = "Save Layout";
|
2019-09-01 19:29:24 +02:00
|
|
|
|
this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem1_Click);
|
|
|
|
|
//
|
|
|
|
|
// saveToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
2019-09-08 21:15:42 +02:00
|
|
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
2019-09-01 19:29:24 +02:00
|
|
|
|
this.saveToolStripMenuItem.Text = "Save As";
|
|
|
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
|
|
|
|
//
|
2019-08-28 03:14:37 +02:00
|
|
|
|
// editToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
|
|
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
|
|
|
|
|
this.editToolStripMenuItem.Text = "Edit";
|
|
|
|
|
//
|
|
|
|
|
// viewToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2019-08-31 00:53:45 +02:00
|
|
|
|
this.textureListToolStripMenuItem,
|
2019-09-07 01:12:39 +02:00
|
|
|
|
this.textConverterToolStripMenuItem,
|
|
|
|
|
this.orthographicViewToolStripMenuItem});
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
|
|
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
|
|
|
this.viewToolStripMenuItem.Text = "View";
|
|
|
|
|
//
|
|
|
|
|
// textureListToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.textureListToolStripMenuItem.Name = "textureListToolStripMenuItem";
|
2019-09-07 01:12:39 +02:00
|
|
|
|
this.textureListToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.textureListToolStripMenuItem.Text = "Texture List";
|
|
|
|
|
this.textureListToolStripMenuItem.Click += new System.EventHandler(this.textureListToolStripMenuItem_Click);
|
|
|
|
|
//
|
2019-08-31 00:53:45 +02:00
|
|
|
|
// textConverterToolStripMenuItem
|
2019-08-30 01:01:47 +02:00
|
|
|
|
//
|
2019-08-31 00:53:45 +02:00
|
|
|
|
this.textConverterToolStripMenuItem.Name = "textConverterToolStripMenuItem";
|
2019-09-07 01:12:39 +02:00
|
|
|
|
this.textConverterToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
2019-08-31 00:53:45 +02:00
|
|
|
|
this.textConverterToolStripMenuItem.Text = "Text Converter";
|
|
|
|
|
this.textConverterToolStripMenuItem.Click += new System.EventHandler(this.textConverterToolStripMenuItem_Click);
|
2019-08-30 01:01:47 +02:00
|
|
|
|
//
|
2019-09-07 01:12:39 +02:00
|
|
|
|
// orthographicViewToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.orthographicViewToolStripMenuItem.CheckOnClick = true;
|
|
|
|
|
this.orthographicViewToolStripMenuItem.Name = "orthographicViewToolStripMenuItem";
|
|
|
|
|
this.orthographicViewToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
|
|
|
|
this.orthographicViewToolStripMenuItem.Text = "Orthographic View";
|
|
|
|
|
this.orthographicViewToolStripMenuItem.Click += new System.EventHandler(this.orthographicViewToolStripMenuItem_Click);
|
|
|
|
|
//
|
2019-09-11 00:42:48 +02:00
|
|
|
|
// saveAnimationToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveAnimationToolStripMenuItem.Name = "saveAnimationToolStripMenuItem";
|
|
|
|
|
this.saveAnimationToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.saveAnimationToolStripMenuItem.Text = "Save Animation";
|
|
|
|
|
this.saveAnimationToolStripMenuItem.Click += new System.EventHandler(this.saveAnimationToolStripMenuItem_Click);
|
|
|
|
|
//
|
2019-08-01 23:47:35 +02:00
|
|
|
|
// LayoutEditor
|
|
|
|
|
//
|
2019-08-30 00:05:44 +02:00
|
|
|
|
this.AllowDrop = true;
|
2019-08-01 23:47:35 +02:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(549, 398);
|
2019-09-06 00:14:15 +02:00
|
|
|
|
this.Controls.Add(this.stLabel1);
|
|
|
|
|
this.Controls.Add(this.debugShading);
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.Controls.Add(this.backColorDisplay);
|
|
|
|
|
this.Controls.Add(this.viewportBackColorCB);
|
|
|
|
|
this.Controls.Add(this.dockPanel1);
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.Controls.Add(this.stToolStrip1);
|
2019-08-01 23:47:35 +02:00
|
|
|
|
this.Controls.Add(this.stMenuStrip1);
|
2019-08-29 21:45:32 +02:00
|
|
|
|
this.IsMdiContainer = true;
|
2019-08-01 23:47:35 +02:00
|
|
|
|
this.Name = "LayoutEditor";
|
2019-08-30 00:05:44 +02:00
|
|
|
|
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.LayoutEditor_DragDrop);
|
|
|
|
|
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.LayoutEditor_DragEnter);
|
2019-09-01 19:29:24 +02:00
|
|
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LayoutEditor_KeyDown);
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.ParentChanged += new System.EventHandler(this.LayoutEditor_ParentChanged);
|
2019-09-08 21:15:42 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.backColorDisplay)).EndInit();
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.stToolStrip1.ResumeLayout(false);
|
|
|
|
|
this.stToolStrip1.PerformLayout();
|
2019-08-28 03:14:37 +02:00
|
|
|
|
this.stMenuStrip1.ResumeLayout(false);
|
|
|
|
|
this.stMenuStrip1.PerformLayout();
|
2019-08-01 23:47:35 +02:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Toolbox.Library.Forms.STMenuStrip stMenuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
2019-08-27 22:38:06 +02:00
|
|
|
|
private Toolbox.Library.Forms.STToolStrip stToolStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
2019-08-28 03:14:37 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem textureListToolStripMenuItem;
|
2019-08-29 21:45:32 +02:00
|
|
|
|
private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel1;
|
|
|
|
|
private Toolbox.Library.Forms.STComboBox viewportBackColorCB;
|
|
|
|
|
private System.Windows.Forms.PictureBox backColorDisplay;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
2019-08-30 01:01:47 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem clearWorkspaceToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
2019-08-31 00:53:45 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem textConverterToolStripMenuItem;
|
2019-09-01 19:02:48 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
2019-09-01 19:29:24 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem1;
|
2019-09-06 00:14:15 +02:00
|
|
|
|
private Toolbox.Library.Forms.STComboBox debugShading;
|
|
|
|
|
private Toolbox.Library.Forms.STLabel stLabel1;
|
2019-09-07 01:12:39 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem orthographicViewToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolstripOrthoBtn;
|
2019-09-11 00:42:48 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveAnimationToolStripMenuItem;
|
2019-08-01 23:47:35 +02:00
|
|
|
|
}
|
|
|
|
|
}
|