namespace TIProPerformanceMonitorExtension { partial class ChartMonitorControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lstCharts = new System.Windows.Forms.ListBox(); this.btnRefresh = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lstCharts // this.lstCharts.FormattingEnabled = true; this.lstCharts.Location = new System.Drawing.Point(13, 12); this.lstCharts.Name = "lstCharts"; this.lstCharts.Size = new System.Drawing.Size(319, 290); this.lstCharts.TabIndex = 0; this.lstCharts.SelectedIndexChanged += new System.EventHandler(this.lstCharts_SelectedIndexChanged); // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(13, 308); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 1; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // ChartMonitorControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnRefresh); this.Controls.Add(this.lstCharts); this.Name = "ChartMonitorControl"; this.Size = new System.Drawing.Size(800, 450); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox lstCharts; private System.Windows.Forms.Button btnRefresh; } }