namespace TIProAutoTradeExtension { partial class ChromiumPositionsControl { /// /// 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.components = new System.ComponentModel.Container(); this.updateTimer = new System.Windows.Forms.Timer(this.components); this.addTimer = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // updateTimer // this.updateTimer.Tick += new System.EventHandler(this.updateTimer_Tick); // // addTimer // this.addTimer.Tick += new System.EventHandler(this.addTimer_Tick); // // ChromiumPositionsControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "ChromiumPositionsControl"; this.Size = new System.Drawing.Size(496, 154); this.VisibleChanged += new System.EventHandler(this.ChromiumPositionsControl_VisibleChanged); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer updateTimer; private System.Windows.Forms.Timer addTimer; } }