123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- namespace OTSMeasureApp
- {
- partial class MeasureCheckResultInfoWindow
- {
- /// <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 Windows Form 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.components = new System.ComponentModel.Container();
- this.lblBeginTime = new System.Windows.Forms.Label();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.lblMeasureTime = new System.Windows.Forms.Label();
- this.lblParticleCount = new System.Windows.Forms.Label();
- this.lblSingleCount = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.lblMeasureCount = new System.Windows.Forms.Label();
- this.lblMeasureState = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.lblEndTime = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // lblBeginTime
- //
- this.lblBeginTime.AutoSize = true;
- this.lblBeginTime.BackColor = System.Drawing.Color.Transparent;
- this.lblBeginTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBeginTime.ForeColor = System.Drawing.Color.Black;
- this.lblBeginTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.lblBeginTime.Location = new System.Drawing.Point(140, 64);
- this.lblBeginTime.Name = "lblBeginTime";
- this.lblBeginTime.Size = new System.Drawing.Size(0, 18);
- this.lblBeginTime.TabIndex = 25;
- //
- // timer1
- //
- this.timer1.Interval = 1000;
- //
- // lblMeasureTime
- //
- this.lblMeasureTime.AutoSize = true;
- this.lblMeasureTime.BackColor = System.Drawing.Color.Transparent;
- this.lblMeasureTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMeasureTime.ForeColor = System.Drawing.Color.Black;
- this.lblMeasureTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.lblMeasureTime.Location = new System.Drawing.Point(140, 184);
- this.lblMeasureTime.Name = "lblMeasureTime";
- this.lblMeasureTime.Size = new System.Drawing.Size(0, 18);
- this.lblMeasureTime.TabIndex = 24;
- //
- // lblParticleCount
- //
- this.lblParticleCount.AutoSize = true;
- this.lblParticleCount.BackColor = System.Drawing.Color.Transparent;
- this.lblParticleCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblParticleCount.ForeColor = System.Drawing.Color.Black;
- this.lblParticleCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.lblParticleCount.Location = new System.Drawing.Point(140, 153);
- this.lblParticleCount.Name = "lblParticleCount";
- this.lblParticleCount.Size = new System.Drawing.Size(0, 18);
- this.lblParticleCount.TabIndex = 23;
- //
- // lblSingleCount
- //
- this.lblSingleCount.AutoSize = true;
- this.lblSingleCount.BackColor = System.Drawing.Color.Transparent;
- this.lblSingleCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSingleCount.ForeColor = System.Drawing.Color.Black;
- this.lblSingleCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.lblSingleCount.Location = new System.Drawing.Point(140, 121);
- this.lblSingleCount.Name = "lblSingleCount";
- this.lblSingleCount.Size = new System.Drawing.Size(0, 18);
- this.lblSingleCount.TabIndex = 22;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.ForeColor = System.Drawing.Color.Black;
- this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label6.Location = new System.Drawing.Point(12, 121);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(98, 18);
- this.label6.TabIndex = 21;
- this.label6.Text = "帧 数:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.Black;
- this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label5.Location = new System.Drawing.Point(12, 151);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(98, 18);
- this.label5.TabIndex = 20;
- this.label5.Text = "颗 粒 数:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.Black;
- this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label4.Location = new System.Drawing.Point(12, 61);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(98, 18);
- this.label4.TabIndex = 19;
- this.label4.Text = "开始时间:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.Color.Black;
- this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label3.Location = new System.Drawing.Point(12, 181);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(98, 18);
- this.label3.TabIndex = 18;
- this.label3.Text = "测量时间:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.Black;
- this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label1.Location = new System.Drawing.Point(12, 91);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(98, 18);
- this.label1.TabIndex = 18;
- this.label1.Text = "测 量 数:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.Black;
- this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label2.Location = new System.Drawing.Point(12, 31);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(98, 18);
- this.label2.TabIndex = 18;
- this.label2.Text = "测量状态:";
- //
- // lblMeasureCount
- //
- this.lblMeasureCount.AutoSize = true;
- this.lblMeasureCount.BackColor = System.Drawing.Color.Transparent;
- this.lblMeasureCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMeasureCount.ForeColor = System.Drawing.Color.Black;
- this.lblMeasureCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.lblMeasureCount.Location = new System.Drawing.Point(140, 93);
- this.lblMeasureCount.Name = "lblMeasureCount";
- this.lblMeasureCount.Size = new System.Drawing.Size(0, 18);
- this.lblMeasureCount.TabIndex = 22;
- //
- // lblMeasureState
- //
- this.lblMeasureState.AutoSize = true;
- this.lblMeasureState.BackColor = System.Drawing.Color.Transparent;
- this.lblMeasureState.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMeasureState.ForeColor = System.Drawing.Color.Black;
- this.lblMeasureState.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.lblMeasureState.Location = new System.Drawing.Point(140, 31);
- this.lblMeasureState.Name = "lblMeasureState";
- this.lblMeasureState.Size = new System.Drawing.Size(0, 18);
- this.lblMeasureState.TabIndex = 22;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.ForeColor = System.Drawing.Color.Black;
- this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label7.Location = new System.Drawing.Point(12, 211);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(98, 18);
- this.label7.TabIndex = 18;
- this.label7.Text = "结束时间:";
- //
- // lblEndTime
- //
- this.lblEndTime.AutoSize = true;
- this.lblEndTime.BackColor = System.Drawing.Color.Transparent;
- this.lblEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblEndTime.ForeColor = System.Drawing.Color.Black;
- this.lblEndTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.lblEndTime.Location = new System.Drawing.Point(140, 213);
- this.lblEndTime.Name = "lblEndTime";
- this.lblEndTime.Size = new System.Drawing.Size(0, 18);
- this.lblEndTime.TabIndex = 24;
- //
- // MeasureCheckReportInfoWindow
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(384, 271);
- this.Controls.Add(this.lblBeginTime);
- this.Controls.Add(this.lblEndTime);
- this.Controls.Add(this.lblMeasureTime);
- this.Controls.Add(this.lblParticleCount);
- this.Controls.Add(this.lblMeasureState);
- this.Controls.Add(this.lblMeasureCount);
- this.Controls.Add(this.lblSingleCount);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label3);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "MeasureCheckReportInfoWindow";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "测量结果";
- this.TopMost = true;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MeasureCheckReportInfoWindow_FormClosing);
- this.Load += new System.EventHandler(this.MeasureCheckReportInfoWindow_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblBeginTime;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Label lblMeasureTime;
- private System.Windows.Forms.Label lblParticleCount;
- private System.Windows.Forms.Label lblSingleCount;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label lblMeasureCount;
- private System.Windows.Forms.Label lblMeasureState;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label lblEndTime;
- }
- }
|