2019-08-29 22:33:23 +02:00
|
|
|
|
namespace LayoutBXLYT
|
2019-08-27 22:38:06 +02:00
|
|
|
|
{
|
|
|
|
|
partial class LayoutViewer
|
|
|
|
|
{
|
|
|
|
|
/// <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-10-06 00:37:28 +02:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2019-08-28 01:03:01 +02:00
|
|
|
|
this.glControl1 = new OpenTK.GLControl();
|
2019-10-06 00:37:28 +02:00
|
|
|
|
this.stContextMenuStrip1 = new Toolbox.Library.Forms.STContextMenuStrip(this.components);
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2019-08-28 01:03:01 +02:00
|
|
|
|
// glControl1
|
|
|
|
|
//
|
2019-10-14 03:02:39 +02:00
|
|
|
|
this.glControl1.AllowDrop = true;
|
2019-08-28 01:03:01 +02:00
|
|
|
|
this.glControl1.BackColor = System.Drawing.Color.Black;
|
|
|
|
|
this.glControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.glControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.glControl1.Name = "glControl1";
|
2019-09-08 21:15:42 +02:00
|
|
|
|
this.glControl1.Size = new System.Drawing.Size(609, 375);
|
2019-08-28 01:03:01 +02:00
|
|
|
|
this.glControl1.TabIndex = 0;
|
|
|
|
|
this.glControl1.VSync = false;
|
2019-09-08 21:15:42 +02:00
|
|
|
|
this.glControl1.Load += new System.EventHandler(this.glControl1_Load);
|
2019-10-14 03:02:39 +02:00
|
|
|
|
this.glControl1.DragDrop += new System.Windows.Forms.DragEventHandler(this.glControl1_DragDrop);
|
|
|
|
|
this.glControl1.DragEnter += new System.Windows.Forms.DragEventHandler(this.glControl1_DragEnter);
|
2019-08-28 01:03:01 +02:00
|
|
|
|
this.glControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.glControl1_Paint);
|
2019-10-05 19:25:28 +02:00
|
|
|
|
this.glControl1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.glControl1_KeyDown);
|
2019-08-28 01:03:01 +02:00
|
|
|
|
this.glControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.glControl1_MouseDown);
|
|
|
|
|
this.glControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.glControl1_MouseMove);
|
|
|
|
|
this.glControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.glControl1_MouseUp);
|
|
|
|
|
this.glControl1.Resize += new System.EventHandler(this.glControl1_Resize);
|
|
|
|
|
//
|
2019-10-06 00:37:28 +02:00
|
|
|
|
// stContextMenuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.stContextMenuStrip1.Name = "stContextMenuStrip1";
|
|
|
|
|
this.stContextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
|
|
|
|
//
|
2019-08-27 22:38:06 +02:00
|
|
|
|
// LayoutViewer
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2019-08-28 01:03:01 +02:00
|
|
|
|
this.Controls.Add(this.glControl1);
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.Name = "LayoutViewer";
|
2019-10-05 19:25:28 +02:00
|
|
|
|
this.Size = new System.Drawing.Size(609, 375);
|
2019-08-27 22:38:06 +02:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2019-08-28 01:03:01 +02:00
|
|
|
|
|
|
|
|
|
private OpenTK.GLControl glControl1;
|
2019-10-06 00:37:28 +02:00
|
|
|
|
private Toolbox.Library.Forms.STContextMenuStrip stContextMenuStrip1;
|
2019-08-27 22:38:06 +02:00
|
|
|
|
}
|
|
|
|
|
}
|