geboshi_V1/LeatherProject/ServerApp/ServerFrm.Designer.cs

137 lines
7.0 KiB
C#
Raw Normal View History

namespace ServerApp
{
partial class ServerFrm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </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.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.lstboxLog = new System.Windows.Forms.ListBox();
this.lineChartDefect = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.lineChartFaceWidth = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.lineChartHouDu = new System.Windows.Forms.DataVisualization.Charting.Chart();
((System.ComponentModel.ISupportInitialize)(this.lineChartDefect)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lineChartFaceWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lineChartHouDu)).BeginInit();
this.SuspendLayout();
//
// lstboxLog
//
this.lstboxLog.FormattingEnabled = true;
this.lstboxLog.ItemHeight = 12;
this.lstboxLog.Location = new System.Drawing.Point(12, 12);
this.lstboxLog.Name = "lstboxLog";
this.lstboxLog.Size = new System.Drawing.Size(734, 376);
this.lstboxLog.TabIndex = 0;
this.lstboxLog.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstboxLog_DrawItem);
//
// lineChartDefect
//
chartArea1.Name = "ChartArea1";
this.lineChartDefect.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.lineChartDefect.Legends.Add(legend1);
this.lineChartDefect.Location = new System.Drawing.Point(42, 74);
this.lineChartDefect.Name = "lineChartDefect";
series1.ChartArea = "ChartArea1";
series1.Legend = "Legend1";
series1.Name = "Series1";
this.lineChartDefect.Series.Add(series1);
this.lineChartDefect.Size = new System.Drawing.Size(690, 300);
this.lineChartDefect.TabIndex = 1;
this.lineChartDefect.Text = "chart1";
this.lineChartDefect.Visible = false;
//
// lineChartFaceWidth
//
chartArea2.Name = "ChartArea1";
this.lineChartFaceWidth.ChartAreas.Add(chartArea2);
legend2.Name = "Legend1";
this.lineChartFaceWidth.Legends.Add(legend2);
this.lineChartFaceWidth.Location = new System.Drawing.Point(23, 74);
this.lineChartFaceWidth.Name = "lineChartFaceWidth";
series2.ChartArea = "ChartArea1";
series2.Legend = "Legend1";
series2.Name = "Series1";
this.lineChartFaceWidth.Series.Add(series2);
this.lineChartFaceWidth.Size = new System.Drawing.Size(709, 300);
this.lineChartFaceWidth.TabIndex = 2;
this.lineChartFaceWidth.Text = "chart1";
this.lineChartFaceWidth.Visible = false;
//
// lineChartHouDu
//
chartArea3.Name = "ChartArea1";
this.lineChartHouDu.ChartAreas.Add(chartArea3);
legend3.Name = "Legend1";
this.lineChartHouDu.Legends.Add(legend3);
this.lineChartHouDu.Location = new System.Drawing.Point(23, 63);
this.lineChartHouDu.Name = "lineChartHouDu";
series3.ChartArea = "ChartArea1";
series3.Legend = "Legend1";
series3.Name = "Series1";
this.lineChartHouDu.Series.Add(series3);
this.lineChartHouDu.Size = new System.Drawing.Size(709, 300);
this.lineChartHouDu.TabIndex = 3;
this.lineChartHouDu.Text = "chart1";
//
// ServerFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(752, 393);
this.Controls.Add(this.lstboxLog);
this.Controls.Add(this.lineChartFaceWidth);
this.Controls.Add(this.lineChartDefect);
this.Controls.Add(this.lineChartHouDu);
this.Name = "ServerFrm";
this.Text = "服务器监控";
this.Load += new System.EventHandler(this.ServerFrm_Load);
((System.ComponentModel.ISupportInitialize)(this.lineChartDefect)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lineChartFaceWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lineChartHouDu)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lstboxLog;
private System.Windows.Forms.DataVisualization.Charting.Chart lineChartDefect;
private System.Windows.Forms.DataVisualization.Charting.Chart lineChartFaceWidth;
private System.Windows.Forms.DataVisualization.Charting.Chart lineChartHouDu;
}
}