레이더 그래프에 5가지 상태창 추가
피봇 기능 추가
This commit is contained in:
53
PanelTrendGraph.Designer.cs
generated
53
PanelTrendGraph.Designer.cs
generated
@@ -36,7 +36,9 @@
|
||||
this.rbVelocity = new System.Windows.Forms.RadioButton();
|
||||
this.rbForce = new System.Windows.Forms.RadioButton();
|
||||
this.panelGraph = new System.Windows.Forms.Panel();
|
||||
this.lbPair = new System.Windows.Forms.Label();
|
||||
this.lbPair1 = new System.Windows.Forms.Label();
|
||||
this.lbPair2 = new System.Windows.Forms.Label();
|
||||
this.lbPair3 = new System.Windows.Forms.Label();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.panelGraph.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@@ -46,7 +48,7 @@
|
||||
this.trendChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.trendChart.Location = new System.Drawing.Point(0, 0);
|
||||
this.trendChart.Name = "trendChart";
|
||||
this.trendChart.Size = new System.Drawing.Size(742, 603);
|
||||
this.trendChart.Size = new System.Drawing.Size(701, 603);
|
||||
this.trendChart.TabIndex = 0;
|
||||
this.trendChart.Text = "trendChart";
|
||||
this.trendChart.UpdaterTick += new LiveCharts.Events.UpdaterTickHandler(this.trendChart_UpdaterTick);
|
||||
@@ -125,18 +127,37 @@
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.panelGraph.Controls.Add(this.trendChart);
|
||||
this.panelGraph.Location = new System.Drawing.Point(8, 59);
|
||||
this.panelGraph.Location = new System.Drawing.Point(34, 59);
|
||||
this.panelGraph.Name = "panelGraph";
|
||||
this.panelGraph.Size = new System.Drawing.Size(742, 603);
|
||||
this.panelGraph.Size = new System.Drawing.Size(701, 603);
|
||||
this.panelGraph.TabIndex = 3;
|
||||
//
|
||||
// lbPair
|
||||
// lbPair1
|
||||
//
|
||||
this.lbPair.AutoSize = true;
|
||||
this.lbPair.Location = new System.Drawing.Point(327, 28);
|
||||
this.lbPair.Name = "lbPair";
|
||||
this.lbPair.Size = new System.Drawing.Size(0, 12);
|
||||
this.lbPair.TabIndex = 4;
|
||||
this.lbPair1.AutoSize = true;
|
||||
this.lbPair1.Location = new System.Drawing.Point(327, 28);
|
||||
this.lbPair1.Name = "lbPair1";
|
||||
this.lbPair1.Size = new System.Drawing.Size(32, 12);
|
||||
this.lbPair1.TabIndex = 4;
|
||||
this.lbPair1.Text = "label";
|
||||
//
|
||||
// lbPair2
|
||||
//
|
||||
this.lbPair2.AutoSize = true;
|
||||
this.lbPair2.Location = new System.Drawing.Point(365, 28);
|
||||
this.lbPair2.Name = "lbPair2";
|
||||
this.lbPair2.Size = new System.Drawing.Size(32, 12);
|
||||
this.lbPair2.TabIndex = 5;
|
||||
this.lbPair2.Text = "label";
|
||||
//
|
||||
// lbPair3
|
||||
//
|
||||
this.lbPair3.AutoSize = true;
|
||||
this.lbPair3.Location = new System.Drawing.Point(403, 28);
|
||||
this.lbPair3.Name = "lbPair3";
|
||||
this.lbPair3.Size = new System.Drawing.Size(32, 12);
|
||||
this.lbPair3.TabIndex = 6;
|
||||
this.lbPair3.Text = "label";
|
||||
//
|
||||
// PanelTrendGraph
|
||||
//
|
||||
@@ -144,9 +165,15 @@
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(762, 674);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.lbPair);
|
||||
this.Controls.Add(this.lbPair3);
|
||||
this.Controls.Add(this.lbPair2);
|
||||
this.Controls.Add(this.lbPair1);
|
||||
this.Controls.Add(this.panelGraph);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
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 = "PanelTrendGraph";
|
||||
@@ -170,6 +197,8 @@
|
||||
private System.Windows.Forms.RadioButton rbVelocity;
|
||||
private System.Windows.Forms.RadioButton rbForce;
|
||||
private System.Windows.Forms.Panel panelGraph;
|
||||
private System.Windows.Forms.Label lbPair;
|
||||
private System.Windows.Forms.Label lbPair1;
|
||||
private System.Windows.Forms.Label lbPair2;
|
||||
private System.Windows.Forms.Label lbPair3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user