435 lines
28 KiB
C#
435 lines
28 KiB
C#
|
namespace LeatherApp.Page
|
|||
|
{
|
|||
|
partial class FChart
|
|||
|
{
|
|||
|
/// <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.btnExport = new Sunny.UI.UISymbolButton();
|
|||
|
this.uiProcessDay = new Sunny.UI.UIRoundProcess();
|
|||
|
this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
|
|||
|
this.lblQualified_Day = new Sunny.UI.UILabel();
|
|||
|
this.lblTotal_Day = new Sunny.UI.UILabel();
|
|||
|
this.uiTitlePanel2 = new Sunny.UI.UITitlePanel();
|
|||
|
this.lblQualified_Month = new Sunny.UI.UILabel();
|
|||
|
this.lblTotal_Month = new Sunny.UI.UILabel();
|
|||
|
this.uiProcessMonth = new Sunny.UI.UIRoundProcess();
|
|||
|
this.uiTitlePanel3 = new Sunny.UI.UITitlePanel();
|
|||
|
this.lblQualified_Quarter = new Sunny.UI.UILabel();
|
|||
|
this.lblTotal_Quarter = new Sunny.UI.UILabel();
|
|||
|
this.uiProcessQuarter = new Sunny.UI.UIRoundProcess();
|
|||
|
this.uiTitlePanel4 = new Sunny.UI.UITitlePanel();
|
|||
|
this.lblQualified_Year = new Sunny.UI.UILabel();
|
|||
|
this.lblTotal_Year = new Sunny.UI.UILabel();
|
|||
|
this.uiProcessYear = new Sunny.UI.UIRoundProcess();
|
|||
|
this.pieDefect = new Sunny.UI.UIPieChart();
|
|||
|
this.barcharQualified = new Sunny.UI.UIBarChart();
|
|||
|
this.linecharDefect = new Sunny.UI.UILineChart();
|
|||
|
this.btnBack = new Sunny.UI.UISymbolButton();
|
|||
|
this.uiTitlePanel1.SuspendLayout();
|
|||
|
this.uiTitlePanel2.SuspendLayout();
|
|||
|
this.uiTitlePanel3.SuspendLayout();
|
|||
|
this.uiTitlePanel4.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// btnExport
|
|||
|
//
|
|||
|
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.btnExport.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
|
|||
|
this.btnExport.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
|
|||
|
this.btnExport.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
|
|||
|
this.btnExport.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
|
|||
|
this.btnExport.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
|
|||
|
this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.btnExport.Location = new System.Drawing.Point(1292, 110);
|
|||
|
this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.btnExport.Name = "btnExport";
|
|||
|
this.btnExport.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
|
|||
|
this.btnExport.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
|
|||
|
this.btnExport.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
|
|||
|
this.btnExport.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
|
|||
|
this.btnExport.Size = new System.Drawing.Size(100, 72);
|
|||
|
this.btnExport.Style = Sunny.UI.UIStyle.LayuiGreen;
|
|||
|
this.btnExport.StyleCustomMode = true;
|
|||
|
this.btnExport.Symbol = 61509;
|
|||
|
this.btnExport.SymbolSize = 26;
|
|||
|
this.btnExport.TabIndex = 9;
|
|||
|
this.btnExport.Text = "导出";
|
|||
|
this.btnExport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
|||
|
//
|
|||
|
// uiProcessDay
|
|||
|
//
|
|||
|
this.uiProcessDay.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.uiProcessDay.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|||
|
this.uiProcessDay.ForeColor2 = System.Drawing.Color.Black;
|
|||
|
this.uiProcessDay.Location = new System.Drawing.Point(7, 38);
|
|||
|
this.uiProcessDay.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.uiProcessDay.Name = "uiProcessDay";
|
|||
|
this.uiProcessDay.ShowProcess = true;
|
|||
|
this.uiProcessDay.Size = new System.Drawing.Size(122, 131);
|
|||
|
this.uiProcessDay.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.uiProcessDay.TabIndex = 92;
|
|||
|
this.uiProcessDay.Text = "0.0%";
|
|||
|
//
|
|||
|
// uiTitlePanel1
|
|||
|
//
|
|||
|
this.uiTitlePanel1.BackColor = System.Drawing.Color.White;
|
|||
|
this.uiTitlePanel1.Controls.Add(this.lblQualified_Day);
|
|||
|
this.uiTitlePanel1.Controls.Add(this.lblTotal_Day);
|
|||
|
this.uiTitlePanel1.Controls.Add(this.uiProcessDay);
|
|||
|
this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.uiTitlePanel1.Location = new System.Drawing.Point(12, 13);
|
|||
|
this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.uiTitlePanel1.Name = "uiTitlePanel1";
|
|||
|
this.uiTitlePanel1.ShowText = false;
|
|||
|
this.uiTitlePanel1.Size = new System.Drawing.Size(311, 172);
|
|||
|
this.uiTitlePanel1.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.uiTitlePanel1.TabIndex = 93;
|
|||
|
this.uiTitlePanel1.Text = "当日合格率";
|
|||
|
this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.uiTitlePanel1.TitleColor = System.Drawing.Color.White;
|
|||
|
this.uiTitlePanel1.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
//
|
|||
|
// lblQualified_Day
|
|||
|
//
|
|||
|
this.lblQualified_Day.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblQualified_Day.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblQualified_Day.Location = new System.Drawing.Point(138, 109);
|
|||
|
this.lblQualified_Day.Name = "lblQualified_Day";
|
|||
|
this.lblQualified_Day.Size = new System.Drawing.Size(170, 33);
|
|||
|
this.lblQualified_Day.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.lblQualified_Day.TabIndex = 94;
|
|||
|
this.lblQualified_Day.Text = "合格量:";
|
|||
|
this.lblQualified_Day.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblTotal_Day
|
|||
|
//
|
|||
|
this.lblTotal_Day.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblTotal_Day.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblTotal_Day.Location = new System.Drawing.Point(138, 63);
|
|||
|
this.lblTotal_Day.Name = "lblTotal_Day";
|
|||
|
this.lblTotal_Day.Size = new System.Drawing.Size(170, 33);
|
|||
|
this.lblTotal_Day.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.lblTotal_Day.TabIndex = 93;
|
|||
|
this.lblTotal_Day.Text = "检测量:";
|
|||
|
this.lblTotal_Day.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// uiTitlePanel2
|
|||
|
//
|
|||
|
this.uiTitlePanel2.BackColor = System.Drawing.Color.White;
|
|||
|
this.uiTitlePanel2.Controls.Add(this.lblQualified_Month);
|
|||
|
this.uiTitlePanel2.Controls.Add(this.lblTotal_Month);
|
|||
|
this.uiTitlePanel2.Controls.Add(this.uiProcessMonth);
|
|||
|
this.uiTitlePanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.uiTitlePanel2.Location = new System.Drawing.Point(331, 13);
|
|||
|
this.uiTitlePanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
this.uiTitlePanel2.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.uiTitlePanel2.Name = "uiTitlePanel2";
|
|||
|
this.uiTitlePanel2.ShowText = false;
|
|||
|
this.uiTitlePanel2.Size = new System.Drawing.Size(311, 172);
|
|||
|
this.uiTitlePanel2.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.uiTitlePanel2.TabIndex = 93;
|
|||
|
this.uiTitlePanel2.Text = "当月合格率";
|
|||
|
this.uiTitlePanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.uiTitlePanel2.TitleColor = System.Drawing.Color.White;
|
|||
|
this.uiTitlePanel2.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
//
|
|||
|
// lblQualified_Month
|
|||
|
//
|
|||
|
this.lblQualified_Month.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblQualified_Month.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblQualified_Month.Location = new System.Drawing.Point(138, 109);
|
|||
|
this.lblQualified_Month.Name = "lblQualified_Month";
|
|||
|
this.lblQualified_Month.Size = new System.Drawing.Size(170, 33);
|
|||
|
this.lblQualified_Month.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.lblQualified_Month.TabIndex = 94;
|
|||
|
this.lblQualified_Month.Text = "合格量:";
|
|||
|
this.lblQualified_Month.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblTotal_Month
|
|||
|
//
|
|||
|
this.lblTotal_Month.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblTotal_Month.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblTotal_Month.Location = new System.Drawing.Point(138, 63);
|
|||
|
this.lblTotal_Month.Name = "lblTotal_Month";
|
|||
|
this.lblTotal_Month.Size = new System.Drawing.Size(170, 33);
|
|||
|
this.lblTotal_Month.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.lblTotal_Month.TabIndex = 93;
|
|||
|
this.lblTotal_Month.Text = "检测量:";
|
|||
|
this.lblTotal_Month.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// uiProcessMonth
|
|||
|
//
|
|||
|
this.uiProcessMonth.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.uiProcessMonth.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|||
|
this.uiProcessMonth.ForeColor2 = System.Drawing.Color.Black;
|
|||
|
this.uiProcessMonth.Location = new System.Drawing.Point(7, 38);
|
|||
|
this.uiProcessMonth.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.uiProcessMonth.Name = "uiProcessMonth";
|
|||
|
this.uiProcessMonth.ShowProcess = true;
|
|||
|
this.uiProcessMonth.Size = new System.Drawing.Size(122, 131);
|
|||
|
this.uiProcessMonth.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.uiProcessMonth.TabIndex = 92;
|
|||
|
this.uiProcessMonth.Text = "0.0%";
|
|||
|
//
|
|||
|
// uiTitlePanel3
|
|||
|
//
|
|||
|
this.uiTitlePanel3.BackColor = System.Drawing.Color.White;
|
|||
|
this.uiTitlePanel3.Controls.Add(this.lblQualified_Quarter);
|
|||
|
this.uiTitlePanel3.Controls.Add(this.lblTotal_Quarter);
|
|||
|
this.uiTitlePanel3.Controls.Add(this.uiProcessQuarter);
|
|||
|
this.uiTitlePanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.uiTitlePanel3.Location = new System.Drawing.Point(650, 14);
|
|||
|
this.uiTitlePanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
this.uiTitlePanel3.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.uiTitlePanel3.Name = "uiTitlePanel3";
|
|||
|
this.uiTitlePanel3.ShowText = false;
|
|||
|
this.uiTitlePanel3.Size = new System.Drawing.Size(311, 172);
|
|||
|
this.uiTitlePanel3.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.uiTitlePanel3.TabIndex = 93;
|
|||
|
this.uiTitlePanel3.Text = "当季合格率";
|
|||
|
this.uiTitlePanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.uiTitlePanel3.TitleColor = System.Drawing.Color.White;
|
|||
|
this.uiTitlePanel3.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
//
|
|||
|
// lblQualified_Quarter
|
|||
|
//
|
|||
|
this.lblQualified_Quarter.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblQualified_Quarter.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblQualified_Quarter.Location = new System.Drawing.Point(138, 109);
|
|||
|
this.lblQualified_Quarter.Name = "lblQualified_Quarter";
|
|||
|
this.lblQualified_Quarter.Size = new System.Drawing.Size(170, 33);
|
|||
|
this.lblQualified_Quarter.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.lblQualified_Quarter.TabIndex = 94;
|
|||
|
this.lblQualified_Quarter.Text = "合格量:";
|
|||
|
this.lblQualified_Quarter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblTotal_Quarter
|
|||
|
//
|
|||
|
this.lblTotal_Quarter.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblTotal_Quarter.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblTotal_Quarter.Location = new System.Drawing.Point(138, 63);
|
|||
|
this.lblTotal_Quarter.Name = "lblTotal_Quarter";
|
|||
|
this.lblTotal_Quarter.Size = new System.Drawing.Size(170, 33);
|
|||
|
this.lblTotal_Quarter.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.lblTotal_Quarter.TabIndex = 93;
|
|||
|
this.lblTotal_Quarter.Text = "检测量:";
|
|||
|
this.lblTotal_Quarter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// uiProcessQuarter
|
|||
|
//
|
|||
|
this.uiProcessQuarter.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.uiProcessQuarter.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|||
|
this.uiProcessQuarter.ForeColor2 = System.Drawing.Color.Black;
|
|||
|
this.uiProcessQuarter.Location = new System.Drawing.Point(7, 38);
|
|||
|
this.uiProcessQuarter.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.uiProcessQuarter.Name = "uiProcessQuarter";
|
|||
|
this.uiProcessQuarter.ShowProcess = true;
|
|||
|
this.uiProcessQuarter.Size = new System.Drawing.Size(122, 131);
|
|||
|
this.uiProcessQuarter.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.uiProcessQuarter.TabIndex = 92;
|
|||
|
this.uiProcessQuarter.Text = "0.0%";
|
|||
|
//
|
|||
|
// uiTitlePanel4
|
|||
|
//
|
|||
|
this.uiTitlePanel4.BackColor = System.Drawing.Color.White;
|
|||
|
this.uiTitlePanel4.Controls.Add(this.lblQualified_Year);
|
|||
|
this.uiTitlePanel4.Controls.Add(this.lblTotal_Year);
|
|||
|
this.uiTitlePanel4.Controls.Add(this.uiProcessYear);
|
|||
|
this.uiTitlePanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.uiTitlePanel4.Location = new System.Drawing.Point(969, 14);
|
|||
|
this.uiTitlePanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
this.uiTitlePanel4.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.uiTitlePanel4.Name = "uiTitlePanel4";
|
|||
|
this.uiTitlePanel4.ShowText = false;
|
|||
|
this.uiTitlePanel4.Size = new System.Drawing.Size(311, 172);
|
|||
|
this.uiTitlePanel4.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.uiTitlePanel4.TabIndex = 93;
|
|||
|
this.uiTitlePanel4.Text = "当年合格率";
|
|||
|
this.uiTitlePanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.uiTitlePanel4.TitleColor = System.Drawing.Color.White;
|
|||
|
this.uiTitlePanel4.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
//
|
|||
|
// lblQualified_Year
|
|||
|
//
|
|||
|
this.lblQualified_Year.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblQualified_Year.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblQualified_Year.Location = new System.Drawing.Point(138, 109);
|
|||
|
this.lblQualified_Year.Name = "lblQualified_Year";
|
|||
|
this.lblQualified_Year.Size = new System.Drawing.Size(170, 33);
|
|||
|
this.lblQualified_Year.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.lblQualified_Year.TabIndex = 94;
|
|||
|
this.lblQualified_Year.Text = "合格量:";
|
|||
|
this.lblQualified_Year.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblTotal_Year
|
|||
|
//
|
|||
|
this.lblTotal_Year.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblTotal_Year.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblTotal_Year.Location = new System.Drawing.Point(138, 63);
|
|||
|
this.lblTotal_Year.Name = "lblTotal_Year";
|
|||
|
this.lblTotal_Year.Size = new System.Drawing.Size(170, 33);
|
|||
|
this.lblTotal_Year.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.lblTotal_Year.TabIndex = 93;
|
|||
|
this.lblTotal_Year.Text = "检测量:";
|
|||
|
this.lblTotal_Year.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// uiProcessYear
|
|||
|
//
|
|||
|
this.uiProcessYear.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.uiProcessYear.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|||
|
this.uiProcessYear.ForeColor2 = System.Drawing.Color.Black;
|
|||
|
this.uiProcessYear.Location = new System.Drawing.Point(7, 38);
|
|||
|
this.uiProcessYear.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.uiProcessYear.Name = "uiProcessYear";
|
|||
|
this.uiProcessYear.ShowProcess = true;
|
|||
|
this.uiProcessYear.Size = new System.Drawing.Size(122, 131);
|
|||
|
this.uiProcessYear.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.uiProcessYear.TabIndex = 92;
|
|||
|
this.uiProcessYear.Text = "0.0%";
|
|||
|
//
|
|||
|
// pieDefect
|
|||
|
//
|
|||
|
this.pieDefect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.pieDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.pieDefect.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.pieDefect.Location = new System.Drawing.Point(992, 194);
|
|||
|
this.pieDefect.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.pieDefect.Name = "pieDefect";
|
|||
|
this.pieDefect.Size = new System.Drawing.Size(400, 396);
|
|||
|
this.pieDefect.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.pieDefect.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.pieDefect.TabIndex = 94;
|
|||
|
this.pieDefect.Text = "瑕疵分布图";
|
|||
|
//
|
|||
|
// barcharQualified
|
|||
|
//
|
|||
|
this.barcharQualified.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.barcharQualified.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
|
|||
|
this.barcharQualified.FillColor = System.Drawing.Color.White;
|
|||
|
this.barcharQualified.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.barcharQualified.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
|
|||
|
this.barcharQualified.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.barcharQualified.Location = new System.Drawing.Point(13, 194);
|
|||
|
this.barcharQualified.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.barcharQualified.Name = "barcharQualified";
|
|||
|
this.barcharQualified.Size = new System.Drawing.Size(971, 183);
|
|||
|
this.barcharQualified.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.barcharQualified.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.barcharQualified.TabIndex = 95;
|
|||
|
this.barcharQualified.Text = "合格率趋势图";
|
|||
|
//
|
|||
|
// linecharDefect
|
|||
|
//
|
|||
|
this.linecharDefect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.linecharDefect.FillColor = System.Drawing.Color.White;
|
|||
|
this.linecharDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.linecharDefect.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.linecharDefect.Location = new System.Drawing.Point(13, 383);
|
|||
|
this.linecharDefect.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.linecharDefect.Name = "linecharDefect";
|
|||
|
this.linecharDefect.Size = new System.Drawing.Size(971, 207);
|
|||
|
this.linecharDefect.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.linecharDefect.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.linecharDefect.TabIndex = 96;
|
|||
|
this.linecharDefect.Text = "瑕疵量趋势图";
|
|||
|
//
|
|||
|
// btnBack
|
|||
|
//
|
|||
|
this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.btnBack.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.btnBack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.btnBack.Location = new System.Drawing.Point(1293, 23);
|
|||
|
this.btnBack.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
this.btnBack.Name = "btnBack";
|
|||
|
this.btnBack.Size = new System.Drawing.Size(100, 72);
|
|||
|
this.btnBack.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.btnBack.Symbol = 61730;
|
|||
|
this.btnBack.SymbolSize = 26;
|
|||
|
this.btnBack.TabIndex = 97;
|
|||
|
this.btnBack.Text = "返回";
|
|||
|
this.btnBack.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
|||
|
//
|
|||
|
// FChart
|
|||
|
//
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.ClientSize = new System.Drawing.Size(1405, 602);
|
|||
|
this.Controls.Add(this.btnBack);
|
|||
|
this.Controls.Add(this.linecharDefect);
|
|||
|
this.Controls.Add(this.barcharQualified);
|
|||
|
this.Controls.Add(this.pieDefect);
|
|||
|
this.Controls.Add(this.uiTitlePanel4);
|
|||
|
this.Controls.Add(this.uiTitlePanel3);
|
|||
|
this.Controls.Add(this.uiTitlePanel2);
|
|||
|
this.Controls.Add(this.uiTitlePanel1);
|
|||
|
this.Controls.Add(this.btnExport);
|
|||
|
this.Name = "FChart";
|
|||
|
this.PageIndex = 2;
|
|||
|
this.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.Shown += new System.EventHandler(this.FChart_Shown);
|
|||
|
this.uiTitlePanel1.ResumeLayout(false);
|
|||
|
this.uiTitlePanel2.ResumeLayout(false);
|
|||
|
this.uiTitlePanel3.ResumeLayout(false);
|
|||
|
this.uiTitlePanel4.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private Sunny.UI.UISymbolButton btnExport;
|
|||
|
private Sunny.UI.UIRoundProcess uiProcessDay;
|
|||
|
private Sunny.UI.UITitlePanel uiTitlePanel1;
|
|||
|
private Sunny.UI.UILabel lblQualified_Day;
|
|||
|
private Sunny.UI.UILabel lblTotal_Day;
|
|||
|
private Sunny.UI.UITitlePanel uiTitlePanel2;
|
|||
|
private Sunny.UI.UILabel lblQualified_Month;
|
|||
|
private Sunny.UI.UILabel lblTotal_Month;
|
|||
|
private Sunny.UI.UIRoundProcess uiProcessMonth;
|
|||
|
private Sunny.UI.UITitlePanel uiTitlePanel3;
|
|||
|
private Sunny.UI.UILabel lblQualified_Quarter;
|
|||
|
private Sunny.UI.UILabel lblTotal_Quarter;
|
|||
|
private Sunny.UI.UIRoundProcess uiProcessQuarter;
|
|||
|
private Sunny.UI.UITitlePanel uiTitlePanel4;
|
|||
|
private Sunny.UI.UILabel lblQualified_Year;
|
|||
|
private Sunny.UI.UILabel lblTotal_Year;
|
|||
|
private Sunny.UI.UIRoundProcess uiProcessYear;
|
|||
|
private Sunny.UI.UIPieChart pieDefect;
|
|||
|
private Sunny.UI.UIBarChart barcharQualified;
|
|||
|
private Sunny.UI.UILineChart linecharDefect;
|
|||
|
private Sunny.UI.UISymbolButton btnBack;
|
|||
|
}
|
|||
|
}
|