namespace OTSExtremum
{
partial class LmaxForm
{
///
/// 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.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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LmaxForm));
this.dtgrid = new System.Windows.Forms.DataGridView();
this.T = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.P = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.y = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Lmax = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
((System.ComponentModel.ISupportInitialize)(this.dtgrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.SuspendLayout();
//
// dtgrid
//
this.dtgrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dtgrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.T,
this.P,
this.y,
this.Lmax});
this.dtgrid.Location = new System.Drawing.Point(12, 430);
this.dtgrid.Name = "dtgrid";
this.dtgrid.RowTemplate.Height = 30;
this.dtgrid.Size = new System.Drawing.Size(1267, 628);
this.dtgrid.TabIndex = 0;
//
// T
//
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.T.DefaultCellStyle = dataGridViewCellStyle1;
this.T.HeaderText = "T";
this.T.Name = "T";
this.T.Width = 200;
//
// P
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.P.DefaultCellStyle = dataGridViewCellStyle2;
this.P.HeaderText = "P,%";
this.P.Name = "P";
this.P.Width = 200;
//
// y
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.y.DefaultCellStyle = dataGridViewCellStyle3;
this.y.HeaderText = "y";
this.y.Name = "y";
this.y.Width = 200;
//
// Lmax
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Lmax.DefaultCellStyle = dataGridViewCellStyle4;
this.Lmax.HeaderText = "Lmax,μm";
this.Lmax.Name = "Lmax";
this.Lmax.Width = 200;
//
// chart1
//
chartArea1.AxisX.Interval = 200D;
chartArea1.AxisX.MajorGrid.Enabled = false;
chartArea1.AxisX.MajorGrid.Interval = 50D;
chartArea1.AxisX.MajorTickMark.Interval = 100D;
chartArea1.AxisX.Minimum = -50D;
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, 13);
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 = 2;
this.chart1.Text = "chart1";
//
// LmaxForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1296, 1069);
this.Controls.Add(this.chart1);
this.Controls.Add(this.dtgrid);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "LmaxForm";
this.Text = "极值分布";
this.Load += new System.EventHandler(this.LmaxForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dtgrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dtgrid;
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.DataGridViewTextBoxColumn T;
private System.Windows.Forms.DataGridViewTextBoxColumn P;
private System.Windows.Forms.DataGridViewTextBoxColumn y;
private System.Windows.Forms.DataGridViewTextBoxColumn Lmax;
}
}