You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
282 lines
15 KiB
282 lines
15 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.Operation
|
||
|
{
|
||
|
partial class SPCControlForm
|
||
|
{
|
||
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPCControlForm));
|
||
|
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();
|
||
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
|
this.tbtnTendency = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tbtnDistribution = new System.Windows.Forms.ToolStripButton();
|
||
|
this.panelSearchTitle = new System.Windows.Forms.Panel();
|
||
|
this.lblSearchTitle = new System.Windows.Forms.Label();
|
||
|
this.panelSearch = new System.Windows.Forms.Panel();
|
||
|
this.cbxProcessParameter = new System.Windows.Forms.ComboBox();
|
||
|
this.lblMonitorValue = new System.Windows.Forms.Label();
|
||
|
this.txtMVEnd = new System.Windows.Forms.TextBox();
|
||
|
this.txtMVStart = new System.Windows.Forms.TextBox();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.txtCount = new System.Windows.Forms.TextBox();
|
||
|
this.lblMonitorCount = new System.Windows.Forms.Label();
|
||
|
this.panelContent = new System.Windows.Forms.Panel();
|
||
|
this.chartData = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
||
|
this.toolStrip1.SuspendLayout();
|
||
|
this.panelSearchTitle.SuspendLayout();
|
||
|
this.panelSearch.SuspendLayout();
|
||
|
this.panelContent.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.chartData)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// toolStrip1
|
||
|
//
|
||
|
this.toolStrip1.AutoSize = false;
|
||
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
|
this.tbtnTendency,
|
||
|
this.tbtnDistribution});
|
||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolStrip1.Name = "toolStrip1";
|
||
|
this.toolStrip1.Size = new System.Drawing.Size(984, 70);
|
||
|
this.toolStrip1.TabIndex = 3;
|
||
|
this.toolStrip1.Text = "toolStrip1";
|
||
|
//
|
||
|
// tbtnTendency
|
||
|
//
|
||
|
this.tbtnTendency.AutoSize = false;
|
||
|
this.tbtnTendency.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tbtnTendency.Image = ((System.Drawing.Image)(resources.GetObject("tbtnTendency.Image")));
|
||
|
this.tbtnTendency.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tbtnTendency.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tbtnTendency.Name = "tbtnTendency";
|
||
|
this.tbtnTendency.Size = new System.Drawing.Size(140, 60);
|
||
|
this.tbtnTendency.Text = "趋势图";
|
||
|
this.tbtnTendency.Click += new System.EventHandler(this.tbtnTendency_Click);
|
||
|
//
|
||
|
// tbtnDistribution
|
||
|
//
|
||
|
this.tbtnDistribution.AutoSize = false;
|
||
|
this.tbtnDistribution.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tbtnDistribution.Image = ((System.Drawing.Image)(resources.GetObject("tbtnDistribution.Image")));
|
||
|
this.tbtnDistribution.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tbtnDistribution.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tbtnDistribution.Name = "tbtnDistribution";
|
||
|
this.tbtnDistribution.Size = new System.Drawing.Size(140, 60);
|
||
|
this.tbtnDistribution.Text = "分布图";
|
||
|
this.tbtnDistribution.Click += new System.EventHandler(this.tbtnDistribution_Click);
|
||
|
//
|
||
|
// panelSearchTitle
|
||
|
//
|
||
|
this.panelSearchTitle.BackColor = System.Drawing.SystemColors.ScrollBar;
|
||
|
this.panelSearchTitle.Controls.Add(this.lblSearchTitle);
|
||
|
this.panelSearchTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panelSearchTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.panelSearchTitle.Location = new System.Drawing.Point(0, 70);
|
||
|
this.panelSearchTitle.Name = "panelSearchTitle";
|
||
|
this.panelSearchTitle.Size = new System.Drawing.Size(984, 35);
|
||
|
this.panelSearchTitle.TabIndex = 4;
|
||
|
//
|
||
|
// lblSearchTitle
|
||
|
//
|
||
|
this.lblSearchTitle.AutoSize = true;
|
||
|
this.lblSearchTitle.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.lblSearchTitle.Location = new System.Drawing.Point(15, 7);
|
||
|
this.lblSearchTitle.Name = "lblSearchTitle";
|
||
|
this.lblSearchTitle.Size = new System.Drawing.Size(69, 20);
|
||
|
this.lblSearchTitle.TabIndex = 0;
|
||
|
this.lblSearchTitle.Text = "查询条件";
|
||
|
//
|
||
|
// panelSearch
|
||
|
//
|
||
|
this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
|
||
|
this.panelSearch.Controls.Add(this.cbxProcessParameter);
|
||
|
this.panelSearch.Controls.Add(this.lblMonitorValue);
|
||
|
this.panelSearch.Controls.Add(this.txtMVEnd);
|
||
|
this.panelSearch.Controls.Add(this.txtMVStart);
|
||
|
this.panelSearch.Controls.Add(this.label2);
|
||
|
this.panelSearch.Controls.Add(this.label1);
|
||
|
this.panelSearch.Controls.Add(this.txtCount);
|
||
|
this.panelSearch.Controls.Add(this.lblMonitorCount);
|
||
|
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panelSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.panelSearch.Location = new System.Drawing.Point(0, 105);
|
||
|
this.panelSearch.Name = "panelSearch";
|
||
|
this.panelSearch.Size = new System.Drawing.Size(984, 61);
|
||
|
this.panelSearch.TabIndex = 5;
|
||
|
//
|
||
|
// cbxProcessParameter
|
||
|
//
|
||
|
this.cbxProcessParameter.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.cbxProcessParameter.FormattingEnabled = true;
|
||
|
this.cbxProcessParameter.Location = new System.Drawing.Point(282, 18);
|
||
|
this.cbxProcessParameter.Name = "cbxProcessParameter";
|
||
|
this.cbxProcessParameter.Size = new System.Drawing.Size(120, 28);
|
||
|
this.cbxProcessParameter.TabIndex = 2;
|
||
|
//
|
||
|
// lblMonitorValue
|
||
|
//
|
||
|
this.lblMonitorValue.AutoSize = true;
|
||
|
this.lblMonitorValue.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.lblMonitorValue.Location = new System.Drawing.Point(219, 21);
|
||
|
this.lblMonitorValue.Name = "lblMonitorValue";
|
||
|
this.lblMonitorValue.Size = new System.Drawing.Size(54, 20);
|
||
|
this.lblMonitorValue.TabIndex = 0;
|
||
|
this.lblMonitorValue.Text = "监控值";
|
||
|
//
|
||
|
// txtMVEnd
|
||
|
//
|
||
|
this.txtMVEnd.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.txtMVEnd.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
||
|
this.txtMVEnd.Location = new System.Drawing.Point(676, 19);
|
||
|
this.txtMVEnd.MaxLength = 10;
|
||
|
this.txtMVEnd.Name = "txtMVEnd";
|
||
|
this.txtMVEnd.Size = new System.Drawing.Size(100, 27);
|
||
|
this.txtMVEnd.TabIndex = 1;
|
||
|
this.txtMVEnd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDouble_KeyPress);
|
||
|
//
|
||
|
// txtMVStart
|
||
|
//
|
||
|
this.txtMVStart.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.txtMVStart.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
||
|
this.txtMVStart.Location = new System.Drawing.Point(540, 19);
|
||
|
this.txtMVStart.MaxLength = 10;
|
||
|
this.txtMVStart.Name = "txtMVStart";
|
||
|
this.txtMVStart.Size = new System.Drawing.Size(100, 27);
|
||
|
this.txtMVStart.TabIndex = 1;
|
||
|
this.txtMVStart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDouble_KeyPress);
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label2.Location = new System.Drawing.Point(646, 21);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(24, 20);
|
||
|
this.label2.TabIndex = 0;
|
||
|
this.label2.Text = "至";
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label1.Location = new System.Drawing.Point(447, 22);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(84, 20);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "监控值范围";
|
||
|
//
|
||
|
// txtCount
|
||
|
//
|
||
|
this.txtCount.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.txtCount.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
||
|
this.txtCount.Location = new System.Drawing.Point(90, 18);
|
||
|
this.txtCount.MaxLength = 3;
|
||
|
this.txtCount.Name = "txtCount";
|
||
|
this.txtCount.Size = new System.Drawing.Size(100, 27);
|
||
|
this.txtCount.TabIndex = 1;
|
||
|
this.txtCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumber_KeyPress);
|
||
|
//
|
||
|
// lblMonitorCount
|
||
|
//
|
||
|
this.lblMonitorCount.AutoSize = true;
|
||
|
this.lblMonitorCount.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.lblMonitorCount.Location = new System.Drawing.Point(15, 21);
|
||
|
this.lblMonitorCount.Name = "lblMonitorCount";
|
||
|
this.lblMonitorCount.Size = new System.Drawing.Size(69, 20);
|
||
|
this.lblMonitorCount.TabIndex = 0;
|
||
|
this.lblMonitorCount.Text = "监控数量";
|
||
|
//
|
||
|
// panelContent
|
||
|
//
|
||
|
this.panelContent.Controls.Add(this.chartData);
|
||
|
this.panelContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.panelContent.Location = new System.Drawing.Point(0, 166);
|
||
|
this.panelContent.Name = "panelContent";
|
||
|
this.panelContent.Size = new System.Drawing.Size(984, 496);
|
||
|
this.panelContent.TabIndex = 6;
|
||
|
//
|
||
|
// chartData
|
||
|
//
|
||
|
chartArea1.Name = "ChartA";
|
||
|
this.chartData.ChartAreas.Add(chartArea1);
|
||
|
this.chartData.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
legend1.Name = "LegendDesc";
|
||
|
this.chartData.Legends.Add(legend1);
|
||
|
this.chartData.Location = new System.Drawing.Point(0, 0);
|
||
|
this.chartData.Name = "chartData";
|
||
|
series1.ChartArea = "ChartA";
|
||
|
series1.Legend = "LegendDesc";
|
||
|
series1.Name = "Series1";
|
||
|
this.chartData.Series.Add(series1);
|
||
|
this.chartData.Size = new System.Drawing.Size(984, 496);
|
||
|
this.chartData.TabIndex = 0;
|
||
|
//
|
||
|
// SPCControlForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||
|
this.ClientSize = new System.Drawing.Size(984, 662);
|
||
|
this.Controls.Add(this.panelContent);
|
||
|
this.Controls.Add(this.panelSearch);
|
||
|
this.Controls.Add(this.panelSearchTitle);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "SPCControlForm";
|
||
|
this.Text = "SPC监控";
|
||
|
this.toolStrip1.ResumeLayout(false);
|
||
|
this.toolStrip1.PerformLayout();
|
||
|
this.panelSearchTitle.ResumeLayout(false);
|
||
|
this.panelSearchTitle.PerformLayout();
|
||
|
this.panelSearch.ResumeLayout(false);
|
||
|
this.panelSearch.PerformLayout();
|
||
|
this.panelContent.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.chartData)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
|
private System.Windows.Forms.ToolStripButton tbtnDistribution;
|
||
|
private System.Windows.Forms.ToolStripButton tbtnTendency;
|
||
|
private System.Windows.Forms.Panel panelSearchTitle;
|
||
|
private System.Windows.Forms.Label lblSearchTitle;
|
||
|
private System.Windows.Forms.Panel panelSearch;
|
||
|
private System.Windows.Forms.Label lblMonitorCount;
|
||
|
private System.Windows.Forms.TextBox txtCount;
|
||
|
private System.Windows.Forms.Label lblMonitorValue;
|
||
|
private System.Windows.Forms.ComboBox cbxProcessParameter;
|
||
|
private System.Windows.Forms.TextBox txtMVEnd;
|
||
|
private System.Windows.Forms.TextBox txtMVStart;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Panel panelContent;
|
||
|
private System.Windows.Forms.DataVisualization.Charting.Chart chartData;
|
||
|
}
|
||
|
}
|