2015-12-31 12:21:44 +00:00
|
|
|
namespace CodeImp.DoomBuilder.Controls
|
|
|
|
{
|
|
|
|
partial class ThingInfoPanel
|
|
|
|
{
|
|
|
|
/// <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()
|
|
|
|
{
|
2016-02-29 10:41:17 +00:00
|
|
|
System.Windows.Forms.Label label3;
|
|
|
|
System.Windows.Forms.Label label1;
|
|
|
|
this.labelaction = new System.Windows.Forms.Label();
|
2016-03-01 21:10:20 +00:00
|
|
|
this.labelfulltype = new System.Windows.Forms.Label();
|
2016-02-29 10:41:17 +00:00
|
|
|
this.infopanel = new System.Windows.Forms.GroupBox();
|
|
|
|
this.classname = new System.Windows.Forms.Label();
|
|
|
|
this.labelclass = new System.Windows.Forms.Label();
|
|
|
|
this.parameter = new System.Windows.Forms.Label();
|
|
|
|
this.labelparameter = new System.Windows.Forms.Label();
|
|
|
|
this.arg5 = new System.Windows.Forms.Label();
|
|
|
|
this.arglbl5 = new System.Windows.Forms.Label();
|
|
|
|
this.arglbl4 = new System.Windows.Forms.Label();
|
|
|
|
this.arg4 = new System.Windows.Forms.Label();
|
|
|
|
this.arglbl3 = new System.Windows.Forms.Label();
|
|
|
|
this.arglbl2 = new System.Windows.Forms.Label();
|
|
|
|
this.arg3 = new System.Windows.Forms.Label();
|
|
|
|
this.arglbl1 = new System.Windows.Forms.Label();
|
|
|
|
this.arg2 = new System.Windows.Forms.Label();
|
|
|
|
this.arg1 = new System.Windows.Forms.Label();
|
|
|
|
this.angle = new System.Windows.Forms.Label();
|
2022-12-20 17:05:03 +00:00
|
|
|
this.labelangle = new System.Windows.Forms.Label();
|
2016-02-29 10:41:17 +00:00
|
|
|
this.tag = new System.Windows.Forms.Label();
|
|
|
|
this.position = new System.Windows.Forms.Label();
|
|
|
|
this.action = new System.Windows.Forms.Label();
|
2016-03-01 21:10:20 +00:00
|
|
|
this.fulltype = new System.Windows.Forms.Label();
|
2022-12-20 17:05:03 +00:00
|
|
|
this.labeltag = new System.Windows.Forms.Label();
|
2016-02-29 10:41:17 +00:00
|
|
|
this.type = new System.Windows.Forms.Label();
|
|
|
|
this.spritepanel = new System.Windows.Forms.GroupBox();
|
|
|
|
this.spritename = new System.Windows.Forms.Label();
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
this.flagsPanel = new System.Windows.Forms.GroupBox();
|
2016-06-14 20:39:46 +00:00
|
|
|
this.flags = new CodeImp.DoomBuilder.Controls.TransparentListView();
|
2021-03-21 14:40:10 +00:00
|
|
|
this.flagsvalue = new System.Windows.Forms.Label();
|
2022-12-20 17:05:03 +00:00
|
|
|
this.flagsvaluelabel = new System.Windows.Forms.Label();
|
|
|
|
this.spritetex = new CodeImp.DoomBuilder.Controls.ConfigurablePictureBox();
|
|
|
|
this.anglecontrol = new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControl();
|
2016-02-29 10:41:17 +00:00
|
|
|
label3 = new System.Windows.Forms.Label();
|
|
|
|
label1 = new System.Windows.Forms.Label();
|
|
|
|
this.infopanel.SuspendLayout();
|
|
|
|
this.spritepanel.SuspendLayout();
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
this.flagsPanel.SuspendLayout();
|
2022-12-20 17:05:03 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.spritetex)).BeginInit();
|
2016-02-29 10:41:17 +00:00
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// label3
|
|
|
|
//
|
|
|
|
label3.AutoSize = true;
|
|
|
|
label3.Location = new System.Drawing.Point(12, 64);
|
|
|
|
label3.Name = "label3";
|
|
|
|
label3.Size = new System.Drawing.Size(47, 13);
|
|
|
|
label3.TabIndex = 3;
|
|
|
|
label3.Text = "Position:";
|
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
label1.AutoSize = true;
|
|
|
|
label1.Location = new System.Drawing.Point(25, 19);
|
|
|
|
label1.Name = "label1";
|
|
|
|
label1.Size = new System.Drawing.Size(34, 13);
|
|
|
|
label1.TabIndex = 0;
|
|
|
|
label1.Text = "Type:";
|
|
|
|
//
|
|
|
|
// labelaction
|
|
|
|
//
|
|
|
|
this.labelaction.AutoSize = true;
|
|
|
|
this.labelaction.Location = new System.Drawing.Point(19, 49);
|
|
|
|
this.labelaction.Name = "labelaction";
|
|
|
|
this.labelaction.Size = new System.Drawing.Size(40, 13);
|
|
|
|
this.labelaction.TabIndex = 2;
|
|
|
|
this.labelaction.Text = "Action:";
|
|
|
|
//
|
2016-03-01 21:10:20 +00:00
|
|
|
// labelfulltype
|
|
|
|
//
|
|
|
|
this.labelfulltype.AutoSize = true;
|
|
|
|
this.labelfulltype.Location = new System.Drawing.Point(8, 49);
|
|
|
|
this.labelfulltype.Name = "labelfulltype";
|
|
|
|
this.labelfulltype.Size = new System.Drawing.Size(49, 13);
|
|
|
|
this.labelfulltype.TabIndex = 2;
|
|
|
|
this.labelfulltype.Text = "Full type:";
|
|
|
|
//
|
2016-02-29 10:41:17 +00:00
|
|
|
// infopanel
|
|
|
|
//
|
|
|
|
this.infopanel.Controls.Add(this.anglecontrol);
|
|
|
|
this.infopanel.Controls.Add(this.classname);
|
|
|
|
this.infopanel.Controls.Add(this.labelclass);
|
|
|
|
this.infopanel.Controls.Add(this.parameter);
|
|
|
|
this.infopanel.Controls.Add(this.labelparameter);
|
|
|
|
this.infopanel.Controls.Add(this.arg5);
|
|
|
|
this.infopanel.Controls.Add(this.arglbl5);
|
|
|
|
this.infopanel.Controls.Add(this.arglbl4);
|
|
|
|
this.infopanel.Controls.Add(this.arg4);
|
|
|
|
this.infopanel.Controls.Add(this.arglbl3);
|
|
|
|
this.infopanel.Controls.Add(this.arglbl2);
|
|
|
|
this.infopanel.Controls.Add(this.arg3);
|
|
|
|
this.infopanel.Controls.Add(this.arglbl1);
|
|
|
|
this.infopanel.Controls.Add(this.arg2);
|
|
|
|
this.infopanel.Controls.Add(this.arg1);
|
|
|
|
this.infopanel.Controls.Add(this.angle);
|
2021-03-21 14:40:10 +00:00
|
|
|
this.infopanel.Controls.Add(this.labelangle);
|
2016-02-29 10:41:17 +00:00
|
|
|
this.infopanel.Controls.Add(this.tag);
|
|
|
|
this.infopanel.Controls.Add(this.position);
|
|
|
|
this.infopanel.Controls.Add(this.action);
|
2016-03-01 21:10:20 +00:00
|
|
|
this.infopanel.Controls.Add(this.fulltype);
|
2021-03-21 14:40:10 +00:00
|
|
|
this.infopanel.Controls.Add(this.labeltag);
|
2016-02-29 10:41:17 +00:00
|
|
|
this.infopanel.Controls.Add(label3);
|
|
|
|
this.infopanel.Controls.Add(this.labelaction);
|
2016-03-01 21:10:20 +00:00
|
|
|
this.infopanel.Controls.Add(this.labelfulltype);
|
2016-02-29 10:41:17 +00:00
|
|
|
this.infopanel.Controls.Add(this.type);
|
|
|
|
this.infopanel.Controls.Add(label1);
|
|
|
|
this.infopanel.Location = new System.Drawing.Point(0, 0);
|
|
|
|
this.infopanel.Name = "infopanel";
|
|
|
|
this.infopanel.Size = new System.Drawing.Size(473, 100);
|
|
|
|
this.infopanel.TabIndex = 4;
|
|
|
|
this.infopanel.TabStop = false;
|
|
|
|
this.infopanel.Text = " Thing ";
|
|
|
|
//
|
|
|
|
// classname
|
|
|
|
//
|
|
|
|
this.classname.AutoEllipsis = true;
|
|
|
|
this.classname.Location = new System.Drawing.Point(62, 34);
|
|
|
|
this.classname.Name = "classname";
|
|
|
|
this.classname.Size = new System.Drawing.Size(210, 14);
|
|
|
|
this.classname.TabIndex = 40;
|
|
|
|
this.classname.Text = "CrazyFlyingShotgunSpawner";
|
|
|
|
//
|
|
|
|
// labelclass
|
|
|
|
//
|
|
|
|
this.labelclass.AutoSize = true;
|
|
|
|
this.labelclass.Location = new System.Drawing.Point(24, 34);
|
|
|
|
this.labelclass.Name = "labelclass";
|
|
|
|
this.labelclass.Size = new System.Drawing.Size(35, 13);
|
|
|
|
this.labelclass.TabIndex = 39;
|
|
|
|
this.labelclass.Text = "Class:";
|
|
|
|
//
|
|
|
|
// parameter
|
|
|
|
//
|
|
|
|
this.parameter.AutoEllipsis = true;
|
|
|
|
this.parameter.Location = new System.Drawing.Point(62, 34);
|
|
|
|
this.parameter.Name = "parameter";
|
|
|
|
this.parameter.Size = new System.Drawing.Size(210, 14);
|
|
|
|
this.parameter.TabIndex = 42;
|
|
|
|
this.parameter.Text = "0";
|
|
|
|
//
|
|
|
|
// labelparameter
|
|
|
|
//
|
|
|
|
this.labelparameter.AutoSize = true;
|
|
|
|
this.labelparameter.Location = new System.Drawing.Point(0, 34);
|
|
|
|
this.labelparameter.Name = "labelparameter";
|
|
|
|
this.labelparameter.Size = new System.Drawing.Size(58, 13);
|
|
|
|
this.labelparameter.TabIndex = 41;
|
|
|
|
this.labelparameter.Text = "Parameter:";
|
|
|
|
//
|
|
|
|
// arg5
|
|
|
|
//
|
|
|
|
this.arg5.AutoEllipsis = true;
|
|
|
|
this.arg5.Location = new System.Drawing.Point(384, 79);
|
|
|
|
this.arg5.Name = "arg5";
|
|
|
|
this.arg5.Size = new System.Drawing.Size(83, 14);
|
|
|
|
this.arg5.TabIndex = 37;
|
|
|
|
this.arg5.Text = "Arg 1:";
|
|
|
|
//
|
|
|
|
// arglbl5
|
|
|
|
//
|
|
|
|
this.arglbl5.AutoEllipsis = true;
|
|
|
|
this.arglbl5.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.arglbl5.Location = new System.Drawing.Point(257, 79);
|
|
|
|
this.arglbl5.Name = "arglbl5";
|
|
|
|
this.arglbl5.Size = new System.Drawing.Size(121, 14);
|
|
|
|
this.arglbl5.TabIndex = 32;
|
|
|
|
this.arglbl5.Text = "Arg 1:";
|
|
|
|
this.arglbl5.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
|
|
//
|
|
|
|
// arglbl4
|
|
|
|
//
|
|
|
|
this.arglbl4.AutoEllipsis = true;
|
|
|
|
this.arglbl4.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.arglbl4.Location = new System.Drawing.Point(257, 64);
|
|
|
|
this.arglbl4.Name = "arglbl4";
|
|
|
|
this.arglbl4.Size = new System.Drawing.Size(121, 14);
|
|
|
|
this.arglbl4.TabIndex = 31;
|
|
|
|
this.arglbl4.Text = "Arg 1:";
|
|
|
|
this.arglbl4.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
|
|
//
|
|
|
|
// arg4
|
|
|
|
//
|
|
|
|
this.arg4.AutoEllipsis = true;
|
|
|
|
this.arg4.Location = new System.Drawing.Point(384, 64);
|
|
|
|
this.arg4.Name = "arg4";
|
|
|
|
this.arg4.Size = new System.Drawing.Size(83, 14);
|
|
|
|
this.arg4.TabIndex = 36;
|
|
|
|
this.arg4.Text = "Arg 1:";
|
|
|
|
//
|
|
|
|
// arglbl3
|
|
|
|
//
|
|
|
|
this.arglbl3.AutoEllipsis = true;
|
|
|
|
this.arglbl3.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.arglbl3.Location = new System.Drawing.Point(257, 49);
|
|
|
|
this.arglbl3.Name = "arglbl3";
|
|
|
|
this.arglbl3.Size = new System.Drawing.Size(121, 14);
|
|
|
|
this.arglbl3.TabIndex = 30;
|
|
|
|
this.arglbl3.Text = "Arg 1:";
|
|
|
|
this.arglbl3.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
|
|
//
|
|
|
|
// arglbl2
|
|
|
|
//
|
|
|
|
this.arglbl2.AutoEllipsis = true;
|
|
|
|
this.arglbl2.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.arglbl2.Location = new System.Drawing.Point(257, 34);
|
|
|
|
this.arglbl2.Name = "arglbl2";
|
|
|
|
this.arglbl2.Size = new System.Drawing.Size(121, 14);
|
|
|
|
this.arglbl2.TabIndex = 29;
|
|
|
|
this.arglbl2.Text = "Arg 1:";
|
|
|
|
this.arglbl2.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
|
|
//
|
|
|
|
// arg3
|
|
|
|
//
|
|
|
|
this.arg3.AutoEllipsis = true;
|
|
|
|
this.arg3.Location = new System.Drawing.Point(384, 49);
|
|
|
|
this.arg3.Name = "arg3";
|
|
|
|
this.arg3.Size = new System.Drawing.Size(83, 14);
|
|
|
|
this.arg3.TabIndex = 35;
|
|
|
|
this.arg3.Text = "Arg 1:";
|
|
|
|
//
|
|
|
|
// arglbl1
|
|
|
|
//
|
|
|
|
this.arglbl1.AutoEllipsis = true;
|
|
|
|
this.arglbl1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.arglbl1.Location = new System.Drawing.Point(257, 19);
|
|
|
|
this.arglbl1.Name = "arglbl1";
|
|
|
|
this.arglbl1.Size = new System.Drawing.Size(121, 14);
|
|
|
|
this.arglbl1.TabIndex = 28;
|
|
|
|
this.arglbl1.Text = "Arg 1:";
|
|
|
|
this.arglbl1.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
|
|
//
|
|
|
|
// arg2
|
|
|
|
//
|
|
|
|
this.arg2.AutoEllipsis = true;
|
|
|
|
this.arg2.Location = new System.Drawing.Point(384, 34);
|
|
|
|
this.arg2.Name = "arg2";
|
|
|
|
this.arg2.Size = new System.Drawing.Size(83, 14);
|
|
|
|
this.arg2.TabIndex = 34;
|
|
|
|
this.arg2.Text = "Arg 1:";
|
|
|
|
//
|
|
|
|
// arg1
|
|
|
|
//
|
|
|
|
this.arg1.AutoEllipsis = true;
|
|
|
|
this.arg1.Location = new System.Drawing.Point(384, 19);
|
|
|
|
this.arg1.Name = "arg1";
|
|
|
|
this.arg1.Size = new System.Drawing.Size(83, 14);
|
|
|
|
this.arg1.TabIndex = 33;
|
|
|
|
this.arg1.Text = "Arg 1:";
|
|
|
|
//
|
|
|
|
// angle
|
|
|
|
//
|
|
|
|
this.angle.AutoSize = true;
|
|
|
|
this.angle.Location = new System.Drawing.Point(206, 79);
|
|
|
|
this.angle.Name = "angle";
|
|
|
|
this.angle.Size = new System.Drawing.Size(25, 13);
|
|
|
|
this.angle.TabIndex = 11;
|
|
|
|
this.angle.Text = "270";
|
|
|
|
//
|
2022-12-20 17:05:03 +00:00
|
|
|
// labelangle
|
|
|
|
//
|
|
|
|
this.labelangle.AutoSize = true;
|
|
|
|
this.labelangle.Location = new System.Drawing.Point(165, 79);
|
|
|
|
this.labelangle.Name = "labelangle";
|
|
|
|
this.labelangle.Size = new System.Drawing.Size(37, 13);
|
|
|
|
this.labelangle.TabIndex = 8;
|
|
|
|
this.labelangle.Text = "Angle:";
|
|
|
|
//
|
2016-02-29 10:41:17 +00:00
|
|
|
// tag
|
|
|
|
//
|
|
|
|
this.tag.AutoSize = true;
|
|
|
|
this.tag.Location = new System.Drawing.Point(62, 79);
|
|
|
|
this.tag.Name = "tag";
|
|
|
|
this.tag.Size = new System.Drawing.Size(13, 13);
|
|
|
|
this.tag.TabIndex = 7;
|
|
|
|
this.tag.Text = "0";
|
|
|
|
//
|
|
|
|
// position
|
|
|
|
//
|
|
|
|
this.position.AutoSize = true;
|
|
|
|
this.position.Location = new System.Drawing.Point(62, 64);
|
|
|
|
this.position.Name = "position";
|
|
|
|
this.position.Size = new System.Drawing.Size(91, 13);
|
|
|
|
this.position.TabIndex = 6;
|
|
|
|
this.position.Text = "1024, 1024, 1024";
|
|
|
|
//
|
|
|
|
// action
|
|
|
|
//
|
|
|
|
this.action.AutoEllipsis = true;
|
|
|
|
this.action.Location = new System.Drawing.Point(62, 49);
|
|
|
|
this.action.Name = "action";
|
|
|
|
this.action.Size = new System.Drawing.Size(210, 14);
|
|
|
|
this.action.TabIndex = 5;
|
|
|
|
this.action.Text = "0 - Spawn a Blue Poopie and Ammo";
|
|
|
|
//
|
2016-03-01 21:10:20 +00:00
|
|
|
// fulltype
|
|
|
|
//
|
|
|
|
this.fulltype.AutoEllipsis = true;
|
|
|
|
this.fulltype.Location = new System.Drawing.Point(62, 49);
|
|
|
|
this.fulltype.Name = "fulltype";
|
|
|
|
this.fulltype.Size = new System.Drawing.Size(210, 14);
|
|
|
|
this.fulltype.TabIndex = 5;
|
|
|
|
this.fulltype.Text = "0";
|
|
|
|
//
|
2022-12-20 17:05:03 +00:00
|
|
|
// labeltag
|
|
|
|
//
|
|
|
|
this.labeltag.AutoSize = true;
|
|
|
|
this.labeltag.Location = new System.Drawing.Point(31, 79);
|
|
|
|
this.labeltag.Name = "labeltag";
|
|
|
|
this.labeltag.Size = new System.Drawing.Size(29, 13);
|
|
|
|
this.labeltag.TabIndex = 4;
|
|
|
|
this.labeltag.Text = "Tag:";
|
|
|
|
//
|
2016-02-29 10:41:17 +00:00
|
|
|
// type
|
|
|
|
//
|
|
|
|
this.type.AutoSize = true;
|
|
|
|
this.type.Location = new System.Drawing.Point(62, 19);
|
|
|
|
this.type.Name = "type";
|
|
|
|
this.type.Size = new System.Drawing.Size(96, 13);
|
|
|
|
this.type.TabIndex = 1;
|
|
|
|
this.type.Text = "0 - Big Brown Pimp";
|
|
|
|
//
|
|
|
|
// spritepanel
|
|
|
|
//
|
|
|
|
this.spritepanel.Controls.Add(this.spritename);
|
|
|
|
this.spritepanel.Controls.Add(this.panel1);
|
|
|
|
this.spritepanel.Location = new System.Drawing.Point(479, 0);
|
|
|
|
this.spritepanel.Name = "spritepanel";
|
|
|
|
this.spritepanel.Size = new System.Drawing.Size(86, 100);
|
|
|
|
this.spritepanel.TabIndex = 5;
|
|
|
|
this.spritepanel.TabStop = false;
|
|
|
|
this.spritepanel.Text = " Sprite ";
|
|
|
|
//
|
|
|
|
// spritename
|
|
|
|
//
|
|
|
|
this.spritename.Location = new System.Drawing.Point(7, 79);
|
|
|
|
this.spritename.Name = "spritename";
|
|
|
|
this.spritename.Size = new System.Drawing.Size(72, 13);
|
|
|
|
this.spritename.TabIndex = 1;
|
|
|
|
this.spritename.Text = "BROWNHUG";
|
|
|
|
this.spritename.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
|
|
//
|
|
|
|
// panel1
|
|
|
|
//
|
|
|
|
this.panel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
|
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
|
this.panel1.Controls.Add(this.spritetex);
|
|
|
|
this.panel1.Location = new System.Drawing.Point(12, 14);
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
this.panel1.Size = new System.Drawing.Size(64, 64);
|
|
|
|
this.panel1.TabIndex = 0;
|
|
|
|
//
|
|
|
|
// flagsPanel
|
|
|
|
//
|
|
|
|
this.flagsPanel.Controls.Add(this.flags);
|
2021-03-21 14:40:10 +00:00
|
|
|
this.flagsPanel.Controls.Add(this.flagsvalue);
|
|
|
|
this.flagsPanel.Controls.Add(this.flagsvaluelabel);
|
2016-02-29 10:41:17 +00:00
|
|
|
this.flagsPanel.Location = new System.Drawing.Point(571, 0);
|
|
|
|
this.flagsPanel.Name = "flagsPanel";
|
|
|
|
this.flagsPanel.Size = new System.Drawing.Size(568, 100);
|
|
|
|
this.flagsPanel.TabIndex = 6;
|
|
|
|
this.flagsPanel.TabStop = false;
|
|
|
|
this.flagsPanel.Text = " Flags";
|
|
|
|
//
|
|
|
|
// flags
|
|
|
|
//
|
|
|
|
this.flags.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
this.flags.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
this.flags.CheckBoxes = true;
|
|
|
|
this.flags.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
2022-12-20 17:05:03 +00:00
|
|
|
this.flags.HideSelection = false;
|
2016-02-29 10:41:17 +00:00
|
|
|
this.flags.Location = new System.Drawing.Point(6, 18);
|
|
|
|
this.flags.Name = "flags";
|
|
|
|
this.flags.Scrollable = false;
|
|
|
|
this.flags.ShowGroups = false;
|
2016-06-14 20:39:46 +00:00
|
|
|
this.flags.Size = new System.Drawing.Size(556, 88);
|
2016-02-29 10:41:17 +00:00
|
|
|
this.flags.TabIndex = 0;
|
|
|
|
this.flags.UseCompatibleStateImageBehavior = false;
|
|
|
|
this.flags.View = System.Windows.Forms.View.List;
|
|
|
|
//
|
2021-03-21 14:40:10 +00:00
|
|
|
// flagsvalue
|
|
|
|
//
|
|
|
|
this.flagsvalue.AutoSize = true;
|
|
|
|
this.flagsvalue.Location = new System.Drawing.Point(70, 80);
|
|
|
|
this.flagsvalue.Name = "flagsvalue";
|
2022-12-20 17:05:03 +00:00
|
|
|
this.flagsvalue.Size = new System.Drawing.Size(13, 13);
|
2021-03-21 14:40:10 +00:00
|
|
|
this.flagsvalue.TabIndex = 0;
|
|
|
|
this.flagsvalue.Text = "0";
|
|
|
|
//
|
|
|
|
// flagsvaluelabel
|
|
|
|
//
|
|
|
|
this.flagsvaluelabel.AutoSize = true;
|
|
|
|
this.flagsvaluelabel.Location = new System.Drawing.Point(6, 80);
|
|
|
|
this.flagsvaluelabel.Name = "flagsvaluelabel";
|
2022-12-20 17:05:03 +00:00
|
|
|
this.flagsvaluelabel.Size = new System.Drawing.Size(64, 13);
|
2021-03-21 14:40:10 +00:00
|
|
|
this.flagsvaluelabel.TabIndex = 0;
|
|
|
|
this.flagsvaluelabel.Text = "Flags value:";
|
|
|
|
//
|
2022-12-20 17:05:03 +00:00
|
|
|
// spritetex
|
|
|
|
//
|
|
|
|
this.spritetex.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.Default;
|
|
|
|
this.spritetex.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
this.spritetex.Highlighted = false;
|
|
|
|
this.spritetex.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor;
|
|
|
|
this.spritetex.Location = new System.Drawing.Point(0, 0);
|
|
|
|
this.spritetex.Name = "spritetex";
|
|
|
|
this.spritetex.PageUnit = System.Drawing.GraphicsUnit.Pixel;
|
|
|
|
this.spritetex.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.None;
|
|
|
|
this.spritetex.Size = new System.Drawing.Size(60, 60);
|
|
|
|
this.spritetex.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
|
this.spritetex.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
|
|
|
this.spritetex.TabIndex = 0;
|
|
|
|
this.spritetex.TabStop = false;
|
|
|
|
//
|
|
|
|
// anglecontrol
|
|
|
|
//
|
|
|
|
this.anglecontrol.Angle = 0;
|
|
|
|
this.anglecontrol.AngleOffset = 0;
|
|
|
|
this.anglecontrol.Location = new System.Drawing.Point(236, 61);
|
|
|
|
this.anglecontrol.Name = "anglecontrol";
|
|
|
|
this.anglecontrol.Size = new System.Drawing.Size(36, 36);
|
|
|
|
this.anglecontrol.TabIndex = 38;
|
|
|
|
//
|
2016-02-29 10:41:17 +00:00
|
|
|
// ThingInfoPanel
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
this.Controls.Add(this.flagsPanel);
|
|
|
|
this.Controls.Add(this.spritepanel);
|
|
|
|
this.Controls.Add(this.infopanel);
|
|
|
|
this.MaximumSize = new System.Drawing.Size(10000, 100);
|
|
|
|
this.MinimumSize = new System.Drawing.Size(100, 100);
|
|
|
|
this.Name = "ThingInfoPanel";
|
|
|
|
this.Size = new System.Drawing.Size(1145, 100);
|
|
|
|
this.infopanel.ResumeLayout(false);
|
|
|
|
this.infopanel.PerformLayout();
|
|
|
|
this.spritepanel.ResumeLayout(false);
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
this.flagsPanel.ResumeLayout(false);
|
2022-12-20 17:05:03 +00:00
|
|
|
this.flagsPanel.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.spritetex)).EndInit();
|
2016-02-29 10:41:17 +00:00
|
|
|
this.ResumeLayout(false);
|
2015-12-31 12:21:44 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
2021-03-21 15:09:33 +00:00
|
|
|
private System.Windows.Forms.GroupBox spritepanel;
|
|
|
|
private System.Windows.Forms.Label spritename;
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
private System.Windows.Forms.Label angle;
|
|
|
|
private System.Windows.Forms.Label tag;
|
|
|
|
private System.Windows.Forms.Label position;
|
|
|
|
private System.Windows.Forms.Label action;
|
2016-03-01 21:10:20 +00:00
|
|
|
private System.Windows.Forms.Label fulltype;
|
2021-03-21 15:09:33 +00:00
|
|
|
private System.Windows.Forms.Label type;
|
|
|
|
private System.Windows.Forms.Label arg5;
|
|
|
|
private System.Windows.Forms.Label arglbl5;
|
|
|
|
private System.Windows.Forms.Label arglbl4;
|
|
|
|
private System.Windows.Forms.Label arg4;
|
|
|
|
private System.Windows.Forms.Label arglbl3;
|
|
|
|
private System.Windows.Forms.Label arglbl2;
|
|
|
|
private System.Windows.Forms.Label arg3;
|
|
|
|
private System.Windows.Forms.Label arglbl1;
|
|
|
|
private System.Windows.Forms.Label arg2;
|
|
|
|
private System.Windows.Forms.Label arg1;
|
|
|
|
private System.Windows.Forms.GroupBox infopanel;
|
|
|
|
private System.Windows.Forms.GroupBox flagsPanel;
|
2016-06-14 20:39:46 +00:00
|
|
|
private CodeImp.DoomBuilder.Controls.TransparentListView flags;
|
2021-03-21 14:40:10 +00:00
|
|
|
private System.Windows.Forms.Label flagsvalue;
|
|
|
|
private System.Windows.Forms.Label flagsvaluelabel;
|
|
|
|
private System.Windows.Forms.Label labelangle;
|
|
|
|
private System.Windows.Forms.Label labeltag;
|
|
|
|
private System.Windows.Forms.Label labelaction;
|
2016-03-01 21:10:20 +00:00
|
|
|
private System.Windows.Forms.Label labelfulltype;
|
2021-03-21 15:09:33 +00:00
|
|
|
private CodeImp.DoomBuilder.GZBuilder.Controls.AngleControl anglecontrol;
|
|
|
|
private ConfigurablePictureBox spritetex;
|
|
|
|
private System.Windows.Forms.Label classname;
|
|
|
|
private System.Windows.Forms.Label labelclass;
|
2016-02-29 10:41:17 +00:00
|
|
|
private System.Windows.Forms.Label parameter;
|
|
|
|
private System.Windows.Forms.Label labelparameter;
|
2015-12-31 12:21:44 +00:00
|
|
|
|
2016-02-29 10:41:17 +00:00
|
|
|
}
|
2015-12-31 12:21:44 +00:00
|
|
|
}
|