namespace MeshExplorer.Views { partial class StatisticView { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label20 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lbNumSeg = new System.Windows.Forms.Label(); this.lbNumSeg2 = new System.Windows.Forms.Label(); this.lbNumTri = new System.Windows.Forms.Label(); this.lbNumTri2 = new System.Windows.Forms.Label(); this.lbNumVert = new System.Windows.Forms.Label(); this.lbNumVert2 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.lbAngleMax = new System.Windows.Forms.Label(); this.lbQualAspectAve = new System.Windows.Forms.Label(); this.lbEdgeMax = new System.Windows.Forms.Label(); this.lbQualAlphaAve = new System.Windows.Forms.Label(); this.lbAreaMax = new System.Windows.Forms.Label(); this.lbAngleMin = new System.Windows.Forms.Label(); this.lbQualAspectMin = new System.Windows.Forms.Label(); this.lbEdgeMin = new System.Windows.Forms.Label(); this.lbQualAlphaMin = new System.Windows.Forms.Label(); this.lbAreaMin = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.angleHistogram1 = new MeshExplorer.Controls.AngleHistogram(); this.SuspendLayout(); // // label20 // this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label20.ForeColor = System.Drawing.Color.White; this.label20.Location = new System.Drawing.Point(8, 17); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(39, 13); this.label20.TabIndex = 59; this.label20.Text = "Mesh:"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.DarkGray; this.label4.Location = new System.Drawing.Point(8, 57); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(60, 13); this.label4.TabIndex = 56; this.label4.Text = "Segments:"; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.DarkGray; this.label3.Location = new System.Drawing.Point(8, 76); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 13); this.label3.TabIndex = 57; this.label3.Text = "Triangles:"; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.DarkGray; this.label2.Location = new System.Drawing.Point(8, 38); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(50, 13); this.label2.TabIndex = 58; this.label2.Text = "Vertices:"; // // lbNumSeg // this.lbNumSeg.ForeColor = System.Drawing.Color.White; this.lbNumSeg.Location = new System.Drawing.Point(98, 57); this.lbNumSeg.Name = "lbNumSeg"; this.lbNumSeg.Size = new System.Drawing.Size(70, 13); this.lbNumSeg.TabIndex = 53; this.lbNumSeg.Text = "-"; this.lbNumSeg.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbNumSeg2 // this.lbNumSeg2.ForeColor = System.Drawing.Color.DarkGray; this.lbNumSeg2.Location = new System.Drawing.Point(188, 57); this.lbNumSeg2.Name = "lbNumSeg2"; this.lbNumSeg2.Size = new System.Drawing.Size(70, 13); this.lbNumSeg2.TabIndex = 52; this.lbNumSeg2.Text = "-"; this.lbNumSeg2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbNumTri // this.lbNumTri.ForeColor = System.Drawing.Color.White; this.lbNumTri.Location = new System.Drawing.Point(98, 76); this.lbNumTri.Name = "lbNumTri"; this.lbNumTri.Size = new System.Drawing.Size(70, 13); this.lbNumTri.TabIndex = 50; this.lbNumTri.Text = "-"; this.lbNumTri.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbNumTri2 // this.lbNumTri2.ForeColor = System.Drawing.Color.DarkGray; this.lbNumTri2.Location = new System.Drawing.Point(188, 76); this.lbNumTri2.Name = "lbNumTri2"; this.lbNumTri2.Size = new System.Drawing.Size(70, 13); this.lbNumTri2.TabIndex = 51; this.lbNumTri2.Text = "-"; this.lbNumTri2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbNumVert // this.lbNumVert.ForeColor = System.Drawing.Color.White; this.lbNumVert.Location = new System.Drawing.Point(98, 38); this.lbNumVert.Name = "lbNumVert"; this.lbNumVert.Size = new System.Drawing.Size(70, 13); this.lbNumVert.TabIndex = 54; this.lbNumVert.Text = "-"; this.lbNumVert.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbNumVert2 // this.lbNumVert2.ForeColor = System.Drawing.Color.DarkGray; this.lbNumVert2.Location = new System.Drawing.Point(188, 38); this.lbNumVert2.Name = "lbNumVert2"; this.lbNumVert2.Size = new System.Drawing.Size(70, 13); this.lbNumVert2.TabIndex = 55; this.lbNumVert2.Text = "-"; this.lbNumVert2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label32 // this.label32.AutoSize = true; this.label32.ForeColor = System.Drawing.Color.DarkGray; this.label32.Location = new System.Drawing.Point(210, 213); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(48, 13); this.label32.TabIndex = 41; this.label32.Text = "Average"; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.DarkGray; this.label13.Location = new System.Drawing.Point(202, 114); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(56, 13); this.label13.TabIndex = 42; this.label13.Text = "Maximum"; // // label31 // this.label31.AutoSize = true; this.label31.ForeColor = System.Drawing.Color.DarkGray; this.label31.Location = new System.Drawing.Point(112, 213); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(55, 13); this.label31.TabIndex = 44; this.label31.Text = "Minimum"; // // label12 // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.DarkGray; this.label12.Location = new System.Drawing.Point(113, 114); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(55, 13); this.label12.TabIndex = 43; this.label12.Text = "Minimum"; // // label16 // this.label16.AutoSize = true; this.label16.ForeColor = System.Drawing.Color.DarkGray; this.label16.Location = new System.Drawing.Point(8, 173); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(40, 13); this.label16.TabIndex = 40; this.label16.Text = "Angle:"; // // label29 // this.label29.AutoSize = true; this.label29.ForeColor = System.Drawing.Color.DarkGray; this.label29.Location = new System.Drawing.Point(8, 253); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(71, 13); this.label29.TabIndex = 47; this.label29.Text = "Aspect ratio:"; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.DarkGray; this.label14.Location = new System.Drawing.Point(8, 154); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(73, 13); this.label14.TabIndex = 48; this.label14.Text = "Edge length:"; // // lbAngleMax // this.lbAngleMax.ForeColor = System.Drawing.Color.White; this.lbAngleMax.Location = new System.Drawing.Point(182, 173); this.lbAngleMax.Name = "lbAngleMax"; this.lbAngleMax.Size = new System.Drawing.Size(76, 13); this.lbAngleMax.TabIndex = 49; this.lbAngleMax.Text = "-"; this.lbAngleMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbQualAspectAve // this.lbQualAspectAve.ForeColor = System.Drawing.Color.White; this.lbQualAspectAve.Location = new System.Drawing.Point(182, 253); this.lbQualAspectAve.Name = "lbQualAspectAve"; this.lbQualAspectAve.Size = new System.Drawing.Size(76, 13); this.lbQualAspectAve.TabIndex = 46; this.lbQualAspectAve.Text = "-"; this.lbQualAspectAve.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbEdgeMax // this.lbEdgeMax.ForeColor = System.Drawing.Color.White; this.lbEdgeMax.Location = new System.Drawing.Point(182, 154); this.lbEdgeMax.Name = "lbEdgeMax"; this.lbEdgeMax.Size = new System.Drawing.Size(76, 13); this.lbEdgeMax.TabIndex = 45; this.lbEdgeMax.Text = "-"; this.lbEdgeMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbQualAlphaAve // this.lbQualAlphaAve.ForeColor = System.Drawing.Color.White; this.lbQualAlphaAve.Location = new System.Drawing.Point(182, 234); this.lbQualAlphaAve.Name = "lbQualAlphaAve"; this.lbQualAlphaAve.Size = new System.Drawing.Size(76, 13); this.lbQualAlphaAve.TabIndex = 30; this.lbQualAlphaAve.Text = "-"; this.lbQualAlphaAve.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbAreaMax // this.lbAreaMax.ForeColor = System.Drawing.Color.White; this.lbAreaMax.Location = new System.Drawing.Point(182, 135); this.lbAreaMax.Name = "lbAreaMax"; this.lbAreaMax.Size = new System.Drawing.Size(76, 13); this.lbAreaMax.TabIndex = 31; this.lbAreaMax.Text = "-"; this.lbAreaMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbAngleMin // this.lbAngleMin.ForeColor = System.Drawing.Color.White; this.lbAngleMin.Location = new System.Drawing.Point(100, 173); this.lbAngleMin.Name = "lbAngleMin"; this.lbAngleMin.Size = new System.Drawing.Size(68, 13); this.lbAngleMin.TabIndex = 32; this.lbAngleMin.Text = "-"; this.lbAngleMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbQualAspectMin // this.lbQualAspectMin.ForeColor = System.Drawing.Color.White; this.lbQualAspectMin.Location = new System.Drawing.Point(100, 253); this.lbQualAspectMin.Name = "lbQualAspectMin"; this.lbQualAspectMin.Size = new System.Drawing.Size(68, 13); this.lbQualAspectMin.TabIndex = 29; this.lbQualAspectMin.Text = "-"; this.lbQualAspectMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbEdgeMin // this.lbEdgeMin.ForeColor = System.Drawing.Color.White; this.lbEdgeMin.Location = new System.Drawing.Point(100, 154); this.lbEdgeMin.Name = "lbEdgeMin"; this.lbEdgeMin.Size = new System.Drawing.Size(68, 13); this.lbEdgeMin.TabIndex = 28; this.lbEdgeMin.Text = "-"; this.lbEdgeMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbQualAlphaMin // this.lbQualAlphaMin.ForeColor = System.Drawing.Color.White; this.lbQualAlphaMin.Location = new System.Drawing.Point(100, 234); this.lbQualAlphaMin.Name = "lbQualAlphaMin"; this.lbQualAlphaMin.Size = new System.Drawing.Size(68, 13); this.lbQualAlphaMin.TabIndex = 37; this.lbQualAlphaMin.Text = "-"; this.lbQualAlphaMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbAreaMin // this.lbAreaMin.ForeColor = System.Drawing.Color.White; this.lbAreaMin.Location = new System.Drawing.Point(100, 135); this.lbAreaMin.Name = "lbAreaMin"; this.lbAreaMin.Size = new System.Drawing.Size(68, 13); this.lbAreaMin.TabIndex = 36; this.lbAreaMin.Text = "-"; this.lbAreaMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label22 // this.label22.AutoSize = true; this.label22.ForeColor = System.Drawing.Color.DarkGray; this.label22.Location = new System.Drawing.Point(8, 234); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(65, 13); this.label22.TabIndex = 39; this.label22.Text = "Min. angle:"; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.DarkGray; this.label10.Location = new System.Drawing.Point(8, 135); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(76, 13); this.label10.TabIndex = 38; this.label10.Text = "Triangle area:"; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.ForeColor = System.Drawing.Color.White; this.label17.Location = new System.Drawing.Point(8, 290); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(97, 13); this.label17.TabIndex = 33; this.label17.Text = "Angle histogram:"; // // label21 // this.label21.AutoSize = true; this.label21.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label21.ForeColor = System.Drawing.Color.White; this.label21.Location = new System.Drawing.Point(8, 213); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(47, 13); this.label21.TabIndex = 35; this.label21.Text = "Quality:"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(8, 114); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(50, 13); this.label11.TabIndex = 34; this.label11.Text = "Statistic:"; // // angleHistogram1 // this.angleHistogram1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(76)))), ((int)(((byte)(76))))); this.angleHistogram1.Font = new System.Drawing.Font("Segoe UI", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.angleHistogram1.Location = new System.Drawing.Point(6, 308); this.angleHistogram1.Name = "angleHistogram1"; this.angleHistogram1.Size = new System.Drawing.Size(260, 195); this.angleHistogram1.TabIndex = 27; this.angleHistogram1.Text = "angleHistogram1"; // // StatisticView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DimGray; this.Controls.Add(this.label20); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.lbNumSeg); this.Controls.Add(this.lbNumSeg2); this.Controls.Add(this.lbNumTri); this.Controls.Add(this.lbNumTri2); this.Controls.Add(this.lbNumVert); this.Controls.Add(this.lbNumVert2); this.Controls.Add(this.label32); this.Controls.Add(this.label13); this.Controls.Add(this.label31); this.Controls.Add(this.label12); this.Controls.Add(this.label16); this.Controls.Add(this.label29); this.Controls.Add(this.label14); this.Controls.Add(this.lbAngleMax); this.Controls.Add(this.lbQualAspectAve); this.Controls.Add(this.lbEdgeMax); this.Controls.Add(this.lbQualAlphaAve); this.Controls.Add(this.lbAreaMax); this.Controls.Add(this.lbAngleMin); this.Controls.Add(this.lbQualAspectMin); this.Controls.Add(this.lbEdgeMin); this.Controls.Add(this.lbQualAlphaMin); this.Controls.Add(this.lbAreaMin); this.Controls.Add(this.label22); this.Controls.Add(this.label10); this.Controls.Add(this.label17); this.Controls.Add(this.label21); this.Controls.Add(this.label11); this.Controls.Add(this.angleHistogram1); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.DarkGray; this.Name = "StatisticView"; this.Size = new System.Drawing.Size(272, 509); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lbNumSeg; private System.Windows.Forms.Label lbNumSeg2; private System.Windows.Forms.Label lbNumTri; private System.Windows.Forms.Label lbNumTri2; private System.Windows.Forms.Label lbNumVert; private System.Windows.Forms.Label lbNumVert2; private System.Windows.Forms.Label label32; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label31; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label29; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label lbAngleMax; private System.Windows.Forms.Label lbQualAspectAve; private System.Windows.Forms.Label lbEdgeMax; private System.Windows.Forms.Label lbQualAlphaAve; private System.Windows.Forms.Label lbAreaMax; private System.Windows.Forms.Label lbAngleMin; private System.Windows.Forms.Label lbQualAspectMin; private System.Windows.Forms.Label lbEdgeMin; private System.Windows.Forms.Label lbQualAlphaMin; private System.Windows.Forms.Label lbAreaMin; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label11; private Controls.AngleHistogram angleHistogram1; } }