341 lines
15 KiB
C#
341 lines
15 KiB
C#
namespace friction
|
|
{
|
|
partial class PanelRadarGraph
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
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.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PanelRadarGraph));
|
|
this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.lbSpring = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panelPopup = new System.Windows.Forms.Panel();
|
|
this.rbLowTemp = new System.Windows.Forms.RadioButton();
|
|
this.rbHighHigh = new System.Windows.Forms.RadioButton();
|
|
this.rbHighLow = new System.Windows.Forms.RadioButton();
|
|
this.rbNormalHigh = new System.Windows.Forms.RadioButton();
|
|
this.rbNormalLow = new System.Windows.Forms.RadioButton();
|
|
this.rbAll = new System.Windows.Forms.RadioButton();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panelPopup.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// chart
|
|
//
|
|
chartArea1.Area3DStyle.Enable3D = true;
|
|
chartArea1.AxisX.MajorGrid.Enabled = false;
|
|
chartArea1.AxisX.MajorTickMark.LineWidth = 0;
|
|
chartArea1.AxisX2.MajorGrid.Enabled = false;
|
|
chartArea1.BackImageTransparentColor = System.Drawing.Color.Black;
|
|
chartArea1.Name = "ChartArea1";
|
|
this.chart.ChartAreas.Add(chartArea1);
|
|
this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
legend1.Name = "Legend1";
|
|
this.chart.Legends.Add(legend1);
|
|
this.chart.Location = new System.Drawing.Point(0, 0);
|
|
this.chart.Name = "chart";
|
|
series1.ChartArea = "ChartArea1";
|
|
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
|
|
series1.IsVisibleInLegend = false;
|
|
series1.Legend = "Legend1";
|
|
series1.LegendText = "High Risk";
|
|
series1.MarkerSize = 0;
|
|
series1.Name = "SeriesHigh";
|
|
series2.ChartArea = "ChartArea1";
|
|
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
|
|
series2.IsVisibleInLegend = false;
|
|
series2.Legend = "Legend1";
|
|
series2.LegendText = "Potential Risk";
|
|
series2.MarkerSize = 0;
|
|
series2.Name = "SeriesPotential";
|
|
series3.ChartArea = "ChartArea1";
|
|
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
|
|
series3.IsVisibleInLegend = false;
|
|
series3.Legend = "Legend1";
|
|
series3.LegendText = "No Risk";
|
|
series3.MarkerSize = 0;
|
|
series3.Name = "SeriesNo";
|
|
series4.ChartArea = "ChartArea1";
|
|
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
|
|
series4.Legend = "Legend1";
|
|
series4.LegendText = "Max";
|
|
series4.MarkerSize = 0;
|
|
series4.Name = "SeriesMax";
|
|
series5.ChartArea = "ChartArea1";
|
|
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
|
|
series5.Legend = "Legend1";
|
|
series5.LegendText = "Average";
|
|
series5.MarkerSize = 0;
|
|
series5.Name = "SeriesAvg";
|
|
series6.ChartArea = "ChartArea1";
|
|
series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
|
|
series6.Legend = "Legend1";
|
|
series6.LegendText = "Min";
|
|
series6.MarkerSize = 0;
|
|
series6.Name = "SeriesMin";
|
|
this.chart.Series.Add(series1);
|
|
this.chart.Series.Add(series2);
|
|
this.chart.Series.Add(series3);
|
|
this.chart.Series.Add(series4);
|
|
this.chart.Series.Add(series5);
|
|
this.chart.Series.Add(series6);
|
|
this.chart.Size = new System.Drawing.Size(1068, 823);
|
|
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.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbSpring.Location = new System.Drawing.Point(11, 8);
|
|
this.lbSpring.Name = "lbSpring";
|
|
this.lbSpring.Size = new System.Drawing.Size(0, 12);
|
|
this.lbSpring.TabIndex = 1;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.lbSpring);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1068, 19);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.groupBox1.Controls.Add(this.rbAll);
|
|
this.groupBox1.Controls.Add(this.rbNormalLow);
|
|
this.groupBox1.Controls.Add(this.rbNormalHigh);
|
|
this.groupBox1.Controls.Add(this.rbHighLow);
|
|
this.groupBox1.Controls.Add(this.rbHighHigh);
|
|
this.groupBox1.Controls.Add(this.rbLowTemp);
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 28);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(623, 49);
|
|
this.groupBox1.TabIndex = 3;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.panelPopup);
|
|
this.panel2.Controls.Add(this.chart);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(3, 83);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1068, 823);
|
|
this.panel2.TabIndex = 5;
|
|
//
|
|
// panelPopup
|
|
//
|
|
this.panelPopup.Controls.Add(this.btnClose);
|
|
this.panelPopup.Controls.Add(this.label1);
|
|
this.panelPopup.Location = new System.Drawing.Point(198, 201);
|
|
this.panelPopup.Name = "panelPopup";
|
|
this.panelPopup.Size = new System.Drawing.Size(200, 100);
|
|
this.panelPopup.TabIndex = 1;
|
|
this.panelPopup.Visible = false;
|
|
this.panelPopup.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelPopup_MouseDown);
|
|
this.panelPopup.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelPopup_MouseMove);
|
|
this.panelPopup.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelPopup_MouseUp);
|
|
//
|
|
// rbLowTemp
|
|
//
|
|
this.rbLowTemp.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.rbLowTemp.Location = new System.Drawing.Point(516, 13);
|
|
this.rbLowTemp.Name = "rbLowTemp";
|
|
this.rbLowTemp.Size = new System.Drawing.Size(96, 34);
|
|
this.rbLowTemp.TabIndex = 0;
|
|
this.rbLowTemp.TabStop = true;
|
|
this.rbLowTemp.Text = "Low Temp";
|
|
this.rbLowTemp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.rbLowTemp.UseVisualStyleBackColor = true;
|
|
this.rbLowTemp.CheckedChanged += new System.EventHandler(this.rbAll_CheckedChanged);
|
|
//
|
|
// rbHighHigh
|
|
//
|
|
this.rbHighHigh.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.rbHighHigh.Location = new System.Drawing.Point(414, 13);
|
|
this.rbHighHigh.Name = "rbHighHigh";
|
|
this.rbHighHigh.Size = new System.Drawing.Size(96, 34);
|
|
this.rbHighHigh.TabIndex = 0;
|
|
this.rbHighHigh.TabStop = true;
|
|
this.rbHighHigh.Text = "High Temp\r\nHigh Humid";
|
|
this.rbHighHigh.UseVisualStyleBackColor = true;
|
|
this.rbHighHigh.CheckedChanged += new System.EventHandler(this.rbAll_CheckedChanged);
|
|
//
|
|
// rbHighLow
|
|
//
|
|
this.rbHighLow.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.rbHighLow.Location = new System.Drawing.Point(312, 13);
|
|
this.rbHighLow.Name = "rbHighLow";
|
|
this.rbHighLow.Size = new System.Drawing.Size(96, 34);
|
|
this.rbHighLow.TabIndex = 0;
|
|
this.rbHighLow.TabStop = true;
|
|
this.rbHighLow.Text = "High Temp\r\nLow Humid";
|
|
this.rbHighLow.UseVisualStyleBackColor = true;
|
|
this.rbHighLow.CheckedChanged += new System.EventHandler(this.rbAll_CheckedChanged);
|
|
//
|
|
// rbNormalHigh
|
|
//
|
|
this.rbNormalHigh.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.rbNormalHigh.Location = new System.Drawing.Point(210, 13);
|
|
this.rbNormalHigh.Name = "rbNormalHigh";
|
|
this.rbNormalHigh.Size = new System.Drawing.Size(96, 34);
|
|
this.rbNormalHigh.TabIndex = 0;
|
|
this.rbNormalHigh.TabStop = true;
|
|
this.rbNormalHigh.Text = "Normal Temp\r\nHigh Humid";
|
|
this.rbNormalHigh.UseVisualStyleBackColor = true;
|
|
this.rbNormalHigh.CheckedChanged += new System.EventHandler(this.rbAll_CheckedChanged);
|
|
//
|
|
// rbNormalLow
|
|
//
|
|
this.rbNormalLow.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.rbNormalLow.Location = new System.Drawing.Point(108, 13);
|
|
this.rbNormalLow.Name = "rbNormalLow";
|
|
this.rbNormalLow.Size = new System.Drawing.Size(96, 34);
|
|
this.rbNormalLow.TabIndex = 0;
|
|
this.rbNormalLow.TabStop = true;
|
|
this.rbNormalLow.Text = "Normal Temp\r\nLow Humid";
|
|
this.rbNormalLow.UseVisualStyleBackColor = true;
|
|
this.rbNormalLow.CheckedChanged += new System.EventHandler(this.rbAll_CheckedChanged);
|
|
//
|
|
// rbAll
|
|
//
|
|
this.rbAll.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.rbAll.Location = new System.Drawing.Point(6, 13);
|
|
this.rbAll.Name = "rbAll";
|
|
this.rbAll.Size = new System.Drawing.Size(96, 34);
|
|
this.rbAll.TabIndex = 0;
|
|
this.rbAll.TabStop = true;
|
|
this.rbAll.Text = "All";
|
|
this.rbAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.rbAll.UseVisualStyleBackColor = true;
|
|
this.rbAll.CheckedChanged += new System.EventHandler(this.rbAll_CheckedChanged);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 2);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1074, 909);
|
|
this.tableLayoutPanel1.TabIndex = 4;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(39, 41);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(117, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "데이터가 부족합니다";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(122, 74);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClose.TabIndex = 1;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// PanelRadarGraph
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1074, 909);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
|
|
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
|
|
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)
|
|
| WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
|
|
this.HideOnClose = true;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "PanelRadarGraph";
|
|
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
|
|
this.TabText = "Radar Graph";
|
|
this.Text = "Radar Graph";
|
|
this.Enter += new System.EventHandler(this.PanelRadarGraph_Enter);
|
|
((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panelPopup.ResumeLayout(false);
|
|
this.panelPopup.PerformLayout();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chart;
|
|
private System.Windows.Forms.Label lbSpring;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.RadioButton rbLowTemp;
|
|
private System.Windows.Forms.RadioButton rbHighHigh;
|
|
private System.Windows.Forms.RadioButton rbHighLow;
|
|
private System.Windows.Forms.RadioButton rbNormalHigh;
|
|
private System.Windows.Forms.RadioButton rbNormalLow;
|
|
private System.Windows.Forms.RadioButton rbAll;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panelPopup;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |