mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-15 09:01:40 +00:00
172 lines
7.3 KiB
C#
172 lines
7.3 KiB
C#
namespace CodeImp.DoomBuilder.Controls
|
|
{
|
|
partial class StatisticsControl
|
|
{
|
|
/// <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.thingscount = new System.Windows.Forms.Label();
|
|
this.sectorscount = new System.Windows.Forms.Label();
|
|
this.sidedefscount = new System.Windows.Forms.Label();
|
|
this.linedefscount = new System.Windows.Forms.Label();
|
|
this.verticescount = new System.Windows.Forms.Label();
|
|
this.thingslabel = new System.Windows.Forms.Label();
|
|
this.sectorslabel = new System.Windows.Forms.Label();
|
|
this.sidedefslabel = new System.Windows.Forms.Label();
|
|
this.linedefslabel = new System.Windows.Forms.Label();
|
|
this.verticeslabel = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// thingscount
|
|
//
|
|
this.thingscount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.thingscount.Location = new System.Drawing.Point(10, 81);
|
|
this.thingscount.Name = "thingscount";
|
|
this.thingscount.Size = new System.Drawing.Size(43, 14);
|
|
this.thingscount.TabIndex = 19;
|
|
this.thingscount.Text = "0";
|
|
this.thingscount.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// sectorscount
|
|
//
|
|
this.sectorscount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.sectorscount.Location = new System.Drawing.Point(10, 62);
|
|
this.sectorscount.Name = "sectorscount";
|
|
this.sectorscount.Size = new System.Drawing.Size(43, 14);
|
|
this.sectorscount.TabIndex = 18;
|
|
this.sectorscount.Text = "0";
|
|
this.sectorscount.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// sidedefscount
|
|
//
|
|
this.sidedefscount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.sidedefscount.Location = new System.Drawing.Point(10, 44);
|
|
this.sidedefscount.Name = "sidedefscount";
|
|
this.sidedefscount.Size = new System.Drawing.Size(43, 14);
|
|
this.sidedefscount.TabIndex = 17;
|
|
this.sidedefscount.Text = "0";
|
|
this.sidedefscount.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// linedefscount
|
|
//
|
|
this.linedefscount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.linedefscount.Location = new System.Drawing.Point(10, 26);
|
|
this.linedefscount.Name = "linedefscount";
|
|
this.linedefscount.Size = new System.Drawing.Size(43, 14);
|
|
this.linedefscount.TabIndex = 16;
|
|
this.linedefscount.Text = "0";
|
|
this.linedefscount.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// verticescount
|
|
//
|
|
this.verticescount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.verticescount.Location = new System.Drawing.Point(10, 8);
|
|
this.verticescount.Name = "verticescount";
|
|
this.verticescount.Size = new System.Drawing.Size(43, 14);
|
|
this.verticescount.TabIndex = 15;
|
|
this.verticescount.Text = "0";
|
|
this.verticescount.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// thingslabel
|
|
//
|
|
this.thingslabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.thingslabel.Location = new System.Drawing.Point(55, 81);
|
|
this.thingslabel.Name = "thingslabel";
|
|
this.thingslabel.Size = new System.Drawing.Size(60, 15);
|
|
this.thingslabel.TabIndex = 14;
|
|
this.thingslabel.Text = "Things";
|
|
//
|
|
// sectorslabel
|
|
//
|
|
this.sectorslabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.sectorslabel.Location = new System.Drawing.Point(55, 62);
|
|
this.sectorslabel.Name = "sectorslabel";
|
|
this.sectorslabel.Size = new System.Drawing.Size(60, 15);
|
|
this.sectorslabel.TabIndex = 13;
|
|
this.sectorslabel.Text = "Sectors";
|
|
//
|
|
// sidedefslabel
|
|
//
|
|
this.sidedefslabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.sidedefslabel.Location = new System.Drawing.Point(55, 44);
|
|
this.sidedefslabel.Name = "sidedefslabel";
|
|
this.sidedefslabel.Size = new System.Drawing.Size(60, 15);
|
|
this.sidedefslabel.TabIndex = 12;
|
|
this.sidedefslabel.Text = "Sidedefs";
|
|
//
|
|
// linedefslabel
|
|
//
|
|
this.linedefslabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.linedefslabel.Location = new System.Drawing.Point(55, 26);
|
|
this.linedefslabel.Name = "linedefslabel";
|
|
this.linedefslabel.Size = new System.Drawing.Size(60, 15);
|
|
this.linedefslabel.TabIndex = 11;
|
|
this.linedefslabel.Text = "Linedefs";
|
|
//
|
|
// verticeslabel
|
|
//
|
|
this.verticeslabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.verticeslabel.Location = new System.Drawing.Point(55, 8);
|
|
this.verticeslabel.Name = "verticeslabel";
|
|
this.verticeslabel.Size = new System.Drawing.Size(60, 15);
|
|
this.verticeslabel.TabIndex = 10;
|
|
this.verticeslabel.Text = "Vertices";
|
|
//
|
|
// StatisticsControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.thingscount);
|
|
this.Controls.Add(this.sectorscount);
|
|
this.Controls.Add(this.sidedefscount);
|
|
this.Controls.Add(this.linedefscount);
|
|
this.Controls.Add(this.verticescount);
|
|
this.Controls.Add(this.thingslabel);
|
|
this.Controls.Add(this.sectorslabel);
|
|
this.Controls.Add(this.sidedefslabel);
|
|
this.Controls.Add(this.linedefslabel);
|
|
this.Controls.Add(this.verticeslabel);
|
|
this.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.Name = "StatisticsControl";
|
|
this.Size = new System.Drawing.Size(118, 104);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label thingscount;
|
|
private System.Windows.Forms.Label sectorscount;
|
|
private System.Windows.Forms.Label sidedefscount;
|
|
private System.Windows.Forms.Label linedefscount;
|
|
private System.Windows.Forms.Label verticescount;
|
|
private System.Windows.Forms.Label thingslabel;
|
|
private System.Windows.Forms.Label sectorslabel;
|
|
private System.Windows.Forms.Label sidedefslabel;
|
|
private System.Windows.Forms.Label linedefslabel;
|
|
private System.Windows.Forms.Label verticeslabel;
|
|
}
|
|
}
|