namespace TradeIdeas.TIProGUI.CBT { partial class Example { /// /// 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.allStocksRadioButton = new System.Windows.Forms.RadioButton(); this.SuspendLayout(); // // allStocksRadioButton // this.allStocksRadioButton.AutoSize = true; this.allStocksRadioButton.Location = new System.Drawing.Point(3, 3); this.allStocksRadioButton.Name = "allStocksRadioButton"; this.allStocksRadioButton.Size = new System.Drawing.Size(70, 17); this.allStocksRadioButton.TabIndex = 0; this.allStocksRadioButton.TabStop = true; this.allStocksRadioButton.Text = "All stocks"; this.allStocksRadioButton.UseVisualStyleBackColor = true; this.allStocksRadioButton.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged); // // Example // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.Controls.Add(this.allStocksRadioButton); this.Name = "Example"; this.Size = new System.Drawing.Size(519, 307); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton allStocksRadioButton; } }