123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- namespace HRT_Measure
- {
- partial class UCProduct
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.grbProduct = new Sunny.UI.UIGroupBox();
- this.lblDiff = new System.Windows.Forms.Label();
- this.lblDiffResult = new System.Windows.Forms.Label();
- this.lblFlatness = new System.Windows.Forms.Label();
- this.lblHeight = new System.Windows.Forms.Label();
- this.lblHeightResult = new System.Windows.Forms.Label();
- this.lblFlatnessResult = new System.Windows.Forms.Label();
- this.lblThickness = new System.Windows.Forms.Label();
- this.lblThicknessResult = new System.Windows.Forms.Label();
- this.grbProduct.SuspendLayout();
- this.SuspendLayout();
- //
- // grbProduct
- //
- this.grbProduct.Controls.Add(this.lblDiff);
- this.grbProduct.Controls.Add(this.lblDiffResult);
- this.grbProduct.Controls.Add(this.lblFlatness);
- this.grbProduct.Controls.Add(this.lblHeight);
- this.grbProduct.Controls.Add(this.lblHeightResult);
- this.grbProduct.Controls.Add(this.lblFlatnessResult);
- this.grbProduct.Controls.Add(this.lblThickness);
- this.grbProduct.Controls.Add(this.lblThicknessResult);
- this.grbProduct.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grbProduct.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.grbProduct.Location = new System.Drawing.Point(0, 0);
- this.grbProduct.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.grbProduct.MinimumSize = new System.Drawing.Size(1, 1);
- this.grbProduct.Name = "grbProduct";
- this.grbProduct.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.grbProduct.Size = new System.Drawing.Size(453, 240);
- this.grbProduct.Style = Sunny.UI.UIStyle.Custom;
- this.grbProduct.TabIndex = 1;
- this.grbProduct.Text = "产品1";
- this.grbProduct.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.grbProduct.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
- this.grbProduct.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.grbProduct.Click += new System.EventHandler(this.grbProduct_Click);
- //
- // lblDiff
- //
- this.lblDiff.AutoSize = true;
- this.lblDiff.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDiff.Location = new System.Drawing.Point(335, 58);
- this.lblDiff.Name = "lblDiff";
- this.lblDiff.Size = new System.Drawing.Size(75, 16);
- this.lblDiff.TabIndex = 124;
- this.lblDiff.Text = "极差结果";
- //
- // lblDiffResult
- //
- this.lblDiffResult.AutoSize = true;
- this.lblDiffResult.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDiffResult.ForeColor = System.Drawing.Color.Lime;
- this.lblDiffResult.Location = new System.Drawing.Point(332, 128);
- this.lblDiffResult.Name = "lblDiffResult";
- this.lblDiffResult.Size = new System.Drawing.Size(79, 33);
- this.lblDiffResult.TabIndex = 123;
- this.lblDiffResult.Text = "PASS";
- //
- // lblFlatness
- //
- this.lblFlatness.AutoSize = true;
- this.lblFlatness.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblFlatness.Location = new System.Drawing.Point(122, 58);
- this.lblFlatness.Name = "lblFlatness";
- this.lblFlatness.Size = new System.Drawing.Size(92, 16);
- this.lblFlatness.TabIndex = 122;
- this.lblFlatness.Text = "平面度结果";
- //
- // lblHeight
- //
- this.lblHeight.AutoSize = true;
- this.lblHeight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblHeight.Location = new System.Drawing.Point(237, 57);
- this.lblHeight.Name = "lblHeight";
- this.lblHeight.Size = new System.Drawing.Size(75, 16);
- this.lblHeight.TabIndex = 121;
- this.lblHeight.Text = "弧高结果";
- //
- // lblHeightResult
- //
- this.lblHeightResult.AutoSize = true;
- this.lblHeightResult.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblHeightResult.ForeColor = System.Drawing.Color.Lime;
- this.lblHeightResult.Location = new System.Drawing.Point(234, 128);
- this.lblHeightResult.Name = "lblHeightResult";
- this.lblHeightResult.Size = new System.Drawing.Size(79, 33);
- this.lblHeightResult.TabIndex = 120;
- this.lblHeightResult.Text = "PASS";
- //
- // lblFlatnessResult
- //
- this.lblFlatnessResult.AutoSize = true;
- this.lblFlatnessResult.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblFlatnessResult.ForeColor = System.Drawing.Color.Lime;
- this.lblFlatnessResult.Location = new System.Drawing.Point(119, 128);
- this.lblFlatnessResult.Name = "lblFlatnessResult";
- this.lblFlatnessResult.Size = new System.Drawing.Size(79, 33);
- this.lblFlatnessResult.TabIndex = 118;
- this.lblFlatnessResult.Text = "PASS";
- //
- // lblThickness
- //
- this.lblThickness.AutoSize = true;
- this.lblThickness.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblThickness.Location = new System.Drawing.Point(24, 57);
- this.lblThickness.Name = "lblThickness";
- this.lblThickness.Size = new System.Drawing.Size(75, 16);
- this.lblThickness.TabIndex = 117;
- this.lblThickness.Text = "厚度结果";
- //
- // lblThicknessResult
- //
- this.lblThicknessResult.AutoSize = true;
- this.lblThicknessResult.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblThicknessResult.ForeColor = System.Drawing.Color.Lime;
- this.lblThicknessResult.Location = new System.Drawing.Point(21, 128);
- this.lblThicknessResult.Name = "lblThicknessResult";
- this.lblThicknessResult.Size = new System.Drawing.Size(79, 33);
- this.lblThicknessResult.TabIndex = 114;
- this.lblThicknessResult.Text = "PASS";
- //
- // UCProduct
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.grbProduct);
- this.Name = "UCProduct";
- this.Size = new System.Drawing.Size(453, 240);
- this.Load += new System.EventHandler(this.UCProduct_Load);
- this.grbProduct.ResumeLayout(false);
- this.grbProduct.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIGroupBox grbProduct;
- private System.Windows.Forms.Label lblHeight;
- private System.Windows.Forms.Label lblHeightResult;
- private System.Windows.Forms.Label lblFlatnessResult;
- private System.Windows.Forms.Label lblThickness;
- private System.Windows.Forms.Label lblThicknessResult;
- private System.Windows.Forms.Label lblFlatness;
- private System.Windows.Forms.Label lblDiff;
- private System.Windows.Forms.Label lblDiffResult;
- }
- }
|