namespace CodeImp.DoomBuilder.Statistics { partial class StatisticsForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.verticescount = new System.Windows.Forms.Label(); this.linedefscount = new System.Windows.Forms.Label(); this.sidedefscount = new System.Windows.Forms.Label(); this.sectorscount = new System.Windows.Forms.Label(); this.thingscount = new System.Windows.Forms.Label(); this.closebutton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(33, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 14); this.label1.TabIndex = 0; this.label1.Text = "Vertices:"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(32, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 14); this.label2.TabIndex = 1; this.label2.Text = "Linedefs:"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(31, 69); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 14); this.label3.TabIndex = 2; this.label3.Text = "Sidedefs:"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(36, 91); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 14); this.label4.TabIndex = 3; this.label4.Text = "Sectors:"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(42, 113); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(42, 14); this.label5.TabIndex = 4; this.label5.Text = "Things:"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // verticescount // this.verticescount.AutoSize = true; this.verticescount.Location = new System.Drawing.Point(101, 25); this.verticescount.Name = "verticescount"; this.verticescount.Size = new System.Drawing.Size(49, 14); this.verticescount.TabIndex = 5; this.verticescount.Text = "0000000"; // // linedefscount // this.linedefscount.AutoSize = true; this.linedefscount.Location = new System.Drawing.Point(101, 47); this.linedefscount.Name = "linedefscount"; this.linedefscount.Size = new System.Drawing.Size(49, 14); this.linedefscount.TabIndex = 6; this.linedefscount.Text = "0000000"; // // sidedefscount // this.sidedefscount.AutoSize = true; this.sidedefscount.Location = new System.Drawing.Point(101, 69); this.sidedefscount.Name = "sidedefscount"; this.sidedefscount.Size = new System.Drawing.Size(49, 14); this.sidedefscount.TabIndex = 7; this.sidedefscount.Text = "0000000"; // // sectorscount // this.sectorscount.AutoSize = true; this.sectorscount.Location = new System.Drawing.Point(101, 91); this.sectorscount.Name = "sectorscount"; this.sectorscount.Size = new System.Drawing.Size(49, 14); this.sectorscount.TabIndex = 8; this.sectorscount.Text = "0000000"; // // thingscount // this.thingscount.AutoSize = true; this.thingscount.Location = new System.Drawing.Point(101, 113); this.thingscount.Name = "thingscount"; this.thingscount.Size = new System.Drawing.Size(49, 14); this.thingscount.TabIndex = 9; this.thingscount.Text = "0000000"; // // closebutton // this.closebutton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.closebutton.Location = new System.Drawing.Point(34, 166); this.closebutton.Name = "closebutton"; this.closebutton.Size = new System.Drawing.Size(116, 26); this.closebutton.TabIndex = 10; this.closebutton.Text = "Close"; this.closebutton.UseVisualStyleBackColor = true; this.closebutton.Click += new System.EventHandler(this.closebutton_Click); // // StatisticsForm // this.AcceptButton = this.closebutton; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.closebutton; this.ClientSize = new System.Drawing.Size(184, 209); this.Controls.Add(this.closebutton); 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.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "StatisticsForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Statistics"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StatisticsForm_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label verticescount; private System.Windows.Forms.Label linedefscount; private System.Windows.Forms.Label sidedefscount; private System.Windows.Forms.Label sectorscount; private System.Windows.Forms.Label thingscount; private System.Windows.Forms.Button closebutton; } }