320 lines
17 KiB
C#
320 lines
17 KiB
C#
namespace 口罩泄露测试仪控制系统_定制款.窗体
|
|
{
|
|
partial class frm_ExperData
|
|
{
|
|
/// <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.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.uiTabControl1 = new Sunny.UI.UITabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.chart_TSI = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panel3.SuspendLayout();
|
|
this.uiTabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chart_TSI)).BeginInit();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.textBox1);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1232, 50);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("黑体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.Location = new System.Drawing.Point(379, 17);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(110, 27);
|
|
this.button1.TabIndex = 2;
|
|
this.button1.Text = "打开文件夹";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Font = new System.Drawing.Font("黑体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox1.Location = new System.Drawing.Point(106, 17);
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(268, 29);
|
|
this.textBox1.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("黑体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(3, 19);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(109, 19);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "导入文件:";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.panel4);
|
|
this.panel2.Controls.Add(this.panel3);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 50);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1232, 626);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.panel4.Controls.Add(this.dataGridView1);
|
|
this.panel4.Location = new System.Drawing.Point(6, 380);
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(1250, 244);
|
|
this.panel4.TabIndex = 1;
|
|
//
|
|
// 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.Margin = new System.Windows.Forms.Padding(2);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowHeadersWidth = 51;
|
|
this.dataGridView1.RowTemplate.Height = 27;
|
|
this.dataGridView1.Size = new System.Drawing.Size(1250, 244);
|
|
this.dataGridView1.TabIndex = 1;
|
|
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.uiTabControl1);
|
|
this.panel3.Location = new System.Drawing.Point(6, 6);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(1250, 369);
|
|
this.panel3.TabIndex = 0;
|
|
//
|
|
// uiTabControl1
|
|
//
|
|
this.uiTabControl1.Controls.Add(this.tabPage1);
|
|
this.uiTabControl1.Controls.Add(this.tabPage2);
|
|
this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
|
|
this.uiTabControl1.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
|
|
this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.uiTabControl1.MainPage = "";
|
|
this.uiTabControl1.Name = "uiTabControl1";
|
|
this.uiTabControl1.SelectedIndex = 0;
|
|
this.uiTabControl1.Size = new System.Drawing.Size(1250, 369);
|
|
this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.uiTabControl1.TabIndex = 0;
|
|
this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.chart_TSI);
|
|
this.tabPage1.Location = new System.Drawing.Point(0, 40);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Size = new System.Drawing.Size(1250, 329);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "泄露曲线";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// chart_TSI
|
|
//
|
|
chartArea1.AxisX.IsMarginVisible = false;
|
|
chartArea1.AxisY2.Maximum = 100D;
|
|
chartArea1.AxisY2.Minimum = 0D;
|
|
chartArea1.Name = "ChartArea1";
|
|
this.chart_TSI.ChartAreas.Add(chartArea1);
|
|
this.chart_TSI.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
legend1.Name = "Legend1";
|
|
this.chart_TSI.Legends.Add(legend1);
|
|
this.chart_TSI.Location = new System.Drawing.Point(0, 0);
|
|
this.chart_TSI.Name = "chart_TSI";
|
|
series1.BorderWidth = 5;
|
|
series1.ChartArea = "ChartArea1";
|
|
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
series1.Legend = "Legend1";
|
|
series1.LegendText = "室内浓度";
|
|
series1.Name = "室内浓度";
|
|
series2.BorderWidth = 5;
|
|
series2.ChartArea = "ChartArea1";
|
|
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
series2.Legend = "Legend1";
|
|
series2.Name = "口罩内浓度";
|
|
series3.BorderWidth = 5;
|
|
series3.ChartArea = "ChartArea1";
|
|
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
series3.Legend = "Legend1";
|
|
series3.Name = "泄露率";
|
|
series3.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
|
|
this.chart_TSI.Series.Add(series1);
|
|
this.chart_TSI.Series.Add(series2);
|
|
this.chart_TSI.Series.Add(series3);
|
|
this.chart_TSI.Size = new System.Drawing.Size(1250, 329);
|
|
this.chart_TSI.TabIndex = 1;
|
|
this.chart_TSI.Text = "chart_Tsi";
|
|
this.chart_TSI.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_TSI_MouseMove);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.chart2);
|
|
this.tabPage2.Location = new System.Drawing.Point(0, 40);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Size = new System.Drawing.Size(1250, 329);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "环境曲线";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// chart2
|
|
//
|
|
chartArea2.AxisX.IsMarginVisible = false;
|
|
chartArea2.Name = "ChartArea1";
|
|
this.chart2.ChartAreas.Add(chartArea2);
|
|
this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
legend2.Name = "Legend1";
|
|
this.chart2.Legends.Add(legend2);
|
|
this.chart2.Location = new System.Drawing.Point(0, 0);
|
|
this.chart2.Name = "chart2";
|
|
series4.BorderWidth = 5;
|
|
series4.ChartArea = "ChartArea1";
|
|
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
series4.Legend = "Legend1";
|
|
series4.LegendText = "室内浓度";
|
|
series4.Name = "室内C02浓度";
|
|
series5.BorderWidth = 5;
|
|
series5.ChartArea = "ChartArea1";
|
|
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
series5.Legend = "Legend1";
|
|
series5.Name = "口罩内CO2浓度";
|
|
series6.BorderWidth = 5;
|
|
series6.ChartArea = "ChartArea1";
|
|
series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
series6.Legend = "Legend1";
|
|
series6.Name = "室内O2浓度";
|
|
series7.BorderWidth = 5;
|
|
series7.ChartArea = "ChartArea1";
|
|
series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
series7.Legend = "Legend1";
|
|
series7.Name = "温度";
|
|
series8.BorderWidth = 5;
|
|
series8.ChartArea = "ChartArea1";
|
|
series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
series8.Legend = "Legend1";
|
|
series8.Name = "湿度";
|
|
this.chart2.Series.Add(series4);
|
|
this.chart2.Series.Add(series5);
|
|
this.chart2.Series.Add(series6);
|
|
this.chart2.Series.Add(series7);
|
|
this.chart2.Series.Add(series8);
|
|
this.chart2.Size = new System.Drawing.Size(1250, 329);
|
|
this.chart2.TabIndex = 2;
|
|
this.chart2.Text = "chart_Tsi";
|
|
this.chart2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart2_MouseMove);
|
|
//
|
|
// frm_ExperData
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(1232, 676);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "frm_ExperData";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "实验数据回放";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.frm_ExperData_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panel3.ResumeLayout(false);
|
|
this.uiTabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.chart_TSI)).EndInit();
|
|
this.tabPage2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private Sunny.UI.UITabControl uiTabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chart_TSI;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chart2;
|
|
}
|
|
} |