|
@@ -59,9 +59,10 @@
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
+ this.pbMeasure = new System.Windows.Forms.ProgressBar();
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.lblCompletedAmount = new System.Windows.Forms.Label();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
|
|
|
this.plMeasureFlow.SuspendLayout();
|
|
@@ -381,8 +382,9 @@
|
|
|
//
|
|
|
this.panel3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel3.Controls.Add(this.lblCompletedAmount);
|
|
|
this.panel3.Controls.Add(this.label1);
|
|
|
- this.panel3.Controls.Add(this.progressBar1);
|
|
|
+ this.panel3.Controls.Add(this.pbMeasure);
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.panel3.Location = new System.Drawing.Point(0, 413);
|
|
|
this.panel3.Name = "panel3";
|
|
@@ -400,12 +402,13 @@
|
|
|
this.label1.TabIndex = 1;
|
|
|
this.label1.Text = "检测总进度";
|
|
|
//
|
|
|
- // progressBar1
|
|
|
+ // pbMeasure
|
|
|
//
|
|
|
- this.progressBar1.Location = new System.Drawing.Point(88, 16);
|
|
|
- this.progressBar1.Name = "progressBar1";
|
|
|
- this.progressBar1.Size = new System.Drawing.Size(183, 14);
|
|
|
- this.progressBar1.TabIndex = 0;
|
|
|
+ this.pbMeasure.Location = new System.Drawing.Point(88, 16);
|
|
|
+ this.pbMeasure.Name = "pbMeasure";
|
|
|
+ this.pbMeasure.Size = new System.Drawing.Size(212, 14);
|
|
|
+ this.pbMeasure.Step = 1;
|
|
|
+ this.pbMeasure.TabIndex = 0;
|
|
|
//
|
|
|
// panel4
|
|
|
//
|
|
@@ -429,6 +432,16 @@
|
|
|
this.label8.TabIndex = 3;
|
|
|
this.label8.Text = "检测流程";
|
|
|
//
|
|
|
+ // lblCompletedAmount
|
|
|
+ //
|
|
|
+ this.lblCompletedAmount.AutoSize = true;
|
|
|
+ this.lblCompletedAmount.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.lblCompletedAmount.Location = new System.Drawing.Point(308, 18);
|
|
|
+ this.lblCompletedAmount.Name = "lblCompletedAmount";
|
|
|
+ this.lblCompletedAmount.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.lblCompletedAmount.TabIndex = 2;
|
|
|
+ this.lblCompletedAmount.Text = "0%";
|
|
|
+ //
|
|
|
// UControl_ParaInfo
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -482,7 +495,6 @@
|
|
|
private System.Windows.Forms.Label lblX;
|
|
|
private System.Windows.Forms.Label lblShowStartTime;
|
|
|
private System.Windows.Forms.Label lblShowEndTime;
|
|
|
- private System.Windows.Forms.Label lblShowState;
|
|
|
private System.Windows.Forms.Label lblY;
|
|
|
private System.Windows.Forms.Label lblZ;
|
|
|
private System.Windows.Forms.Label lblM;
|
|
@@ -499,10 +511,12 @@
|
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
- private System.Windows.Forms.ProgressBar progressBar1;
|
|
|
+ private System.Windows.Forms.ProgressBar pbMeasure;
|
|
|
private System.Windows.Forms.Panel panel4;
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
private System.Windows.Forms.PictureBox pbClose;
|
|
|
private System.Windows.Forms.Panel plTimeLine;
|
|
|
+ public System.Windows.Forms.Label lblShowState;
|
|
|
+ private System.Windows.Forms.Label lblCompletedAmount;
|
|
|
}
|
|
|
}
|