Analysis-Services/AsPerfMon/AsPerfMon/ASPerfMon.Designer.cs
2016-12-03 17:06:28 -08:00

95 lines
4.4 KiB
C#

namespace ASPerfMon
{
partial class ASPerfMon
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ASPerfMon));
this.chartControl = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.btnConnect = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
this.SuspendLayout();
//
// chartControl
//
chartArea1.Name = "ChartArea1";
this.chartControl.ChartAreas.Add(chartArea1);
this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill;
legend1.Name = "Legend1";
this.chartControl.Legends.Add(legend1);
this.chartControl.Location = new System.Drawing.Point(0, 0);
this.chartControl.Name = "chartControl";
series1.ChartArea = "ChartArea1";
series1.Legend = "Legend1";
series1.Name = "Series1";
this.chartControl.Series.Add(series1);
this.chartControl.Size = new System.Drawing.Size(948, 645);
this.chartControl.TabIndex = 0;
this.chartControl.Text = "chart1";
this.chartControl.GetToolTipText += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs>(this.chartControl_GetToolTipText);
//
// btnConnect
//
this.btnConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnConnect.Location = new System.Drawing.Point(788, 567);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(127, 44);
this.btnConnect.TabIndex = 6;
this.btnConnect.Text = "Connect";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// ASPerfMon
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(948, 645);
this.Controls.Add(this.btnConnect);
this.Controls.Add(this.chartControl);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ASPerfMon";
this.Text = "AS PerfMon";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ASPerfMon_FormClosing);
this.Load += new System.EventHandler(this.ASPerfMon_Load);
this.Shown += new System.EventHandler(this.ASPerfMon_Shown);
((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chartControl;
private System.Windows.Forms.Button btnConnect;
}
}