|
@@ -29,10 +29,10 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
|
- 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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
@@ -108,6 +108,7 @@
|
|
|
this.button22 = new System.Windows.Forms.Button();
|
|
|
this.button23 = new System.Windows.Forms.Button();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.button17 = new System.Windows.Forms.Button();
|
|
|
this.button27 = new System.Windows.Forms.Button();
|
|
|
this.拍图 = new System.Windows.Forms.GroupBox();
|
|
|
this.cboSource = new System.Windows.Forms.ComboBox();
|
|
@@ -178,7 +179,6 @@
|
|
|
this.显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.隐藏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.button17 = new System.Windows.Forms.Button();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.拍图.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBImage)).BeginInit();
|
|
@@ -1006,13 +1006,25 @@
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "电镜和样品台控制";
|
|
|
//
|
|
|
+ // button17
|
|
|
+ //
|
|
|
+ this.button17.Font = new System.Drawing.Font("Microsoft YaHei", 12F);
|
|
|
+ this.button17.Location = new System.Drawing.Point(4, 225);
|
|
|
+ this.button17.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.button17.Name = "button17";
|
|
|
+ this.button17.Size = new System.Drawing.Size(30, 126);
|
|
|
+ this.button17.TabIndex = 79;
|
|
|
+ this.button17.Text = "释放控制权";
|
|
|
+ this.button17.UseVisualStyleBackColor = true;
|
|
|
+ this.button17.Click += new System.EventHandler(this.button27_Click);
|
|
|
+ //
|
|
|
// button27
|
|
|
//
|
|
|
this.button27.Font = new System.Drawing.Font("Microsoft YaHei", 12F);
|
|
|
this.button27.Location = new System.Drawing.Point(4, 58);
|
|
|
this.button27.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.button27.Name = "button27";
|
|
|
- this.button27.Size = new System.Drawing.Size(39, 125);
|
|
|
+ this.button27.Size = new System.Drawing.Size(30, 125);
|
|
|
this.button27.TabIndex = 79;
|
|
|
this.button27.Text = "连接能谱";
|
|
|
this.button27.UseVisualStyleBackColor = true;
|
|
@@ -1698,25 +1710,25 @@
|
|
|
//
|
|
|
// chart1
|
|
|
//
|
|
|
- chartArea3.Name = "ChartArea1";
|
|
|
- this.chart1.ChartAreas.Add(chartArea3);
|
|
|
- legend3.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
- legend3.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
|
|
- legend3.Name = "Legend1";
|
|
|
- this.chart1.Legends.Add(legend3);
|
|
|
+ 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);
|
|
|
this.chart1.Location = new System.Drawing.Point(554, 31);
|
|
|
this.chart1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.chart1.Name = "chart1";
|
|
|
- series5.ChartArea = "ChartArea1";
|
|
|
- series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
|
- series5.Legend = "Legend1";
|
|
|
- series5.Name = "Series1";
|
|
|
- series6.ChartArea = "ChartArea1";
|
|
|
- series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
|
|
|
- series6.Legend = "Legend1";
|
|
|
- series6.Name = "Series2";
|
|
|
- this.chart1.Series.Add(series5);
|
|
|
- this.chart1.Series.Add(series6);
|
|
|
+ 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);
|
|
|
this.chart1.Size = new System.Drawing.Size(593, 352);
|
|
|
this.chart1.TabIndex = 3;
|
|
|
this.chart1.Text = "chart1";
|
|
@@ -1781,18 +1793,6 @@
|
|
|
this.退出ToolStripMenuItem.Text = "退出";
|
|
|
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
|
|
|
//
|
|
|
- // button17
|
|
|
- //
|
|
|
- this.button17.Font = new System.Drawing.Font("Microsoft YaHei", 12F);
|
|
|
- this.button17.Location = new System.Drawing.Point(4, 225);
|
|
|
- this.button17.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.button17.Name = "button17";
|
|
|
- this.button17.Size = new System.Drawing.Size(39, 126);
|
|
|
- this.button17.TabIndex = 79;
|
|
|
- this.button17.Text = "释放控制权";
|
|
|
- this.button17.UseVisualStyleBackColor = true;
|
|
|
- this.button17.Click += new System.EventHandler(this.button27_Click);
|
|
|
- //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|