You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
310 lines
16 KiB
C#
310 lines
16 KiB
C#
namespace Mesnac.Gui.Edit.Dialog
|
|
{
|
|
partial class FrmStationData
|
|
{
|
|
/// <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()
|
|
{
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel_data = new System.Windows.Forms.Panel();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.panel_pie = new System.Windows.Forms.Panel();
|
|
this.panel_chart = new System.Windows.Forms.Panel();
|
|
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.panel_chart_data = new System.Windows.Forms.Panel();
|
|
this.txt_zongshu = new System.Windows.Forms.TextBox();
|
|
this.txt_lv = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txt_hege = new System.Windows.Forms.TextBox();
|
|
this.txt_buhege = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.lb_stationName = new System.Windows.Forms.TextBox();
|
|
this.panel1.SuspendLayout();
|
|
this.panel_data.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panel_pie.SuspendLayout();
|
|
this.panel_chart.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
|
|
this.panel_chart_data.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.panel1.Controls.Add(this.panel_data);
|
|
this.panel1.Controls.Add(this.panel_pie);
|
|
this.panel1.Controls.Add(this.panel3);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(622, 408);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panel_data
|
|
//
|
|
this.panel_data.Controls.Add(this.dataGridView1);
|
|
this.panel_data.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel_data.Location = new System.Drawing.Point(0, 157);
|
|
this.panel_data.Name = "panel_data";
|
|
this.panel_data.Size = new System.Drawing.Size(622, 251);
|
|
this.panel_data.TabIndex = 8;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(622, 251);
|
|
this.dataGridView1.TabIndex = 0;
|
|
//
|
|
// panel_pie
|
|
//
|
|
this.panel_pie.Controls.Add(this.panel_chart);
|
|
this.panel_pie.Controls.Add(this.panel_chart_data);
|
|
this.panel_pie.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel_pie.Location = new System.Drawing.Point(0, 47);
|
|
this.panel_pie.Name = "panel_pie";
|
|
this.panel_pie.Size = new System.Drawing.Size(622, 110);
|
|
this.panel_pie.TabIndex = 7;
|
|
//
|
|
// panel_chart
|
|
//
|
|
this.panel_chart.Controls.Add(this.chart1);
|
|
this.panel_chart.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel_chart.Location = new System.Drawing.Point(0, 0);
|
|
this.panel_chart.Name = "panel_chart";
|
|
this.panel_chart.Size = new System.Drawing.Size(254, 110);
|
|
this.panel_chart.TabIndex = 7;
|
|
//
|
|
// chart1
|
|
//
|
|
this.chart1.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
chartArea1.Name = "ChartArea1";
|
|
this.chart1.ChartAreas.Add(chartArea1);
|
|
this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
legend1.Name = "Legend1";
|
|
this.chart1.Legends.Add(legend1);
|
|
this.chart1.Location = new System.Drawing.Point(0, 0);
|
|
this.chart1.Name = "chart1";
|
|
this.chart1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
|
|
this.chart1.PaletteCustomColors = new System.Drawing.Color[] {
|
|
System.Drawing.Color.Lime,
|
|
System.Drawing.Color.Red,
|
|
System.Drawing.Color.Yellow,
|
|
System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))),
|
|
System.Drawing.Color.Blue,
|
|
System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))))};
|
|
series1.ChartArea = "ChartArea1";
|
|
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
|
|
series1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
series1.Legend = "Legend1";
|
|
series1.Name = "Series1";
|
|
this.chart1.Series.Add(series1);
|
|
this.chart1.Size = new System.Drawing.Size(254, 110);
|
|
this.chart1.TabIndex = 6;
|
|
this.chart1.Text = "chart1";
|
|
title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
title1.Name = "Title1";
|
|
title1.Text = "工位合格率饼状图";
|
|
this.chart1.Titles.Add(title1);
|
|
//
|
|
// panel_chart_data
|
|
//
|
|
this.panel_chart_data.Controls.Add(this.txt_zongshu);
|
|
this.panel_chart_data.Controls.Add(this.txt_lv);
|
|
this.panel_chart_data.Controls.Add(this.label3);
|
|
this.panel_chart_data.Controls.Add(this.label4);
|
|
this.panel_chart_data.Controls.Add(this.txt_hege);
|
|
this.panel_chart_data.Controls.Add(this.txt_buhege);
|
|
this.panel_chart_data.Controls.Add(this.label2);
|
|
this.panel_chart_data.Controls.Add(this.label1);
|
|
this.panel_chart_data.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel_chart_data.Location = new System.Drawing.Point(254, 0);
|
|
this.panel_chart_data.Name = "panel_chart_data";
|
|
this.panel_chart_data.Size = new System.Drawing.Size(368, 110);
|
|
this.panel_chart_data.TabIndex = 6;
|
|
//
|
|
// txt_zongshu
|
|
//
|
|
this.txt_zongshu.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.txt_zongshu.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txt_zongshu.Location = new System.Drawing.Point(255, 15);
|
|
this.txt_zongshu.Name = "txt_zongshu";
|
|
this.txt_zongshu.ReadOnly = true;
|
|
this.txt_zongshu.Size = new System.Drawing.Size(66, 23);
|
|
this.txt_zongshu.TabIndex = 7;
|
|
//
|
|
// txt_lv
|
|
//
|
|
this.txt_lv.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.txt_lv.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txt_lv.Location = new System.Drawing.Point(255, 60);
|
|
this.txt_lv.Name = "txt_lv";
|
|
this.txt_lv.ReadOnly = true;
|
|
this.txt_lv.Size = new System.Drawing.Size(66, 23);
|
|
this.txt_lv.TabIndex = 9;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(193, 62);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(56, 14);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "合格率:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.Location = new System.Drawing.Point(193, 20);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(56, 14);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "总 数:";
|
|
//
|
|
// txt_hege
|
|
//
|
|
this.txt_hege.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.txt_hege.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txt_hege.Location = new System.Drawing.Point(86, 15);
|
|
this.txt_hege.Name = "txt_hege";
|
|
this.txt_hege.ReadOnly = true;
|
|
this.txt_hege.Size = new System.Drawing.Size(66, 23);
|
|
this.txt_hege.TabIndex = 3;
|
|
//
|
|
// txt_buhege
|
|
//
|
|
this.txt_buhege.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.txt_buhege.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txt_buhege.Location = new System.Drawing.Point(86, 60);
|
|
this.txt_buhege.Name = "txt_buhege";
|
|
this.txt_buhege.ReadOnly = true;
|
|
this.txt_buhege.Size = new System.Drawing.Size(66, 23);
|
|
this.txt_buhege.TabIndex = 5;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(24, 62);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(56, 14);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "不合格:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(24, 20);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(56, 14);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "合 格:";
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.panel3.Controls.Add(this.lb_stationName);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(622, 47);
|
|
this.panel3.TabIndex = 1;
|
|
//
|
|
// lb_stationName
|
|
//
|
|
this.lb_stationName.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.lb_stationName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lb_stationName.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lb_stationName.Location = new System.Drawing.Point(0, 0);
|
|
this.lb_stationName.Multiline = true;
|
|
this.lb_stationName.Name = "lb_stationName";
|
|
this.lb_stationName.Size = new System.Drawing.Size(622, 47);
|
|
this.lb_stationName.TabIndex = 1;
|
|
this.lb_stationName.Text = "1223";
|
|
this.lb_stationName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// FrmStationData
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.ClientSize = new System.Drawing.Size(622, 408);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "FrmStationData";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "工位信息";
|
|
this.Load += new System.EventHandler(this.FrmStation_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel_data.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panel_pie.ResumeLayout(false);
|
|
this.panel_chart.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
|
|
this.panel_chart_data.ResumeLayout(false);
|
|
this.panel_chart_data.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.TextBox txt_buhege;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txt_hege;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel_pie;
|
|
private System.Windows.Forms.Panel panel_data;
|
|
private System.Windows.Forms.Panel panel_chart;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
|
|
private System.Windows.Forms.Panel panel_chart_data;
|
|
private System.Windows.Forms.TextBox txt_zongshu;
|
|
private System.Windows.Forms.TextBox txt_lv;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox lb_stationName;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
}
|
|
} |