|
@@ -29,10 +29,10 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- 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.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 series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
@@ -179,6 +179,7 @@
|
|
|
this.显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.隐藏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.button30 = new System.Windows.Forms.Button();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.拍图.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBImage)).BeginInit();
|
|
@@ -1032,6 +1033,7 @@
|
|
|
//
|
|
|
// 拍图
|
|
|
//
|
|
|
+ this.拍图.Controls.Add(this.button30);
|
|
|
this.拍图.Controls.Add(this.cboSource);
|
|
|
this.拍图.Controls.Add(this.txtBSEDwell);
|
|
|
this.拍图.Controls.Add(this.txtBSEHeight);
|
|
@@ -1064,7 +1066,7 @@
|
|
|
//
|
|
|
// txtBSEDwell
|
|
|
//
|
|
|
- this.txtBSEDwell.Location = new System.Drawing.Point(451, 19);
|
|
|
+ this.txtBSEDwell.Location = new System.Drawing.Point(425, 19);
|
|
|
this.txtBSEDwell.Name = "txtBSEDwell";
|
|
|
this.txtBSEDwell.Size = new System.Drawing.Size(94, 21);
|
|
|
this.txtBSEDwell.TabIndex = 3;
|
|
@@ -1111,7 +1113,7 @@
|
|
|
//
|
|
|
this.label45.AutoSize = true;
|
|
|
this.label45.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
- this.label45.Location = new System.Drawing.Point(405, 22);
|
|
|
+ this.label45.Location = new System.Drawing.Point(379, 24);
|
|
|
this.label45.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label45.Name = "label45";
|
|
|
this.label45.Size = new System.Drawing.Size(41, 12);
|
|
@@ -1710,25 +1712,25 @@
|
|
|
//
|
|
|
// chart1
|
|
|
//
|
|
|
- chartArea1.Name = "ChartArea1";
|
|
|
- this.chart1.ChartAreas.Add(chartArea1);
|
|
|
- legend1.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
- legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
|
|
- legend1.Name = "Legend1";
|
|
|
- this.chart1.Legends.Add(legend1);
|
|
|
+ chartArea2.Name = "ChartArea1";
|
|
|
+ this.chart1.ChartAreas.Add(chartArea2);
|
|
|
+ legend2.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
+ legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
|
|
+ legend2.Name = "Legend1";
|
|
|
+ this.chart1.Legends.Add(legend2);
|
|
|
this.chart1.Location = new System.Drawing.Point(554, 31);
|
|
|
this.chart1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.chart1.Name = "chart1";
|
|
|
- series1.ChartArea = "ChartArea1";
|
|
|
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
|
- series1.Legend = "Legend1";
|
|
|
- series1.Name = "Series1";
|
|
|
- series2.ChartArea = "ChartArea1";
|
|
|
- series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
|
- series2.Legend = "Legend1";
|
|
|
- series2.Name = "Series2";
|
|
|
- this.chart1.Series.Add(series1);
|
|
|
- this.chart1.Series.Add(series2);
|
|
|
+ series3.ChartArea = "ChartArea1";
|
|
|
+ series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
|
+ series3.Legend = "Legend1";
|
|
|
+ series3.Name = "Series1";
|
|
|
+ series4.ChartArea = "ChartArea1";
|
|
|
+ series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
|
+ series4.Legend = "Legend1";
|
|
|
+ series4.Name = "Series2";
|
|
|
+ this.chart1.Series.Add(series3);
|
|
|
+ this.chart1.Series.Add(series4);
|
|
|
this.chart1.Size = new System.Drawing.Size(593, 352);
|
|
|
this.chart1.TabIndex = 3;
|
|
|
this.chart1.Text = "chart1";
|
|
@@ -1793,6 +1795,16 @@
|
|
|
this.退出ToolStripMenuItem.Text = "退出";
|
|
|
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
|
|
|
//
|
|
|
+ // button30
|
|
|
+ //
|
|
|
+ this.button30.Location = new System.Drawing.Point(562, 18);
|
|
|
+ this.button30.Name = "button30";
|
|
|
+ this.button30.Size = new System.Drawing.Size(55, 23);
|
|
|
+ this.button30.TabIndex = 14;
|
|
|
+ this.button30.Text = "拍矩形";
|
|
|
+ this.button30.UseVisualStyleBackColor = true;
|
|
|
+ this.button30.Click += new System.EventHandler(this.button30_Click);
|
|
|
+ //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -1970,6 +1982,7 @@
|
|
|
private System.Windows.Forms.ToolStripMenuItem 隐藏ToolStripMenuItem;
|
|
|
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
|
|
|
private System.Windows.Forms.Button button17;
|
|
|
+ private System.Windows.Forms.Button button30;
|
|
|
}
|
|
|
}
|
|
|
|