forked from mirrors/NBTExplorer
384 lines
21 KiB
C#
384 lines
21 KiB
C#
namespace TestApp
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openWorldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.saveWorldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.generateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.glControl1 = new OpenTK.GLControl();
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
|
|
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel6,
|
|
this.toolStripProgressBar1,
|
|
this.toolStripStatusLabel5,
|
|
this.toolStripStatusLabel3,
|
|
this.toolStripStatusLabel4,
|
|
this.toolStripStatusLabel2,
|
|
this.toolStripStatusLabel1});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 681);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(993, 22);
|
|
this.statusStrip1.TabIndex = 0;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel6
|
|
//
|
|
this.toolStripStatusLabel6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
|
|
this.toolStripStatusLabel6.Size = new System.Drawing.Size(742, 17);
|
|
this.toolStripStatusLabel6.Spring = true;
|
|
this.toolStripStatusLabel6.Text = "Architect";
|
|
this.toolStripStatusLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripProgressBar1
|
|
//
|
|
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
|
|
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
|
|
this.toolStripProgressBar1.Visible = false;
|
|
//
|
|
// toolStripStatusLabel5
|
|
//
|
|
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
|
|
this.toolStripStatusLabel5.Size = new System.Drawing.Size(35, 17);
|
|
this.toolStripStatusLabel5.Text = "100%";
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripStatusLabel3.Image = global::TestApp.Properties.Resources.minus16;
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(16, 17);
|
|
this.toolStripStatusLabel3.ToolTipText = "Zoom Out";
|
|
//
|
|
// toolStripStatusLabel4
|
|
//
|
|
this.toolStripStatusLabel4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripStatusLabel4.Image = global::TestApp.Properties.Resources.plus16;
|
|
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
|
|
this.toolStripStatusLabel4.Size = new System.Drawing.Size(16, 17);
|
|
this.toolStripStatusLabel4.ToolTipText = "Zoom In";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripStatusLabel2.Image = global::TestApp.Properties.Resources.weather_clear_night;
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(16, 17);
|
|
this.toolStripStatusLabel2.ToolTipText = "Less Daylight";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripStatusLabel1.Image = global::TestApp.Properties.Resources.weather_clear;
|
|
this.toolStripStatusLabel1.Margin = new System.Windows.Forms.Padding(0, 3, 4, 2);
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(16, 17);
|
|
this.toolStripStatusLabel1.ToolTipText = "More Daylight";
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1,
|
|
this.toolStripMenuItem2,
|
|
this.generateToolStripMenuItem,
|
|
this.helpToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(993, 24);
|
|
this.menuStrip1.TabIndex = 1;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.openWorldToolStripMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.saveWorldToolStripMenuItem,
|
|
this.toolStripSeparator2,
|
|
this.exitToolStripMenuItem});
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
|
|
this.toolStripMenuItem1.Text = "File";
|
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
//
|
|
// openWorldToolStripMenuItem
|
|
//
|
|
this.openWorldToolStripMenuItem.Name = "openWorldToolStripMenuItem";
|
|
this.openWorldToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|
this.openWorldToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|
this.openWorldToolStripMenuItem.Text = "Open World...";
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(187, 6);
|
|
//
|
|
// saveWorldToolStripMenuItem
|
|
//
|
|
this.saveWorldToolStripMenuItem.Name = "saveWorldToolStripMenuItem";
|
|
this.saveWorldToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|
this.saveWorldToolStripMenuItem.Text = "Save World";
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(187, 6);
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
|
this.exitToolStripMenuItem.Text = "Exit";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(39, 20);
|
|
this.toolStripMenuItem2.Text = "Edit";
|
|
//
|
|
// generateToolStripMenuItem
|
|
//
|
|
this.generateToolStripMenuItem.Name = "generateToolStripMenuItem";
|
|
this.generateToolStripMenuItem.Size = new System.Drawing.Size(66, 20);
|
|
this.generateToolStripMenuItem.Text = "Generate";
|
|
//
|
|
// helpToolStripMenuItem
|
|
//
|
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
|
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.helpToolStripMenuItem.Text = "Help";
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0);
|
|
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
this.toolStrip1.Size = new System.Drawing.Size(485, 25);
|
|
this.toolStrip1.TabIndex = 2;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 24);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.panel3);
|
|
this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
|
|
this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.panel2);
|
|
this.splitContainer1.Panel2.Controls.Add(this.toolStrip2);
|
|
this.splitContainer1.Panel2.Controls.Add(this.panel1);
|
|
this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.splitContainer1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.splitContainer1.Size = new System.Drawing.Size(993, 657);
|
|
this.splitContainer1.SplitterDistance = 485;
|
|
this.splitContainer1.TabIndex = 3;
|
|
this.splitContainer1.TabStop = false;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.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.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel3.Location = new System.Drawing.Point(0, 25);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(486, 632);
|
|
this.panel3.TabIndex = 3;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel2.Location = new System.Drawing.Point(0, 557);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(504, 100);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// toolStrip2
|
|
//
|
|
this.toolStrip2.BackColor = System.Drawing.SystemColors.Control;
|
|
this.toolStrip2.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip2.Name = "toolStrip2";
|
|
this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
this.toolStrip2.Size = new System.Drawing.Size(504, 25);
|
|
this.toolStrip2.TabIndex = 1;
|
|
this.toolStrip2.Text = "toolStrip2";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel1.Controls.Add(this.glControl1);
|
|
this.panel1.Controls.Add(this.vScrollBar1);
|
|
this.panel1.Controls.Add(this.hScrollBar1);
|
|
this.panel1.Location = new System.Drawing.Point(0, 25);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(504, 528);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// glControl1
|
|
//
|
|
this.glControl1.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.glControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.glControl1.BackColor = System.Drawing.Color.Black;
|
|
this.glControl1.Location = new System.Drawing.Point(-2, -2);
|
|
this.glControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.glControl1.Name = "glControl1";
|
|
this.glControl1.Size = new System.Drawing.Size(485, 509);
|
|
this.glControl1.TabIndex = 3;
|
|
this.glControl1.VSync = false;
|
|
this.glControl1.Load += new System.EventHandler(this.glControl1_Load);
|
|
//
|
|
// vScrollBar1
|
|
//
|
|
this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.vScrollBar1.Location = new System.Drawing.Point(483, -2);
|
|
this.vScrollBar1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 15);
|
|
this.vScrollBar1.Name = "vScrollBar1";
|
|
this.vScrollBar1.Size = new System.Drawing.Size(17, 511);
|
|
this.vScrollBar1.TabIndex = 2;
|
|
//
|
|
// hScrollBar1
|
|
//
|
|
this.hScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.hScrollBar1.Location = new System.Drawing.Point(-2, 507);
|
|
this.hScrollBar1.Margin = new System.Windows.Forms.Padding(0, 0, 15, 0);
|
|
this.hScrollBar1.Name = "hScrollBar1";
|
|
this.hScrollBar1.Size = new System.Drawing.Size(487, 17);
|
|
this.hScrollBar1.TabIndex = 1;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(993, 703);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.PerformLayout();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.VScrollBar vScrollBar1;
|
|
private System.Windows.Forms.HScrollBar hScrollBar1;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem openWorldToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem saveWorldToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.ToolStrip toolStrip2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private OpenTK.GLControl glControl1;
|
|
private System.Windows.Forms.ToolStripMenuItem generateToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel6;
|
|
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
|
|
}
|
|
}
|
|
|