|
@@ -48,7 +48,6 @@
|
|
|
this.Logo = new CCWin.SkinControl.SkinPictureBox();
|
|
|
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.直通率 = new CCWin.SkinControl.SkinLabel();
|
|
@@ -56,6 +55,7 @@
|
|
|
this.Line = new CCWin.SkinControl.SkinLabel();
|
|
|
this.Title2 = new CCWin.SkinControl.SkinLabel();
|
|
|
this.Refresh = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.机型 = new CCWin.SkinControl.SkinLabel();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Logo)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -82,7 +82,7 @@
|
|
|
this.BottomLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
this.BottomLine.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
|
this.BottomLine.DownBack = null;
|
|
|
- this.BottomLine.Location = new System.Drawing.Point(3, 146);
|
|
|
+ this.BottomLine.Location = new System.Drawing.Point(3, 143);
|
|
|
this.BottomLine.MouseBack = null;
|
|
|
this.BottomLine.Name = "BottomLine";
|
|
|
this.BottomLine.NormlBack = null;
|
|
@@ -289,13 +289,12 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.投入.AutoSize = true;
|
|
|
this.投入.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.投入.BorderColor = System.Drawing.Color.White;
|
|
|
- this.投入.BorderSize = 0;
|
|
|
- this.投入.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.投入.BorderColor = System.Drawing.Color.Red;
|
|
|
+ this.投入.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.投入.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.投入.Location = new System.Drawing.Point(353, 370);
|
|
|
+ this.投入.Location = new System.Drawing.Point(377, 376);
|
|
|
this.投入.Name = "投入";
|
|
|
- this.投入.Size = new System.Drawing.Size(0, 93);
|
|
|
+ this.投入.Size = new System.Drawing.Size(0, 69);
|
|
|
this.投入.TabIndex = 19;
|
|
|
//
|
|
|
// 产出
|
|
@@ -304,43 +303,26 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.产出.AutoSize = true;
|
|
|
this.产出.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.产出.BorderColor = System.Drawing.Color.White;
|
|
|
- this.产出.BorderSize = 0;
|
|
|
- this.产出.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.产出.BorderColor = System.Drawing.Color.Red;
|
|
|
+ this.产出.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.产出.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.产出.Location = new System.Drawing.Point(353, 482);
|
|
|
+ this.产出.Location = new System.Drawing.Point(377, 488);
|
|
|
this.产出.Name = "产出";
|
|
|
- this.产出.Size = new System.Drawing.Size(0, 93);
|
|
|
+ this.产出.Size = new System.Drawing.Size(0, 69);
|
|
|
this.产出.TabIndex = 18;
|
|
|
//
|
|
|
- // 机型
|
|
|
- //
|
|
|
- this.机型.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
- | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.机型.AutoSize = true;
|
|
|
- this.机型.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.机型.BorderColor = System.Drawing.Color.White;
|
|
|
- this.机型.BorderSize = 0;
|
|
|
- this.机型.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
|
|
|
- this.机型.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.机型.Location = new System.Drawing.Point(353, 259);
|
|
|
- this.机型.Name = "机型";
|
|
|
- this.机型.Size = new System.Drawing.Size(0, 93);
|
|
|
- this.机型.TabIndex = 17;
|
|
|
- //
|
|
|
// 收益率
|
|
|
//
|
|
|
this.收益率.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.收益率.AutoSize = true;
|
|
|
this.收益率.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.收益率.BorderColor = System.Drawing.Color.White;
|
|
|
- this.收益率.BorderSize = 0;
|
|
|
- this.收益率.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.收益率.BorderColor = System.Drawing.Color.Red;
|
|
|
+ this.收益率.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.收益率.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.收益率.Location = new System.Drawing.Point(932, 370);
|
|
|
+ this.收益率.Location = new System.Drawing.Point(959, 376);
|
|
|
this.收益率.Name = "收益率";
|
|
|
- this.收益率.Size = new System.Drawing.Size(0, 93);
|
|
|
+ this.收益率.Size = new System.Drawing.Size(0, 69);
|
|
|
this.收益率.TabIndex = 22;
|
|
|
//
|
|
|
// 故障数
|
|
@@ -349,13 +331,12 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.故障数.AutoSize = true;
|
|
|
this.故障数.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.故障数.BorderColor = System.Drawing.Color.White;
|
|
|
- this.故障数.BorderSize = 0;
|
|
|
- this.故障数.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.故障数.BorderColor = System.Drawing.Color.Red;
|
|
|
+ this.故障数.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.故障数.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.故障数.Location = new System.Drawing.Point(932, 482);
|
|
|
+ this.故障数.Location = new System.Drawing.Point(959, 488);
|
|
|
this.故障数.Name = "故障数";
|
|
|
- this.故障数.Size = new System.Drawing.Size(0, 93);
|
|
|
+ this.故障数.Size = new System.Drawing.Size(0, 69);
|
|
|
this.故障数.TabIndex = 21;
|
|
|
//
|
|
|
// 直通率
|
|
@@ -364,13 +345,12 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.直通率.AutoSize = true;
|
|
|
this.直通率.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.直通率.BorderColor = System.Drawing.Color.White;
|
|
|
- this.直通率.BorderSize = 0;
|
|
|
- this.直通率.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.直通率.BorderColor = System.Drawing.Color.Red;
|
|
|
+ this.直通率.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.直通率.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.直通率.Location = new System.Drawing.Point(932, 259);
|
|
|
+ this.直通率.Location = new System.Drawing.Point(959, 265);
|
|
|
this.直通率.Name = "直通率";
|
|
|
- this.直通率.Size = new System.Drawing.Size(0, 93);
|
|
|
+ this.直通率.Size = new System.Drawing.Size(0, 69);
|
|
|
this.直通率.TabIndex = 20;
|
|
|
//
|
|
|
// 班制
|
|
@@ -414,6 +394,20 @@
|
|
|
this.Title2.TabIndex = 25;
|
|
|
this.Title2.Text = "投入\\产出实时统计";
|
|
|
//
|
|
|
+ // 机型
|
|
|
+ //
|
|
|
+ this.机型.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.机型.AutoSize = true;
|
|
|
+ this.机型.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.机型.BorderColor = System.Drawing.Color.Red;
|
|
|
+ this.机型.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.机型.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.机型.Location = new System.Drawing.Point(377, 265);
|
|
|
+ this.机型.Name = "机型";
|
|
|
+ this.机型.Size = new System.Drawing.Size(0, 69);
|
|
|
+ this.机型.TabIndex = 17;
|
|
|
+ //
|
|
|
// Process
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -482,7 +476,6 @@
|
|
|
private CCWin.SkinControl.SkinPictureBox Logo;
|
|
|
private CCWin.SkinControl.SkinLabel 投入;
|
|
|
private CCWin.SkinControl.SkinLabel 产出;
|
|
|
- private CCWin.SkinControl.SkinLabel 机型;
|
|
|
private CCWin.SkinControl.SkinLabel 收益率;
|
|
|
private CCWin.SkinControl.SkinLabel 故障数;
|
|
|
private CCWin.SkinControl.SkinLabel 直通率;
|
|
@@ -490,5 +483,6 @@
|
|
|
private CCWin.SkinControl.SkinLabel Line;
|
|
|
private CCWin.SkinControl.SkinLabel Title2;
|
|
|
private System.Windows.Forms.Timer Refresh;
|
|
|
+ private CCWin.SkinControl.SkinLabel 机型;
|
|
|
}
|
|
|
}
|