- 리포트 기능 추가(Trend Graph 제외)
- AboutBox 추가
This commit is contained in:
16
PanelRadarGraph.Designer.cs
generated
16
PanelRadarGraph.Designer.cs
generated
@@ -37,6 +37,7 @@
|
||||
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();
|
||||
this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
||||
this.lbSpring = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -54,7 +55,7 @@
|
||||
this.chart.ChartAreas.Add(chartArea1);
|
||||
legend1.Name = "Legend1";
|
||||
this.chart.Legends.Add(legend1);
|
||||
this.chart.Location = new System.Drawing.Point(12, 12);
|
||||
this.chart.Location = new System.Drawing.Point(12, 27);
|
||||
this.chart.Name = "chart";
|
||||
series1.ChartArea = "ChartArea1";
|
||||
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
|
||||
@@ -101,17 +102,26 @@
|
||||
this.chart.Series.Add(series4);
|
||||
this.chart.Series.Add(series5);
|
||||
this.chart.Series.Add(series6);
|
||||
this.chart.Size = new System.Drawing.Size(791, 635);
|
||||
this.chart.Size = new System.Drawing.Size(791, 620);
|
||||
this.chart.TabIndex = 0;
|
||||
this.chart.Text = "chart";
|
||||
this.chart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseClick);
|
||||
//
|
||||
// lbSpring
|
||||
//
|
||||
this.lbSpring.AutoSize = true;
|
||||
this.lbSpring.Location = new System.Drawing.Point(12, 12);
|
||||
this.lbSpring.Name = "lbSpring";
|
||||
this.lbSpring.Size = new System.Drawing.Size(0, 12);
|
||||
this.lbSpring.TabIndex = 1;
|
||||
//
|
||||
// PanelRadarGraph
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(815, 659);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.lbSpring);
|
||||
this.Controls.Add(this.chart);
|
||||
this.HideOnClose = true;
|
||||
this.Name = "PanelRadarGraph";
|
||||
@@ -120,11 +130,13 @@
|
||||
this.Text = "Radar Graph";
|
||||
((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.DataVisualization.Charting.Chart chart;
|
||||
private System.Windows.Forms.Label lbSpring;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user