레이더 그래프에 5가지 상태창 추가
피봇 기능 추가
This commit is contained in:
26
PanelAnalysis.Designer.cs
generated
26
PanelAnalysis.Designer.cs
generated
@@ -119,7 +119,8 @@
|
||||
this.lbInfo11.AutoSize = true;
|
||||
this.lbInfo11.BackColor = System.Drawing.Color.LimeGreen;
|
||||
this.lbInfo11.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbInfo11.ForeColor = System.Drawing.Color.Silver;
|
||||
this.lbInfo11.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbInfo11.ForeColor = System.Drawing.Color.Black;
|
||||
this.lbInfo11.Location = new System.Drawing.Point(174, 0);
|
||||
this.lbInfo11.Name = "lbInfo11";
|
||||
this.lbInfo11.Size = new System.Drawing.Size(250, 12);
|
||||
@@ -131,7 +132,8 @@
|
||||
this.lbInfo12.AutoSize = true;
|
||||
this.lbInfo12.BackColor = System.Drawing.Color.Gold;
|
||||
this.lbInfo12.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbInfo12.ForeColor = System.Drawing.Color.Silver;
|
||||
this.lbInfo12.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbInfo12.ForeColor = System.Drawing.Color.Black;
|
||||
this.lbInfo12.Location = new System.Drawing.Point(174, 12);
|
||||
this.lbInfo12.Name = "lbInfo12";
|
||||
this.lbInfo12.Size = new System.Drawing.Size(250, 12);
|
||||
@@ -143,7 +145,8 @@
|
||||
this.lbInfo13.AutoSize = true;
|
||||
this.lbInfo13.BackColor = System.Drawing.Color.OrangeRed;
|
||||
this.lbInfo13.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbInfo13.ForeColor = System.Drawing.Color.Silver;
|
||||
this.lbInfo13.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbInfo13.ForeColor = System.Drawing.Color.Black;
|
||||
this.lbInfo13.Location = new System.Drawing.Point(174, 24);
|
||||
this.lbInfo13.Name = "lbInfo13";
|
||||
this.lbInfo13.Size = new System.Drawing.Size(250, 12);
|
||||
@@ -155,7 +158,8 @@
|
||||
this.lbInfo21.AutoSize = true;
|
||||
this.lbInfo21.BackColor = System.Drawing.Color.LimeGreen;
|
||||
this.lbInfo21.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbInfo21.ForeColor = System.Drawing.Color.Silver;
|
||||
this.lbInfo21.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbInfo21.ForeColor = System.Drawing.Color.Black;
|
||||
this.lbInfo21.Location = new System.Drawing.Point(601, 0);
|
||||
this.lbInfo21.Name = "lbInfo21";
|
||||
this.lbInfo21.Size = new System.Drawing.Size(252, 12);
|
||||
@@ -167,7 +171,8 @@
|
||||
this.lbInfo22.AutoSize = true;
|
||||
this.lbInfo22.BackColor = System.Drawing.Color.Gold;
|
||||
this.lbInfo22.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbInfo22.ForeColor = System.Drawing.Color.Silver;
|
||||
this.lbInfo22.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbInfo22.ForeColor = System.Drawing.Color.Black;
|
||||
this.lbInfo22.Location = new System.Drawing.Point(601, 12);
|
||||
this.lbInfo22.Name = "lbInfo22";
|
||||
this.lbInfo22.Size = new System.Drawing.Size(252, 12);
|
||||
@@ -179,7 +184,8 @@
|
||||
this.lbInfo23.AutoSize = true;
|
||||
this.lbInfo23.BackColor = System.Drawing.Color.OrangeRed;
|
||||
this.lbInfo23.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbInfo23.ForeColor = System.Drawing.Color.Silver;
|
||||
this.lbInfo23.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbInfo23.ForeColor = System.Drawing.Color.Black;
|
||||
this.lbInfo23.Location = new System.Drawing.Point(601, 24);
|
||||
this.lbInfo23.Name = "lbInfo23";
|
||||
this.lbInfo23.Size = new System.Drawing.Size(252, 12);
|
||||
@@ -191,7 +197,8 @@
|
||||
this.lbInfo24.AutoSize = true;
|
||||
this.lbInfo24.BackColor = System.Drawing.Color.DarkGray;
|
||||
this.lbInfo24.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbInfo24.ForeColor = System.Drawing.Color.Silver;
|
||||
this.lbInfo24.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbInfo24.ForeColor = System.Drawing.Color.Black;
|
||||
this.lbInfo24.Location = new System.Drawing.Point(601, 36);
|
||||
this.lbInfo24.Name = "lbInfo24";
|
||||
this.lbInfo24.Size = new System.Drawing.Size(252, 12);
|
||||
@@ -215,12 +222,17 @@
|
||||
this.Controls.Add(this.lbSpring);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Controls.Add(this.dgvAnalysis);
|
||||
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 = "PanelAnalysis";
|
||||
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
|
||||
this.TabText = "Analysis Table";
|
||||
this.Text = "Analysis Table";
|
||||
this.Resize += new System.EventHandler(this.PanelAnalysis_Resize);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvAnalysis)).EndInit();
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel1.PerformLayout();
|
||||
|
||||
Reference in New Issue
Block a user