📄 frmmain.designer.cs
字号:
this.tabLiveResults.Name = "tabLiveResults";
this.tabLiveResults.Padding = new System.Windows.Forms.Padding(3);
this.tabLiveResults.Size = new System.Drawing.Size(734, 334);
this.tabLiveResults.TabIndex = 0;
this.tabLiveResults.Text = "Live Results";
this.tabLiveResults.ToolTipText = "Selected live training network results shown in text";
this.tabLiveResults.UseVisualStyleBackColor = true;
//
// txtResults
//
this.txtResults.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtResults.Location = new System.Drawing.Point(3, 3);
this.txtResults.Multiline = true;
this.txtResults.Name = "txtResults";
this.txtResults.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtResults.Size = new System.Drawing.Size(728, 328);
this.txtResults.TabIndex = 2;
this.toolTip1.SetToolTip(this.txtResults, "The training results");
//
// tabTraining
//
this.tabTraining.Controls.Add(this.pnlTrainMain);
this.tabTraining.Controls.Add(this.pnlTrainRight);
this.tabTraining.Location = new System.Drawing.Point(4, 22);
this.tabTraining.Name = "tabTraining";
this.tabTraining.Padding = new System.Windows.Forms.Padding(3);
this.tabTraining.Size = new System.Drawing.Size(734, 334);
this.tabTraining.TabIndex = 1;
this.tabTraining.Text = "Training Graph";
this.tabTraining.ToolTipText = "All live training network results shown in graph";
this.tabTraining.UseVisualStyleBackColor = true;
//
// pnlTrainMain
//
this.pnlTrainMain.Controls.Add(this.chartTraining);
this.pnlTrainMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlTrainMain.Location = new System.Drawing.Point(3, 3);
this.pnlTrainMain.Name = "pnlTrainMain";
this.pnlTrainMain.Size = new System.Drawing.Size(618, 328);
this.pnlTrainMain.TabIndex = 17;
//
// chartTraining
//
this.chartTraining.Application = "";
this.chartTraining.ApplicationDNC = "";
this.chartTraining.Background.Color = System.Drawing.Color.White;
background1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(235)))), ((int)(((byte)(238)))));
chartArea1.Background = background1;
line1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(28)))), ((int)(((byte)(59)))));
subValue1.Line = line1;
element1.DefaultSubValue = subValue1;
element1.Hotspot = hotspot1;
legendEntry1.Background = background2;
line2.Color = System.Drawing.Color.Empty;
legendEntry1.DividerLine = line2;
legendEntry1.Hotspot = hotspot2;
element1.LegendEntry = legendEntry1;
element1.XAxisTick = null;
element1.YAxisTick = null;
chartArea1.DefaultElement = element1;
line3.Color = System.Drawing.Color.LightGray;
chartArea1.InteriorLine = line3;
label1.Font = new System.Drawing.Font("Tahoma", 8F);
label1.Hotspot = hotspot3;
label1.Truncation = truncation1;
chartArea1.Label = label1;
background3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(219)))));
legendBox1.Background = background3;
legendBox1.CornerBottomRight = dotnetCHARTING.WinForms.BoxCorner.Cut;
legendEntry2.Background = background4;
line4.Color = System.Drawing.Color.Empty;
legendEntry2.DividerLine = line4;
legendEntry2.Hotspot = hotspot4;
label2.Hotspot = hotspot5;
label2.Truncation = truncation2;
legendEntry2.LabelStyle = label2;
legendBox1.DefaultEntry = legendEntry2;
legendEntry3.Background = background5;
line5.Color = System.Drawing.Color.Gray;
legendEntry3.DividerLine = line5;
legendEntry3.Hotspot = hotspot6;
legendEntry3.Name = "Name";
legendEntry3.SortOrder = -1;
legendEntry3.Value = "Value";
legendEntry3.Visible = false;
legendBox1.HeaderEntry = legendEntry3;
line6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
legendBox1.InteriorLine = line6;
legendBox1.LabelStyle = label2;
line7.Color = System.Drawing.Color.Gray;
legendBox1.Line = line7;
legendBox1.Padding = 4;
legendBox1.Position = dotnetCHARTING.WinForms.LegendBoxPosition.Top;
legendBox1.Shadow = shadow1;
legendBox1.Visible = true;
chartArea1.LegendBox = legendBox1;
line8.Color = System.Drawing.Color.Gray;
chartArea1.Line = line8;
chartArea1.Shadow = shadow2;
chartArea1.StartDateOfYear = new System.DateTime(((long)(0)));
background6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(219)))));
box1.Background = background6;
line9.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
box1.InteriorLine = line9;
label3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(45)))), ((int)(((byte)(38)))));
label3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
label3.Hotspot = hotspot7;
label3.Truncation = truncation3;
box1.Label = label3;
line10.Color = System.Drawing.Color.Gray;
box1.Line = line10;
box1.Position = null;
box1.Shadow = shadow3;
box1.Visible = true;
chartArea1.TitleBox = box1;
this.chartTraining.ChartArea = chartArea1;
this.chartTraining.DataGrid = null;
axis1.CombinedElementsCalculation = dotnetCHARTING.WinForms.Calculation.Sum;
line11.Color = System.Drawing.Color.LightGray;
axisTick1.GridLine = line11;
line12.Length = 3;
axisTick1.Line = line12;
axisTick1.ValueLow = double.NaN;
axis1.DefaultTick = axisTick1;
axis1.LabelMarker = null;
axis1.LogarithmicBase = 10;
axis1.OverlappingCircularLabelSeparator = " & ";
axis1.RadarMode = dotnetCHARTING.WinForms.RadarMode.Spider;
axis1.ScaleBreakStyle = dotnetCHARTING.WinForms.ScaleBreakStyle.ZigZag;
scaleRange1.ValueLow = double.NaN;
axis1.ScaleRange = scaleRange1;
axis1.TickLabelAngle = 45F;
axis1.TickLabelSeparatorLine = line13;
line14.Color = System.Drawing.Color.Red;
axisTick2.GridLine = line14;
line15.Length = 3;
axisTick2.Line = line15;
axisTick2.ValueLow = double.NaN;
axis1.ZeroTick = axisTick2;
this.chartTraining.DefaultAxis = axis1;
this.chartTraining.DefaultCultureName = "";
line16.Color = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(28)))), ((int)(((byte)(59)))));
subValue2.Line = line16;
element2.DefaultSubValue = subValue2;
element2.Hotspot = hotspot8;
legendEntry4.Background = background7;
line17.Color = System.Drawing.Color.Empty;
legendEntry4.DividerLine = line17;
legendEntry4.Hotspot = hotspot9;
element2.LegendEntry = legendEntry4;
smartLabel1.Color = System.Drawing.Color.Empty;
smartLabel1.Hotspot = hotspot10;
smartLabel1.Line = line18;
smartLabel1.Truncation = truncation4;
element2.SmartLabel = smartLabel1;
element2.XAxisTick = null;
element2.YAxisTick = null;
this.chartTraining.DefaultElement = element2;
this.chartTraining.DefaultShadow = shadow4;
this.chartTraining.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartTraining.Location = new System.Drawing.Point(0, 0);
this.chartTraining.Mapping.DefaultShape.Background = background8;
label4.Hotspot = hotspot11;
label4.Truncation = truncation5;
this.chartTraining.Mapping.DefaultShape.Label = label4;
this.chartTraining.Mapping.DefaultShape.Line = line19;
this.chartTraining.Mapping.DefaultShape.Marker = elementMarker1;
this.chartTraining.Name = "chartTraining";
this.chartTraining.NoDataLabel.Hotspot = hotspot12;
this.chartTraining.NoDataLabel.Text = "No Data";
this.chartTraining.NoDataLabel.Truncation = truncation6;
this.chartTraining.Palette = new System.Drawing.Color[] {
System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(154)))), ((int)(((byte)(255))))),
System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(48)))), ((int)(((byte)(99))))),
System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(206))))),
System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))),
System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(0)))), ((int)(((byte)(99))))),
System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(132))))),
System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(101)))), ((int)(((byte)(206))))),
System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(207)))), ((int)(((byte)(255))))),
System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(132))))),
System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))),
System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))),
System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))),
System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(0)))), ((int)(((byte)(132))))),
System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))),
System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(132))))),
System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))),
System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(207)))), ((int)(((byte)(255))))),
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -