namespace TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol { partial class ComparisonSymbolAnchorControl { /// /// 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.lblAnchorTime = new System.Windows.Forms.Label(); this.radioButtonAnchorTime = new System.Windows.Forms.RadioButton(); this.radioButtonAnchorBar = new System.Windows.Forms.RadioButton(); this.numericTextBox1 = new TradeIdeas.TIProGUI.NumericTextBox(); this.trashMenuButton = new TradeIdeas.TIProGUI.Charting.Controls.ChartMenuToolBar.MenuButton(); this.anchorMenuButton = new TradeIdeas.TIProGUI.Charting.Controls.ChartMenuToolBar.MenuButton(); this.SuspendLayout(); // // lblAnchorTime // this.lblAnchorTime.AutoSize = true; this.lblAnchorTime.Location = new System.Drawing.Point(20, 0); this.lblAnchorTime.Name = "lblAnchorTime"; this.lblAnchorTime.Size = new System.Drawing.Size(0, 16); this.lblAnchorTime.TabIndex = 1; // // radioButtonAnchorTime // this.radioButtonAnchorTime.AutoSize = true; this.radioButtonAnchorTime.Checked = true; this.radioButtonAnchorTime.Location = new System.Drawing.Point(30, -1); this.radioButtonAnchorTime.Name = "radioButtonAnchorTime"; this.radioButtonAnchorTime.Size = new System.Drawing.Size(59, 20); this.radioButtonAnchorTime.TabIndex = 2; this.radioButtonAnchorTime.TabStop = true; this.radioButtonAnchorTime.Text = "Time"; this.radioButtonAnchorTime.UseVisualStyleBackColor = true; // // radioButtonAnchorBar // this.radioButtonAnchorBar.AutoSize = true; this.radioButtonAnchorBar.Location = new System.Drawing.Point(96, -1); this.radioButtonAnchorBar.Name = "radioButtonAnchorBar"; this.radioButtonAnchorBar.Size = new System.Drawing.Size(90, 20); this.radioButtonAnchorBar.TabIndex = 3; this.radioButtonAnchorBar.TabStop = true; this.radioButtonAnchorBar.Text = "Bars Back"; this.radioButtonAnchorBar.UseVisualStyleBackColor = true; this.radioButtonAnchorBar.CheckedChanged += new System.EventHandler(this.radioButtonAnchorBar_CheckChange); // // numericTextBox1 // this.numericTextBox1.BackColor = System.Drawing.Color.White; this.numericTextBox1.Location = new System.Drawing.Point(196, 0); this.numericTextBox1.Margin = new System.Windows.Forms.Padding(0); this.numericTextBox1.Name = "numericTextBox1"; this.numericTextBox1.Size = new System.Drawing.Size(58, 20); this.numericTextBox1.TabIndex = 5; this.numericTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.numericTextBox1.OnKeyUpEnter += new System.EventHandler(this.numbericTextBox_Keyup); // // trashMenuButton // this.trashMenuButton.BackColor = System.Drawing.Color.Transparent; this.trashMenuButton.ClickSubscriber = null; this.trashMenuButton.DarkImage = null; this.trashMenuButton.FlatAppearance.BorderSize = 0; this.trashMenuButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.trashMenuButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.trashMenuButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.trashMenuButton.IsDarkTheme = false; this.trashMenuButton.LightImage = null; this.trashMenuButton.Location = new System.Drawing.Point(120, 0); this.trashMenuButton.Name = "trashMenuButton"; this.trashMenuButton.Padding = new System.Windows.Forms.Padding(0, 0, 1, 1); this.trashMenuButton.Size = new System.Drawing.Size(16, 17); this.trashMenuButton.TabIndex = 4; this.trashMenuButton.Text = "menuButton1"; this.trashMenuButton.ToolTipText = null; this.trashMenuButton.UseVisualStyleBackColor = false; // // anchorMenuButton // this.anchorMenuButton.BackColor = System.Drawing.Color.Transparent; this.anchorMenuButton.ClickSubscriber = null; this.anchorMenuButton.DarkImage = null; this.anchorMenuButton.FlatAppearance.BorderSize = 0; this.anchorMenuButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.anchorMenuButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.anchorMenuButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.anchorMenuButton.IsDarkTheme = false; this.anchorMenuButton.LightImage = null; this.anchorMenuButton.Location = new System.Drawing.Point(2, 0); this.anchorMenuButton.Name = "anchorMenuButton"; this.anchorMenuButton.Padding = new System.Windows.Forms.Padding(0, 0, 1, 1); this.anchorMenuButton.Size = new System.Drawing.Size(16, 17); this.anchorMenuButton.TabIndex = 0; this.anchorMenuButton.Text = "menuButton1"; this.anchorMenuButton.ToolTipText = null; this.anchorMenuButton.UseVisualStyleBackColor = false; // // ComparisonSymbolAnchorControl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.numericTextBox1); this.Controls.Add(this.trashMenuButton); this.Controls.Add(this.anchorMenuButton); this.Controls.Add(this.radioButtonAnchorBar); this.Controls.Add(this.radioButtonAnchorTime); this.Controls.Add(this.lblAnchorTime); this.Name = "ComparisonSymbolAnchorControl"; this.Size = new System.Drawing.Size(277, 20); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ChartMenuToolBar.MenuButton anchorMenuButton; private System.Windows.Forms.Label lblAnchorTime; private System.Windows.Forms.RadioButton radioButtonAnchorTime; private System.Windows.Forms.RadioButton radioButtonAnchorBar; private ChartMenuToolBar.MenuButton trashMenuButton; private NumericTextBox numericTextBox1; } }