|
|
@@ -31,11 +31,15 @@
|
|
|
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.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 series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.ct_coll = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
|
this.paintpanel = new System.Windows.Forms.Panel();
|
|
|
+ this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
|
this.enterTextBox2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.valueLabel1 = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.normalButton2 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
@@ -45,6 +49,7 @@
|
|
|
this.numOnlyTextBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.blurSearch1 = new UAS_MES.CustomControl.TextBoxWithIcon.BlurSearch();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ct_coll)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.TestDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -74,12 +79,13 @@
|
|
|
this.ct_coll.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Cross;
|
|
|
this.ct_coll.BackImageTransparentColor = System.Drawing.SystemColors.Control;
|
|
|
this.ct_coll.BorderlineColor = System.Drawing.SystemColors.Control;
|
|
|
+ chartArea1.CursorX.IsUserEnabled = true;
|
|
|
chartArea1.Name = "ChartArea1";
|
|
|
this.ct_coll.ChartAreas.Add(chartArea1);
|
|
|
legend1.Enabled = false;
|
|
|
legend1.Name = "Legend1";
|
|
|
this.ct_coll.Legends.Add(legend1);
|
|
|
- this.ct_coll.Location = new System.Drawing.Point(704, 0);
|
|
|
+ this.ct_coll.Location = new System.Drawing.Point(34, 206);
|
|
|
this.ct_coll.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.ct_coll.Name = "ct_coll";
|
|
|
this.ct_coll.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
|
|
|
@@ -91,18 +97,35 @@
|
|
|
series1.LegendText = "#VALX";
|
|
|
series1.Name = "Series1";
|
|
|
this.ct_coll.Series.Add(series1);
|
|
|
- this.ct_coll.Size = new System.Drawing.Size(214, 173);
|
|
|
+ this.ct_coll.Size = new System.Drawing.Size(50, 91);
|
|
|
this.ct_coll.TabIndex = 5;
|
|
|
this.ct_coll.Text = "chart1";
|
|
|
//
|
|
|
// paintpanel
|
|
|
//
|
|
|
- this.paintpanel.Location = new System.Drawing.Point(46, 210);
|
|
|
+ this.paintpanel.Location = new System.Drawing.Point(46, 535);
|
|
|
this.paintpanel.Name = "paintpanel";
|
|
|
- this.paintpanel.Size = new System.Drawing.Size(816, 335);
|
|
|
+ this.paintpanel.Size = new System.Drawing.Size(98, 10);
|
|
|
this.paintpanel.TabIndex = 13;
|
|
|
this.paintpanel.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
|
|
//
|
|
|
+ // chart1
|
|
|
+ //
|
|
|
+ chartArea2.Name = "ChartArea1";
|
|
|
+ this.chart1.ChartAreas.Add(chartArea2);
|
|
|
+ legend2.Name = "Legend1";
|
|
|
+ this.chart1.Legends.Add(legend2);
|
|
|
+ this.chart1.Location = new System.Drawing.Point(132, 216);
|
|
|
+ this.chart1.Name = "chart1";
|
|
|
+ series2.ChartArea = "ChartArea1";
|
|
|
+ series2.IsValueShownAsLabel = true;
|
|
|
+ series2.Legend = "Legend1";
|
|
|
+ series2.Name = "Series1";
|
|
|
+ this.chart1.Series.Add(series2);
|
|
|
+ this.chart1.Size = new System.Drawing.Size(739, 300);
|
|
|
+ this.chart1.TabIndex = 17;
|
|
|
+ this.chart1.Text = "chart1";
|
|
|
+ //
|
|
|
// enterTextBox2
|
|
|
//
|
|
|
this.enterTextBox2.AllPower = null;
|
|
|
@@ -121,8 +144,10 @@
|
|
|
// valueLabel1
|
|
|
//
|
|
|
this.valueLabel1.AutoSize = true;
|
|
|
+ this.valueLabel1.CutLength = null;
|
|
|
this.valueLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.valueLabel1.Location = new System.Drawing.Point(271, 170);
|
|
|
+ this.valueLabel1.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.valueLabel1.Name = "valueLabel1";
|
|
|
this.valueLabel1.Size = new System.Drawing.Size(0, 21);
|
|
|
this.valueLabel1.TabIndex = 14;
|
|
|
@@ -227,6 +252,7 @@
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(929, 590);
|
|
|
+ this.Controls.Add(this.chart1);
|
|
|
this.Controls.Add(this.enterTextBox2);
|
|
|
this.Controls.Add(this.valueLabel1);
|
|
|
this.Controls.Add(this.paintpanel);
|
|
|
@@ -242,6 +268,7 @@
|
|
|
this.Text = "Form1";
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ct_coll)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.TestDGV)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
@@ -265,5 +292,6 @@
|
|
|
private System.Windows.Forms.Panel paintpanel;
|
|
|
private CustomControl.ValueLabel.ValueLabel valueLabel1;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
|
|
|
+ private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
|
|
|
}
|
|
|
}
|