namespace OTSExtremum
{
partial class GroupLmax
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupLmax));
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.dtgrid = new System.Windows.Forms.DataGridView();
this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Lmax = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.se = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CI1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CI2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtgrid)).BeginInit();
this.SuspendLayout();
//
// chart1
//
chartArea1.AxisX.MajorGrid.Enabled = false;
chartArea1.AxisX.MajorGrid.Interval = 50D;
chartArea1.AxisX.MajorTickMark.Interval = 100D;
chartArea1.AxisX.MinorTickMark.Enabled = true;
chartArea1.AxisX.MinorTickMark.Interval = 50D;
chartArea1.AxisX.MinorTickMark.Size = 0.5F;
chartArea1.AxisY.MajorGrid.Enabled = false;
chartArea1.AxisY.MajorTickMark.Interval = 2D;
chartArea1.AxisY.MinorTickMark.Enabled = true;
chartArea1.AxisY.MinorTickMark.Interval = 1D;
chartArea1.AxisY.MinorTickMark.Size = 0.5F;
chartArea1.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea1);
legend1.DockedToChartArea = "ChartArea1";
legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Left;
legend1.Name = "Legend1";
this.chart1.Legends.Add(legend1);
this.chart1.Location = new System.Drawing.Point(12, 23);
this.chart1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.chart1.Name = "chart1";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
series1.Legend = "Legend1";
series1.MarkerBorderColor = System.Drawing.Color.Red;
series1.MarkerColor = System.Drawing.Color.Red;
series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
series1.Name = "Lmax";
this.chart1.Series.Add(series1);
this.chart1.Size = new System.Drawing.Size(1267, 401);
this.chart1.TabIndex = 3;
this.chart1.Text = "chart1";
//
// dtgrid
//
this.dtgrid.AllowUserToAddRows = false;
this.dtgrid.AllowUserToDeleteRows = false;
this.dtgrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dtgrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Number,
this.Lmax,
this.se,
this.CI1,
this.CI2});
this.dtgrid.Location = new System.Drawing.Point(12, 446);
this.dtgrid.Name = "dtgrid";
this.dtgrid.ReadOnly = true;
this.dtgrid.RowTemplate.Height = 30;
this.dtgrid.Size = new System.Drawing.Size(1267, 592);
this.dtgrid.TabIndex = 4;
//
// Number
//
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Number.DefaultCellStyle = dataGridViewCellStyle1;
this.Number.HeaderText = "试样编号";
this.Number.Name = "Number";
this.Number.ReadOnly = true;
this.Number.Width = 150;
//
// Lmax
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Lmax.DefaultCellStyle = dataGridViewCellStyle2;
this.Lmax.HeaderText = "Lmax";
this.Lmax.Name = "Lmax";
this.Lmax.ReadOnly = true;
this.Lmax.Width = 150;
//
// se
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.se.DefaultCellStyle = dataGridViewCellStyle3;
this.se.HeaderText = "SE(X)";
this.se.Name = "se";
this.se.ReadOnly = true;
this.se.Width = 150;
//
// CI1
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.CI1.DefaultCellStyle = dataGridViewCellStyle4;
this.CI1.HeaderText = "CI1";
this.CI1.Name = "CI1";
this.CI1.ReadOnly = true;
this.CI1.Width = 150;
//
// CI2
//
this.CI2.HeaderText = "CI2";
this.CI2.Name = "CI2";
this.CI2.ReadOnly = true;
this.CI2.Width = 150;
//
// GroupLmax
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1294, 1062);
this.Controls.Add(this.dtgrid);
this.Controls.Add(this.chart1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "GroupLmax";
this.Text = "差异性分析";
this.Load += new System.EventHandler(this.GroupLmax_Load);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtgrid)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.DataGridView dtgrid;
private System.Windows.Forms.DataGridViewTextBoxColumn Number;
private System.Windows.Forms.DataGridViewTextBoxColumn Lmax;
private System.Windows.Forms.DataGridViewTextBoxColumn se;
private System.Windows.Forms.DataGridViewTextBoxColumn CI1;
private System.Windows.Forms.DataGridViewTextBoxColumn CI2;
}
}