namespace Casic.Birmm.RbFreqStandMeasure { partial class bootFeature { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.label_max = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label_bootFeature = new System.Windows.Forms.Label(); this.label_min = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.SuspendLayout(); // // chart1 // chartArea2.AxisX.LabelAutoFitMaxFontSize = 9; chartArea2.AxisX.MajorGrid.Enabled = false; chartArea2.AxisY.LabelAutoFitMaxFontSize = 9; chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.Silver; chartArea2.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea2); this.chart1.Location = new System.Drawing.Point(0, 39); this.chart1.Name = "chart1"; series2.ChartArea = "ChartArea1"; series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline; series2.IsVisibleInLegend = false; series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle; series2.Name = "Series1"; series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime; this.chart1.Series.Add(series2); this.chart1.Size = new System.Drawing.Size(405, 204); this.chart1.TabIndex = 110; this.chart1.Text = "chart1"; // // label_max // this.label_max.BackColor = System.Drawing.Color.Transparent; this.label_max.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_max.ForeColor = System.Drawing.SystemColors.GrayText; this.label_max.Location = new System.Drawing.Point(214, 9); this.label_max.Margin = new System.Windows.Forms.Padding(0); this.label_max.Name = "label_max"; this.label_max.Size = new System.Drawing.Size(66, 27); this.label_max.TabIndex = 107; this.label_max.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label4 // this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label4.Location = new System.Drawing.Point(137, 9); this.label4.Margin = new System.Windows.Forms.Padding(0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(83, 27); this.label4.TabIndex = 106; this.label4.Text = "y(t)-Max:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label_bootFeature // this.label_bootFeature.BackColor = System.Drawing.Color.Transparent; this.label_bootFeature.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_bootFeature.ForeColor = System.Drawing.SystemColors.GrayText; this.label_bootFeature.Location = new System.Drawing.Point(350, 9); this.label_bootFeature.Margin = new System.Windows.Forms.Padding(0); this.label_bootFeature.Name = "label_bootFeature"; this.label_bootFeature.Size = new System.Drawing.Size(55, 27); this.label_bootFeature.TabIndex = 103; this.label_bootFeature.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_min // this.label_min.BackColor = System.Drawing.Color.Transparent; this.label_min.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_min.ForeColor = System.Drawing.SystemColors.GrayText; this.label_min.Location = new System.Drawing.Point(74, 9); this.label_min.Margin = new System.Windows.Forms.Padding(0); this.label_min.Name = "label_min"; this.label_min.Size = new System.Drawing.Size(67, 27); this.label_min.TabIndex = 102; this.label_min.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; 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(268, 9); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(87, 27); this.label2.TabIndex = 101; this.label2.Text = "测量结果:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(-2, 9); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(83, 27); this.label9.TabIndex = 100; this.label9.Text = "y(t)-Min:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // bootFeature // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.chart1); this.Controls.Add(this.label_max); this.Controls.Add(this.label4); this.Controls.Add(this.label_bootFeature); this.Controls.Add(this.label_min); this.Controls.Add(this.label2); this.Controls.Add(this.label9); this.Name = "bootFeature"; this.Size = new System.Drawing.Size(405, 246); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label9; public System.Windows.Forms.Label label_max; public System.Windows.Forms.Label label_bootFeature; public System.Windows.Forms.Label label_min; } }