2014-05-08 12:34:24 +00:00
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>
2014-12-03 23:15:26 +00:00
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
2014-05-08 12:34:24 +00:00
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>
2014-12-03 23:15:26 +00:00
private void InitializeComponent ( )
{
2014-05-08 12:34:24 +00:00
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 ( ) ;
2015-01-10 11:45:25 +00:00
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 ( ) ;
2014-05-08 12:34:24 +00:00
this . SuspendLayout ( ) ;
//
// thingscount
//
2015-01-06 11:49:06 +00:00
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 ) ;
2014-05-08 12:34:24 +00:00
this . thingscount . Name = "thingscount" ;
2016-02-15 15:08:31 +00:00
this . thingscount . Size = new System . Drawing . Size ( 63 , 14 ) ;
2014-05-08 12:34:24 +00:00
this . thingscount . TabIndex = 19 ;
2015-01-10 11:45:25 +00:00
this . thingscount . Text = "0" ;
2014-05-08 12:34:24 +00:00
this . thingscount . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// sectorscount
//
2015-01-06 11:49:06 +00:00
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 ) ;
2014-05-08 12:34:24 +00:00
this . sectorscount . Name = "sectorscount" ;
2016-02-15 15:08:31 +00:00
this . sectorscount . Size = new System . Drawing . Size ( 63 , 14 ) ;
2014-05-08 12:34:24 +00:00
this . sectorscount . TabIndex = 18 ;
2015-01-10 11:45:25 +00:00
this . sectorscount . Text = "0" ;
2014-05-08 12:34:24 +00:00
this . sectorscount . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// sidedefscount
//
2015-01-06 11:49:06 +00:00
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 ) ;
2014-05-08 12:34:24 +00:00
this . sidedefscount . Name = "sidedefscount" ;
2016-02-15 15:08:31 +00:00
this . sidedefscount . Size = new System . Drawing . Size ( 63 , 14 ) ;
2014-05-08 12:34:24 +00:00
this . sidedefscount . TabIndex = 17 ;
2015-01-10 11:45:25 +00:00
this . sidedefscount . Text = "0" ;
2014-05-08 12:34:24 +00:00
this . sidedefscount . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// linedefscount
//
2015-01-06 11:49:06 +00:00
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 ) ;
2014-05-08 12:34:24 +00:00
this . linedefscount . Name = "linedefscount" ;
2016-02-15 15:08:31 +00:00
this . linedefscount . Size = new System . Drawing . Size ( 63 , 14 ) ;
2014-05-08 12:34:24 +00:00
this . linedefscount . TabIndex = 16 ;
2015-01-10 11:45:25 +00:00
this . linedefscount . Text = "0" ;
2014-05-08 12:34:24 +00:00
this . linedefscount . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// verticescount
//
2015-01-06 11:49:06 +00:00
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 ) ;
2014-05-08 12:34:24 +00:00
this . verticescount . Name = "verticescount" ;
2016-02-15 15:08:31 +00:00
this . verticescount . Size = new System . Drawing . Size ( 63 , 14 ) ;
2014-05-08 12:34:24 +00:00
this . verticescount . TabIndex = 15 ;
2015-01-10 11:45:25 +00:00
this . verticescount . Text = "0" ;
2014-05-08 12:34:24 +00:00
this . verticescount . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
2015-01-10 11:45:25 +00:00
// thingslabel
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
this . thingslabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2016-02-15 15:08:31 +00:00
this . thingslabel . Location = new System . Drawing . Point ( 75 , 81 ) ;
2015-01-10 11:45:25 +00:00
this . thingslabel . Name = "thingslabel" ;
this . thingslabel . Size = new System . Drawing . Size ( 60 , 15 ) ;
this . thingslabel . TabIndex = 14 ;
this . thingslabel . Text = "Things" ;
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
// sectorslabel
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
this . sectorslabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2016-02-15 15:08:31 +00:00
this . sectorslabel . Location = new System . Drawing . Point ( 75 , 62 ) ;
2015-01-10 11:45:25 +00:00
this . sectorslabel . Name = "sectorslabel" ;
this . sectorslabel . Size = new System . Drawing . Size ( 60 , 15 ) ;
this . sectorslabel . TabIndex = 13 ;
this . sectorslabel . Text = "Sectors" ;
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
// sidedefslabel
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
this . sidedefslabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2016-02-15 15:08:31 +00:00
this . sidedefslabel . Location = new System . Drawing . Point ( 75 , 44 ) ;
2015-01-10 11:45:25 +00:00
this . sidedefslabel . Name = "sidedefslabel" ;
this . sidedefslabel . Size = new System . Drawing . Size ( 60 , 15 ) ;
this . sidedefslabel . TabIndex = 12 ;
this . sidedefslabel . Text = "Sidedefs" ;
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
// linedefslabel
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
this . linedefslabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2016-02-15 15:08:31 +00:00
this . linedefslabel . Location = new System . Drawing . Point ( 75 , 26 ) ;
2015-01-10 11:45:25 +00:00
this . linedefslabel . Name = "linedefslabel" ;
this . linedefslabel . Size = new System . Drawing . Size ( 60 , 15 ) ;
this . linedefslabel . TabIndex = 11 ;
this . linedefslabel . Text = "Linedefs" ;
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
// verticeslabel
2014-05-08 12:34:24 +00:00
//
2015-01-10 11:45:25 +00:00
this . verticeslabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2016-02-15 15:08:31 +00:00
this . verticeslabel . Location = new System . Drawing . Point ( 75 , 8 ) ;
2015-01-10 11:45:25 +00:00
this . verticeslabel . Name = "verticeslabel" ;
this . verticeslabel . Size = new System . Drawing . Size ( 60 , 15 ) ;
this . verticeslabel . TabIndex = 10 ;
this . verticeslabel . Text = "Vertices" ;
2014-05-08 12:34:24 +00:00
//
// 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 ) ;
2015-01-10 11:45:25 +00:00
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 ) ;
2014-05-08 12:34:24 +00:00
this . ForeColor = System . Drawing . SystemColors . GrayText ;
this . Name = "StatisticsControl" ;
2016-02-15 15:08:31 +00:00
this . Size = new System . Drawing . Size ( 138 , 104 ) ;
2014-05-08 12:34:24 +00:00
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 ;
2015-01-10 11:45:25 +00:00
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 ;
2014-05-08 12:34:24 +00:00
}
}