|
|
@@ -51,7 +51,7 @@
|
|
|
this.收益率 = new CCWin.SkinControl.SkinLabel();
|
|
|
this.故障数 = new CCWin.SkinControl.SkinLabel();
|
|
|
this.直通率 = new CCWin.SkinControl.SkinLabel();
|
|
|
- this.班制 = new CCWin.SkinControl.SkinLabel();
|
|
|
+ this.班次 = new CCWin.SkinControl.SkinLabel();
|
|
|
this.Line = new CCWin.SkinControl.SkinLabel();
|
|
|
this.Title2 = new CCWin.SkinControl.SkinLabel();
|
|
|
this.Refresh = new System.Windows.Forms.Timer(this.components);
|
|
|
@@ -369,18 +369,18 @@
|
|
|
this.直通率.TabIndex = 20;
|
|
|
this.直通率.Tag = "AutoFont";
|
|
|
//
|
|
|
- // 班制
|
|
|
+ // 班次
|
|
|
//
|
|
|
- this.班制.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.班制.AutoSize = true;
|
|
|
- this.班制.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.班制.BorderColor = System.Drawing.Color.Red;
|
|
|
- this.班制.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.班制.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.班制.Location = new System.Drawing.Point(909, 88);
|
|
|
- this.班制.Name = "班制";
|
|
|
- this.班制.Size = new System.Drawing.Size(0, 40);
|
|
|
- this.班制.TabIndex = 24;
|
|
|
+ this.班次.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.班次.AutoSize = true;
|
|
|
+ this.班次.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.班次.BorderColor = System.Drawing.Color.Red;
|
|
|
+ this.班次.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.班次.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.班次.Location = new System.Drawing.Point(909, 88);
|
|
|
+ this.班次.Name = "班次";
|
|
|
+ this.班次.Size = new System.Drawing.Size(0, 40);
|
|
|
+ this.班次.TabIndex = 24;
|
|
|
//
|
|
|
// Line
|
|
|
//
|
|
|
@@ -429,7 +429,7 @@
|
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
|
this.ClientSize = new System.Drawing.Size(1036, 687);
|
|
|
this.Controls.Add(this.Title2);
|
|
|
- this.Controls.Add(this.班制);
|
|
|
+ this.Controls.Add(this.班次);
|
|
|
this.Controls.Add(this.Line);
|
|
|
this.Controls.Add(this.收益率);
|
|
|
this.Controls.Add(this.故障数);
|
|
|
@@ -493,7 +493,7 @@
|
|
|
private CCWin.SkinControl.SkinLabel 收益率;
|
|
|
private CCWin.SkinControl.SkinLabel 故障数;
|
|
|
private CCWin.SkinControl.SkinLabel 直通率;
|
|
|
- private CCWin.SkinControl.SkinLabel 班制;
|
|
|
+ private CCWin.SkinControl.SkinLabel 班次;
|
|
|
private CCWin.SkinControl.SkinLabel Line;
|
|
|
private CCWin.SkinControl.SkinLabel Title2;
|
|
|
private System.Windows.Forms.Timer Refresh;
|